/*
Theme Name: Wasmuth Theme
Theme URI: https://wordpress.org/themes/wasmuth/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Wasmuth Theme brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wasmuth
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

html {
	/* 1 */
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	color: #666;
}

body {
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #2f333b;
	background: #fff;
	overflow-x: hidden;
}

a {
	outline: none;
	color: rgb(26,67,125);
	text-decoration: none;
}

a:hover, a:focus { color: #666c7b; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.screen-reader-text {
	display: none;
}

.cd-main-content {
	background: #fff;
	min-height: 100vh;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}

section {
	position: relative;
	padding:0;
	margin: 0;
}

.home_section {
	display: flex;
	height: 100%;
	height: 100vh;
}

.slider_section {
	height:80%;
	height:80vh;
	padding: 0;
	overflow: hidden;
}

.uk-section.uk-background.ss-style-triangles.white
{
	display: none;
}

.cd-search
{
	height: 150px;
}


@media only screen and (max-height: 480px) {
	.slider_section {
		height:100%;
		height:100vh;
	}
}

.full_height {
	height: 100%;
	height: 100vh;
}

.light_bg {
	background: #ECE9E6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* --------------------------------

Header and Navigation

-------------------------------- */

@-webkit-keyframes fadeAllIn {
	0%, 50% { opacity: 0; -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes fadeAllIn {
	0%, 50% { opacity: 0; -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.header {
	width: 100%;
	z-index: 9;
	background: #ffffff;
}

.top_header {
	background: #004481;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}

.top_navi {
	display: block;
	padding:0;
	margin: 0;
	font-size: 14px;
}

.top_navi li {
	display: inline-block;
	margin: 0 6px;
}

.top_navi i {
	font-size: 17px;
}

.top_navi a {
	color: #fff;
}

.top_navi li.img {
	height: 24px;
	width: 24px;
	background-size: contain;
	background-position: center;
}

.de {
	background-image: url("../img/de.png");
}

.en{
	background-image: url("../img/en.png");
}



/* --------------------------------

Main components

-------------------------------- */
.cd-main-content, .cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}

.cd-main-content, .cd-main-header {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
	.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
}

.cd-main-header {
	height: 75px;
}

@media only screen and (min-width: 1170px) {
	.cd-main-header {
		height: 130px;
	}


}



.nav-is-fixed .cd-main-header {
	/* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (min-width: 1170px) {
	.cd-main-header::after {
		clear: both;
		content: "";
		display: table;
	}
}

.wasmuth-logo-link {
	position: absolute;
	top: 50%;
	left: 5%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wasmuth-logo-link img {
	position: relative;
	width: auto;
}

.wasmuth-logo-mobile {
	display: block;
	height: 30px;
}

.wasmuth-logo-desktop {
	display: none;
}

/* zusaetzliches ######################## */


.autoren-a-z
{
	color: #999;
	font-size: 18px;
}

.autoren-a-z a
{
	color: #17437F;
}








@media only screen and (min-width: 1170px) {

	.wasmuth-logo-link {
		left: 4em;
	}

	.wasmuth-logo-desktop {
		display: block;
		height: 120px;
	}

	.wasmuth-logo-mobile {
		display: none;
	}

}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 5%;
}

.cd-header-buttons li {
	display: inline-block;
}
@media only screen and (max-width: 1169px) {

	.cd-header-buttons {
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-on-left .cd-header-buttons {
		right: auto;
		left: 5%;
	}
	.nav-on-left .cd-header-buttons li {
		float: right;
	}






}
@media only screen and (min-width: 1170px) {
	.cd-header-buttons {
		height: 120px;
		line-height: 120px;
		top: 18px;
		right: 4em;
	}
}

.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	/* hide text */
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #004481;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #004481;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #004481;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #004481;
}
.cd-nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
	/* menu icon top line */
	top: -6px;
}
.cd-nav-trigger span::after {
	/* menu icon bottom line */
	top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
	/* hide line in the center */
	background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #004481;
}
.cd-nav-trigger.nav-is-visible span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
	.cd-nav-trigger {
		display: none;
	}

	.cd-primary-nav .see-all a {
		/* different style for the See all button on mobile and tablet */
		color: #004481;
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item .page-title {
		font-weight: bold;
		font-size: 1.1rem;
	}

}

.cd-primary-nav, .cd-secondary-nav, .cd-header-buttons, .cd-secondary-nav ul {
	margin: 0;
	padding-left: 0;
}

.cd-primary-nav, .cd-primary-nav ul {
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 260px;
	background: #004481;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	list-style-type: none;
}
.cd-primary-nav a, .cd-primary-nav ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
	/* secondary navigations hidden by default */
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
	/* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}


.cd-secondary-nav, .cd-nav-icons
{
	background-color: rgba(255, 255, 255, 0.5) !important;
}



@media only screen and (max-width: 1169px) {
	.nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
		right: auto;
		left: 0;
	}
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
	/* items with picture (or icon) and title */
	height: 80px;
	line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item .uk-h3 {
	overflow: hidden;
	text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
	padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
	position: absolute;
	display: block;
	height: 40px;
	width: auto;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
	padding-left: 55px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item .cd-nav-icon {
	color: rgba(255, 255, 255, 0.25);
	left:20px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item .page-title {
	display:block;
	color: #fff;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
	color: inherit;
	/* hide description on small devices */
	display: none;
}


@media only screen and (max-width: 1169px) {
	.cd-primary-nav {
		/* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
		visibility: hidden;
		-webkit-transition: visibility 0s 0.3s;
		-moz-transition: visibility 0s 0.3s;
		transition: visibility 0s 0.3s;
	}
	.cd-primary-nav.nav-is-visible {
		visibility: visible;
		-webkit-transition: visibility 0s 0s;
		-moz-transition: visibility 0s 0s;
		transition: visibility 0s 0s;
	}
	.button_solid_color a:before {
		background: rgb(15, 124, 145)!important;
	}
}



@media only screen and (min-width: 1170px) {
	.cd-primary-nav {
		position: static;
		padding: 0 150px 0 0;
		height: auto;
		width: auto;
		float: right;
		overflow: visible;
		background: transparent;
	}
	.cd-primary-nav::after {
		clear: both;
		content: "";
		display: table;
	}
	.cd-primary-nav.moves-out > li > a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.cd-primary-nav ul {
		position: static;
		height: auto;
		width: auto;
		background: transparent;
		overflow: visible;
		z-index: 3;
	}
	.cd-primary-nav ul.is-hidden {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.cd-primary-nav ul.moves-out > li > a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.cd-primary-nav > li {
		float: left;
		margin-left: 3em;
	}
	.cd-primary-nav > li > a {
		/* main navigation buttons style */
		position: relative;
		display: inline-block;
		height: 120px;
		line-height: 120px;
		padding: 0 10px;
		color: #333;
		overflow: visible;
		border-bottom: none;
		-webkit-transition: color 0.3s, box-shadow 0.3s;
		-moz-transition: color 0.3s, box-shadow 0.3s;
		transition: color 0.3s, box-shadow 0.3s;
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item .page-title {
		color: #004481;
	}

	.cd-primary-nav > li > a:hover {
		color: #004481;
	}
	.cd-primary-nav > li > a.selected {
		color: #004481;
		box-shadow: inset 0 -2px 0 #004481;
	}

	.cd-primary-nav .go-back, .cd-primary-nav .see-all {
		display: none;
	}
	.cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
		/* dropdown menu style */
		position: absolute;
		top: 121px;
		width: 100vw;
		background: #ffffff;
		padding: 48px 64px 130px;
		box-shadow: inset 0 0px 0 #373736, 0 3px 6px rgba(0, 0, 0, 0.3);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
		clear: both;
		content: "";
		display: table;
	}
	.cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		-moz-transition: opacity .3s 0s, visibility 0s .3s;
		transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
		/* this is the BIG See all button at the bottom of the dropdown menu */
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 80px;
		width: 100%;
		overflow: hidden;
		/* reset some inherited style */
		margin: 0;
		padding: 0;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 80px;
		border-top: 1px solid #e2e3df;
		/* reset some inherited style */
		border-bottom: none;
		margin: 0;
		padding: 0;
		-webkit-transition: color 0.2s, background 0.2s, border 0.2s;
		-moz-transition: color 0.2s, background 0.2s, border 0.2s;
		transition: color 0.2s, background 0.2s, border 0.2s;
	}
	.cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
		background:  #004481;
		border-color:  #004481;
		color: #ffffff;
	}
	.cd-primary-nav .cd-secondary-nav > li {
		/* change the height according to your needs - you can even set height: auto */
		height: auto;
		/* here you set the number of columns - use width percentage */
		width: 23%;
		float: left;
		margin-right: 2.66%;
		border-right: 1px solid #e2e3df;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
		/* +2 because we have 2 list items with display:none */
		margin-right: 0;
		border-right: none;
	}
	.cd-primary-nav .cd-secondary-nav > li > a {
		/* secondary nav title */
		color: #004481;
		font-weight: bold;
		font-size: 1.1rem;
		margin-bottom: .6em;
	}
	.cd-primary-nav .cd-secondary-nav a {
		height: 30px;
		line-height: 30px;
		padding: 0 18% 0 0;
		color: #2e3233;
		border-bottom: none;
	}
	.cd-primary-nav .cd-secondary-nav a:hover {
		color: #004481;
	}
	.cd-primary-nav .cd-secondary-nav ul {
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.cd-primary-nav .cd-secondary-nav ul ul {
		/* tertiary navigation */
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.cd-primary-nav .cd-secondary-nav ul ul .go-back {
		display: block;
	}
	.cd-primary-nav .cd-secondary-nav ul ul .go-back a {
		color: transparent;
	}
	.cd-primary-nav .cd-secondary-nav ul ul .see-all {
		display: block;
	}
	.cd-primary-nav .cd-secondary-nav .moves-out > li > a {
		/* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.cd-primary-nav .cd-nav-gallery li {
		/* set here number of columns - use width percentage */
		width: 24%;
		float: left;
		margin: 0 4% 40px 0;
	}
	.cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
		/* +2 because we have two additional list items with display:none */
		margin-right: 0;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item {
		border-bottom: none;
		padding: 0;
		height: auto;
		line-height: 1.2;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
		position: static;
		margin-top: 0;
		height: auto;
		width: 100%;
		margin-bottom: .6em;
	}
	.cd-primary-nav .cd-nav-gallery .cd-nav-item .page-title {
		color: #004481;
		font-weight: bold;
		padding: 0 .4em;
	}
	.cd-primary-nav .cd-nav-icons li {
		/* set here number of columns - use width percentage */
		width: 24%;
		float: left;
		margin: 0 1% 20px 0;
	}
	.cd-primary-nav .cd-nav-icons li:nth-child(2n+2) {
		/* +2 because we have two additional list items with display:none */
		margin-right: 0;
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item .cd-nav-icon {
		color: #004481;
		left:10px;
		top:50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item {
		border-bottom: none;
		height: 80px;
		line-height: 1.2;
		padding: 24px 0 0 40px;
		position: relative;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
		background: #f6f6f5;
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item p {
		display: block;
		margin: 0!important;
		font-size: 95%;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
		left: 25px;
	}

	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
		background: #464c4e;
	}

}
.has-children > a, .go-back a {
	position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: rgba(255, 255, 255, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
		background: #c9cbc4;
	}
	.has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
		background: #004481;
	}
}

.has-children > a {
	padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
	padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
	.has-children > a::before, .has-children > a::after {
		right: 15%;
	}

	.cd-primary-nav > .has-children > a {
		/* main navigation arrows on larger devices */
		padding-right: 30px !important;
	}
	.cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
		width: 9px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background: #c9cbc4;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: width 0.3s, -webkit-transform 0.3s;
		-moz-transition: width 0.3s, -moz-transform 0.3s;
		transition: width 0.3s, transform 0.3s;
	}
	.cd-primary-nav > .has-children > a::before {
		right: 12px;
	}
	.cd-primary-nav > .has-children > a::after {
		right: 7px;
	}
	.cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
		width: 14px;
	}
	.cd-primary-nav > .has-children > a.selected::before {
		-webkit-transform: translateX(5px) rotate(-45deg);
		-moz-transform: translateX(5px) rotate(-45deg);
		-ms-transform: translateX(5px) rotate(-45deg);
		-o-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg);
	}
	.cd-primary-nav > .has-children > a.selected::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
		/* remove arrows on secondary nav titles */
		display: none;
	}

	.cd-primary-nav .go-back a {
		padding-left: 20px;
	}
	.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
		left: 1px;
	}
}
.cd-search {
	position: absolute;
	height: 155px !important;
	width: 100%;
	top: 75px;
	left: 0;
	z-index: 3;
	opacity: 0;
	background: #004481;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
	height: 100%;
	width: 100%;
}
.cd-search input {
	border-radius: 0;
	border: none;
	height: 100%;
	width: 100%;
	padding: 0 5%;
	color:#fff;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.cd-search input::-webkit-input-placeholder {
	color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
	color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
	color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
	color: #c9cbc4;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
	position: fixed;
}
@media only screen and (min-width: 1170px) {
	.cd-search {
		height: 155px;
		top: 120px;
	}
	.cd-search .search-field {
		padding: 0 2em;
		font-size: 2rem;
		font-weight: 300;
	}
}

.cd-overlay {
	/* shadow layer visible when navigation is active */
	position: fixed;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background: rgba(255, 252, 249, 1);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1169px) {
	.cd-overlay.is-visible {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	.nav-on-left .cd-overlay.is-visible {
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		-o-transform: translateX(260px);
		transform: translateX(260px);
	}
	.cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

/* --------------------------------

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
	position: relative;
	height: auto;
	width: 100%;
	overflow: visible;
	visibility: visible;
	z-index: 2;
}

.no-js .cd-search {
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1170px) {
	.no-js .cd-primary-nav {
		position: absolute;
		z-index: 3;
		display: inline-block;
		width: auto;
		top: 0;
		right: 150px;
		padding: 0;
	}

	.no-js .nav-is-fixed .cd-primary-nav {
		position: fixed;
	}
}

/* --------------------------------

Slider

-------------------------------- */

*, *::after, *::before {
	box-sizing: border-box;
}

.cd-slider-wrapper {
	position: relative;
	height: 100%;
	padding: 0;
}
@media only screen and (min-width: 960px) {
	.cd-slider-wrapper {
		padding: 50px 30px;
	}
}

.cd-slider {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
}
.cd-slider li.is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-slider .cd-half-block {
	background-position: center center;
	background-repeat: no-repeat;
}

.cd-slider .cd-half-block.image, .cd-slider .cd-half-block.content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin:0!important;
}

cd-half-block.content p
{
	font-size: 16px !important;
}




.cd-slider li:first-of-type .image {
	background-image: url(../img/img-1.jpg);
}
.cd-slider li:nth-of-type(2) .image {
	background-image: url(../img/img-2.jpg);
}
.cd-slider li:nth-of-type(3) .image {
	background-image: url(../img/img-3.jpg);
}
.cd-slider li:nth-of-type(4) .image {
	background-image: url(../img/img-4.jpg);
}

.cd-slider .image {
	background-size: cover;
}

.cd-slider .content {
	padding: 30px;
	color: #fff;
	background-color: rgba(0, 68, 129, 0.71);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}
.cd-slider .light-bg {
	color: rgba(0, 0, 0, 0.6);
}

.cd-slider p {
	color: #fff!important;
	font-size: 0.7rem;
}

.button--cta {
	background: #fff;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	min-width: 150px;
	max-width: 350px;
	display: block;
	padding: 0.5em 1.5em;
	border: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button--cta.button--inverted {
	background: none;
	color: #fff;
}

.button--cta:hover {
	color: #fff;
}

.button--inverted {
	background: none;
	color: #fff;
	border-color: #fff;
}

.button--border-thick {
	border: 3px solid;
}
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button--size-s {
	font-size: 14px;
}

@media only screen and (min-width: 960px) {

	.slider_section {
		height: calc(100% - 173px);
		height: calc(100vh - 173px);
	}

	.cd-slider li {
		pointer-events: none;
		z-index: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: z-index 0s 0.6s;
		-moz-transition: z-index 0s 0.6s;
		transition: z-index 0s 0.6s;
	}
	.cd-slider li.is-visible {
		pointer-events: auto;
		z-index: 3;
		-webkit-transition: z-index 0s 0s;
		-moz-transition: z-index 0s 0s;
		transition: z-index 0s 0s;
	}
	.cd-slider li.is-visible.covered {
		/* list item still there, but covered by the list item entering the viewport (.is-visible) */
		z-index: 2;
	}
	.cd-slider .cd-half-block {
		position: relative!important;
	}

	.cd-slider .cd-half-block.image, .cd-slider .cd-half-block.content {
		height: 100%;
		width: 50%;
		float: right;
	}

	.cd-slider .cd-half-block.content {
		background-color: rgba(0, 68, 129, 1);
	}

	.cd-slider .cd-half-block.content {
		padding: 50px;
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		-o-transform: translateX(200%);
		transform: translateX(200%);
		-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
		-moz-transition: -moz-transform 0.6s 0s ease-in-out;
		transition: transform 0.6s 0s ease-in-out;
	}
	.cd-slider .cd-half-block.image {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0s 0.3s;
		-moz-transition: -moz-transform 0s 0.3s;
		transition: transform 0s 0.3s;
	}
	.cd-slider li.is-visible .cd-half-block.content,
	.cd-slider li.is-visible .cd-half-block.image {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.cd-slider li.is-visible .cd-half-block.content {
		-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
		-moz-transition: -moz-transform 0.6s 0s ease-in-out;
		transition: transform 0.6s 0s ease-in-out;
	}
	.cd-slider .content {
		/* vertically align its content */
		padding: 0 1rem;
	}

	.cd-slider p {
		font-size: 1rem;
	}

	.cd-slider .uk-h2 {
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: 600;
		line-height: 1.0;
	}


}


@media only screen and (min-width: 1240px) {
	.cd-slider p {
		font-size: 1.0rem;
	}
}


/* --------------------------------

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
	/* you won't see this element in the html but it will be created using jQuery */
	position: absolute;
	padding: 0;
	padding-bottom: 0px !important;
	z-index: 3;
	bottom: 0px !important;
	opacity: 1 !important;
	xbackground-color: #ffffff !important;
	left: 50%;
	right: auto;
	width: calc(100% - 60px);
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cd-slider-navigation li {
	display: inline-block;

	xmargin: 0 0.5em;
}
.cd-slider-navigation li.selected a {
	color: #004481 !important;
}
.cd-slider-navigation a {
	display: block;
	font-size: 35px !important;
	line-height: 70% !important;
	font-weight: bold !important;
	color: #b3cfe7 !important;
	border-radius: 50%;
	color: transparent;
	/* image replacement */
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	border: none;
}
/* ################################################################### */

@media only screen and (min-width: 960px) {
	.cd-slider-navigation {
		top:  auto;
		bottom:30px;
		left: 30px;
		right: auto;
		margin: 0;
		padding: 0em 1em;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.85);
		/* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
		-webkit-transform: translateZ(2px);
		-moz-transform:  translateZ(2px);
		-ms-transform:  translateZ(2px);
		-o-transform:  translateZ(2px);
		transform:  translateZ(2px);
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
	.cd-slider-navigation.slider-animating {
		/* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	.cd-slider-navigation li {
		margin: 0 1%;
		overflow: hidden;
	}

	.cd-slider-navigation li a {
		height: 38px;
		width: 38px
		text-align: center;
		font-size: 33px;
		/* reset style */
		text-indent: 0;
		border: none;
		border-radius: 0;
		color: rgba(119, 116, 111, 0.85);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.cd-slider-navigation li.selected a {
		background-color: transparent;
		color: #004481;
		font-weight: bold;
	}
}


img, svg, image {
	max-width: 100%;
}

/* --------------------------------

Content elements

-------------------------------- */


/* Loader */
.grid__loader {
	position: absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	margin: 3em auto 0;
}

.grid--loading .grid__loader {
	display: block;
}

.grid__sizer {
	width: 100%;
}


/* ################################################################### */

@media (min-width: 640px) {
	.grid__sizer {
		width: calc(100% * 1 / 3.001);
	}




}


@media only screen and (max-width: 780px) {

	.cd-slider-navigation
	{
		bottom: -12px !important;
	}

	.cd-slider-navigation li
	{
					padding: 0px 5px 0;
	}



		.cd-slider-navigation li a {

			height: 20px;
			display: block;
			font-size: 12px;
			font-weight: bold;
			border-radius: 50%;
			color: transparent;
			/* image replacement */
			white-space: nowrap;

			text-indent: 100%;
			overflow: hidden;
			border: 2px solid #7591a9 !important;

				
			}

		.cd-slider-navigation li.selected a
		{
			font-weight: bolder;
			border: 1px solid #ffffff !important;

		}
}

/* ################################################################### */

@media (min-width: 1200px) {
	.grid__sizer {
		width: 20%;
	}
}


.category__grid.grid--loading > .grid__item {
	opacity: 0;
}


.category__grid {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

/* Clearfix */

.category__grid:after {
	content: '';
	display: block;
	clear: both;
}


.category__grid > .grid__item {
	opacity: 1;
}


.grid__item {
	padding-top: 30px;
}

.uk-card-primary .uk-card-header {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.uk-card-primary .uk-card-footer {
	border-top: 1px solid rgba(255,255,255,0.25);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper iframe, .videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

svg:not(:root) {
	overflow: hidden;
}
.svgcolor-light, .svgcolor-dark {
	position: relative;
	top: -2px;
	z-index: 3;
}

/*** Individual section styles and separators ***/

section,footer {
	position: relative;
}

/* Common style for pseudo-elements */
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

footer::before,
footer::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */

.ss-style-triangles-down::before {
	left: 50%;
	width: 75px;
	height: 75px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 75px;
	height: 75px;
	background: inherit;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
	top: -50px;
}

.ss-style-triangles-down::before {
	top: -35px;
	background: #f8f8f8;
}

.ss-style-triangles-down.light::before {
	background: #fff;
}


.ss-style-triangles::after {
	bottom: -35px;
	z-index: 10;
}

/* Double Diagonal line */

.ss-style-doublediagonal {
	z-index: 1;
	padding: 5em 0 2em;
}

.ss-style-doublediagonal::before {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	background: #004481;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}


/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ss-style-halfcircle::before {
	top: -50px;
}

.ss-style-halfcircle::after {
	bottom: -50px;
}

/* Big Triangle */
svg#bigTriangleColor {
	display: none;
	background:  #f8f8f8;
}

#bigTriangleColor path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 2;
}

/* Curves */
#curveUpColor path,
#curveDownColor path {
	fill: #3498db;
	stroke: #3498db;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

.ss-style-multitriangles::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
	box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

/* Rounded corners */
.ss-style-roundedcorners::before {
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	border-radius: 0 0 60px 60px;
	background: inherit;
}

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
	border-radius: 0 0 80px 80px;
}

.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
	top: -70px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit;
}

.ss-style-roundedsplit::before {
	border-radius: 0 80px 0 0;
}

.ss-style-roundedsplit::after {
	left: 50%;
	border-radius: 80px 0 0 0;
}

/* Inverted rounded corners */
.ss-style-invertedrounded {
	margin-bottom: 90px;
	padding: 13em 10% 10em;
	border-radius: 0 0 0 90px;
}

.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
	left: 0;
	z-index: -1;
	height: 90px;
	background: #3498db;
}

.ss-style-invertedrounded::before {
	top: 100%;
	width: 100%;
	border-radius: 0 90px 0 0;
}

.ss-style-invertedrounded::after {
	bottom: 0;
	z-index: -1;
	width: 50%;
}

/* Boxes */
.ss-style-boxes {
	padding-top: 4em;
	padding-bottom: 13em;
}

.ss-style-boxes::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
	background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
	-webkit-background-size: 130px 100%;
	background-size: 130px 100%;
}

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
	right: 0;
	left: 0;
	z-index: 10;
	display: block;
	height: 90px;
	background-size: 50px 100%;
}

.ss-style-zigzag::before {
	top: -90px;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
	background-image:
			linear-gradient(315deg, #3093d5 25%, transparent 25%),
			linear-gradient( 45deg, #3498db 25%, transparent 25%);
	background-position: 50%;
}

.ss-style-zigzag::after {
	top: 100%;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
	background-image:
			linear-gradient(135deg, #3498db 25%, transparent 25%),
			linear-gradient(225deg, #3498db 25%, transparent 25%);
	background-position: 50%;
}

/* Edges */
.ss-style-roundedges {
	padding-bottom: 16em;
}

.ss-style-roundedges::before,
.ss-style-roundedges::after {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #2980b9;
	top: -100px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ss-style-roundedges::before {
	left: -100px;
}

.ss-style-roundedges::after {
	right: -100px;
}

/* Slit */
.ss-style-slit {
	padding-top: 5em;
}

.ss-style-slit::before,
.ss-style-slit::after {
	width: 50.5%;
	width: -webkit-calc(50% + 10px);
	width: -moz-calc(50% + 10px);
	width: calc(50% + 10px);
	height: 160px;
	background: #2980b9;
	top: -160px;
}

.ss-style-slit::before {
	left: -20px;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
	box-shadow: -10px -20px #3192d3;
}

.ss-style-slit::after {
	right: -20px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	box-shadow: 10px -20px #3192d3;
}

/* Big half circle */
#bigHalfCircle path {
	fill: #3498db;
	stroke: #3498db;
}

/* Big triangle with shadow */

#trianglePath1 {
	fill: #3498db;
	stroke: #3498db;
}

#trianglePath2 {
	fill: #2072a7;
	stroke: #2072a7;
}

/* Inclined Zig Zag */
.ss-style-inczigzag::before,
.ss-style-inczigzag::after {
	left: 0;
	width: 100%;
	height: 50px;
	background-size: 100px 100%;
}

.ss-style-inczigzag::before {
	top: 0;
	background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
	background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%);
}

.ss-style-inczigzag::after {
	bottom: 0;
	background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
	background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%);
}

/* Castle */
.ss-style-castle::before {
	left: 0;
	width: 100%;
	height: 50px;
	background-size: 200px 100%;
	top: 0;
	background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
	background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%);
}

/* Alternative slit with inner shadow */
#slitPath1 {
	fill: #3498db;
	stroke: red;
	stroke-width: 0;
}

#slitPath2, #slitPath3 {
	fill: #2072a7;
}

/* Folded corner */
.ss-style-foldedcorner::before,
.ss-style-foldedcorner::after {
	bottom: 0;
	width: 100px;
	height: 100px;
}

.ss-style-foldedcorner::before {
	right: 0;
	background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
	background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%);
}

.ss-style-foldedcorner::after {
	right: 100px;
	background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
	background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%);
}

/* Dots */
.ss-style-dots::before {
	bottom: 20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
	box-shadow: 30px 0 #2072a7, -30px 0 #2072a7;
}

/* Double Line */
.ss-style-doubleline::before {
	bottom: 30px;
	width: 140px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
	box-shadow: 0 30px 0 #2072a7;
}

/* Cross */
.ss-style-cross {
	padding-bottom: 15em;
}

.ss-style-cross::before,
.ss-style-cross::after {
	background: #2072a7;
	bottom: 70px;
	width: 200px;
	height: 2px;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.ss-style-cross::before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-cross::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

/* Stamp */
#stamp path {
	fill: #3498db;
	stroke: #3498db; /* avoid gap in FF */
}

/* Clouds */
#clouds path {
	fill: #ecf0f1;
	stroke: #ecf0f1;
}

/*.slick-slide {*/
/*opacity: 1;*/
/*-webkit-transition: transform 0.3s, opacity 0.25s ease-in-out;*/
/*-moz-transition:  transform 0.3s, opacity 0.25s ease-in-out;*/
/*-ms-transition: transform 0.3s, opacity 0.25s ease-in-out;*/
/*-o-transition:transform 0.3s, opacity 0.25s ease-in-out;*/
/*transition:  transform 0.3s, opacity 0.25s ease-in-out;*/
/*}*/

/*.slick-slide:not(.slick-active) {*/
/*opacity: 0.45;*/
/*-webkit-transform: perspective(500px) scale3D(0.95,0.95,1);*/
/*-moz-transform: perspective(500px) scale3D(0.95,0.95,1);*/
/*-ms-transform: perspective(500px) scale3D(0.95,0.95,1);*/
/*-o-transform: perspective(500px) scale3D(0.95,0.95,1);*/
/*transform: perspective(500px) scale3D(0.95,0.95,1);*/
/*}*/

.inner_content {
	padding: 20px 30px;
}

.small .inner_content {
	padding: 20px 20px;
}

.card {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.thumb {
	height: auto;
	width: 150px;
}


h2.title {
	font-size: 2.3rem;
	font-weight: 800;
	margin-bottom: 5px;
}

.sub_headline {
	display: block;
	font-style: italic;
	font-weight: 600;
	color: #004481;
	margin-bottom: 15px;
}

ul.page-numbers {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

ul.page-numbers>* {
	display: block;
	color: #999;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	padding-left: 20px;
	position: relative;
}

.nav-links {
	text-align: center;
}

.nav-links > div {
	display: inline-block;
	width: 50%;
}



/* --------------------------------

products

-------------------------------- */

.bg-circle-featured {
	height: 500px;
	width: 500px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.uk-text-price {
	font-size: 0.7rem;
	line-height: 1.4;
	color: #999;
}

.bk-list > div {
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

.bk-book {
	position: relative;
	width: 250px;
	height: 333px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
}

.bk-book > div,
.bk-front > div {
	display: block;
	position: absolute;
}

.bk-front {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 10;
}

.bk-front > div {
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-page {
	-webkit-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);
	display: none;
	width: 295px;
	height: 323px;
	top: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
}

.bk-front, .bk-back, .bk-front > div {
	width: 250px;
	max-width: 100%;
	height: 333px;
}


.bk-left, .bk-right {
	width: 40px;
	left: -20px;
}

.bk-top, .bk-bottom {
	width: 245px;
	height: 40px;
	top: -15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px;
}

.bk-cover-back {
	background-color: #000;
	-webkit-transform: rotate3d(0,1,0,-179deg);
	transform: rotate3d(0,1,0,-179deg);
}

.bk-right {
	height: 326px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.bk-left {
	height: 333px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,333px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,333px);
}

/* Transform classes */

.bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
}

.bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-book.bk-viewback {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

/* Main colors and content */

.bk-list .bk-page,
.bk-list .bk-right,
.bk-list .bk-top,
.bk-list .bk-bottom {
	background-color: #fff;
}

.bk-front > div {
	border-radius: 0 3px 3px 0;
	box-shadow:
			inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 1px;
}

.bk-cover:after,
.bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bk-back:after {
	left: auto;
	right: 10px;
}

.bk-left h4 {
	width: 333px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}

.bk-content {
	position: absolute;
	top: 30px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: default;
}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-page nav {
	display: block;
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.bk-page nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

/* Book 1 */
.bk-bookdefault .bk-front > div,
.bk-bookdefault .bk-back,
.bk-bookdefault .bk-left,
.bk-bookdefault .bk-front:after {
	background-color: #3f3d3a;
}

.bk-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bk-bookdefault .bk-left h4 {
	color: rgba(255, 255, 255, 0.89);
	font-size: 13px;
	line-height: 40px;
	padding-left: 30px;
}

.bk-bookdefault .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Fallbacks */

.no-csstransforms .bk-list .bk-book > div,
.no-csstransforms .bk-list .bk-book .bk-cover-back {
	display: none;
}

.no-csstransforms .bk-list .bk-book > div.bk-front {
	display: block;
}

.no-csstransforms .bk-info button,
.no-js .bk-info button {
	display: none;
}

.product_wrapper--small {
	padding: 5px 20px;
	margin: 0 10px;
}

.product_wrapper--small .uk-inline .uk-overlay {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.product_wrapper--small .uk-inline:hover .uk-overlay {
	opacity: 1;
}

@media (min-width: 640px) {

	.bg-circle-featured {
		top: -5%;
		left: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 960px) {

	.bg-circle-featured {
		top: 50%;
		left: -20%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

}

@media (min-width: 1200px) {

	.bk-book, .bk-front, .bk-back, .bk-front > div {
		width: 300px;
		height: 400px;
	}

	.bk-top, .bk-bottom {
		width: 295px;
	}

	.bk-right {
		height: 393px;
	}

	.bk-left {
		height: 400px;
	}

	.bk-left h2 {
		width: 400px;
	}

}

.woocommerce-product-gallery__wrapper {
	position: relative;
	margin-bottom: 40px;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	z-index: 2;
}


.woocommerce-product-gallery__wrapper:after,.woocommerce-product-gallery__wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
}

.woocommerce-product-gallery__wrapper:before {
	left: 0;
	box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-product-gallery__wrapper:after {
	left: 10px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.attachment-shop_single {
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	-moz-box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
}

#bk-carousel .slick-slide:focus, #bk-carousel .slick-slide:active {
	border: none;
	box-shadow: none;
	outline: none;
}

#bk-carousel .slick-slide:nth-child(even) .product_wrapper--small {
	background: rgba(0, 0, 0, 0.025);
}

#bk-carousel .slick-dots {
	bottom: -50px;
}

#product_gallery_var .slick-dots {
	bottom: -50px;
}

#product_gallery_var .slick-list {
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.uk-iconnav .added_to_cart {
	display: none;
}

.cd-cart-container::before {
	/* dark bg layer visible when the cart is open */
	content: '';
	position: fixed;
	z-index: 1;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
	opacity: 1;
	visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
	position: fixed;
	bottom: 20px;
	right: 45px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: transform;
	backface-visibility: hidden;
}
.empty .cd-cart-trigger, .empty
.cd-cart {
	/* hide cart */
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
	.cd-cart-trigger,
	.cd-cart {
		bottom: 40px;
	}
}

.cd-cart-trigger {
	/* button that triggers the cart content */
	z-index: 3;
	height: 72px;
	width: 72px;
	/* replace text with image */
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
.cd-cart-trigger::after, .cd-cart-trigger::before {
	/* used to create the cart/'X' icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	width: 100%;
	background: url(assets/images/cd-icons-cart-close.svg) no-repeat 0 0;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
.cd-cart-trigger::after {
	/* 'X' icon */
	background-position: -72px 0;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cd-cart-trigger::before {
	opacity: 0;
}
.cart-open .cd-cart-trigger::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count {
	/* number of items indicator */
	position: absolute;
	top: -10px;
	right: -10px;
	height: 28px;
	width: 28px;
	background: #e94b35;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 50%;
	text-indent: 0;
	-webkit-transition: -webkit-transform .2s .5s;
	transition: -webkit-transform .2s .5s;
	transition: transform .2s .5s;
	transition: transform .2s .5s, -webkit-transform .2s .5s;
}

.cart-count {
	/* number of items indicator */
	position: absolute;
	top: -10px;
	right: -10px;
	height: 18px;
	width: 18px;
	background: #e94b35;
	color: #ffffff;
	border-radius: 50%;
	text-indent: 0;
	text-align: center;
	-webkit-transition: -webkit-transform .2s .5s;
	transition: -webkit-transform .2s .5s;
	transition: transform .2s .5s;
	transition: transform .2s .5s, -webkit-transform .2s .5s;
}

.cd-cart-trigger .count li {
	/* this is the number of items in the cart */
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count li:last-of-type {
	visibility: hidden;
}
.cd-cart-trigger .count.update-count li:last-of-type {
	-webkit-animation: cd-qty-enter .15s;
	animation: cd-qty-enter .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}
.cd-cart-trigger .count.update-count li:first-of-type {
	-webkit-animation: cd-qty-leave .15s;
	animation: cd-qty-leave .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}
.cart-open .cd-cart-trigger .count {
	-webkit-transition: -webkit-transform .2s 0s;
	transition: -webkit-transform .2s 0s;
	transition: transform .2s 0s;
	transition: transform .2s 0s, -webkit-transform .2s 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.empty .cd-cart-trigger .count {
	/* fix bug - when cart is empty, do not animate count */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.cd-cart-trigger:hover + div .wrapper {
	box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart-trigger:hover + div .wrapper {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
	/* cart content */
	z-index: 2;
	width: 90%;
	max-width: 440px;
	height: 400px;
	max-height: 90%;
	pointer-events: none;
}
.cd-cart .wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	height: 72px;
	width: 72px;
	border-radius: 6px;
	-webkit-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
	transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
	-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	background: #ffffff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
	pointer-events: auto;
}
.cd-cart header, .cd-cart footer {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
}
.cd-cart header, .cd-cart .body {
	opacity: 0;
}
.cd-cart header {
	top: 0;
	border-radius: 6px 6px 0 0;
	padding: 0 1.4em;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	-webkit-transition: opacity .2s 0s;
	transition: opacity .2s 0s;
	border-bottom: 1px solid #e6e6e6;
}
.cd-cart header::after {
	clear: both;
	content: "";
	display: block;
}
.cd-cart footer {
	bottom: 0;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}
.cd-cart h2 {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: .1em;
}
.cd-cart .undo {
	float: right;
	font-size: 0.9rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
	color: #808b97;
}
.cd-cart .undo a {
	text-decoration: underline;
	color: #2b3e51;
}
.cd-cart .undo a:hover {
	color: #014380;
}
.cd-cart .undo.visible {
	opacity: 1;
	visibility: visible;
}
.cd-cart .checkout {
	display: block;
	height: 72px;
	line-height: 72px;
	margin-right: 72px;
	background: #014380;
	color: rgba(255, 255, 255, 0);
	text-align: center;
	font-size: 1rem;
	-webkit-transition: all .2s 0s;
	transition: all .2s 0s;
}
.cd-cart .checkout:hover {
	background: #399ee0;
}
.cd-cart .checkout em {
	position: relative;
	display: inline-block;
	color: #fff!important;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: -webkit-transform 0s .2s;
	transition: -webkit-transform 0s .2s;
	transition: transform 0s .2s;
	transition: transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .checkout em::after {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	content: '';
	height: 24px;
	width: 24px;
	background: url(assets/images/cd-icon-arrow-next.svg) no-repeat center center;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.cd-cart .body {
	position: relative;
	z-index: 1;
	height: calc(100% - 40px);
	padding: 20px 0 10px;
	margin: 40px 0 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.cd-cart .body ul {
	overflow: hidden;
	padding: 0 1.4em;
	position: relative;
	padding-bottom: 90px;
}
.cd-cart .body li {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
	transition: opacity 0s .2s, -webkit-transform 0s .2s;
	transition: opacity 0s .2s, transform 0s .2s;
	transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .body li::after {
	clear: both;
	content: "";
	display: block;
}
.cd-cart .body li:not(:last-of-type) {
	margin-bottom: 20px;
}
.cd-cart .body li.deleted {
	/* this class is added to an item when it is removed form the cart */
	position: absolute;
	left: 1.4em;
	width: calc(100% - 2.8em);
	opacity: 0;
	-webkit-animation: cd-item-slide-out .3s forwards;
	animation: cd-item-slide-out .3s forwards;
}
.cd-cart .body li.deleted.undo-deleted {
	/* used to reinsert an item deleted from the cart when user clicks 'Undo' */
	-webkit-animation: cd-item-slide-in .3s forwards;
	animation: cd-item-slide-in .3s forwards;
}
.cd-cart .body li.deleted + li {
	-webkit-animation: cd-item-move-up-mobile .3s;
	animation: cd-item-move-up-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.cd-cart .body li.undo-deleted + li {
	-webkit-animation: cd-item-move-down-mobile .3s;
	animation: cd-item-move-down-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.cd-cart .product-image {
	display: inline-block;
	float: left;
	/* the image height determines the height of the list item - in this case height = width */
	width: 50px;
}

.cd-cart .size-thumbnail {
	width: 90px;
	height: auto;
}

.cd-cart .actions {
	font-size: 1rem;
	height: 1.6em;
	line-height: 1.6em;
}
.cd-cart .actions::after {
	clear: both;
	content: "";
	display: block;
}
.cd-cart .delete-item, .cd-cart .quantity {
	float: left;
	color: #808b97;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-cart .delete-item {
	margin-right: 1em;
}
.cd-cart .delete-item:hover {
	color: #e94b35;
}
.cd-cart .quantity label {
	display: inline-block;
	margin-right: .3em;
}
.cd-cart .select {
	position: relative;
}
.cd-cart .select::after {
	/* switcher arrow for select element */
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 12px;
	background: url(assets/images/cd-icon-select.svg) no-repeat center center;
	pointer-events: none;
}
.cd-cart select {
	position: relative;
	padding: 0 1em 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	color: #808b97;
}
.cd-cart select:focus {
	outline: none;
	color: #2b3e51;
	box-shadow: 0 1px 0 currentColor;
}
.cd-cart select::-ms-expand {
	/* hide default select arrow on IE */
	display: none;
}
.cart-open .cd-cart .wrapper {
	height: 100%;
	width: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.cart-open .cd-cart header, .cart-open .cd-cart .body {
	opacity: 1;
}
.cart-open .cd-cart header {
	-webkit-transition: opacity .2s .2s;
	transition: opacity .2s .2s;
}
.cart-open .cd-cart .body {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}
.cart-open .cd-cart .body li {
	-webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
	transition: opacity .3s .2s, -webkit-transform .3s .2s;
	transition: transform .3s .2s, opacity .3s .2s;
	transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.cart-open .cd-cart .body li:nth-of-type(2) {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
.cart-open .cd-cart .body li:nth-of-type(3) {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
	-webkit-transition-duration: .55s;
	transition-duration: .55s;
}
.cart-open .cd-cart .checkout {
	color: #ffffff;
	-webkit-transition: color .2s .3s;
	transition: color .2s .3s;
}
.cart-open .cd-cart .checkout em {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
	transition: padding .2s 0s, -webkit-transform .2s .3s;
	transition: transform .2s .3s, padding .2s 0s;
	transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}
.cart-open .cd-cart .checkout:hover em {
	padding-right: 30px;
}
.cart-open .cd-cart .checkout:hover em::after {
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-cart .body li:not(:last-of-type) {
		margin-bottom: 14px;
	}
	.cd-cart .body li.deleted + li {
		-webkit-animation: cd-item-move-up .3s;
		animation: cd-item-move-up .3s;
	}
	.cd-cart .body li.undo-deleted + li {
		-webkit-animation: cd-item-move-down .3s;
		animation: cd-item-move-down .3s;
	}
	.cd-cart .checkout {
		font-size: 1.6rem;
	}
	.cd-cart .product-image {
		width: 90px;
	}

	.cd-cart h3, .cd-cart .price {
		font-size: 1.2rem;
	}
}

@-webkit-keyframes cd-qty-enter {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

@keyframes cd-qty-enter {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}
@-webkit-keyframes cd-qty-leave {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50%) translateY(-100%);
		transform: translateX(-50%) translateY(-100%);
	}
}
@keyframes cd-qty-leave {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50%) translateY(-100%);
		transform: translateX(-50%) translateY(-100%);
	}
}
@-webkit-keyframes cd-item-move-up-mobile {
	0% {
		padding-top: 70px;
	}
	100% {
		padding-top: 0px;
	}
}
@keyframes cd-item-move-up-mobile {
	0% {
		padding-top: 70px;
	}
	100% {
		padding-top: 0px;
	}
}
@-webkit-keyframes cd-item-move-up {
	0% {
		padding-top: 104px;
	}
	100% {
		padding-top: 0px;
	}
}
@keyframes cd-item-move-up {
	0% {
		padding-top: 104px;
	}
	100% {
		padding-top: 0px;
	}
}
@-webkit-keyframes cd-item-move-down-mobile {
	0% {
		padding-top: 0px;
	}
	100% {
		padding-top: 70px;
	}
}
@keyframes cd-item-move-down-mobile {
	0% {
		padding-top: 0px;
	}
	100% {
		padding-top: 70px;
	}
}
@-webkit-keyframes cd-item-move-down {
	0% {
		padding-top: 0px;
	}
	100% {
		padding-top: 104px;
	}
}
@keyframes cd-item-move-down {
	0% {
		padding-top: 0px;
	}
	100% {
		padding-top: 104px;
	}
}
@-webkit-keyframes cd-item-slide-out {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
		opacity: 0;
	}
}
@keyframes cd-item-slide-out {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
		opacity: 0;
	}
}
@-webkit-keyframes cd-item-slide-in {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	0% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
		opacity: 0;
	}
}
@keyframes cd-item-slide-in {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	0% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
		opacity: 0;
	}
}

.card-thumb {
	max-height: 100px;
	width: auto;
}

.woocommerce-checkout .required {
	color:#9B2124;
	text-decoration: none;
}

.price-info p.wc-gzd-additional-info {
	margin: 0!important;
}

.product_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(assets/images/default_bg_product.jpg);
	opacity: 0.35;
	z-index:0;
}

.images {
	position: relative;
	height: 100%;
	width: 100%;
}

.book-mockup {
	position: absolute;
	bottom: 1em;
	left: 0.5em;
	width: calc(100% - 1.5em);
	height: calc(100% - 1em);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.images_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right:0;
	width: 100%;
	background-image: url(assets/images/book_bg.png);
	-webkit-background-size:contain;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index:0;
}

.leseprobe {
	position: absolute;
	z-index: 1;
	top: -40px;
	right: 20px;
}

.book-cover {
	z-index:2;
}

.quantity input {
	max-width: 50px;
}

.wc-gzd-order-submit .button {
	/* 1 */
	margin: 0;
	/* 2 */
	border: none;
	/* 3 */
	overflow: visible;
	/* 4 */
	font: inherit;
	color: inherit;
	/* 5 */
	text-transform: none;
	/* 6 */
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 0.875rem;
	/* 7 */
	line-height: 38px;
	/* 8 */
	text-align: center;
	/* 9 */
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	-webkit-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
	background-color: #004481;
	color: #fff;
	border: 1px solid transparent;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 2em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 1em 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* Common style */
.cta-boxes figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 100%;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.cta-boxes figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.cta-boxes figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cta-boxes figure figcaption::before,
.cta-boxes figure figcaption::after {
	pointer-events: none;
}

.cta-boxes figure figcaption,
.cta-boxes figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.cta-boxes figcaption a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.cta-boxes figure h3 {
	font-weight: 500;
	font-size: 1.8rem;
}

.cta-boxes figure h3 span {
	font-weight: 600;
}

.cta-boxes figure h3,
.cta-boxes figure p {
	color: #fff;
	margin: 0;
}

.cta-boxes figure p {
	letter-spacing: 1px;
	font-size: 70.5%;
}


figure.effect-oscar {
	background: #000428; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #000428 , #004e92); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #000428 , #004e92); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 1em;
	background-color: rgba(26, 67, 125, 0.71);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 15px;
	right:  15px;
	bottom:  15px;
	left:  15px;
	border: 2px solid #fff;
	content: '';
}


figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


.product-page .main-raised {
	margin: -30vh 0px 0px;
	padding: 40px;
}


footer {
	width: 100%;
}


#footer {
	background: #004481; /* fallback for old browsers */
}

footer .logo {
	width: 50px;
	height: auto;
	border-radius: 50%;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1.5em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1.5em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.wasmuth-customizer.wasmuth-front-page .wasmuth-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.wasmuth-customizer.wasmuth-front-page .wasmuth-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.wasmuth-customizer.wasmuth-front-page .wasmuth-panel .wasmuth-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.wasmuth-customizer.wasmuth-front-page .wasmuth-panel:nth-of-type(1):after {
	border: none;
}

.wasmuth-front-page.wasmuth-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.wasmuth-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.wasmuth-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

footer .menu {
	padding: 0;
	list-style: none;
}

footer .menu a {
	color: rgba(255, 255, 255, 0.7);
}

footer .menu a:hover {
	color: rgba(255, 255, 255, 1);
}

/*
 * Micro clearfix
 */
footer .menu > li::before,
footer .menu > li::after {
	content: "";
	display: table;
}
footer .menu > li::after {
	clear: both;
}
/*
 * Remove margin from the last-child
 */
footer .menu > li > :last-child {
	margin-bottom: 0;
}
/*
 * Nested lists
 */
footer .menu ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}
/*
 * Style
 */
footer .menu > li:nth-child(n+2),
footer .menu > li > ul {
	margin-top: 10px;
}

.posted-on .updated {
	display: none!important;
}

#servicenav {
	font-size: 16px;
}

.wpcf7-not-valid {
	color: #f0506e;
	border-color: #f0506e;
}

*+.wpcf7-response-output {
	margin-top: 20px!important;
}

.wpcf7-response-output {
	position: relative;
	margin-bottom: 20px!important;
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 15px 29px 15px 15px!important;
	background: #f8f8f8;
	color: #666;
	border: none;
}

.wpcf7-mail-sent-ok {
	background: #edfbf6;
	color: #32d296;
	border-color: #32d296!important;
}

.wpcf7-validation-errors {
	background: #fef4f6;
	color: #f0506e;
	border-color: #f0506e!important;
}

span.wpcf7-not-valid-tip {
	display: none!important;
}

.century {
	color: rgba(255,255,255,0.25);
	top: -50px;
	text-transform: uppercase;
}

.uk-card .wc-gzd-additional-info {
	display: inline-block;
	font-size: 0.7rem;
	line-height: 1.4;
	color: #999;
}

#breadcrumbs {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.button_solid_color a {
	color: #fff!important;
}

.button_solid_color a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	width: 110%;
	height: 45px;
	border-radius: 4px;
	background: rgb(145, 143, 134);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#menu-top-navi {
	height: 25px;
	line-height: 25px;
}

#menu-top-navi a {
	line-height: 25px;
}

.mlp_language_box {
	float: right;
}

.mlp_language_box ul {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 24px;
}

.mlp-language-box ul li {
	padding-right:5px;
}

.mlp-language-box ul li:first-child {
border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.mlp_language_box a {
	color: rgba(255, 255, 255, 0.8);
}

.mlp_language_box a.current-language-item {
	color: rgba(255, 255, 255, 1);
}

.mlp_language_box a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.marker {
	opacity: 0;
}

.loaded .marker {
	opacity: 1;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.bottom-nav {
	z-index: 2;
}

.bottom-nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.bottom-nav ul li {
	width: 33.33333%;
}

.bottom-nav ul li {
	display: inline-block;
	float: left;
	text-align: center;
}

.bottom-nav ul li>a {
	display: block;
	position: relative;
	height: 75px;
	line-height: 75px;
	border-right: 1px solid rgba(135, 135, 135, 0.25);
}

.bottom-nav ul li:last-child>a {
	border-right: 0;
}

@media screen and (min-width: 1024px) {

	.mlp_language_box ul {
		margin-right: 15px;
	}

}






/* pixelbasis 2020 */


#atstbx3
{
	xxdisplay: none !important;
}

.author, .vcard, .byline
{
	display: none !important;
}

.cd-nav-icons
{
	z-index: 3000 !important;
}

ul.cd-secondary-nav
{
	z-index: 2000 !important;
	padding-top: 75px !important;
}


.wz-stoerer
{
	
	position: absolute;
	top: 92px;
	left: 68%;
	z-index: 500;
}


.mc4wp-form-3147 p input[type=text], .mc4wp-form-3147 p input[type=email]
{
	width: 300px;
    height: 40px;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
}



.mc4wp-form-3147 p label
{
	display: inline-block;
	width: 240px !important;
	margin-right: 30px;
}



.mc4wp-form-3147 div input[type=submit]
{
	    background: #004481;
	    color: #ffffff;
	    border: none;
	    padding: 10px;
	    width: 240px;
}


.term-description, .stock.in-stock
{
	display: none;
}

.pb_link_allebuecher
{
	text-align: center;
	margin-top: 30px;
}

.pb_link_allebuecher a
{
	background: #17437F;
	color: #ffffff;
	padding: 20px 40px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

.pb_link_allebuecher a:hover
{
	background: #666;
}

.wmv-cat-description
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


li.menu-item-2532 a
{
	color: #b63333 !important;
}

h3.uk-h5
{
	margin-bottom: 7px !important;
	line-height: 130% !important;
}

.uk-card-body hr
{
	margin-top: 2px;
	margin-bottom: 2px;
}

div.uk-card-header, div.uk-card-body
{
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}

div.uk-card-header h4
{
	margin-top: 2px !important;
}


.onsale
{
	display: none !important;
}

@media screen and (max-width: 1024px)
{
	.uk-container.uk-container-expand
	{
		xbackground: #ccc;

	}
		.uk-iconnav > * > *
		{
		display: block !important;
		color: #777 !important;

		}

	.screen-reader-text
	{
		xcolor: red !important;
	}
	.uk-iconnav li .uk-icon
	{

		background: transparent !important;
		xcolor: red !important;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ media queries ++++++++++++++++++++++++ */
@media screen and (min-width: 1921px){

		.wz-stoerer
		{
			left: 73%;
		}

}

@media screen and (min-width: 1441px) and (max-width: 1680px){

		.wz-stoerer
		{
			left: 69%;
		}

}




@media screen and (max-width: 1440px){

		.wz-stoerer
		{
			left: 60%;
		}
	.cd-primary-nav > li 
	{
		margin-left: 1.2em !important;
	}



}





@media screen and (max-width: 1280px){

		.wz-stoerer
		{
			left: 57%;
		}

}

@media screen and (max-width: 1168px){

		.wz-stoerer
		{
			top: 36px;
			left: 60%;
		}

}


@media screen and (max-width: 1024px){

		.wz-stoerer
		{
			top: 36px;
			left: 55%;
		}

			.wmv-cat-description
			{
				width: 100%;
				margin-left: auto;
				margin-right: auto;
			}
			/*
			.screen-reader-text {
			display: inline-block;
			}
			*/
}


@media screen and (max-width: 768px){

		.wz-stoerer
		{
			display: none;
		}

		.cd-slider .content {
		background-color: rgba(0, 68, 129, 0) !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		z-index: 1;
		}

		.cd-slider .uk-text-center 
		{
			background-color: transparent;
			padding: 10px;
		}

		div.uk-text-center p, div.uk-text-center h2
		{
			display: none;
		}
		
		.button--cta.button--inverted {
		background: #17437F;
		color: #fff;
		padding-top: 
		}

					.wmv-cat-description
			{
				width: 100%;
				margin-left: auto;
				margin-right: auto;
			}


}





@media screen and (max-width: 1000px){

		div.uk-text-center p
		{
			font-size: 16px !important;
		}


}
	

