﻿/*General*/

.master-wrapper-content {
	width: 100%;
}

* {
	box-sizing: border-box;
}

div {
	display: block;
	box-sizing: border-box;
}

body, html {
	color: #494949;
	font: normal 14px Roboto, Arial, Helvetica, sans-serif;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	-webkit-font-smoothing: none !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	overflow-x: hidden;
	background: #FFF;
}

::selection {
	background-color: #005AAB;
	color: #FFF;
}

.pagingInfo {
	display: none;
}


.slider-wrapper.theme-default {
	position: relative;
	z-index: 0;
}



/* width */
:: -webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

tr th sup {
	display: inline-block;
	margin: -2px;
}

.center-1 {
	margin: 0;
}

p {
	font-size: 16px;
	font-weight: 300;
	color: #0C0C0C;
	margin: 0 0 10px;
}

h1,
h2 {
	font-size: 30px;
	font-weight: 300;
	color: #494949;
	line-height: 1;
}

.clear {
	height: 0;
	display: block;
	clear: both;
}

.page-title h1, .page-title h2 {
	font-size: 26px;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #5B5B5B;
	text-align: left;
}

.flex-container {
	display: -ms-flexbox;
	/*IE*/
	display: -webkit-flex;
	/* Safari */
	display: flex;
}

.master-wrapper-page {
	margin: 0 auto;
	width: 100%;
	border-top: 0;
}

.admin-header-links {
	margin-bottom: 0;
	text-align: center;
	padding: 5px;
	background-color: #FFF;
}

	.admin-header-links a {
		color: #2a2a2a;
		font-weight: 400 !important;
		font-family: 'Roboto', sans-serif;
	}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.container-large {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1em;
}

.flex-column {
	flex-direction: column;
}

.flex-50 {
	flex-basis: 50%;
}

.italic-text {
	font-style: italic;
}

.master-wrapper-main {
	color: #333;
	width: 100%;
	background-color: transparent;
}

	.master-wrapper-main .center-1 {
		width: 100%;
		display: block;
		padding: 0;
		border-radius: 0;
	}

	.master-wrapper-main .side-2 {
		float: none;
		width: 25.4%;
		margin: 0;
		display: block;
		position: relative;
		left: 0;
		z-index: 1;
	}

.block-category-navigation .title {
	display: none;
}

.block-category-navigation .listbox {
	padding: 0;
	margin-top: 0;
}

.master-wrapper-main .center-2 {
	float: none;
	width: 72%;
	min-height: unset;
	padding: 0;
	display: block;
	background-color: transparent;
	height: 100%;
}

.side-2 .block-newsletter {
	display: none;
}

/*.side-2 .eortologio-block {
	display: none;
}*/
.celebrate {
	margin-top: 10px;
	width: 100%;
}

	.celebrate iframe {
		padding: 10px;
		text-align: left;
	}

.eortologio-block .title {
	display: none;
}

.side-2 .block-flipbooks {
	display: none;
}

.eortologio-block {
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	border-radius: 10px;
	background-color: #FFF;
}

.wrap-hide {
	display: none;
}
/* -------------------------------- 

Back to Top

-------------------------------- */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #E40000 url(/Themes/Karabatos/Content/images/2018/backtotop.svg) no-repeat center 50%;
	background-size: 35px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	border: 1px solid #FFF;
}

	.cd-top.cd-top--show,
	.cd-top.cd-top--fade-out,
	.cd-top:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
		transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	}

	.cd-top.cd-top--show {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}

	.cd-top.cd-top--fade-out {
		opacity: 1;
		z-index: 9999;
	}

	.cd-top:hover {
		background-color: #E40000;
		opacity: 1;
	}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 52px;
		width: 52px;
		right: 30px;
		bottom: 30px;
	}
}
/*Popup Home*/
.ajax {
	width: 100%;
	height: auto;
	min-width: unset;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
	display: none;
}

	.ajax img {
		display: block;
		width: 100%;
		height: auto;
	}

#cboxOverlay {
	background: #FFF;
}

#cboxLoadedContent {
	margin-bottom: 0;
}

#cboxMiddleLeft, #cboxMiddleRight {
	width: 0;
	background: none;
}

#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
	height: 0;
	width: 0;
	background: none;
}

#cboxContent {
	background: transparent;
	overflow: visible;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible !important;
}

#cboxClose {
	bottom: auto;
	right: -12px;
	top: -12px;
	border-radius: 100%;
}

#cboxContent .ajax {
	display: block;
}


.homepage-popup-outter-wrapper {
	display: none;
}
#cboxLoadedContent .homepage-popup-outter-wrapper {
	display: block;
}

.homepage-popup-outter-wrapper a {
	display: block;
}

	.homepage-popup-outter-wrapper a img {
		display: block;
		max-width: 100%;
		height: auto;
	}

/*Header*/
.menu-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.social-header .facebook a {
	width: 30px;
	height: 30px;
	font-size: 0 !important;
	border-radius: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
	display: block;
	background-image: url(/Themes/Karabatos/Content/images/2018/footer-fb.svg);
}
.social-header .instagram a {
	width: 30px;
	height: 30px;
	font-size: 0 !important;
	border-radius: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
	display: block;
	background-image: url(/Themes/Karabatos/Content/images/2018/Instagram-icon.png);
	background-size: contain;
}


.social-header .youtube-header a {
	width: 40px;
	height: 40px;
	font-size: 0 !important;
	border-radius: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
	display: block;
	background-image: url(/Themes/Karabatos/Content/images/2018/youtube-icon.svg);
}
.social-header ul {
	display: flex;
	align-items: center;
}

@media (max-width:480px) {
	.social-header ul {
		flex-direction:column;
	}
}


.category-menu > a {
	cursor: default;
}
/*ul.inner-custom-list {
	position: absolute;
}

.inner-custom-list {
	position: absolute;
	display: none;
}*/

.category-menu {
	background-color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 11px 15px 3px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	-ms-flex-preferred-size: 28.1%;
	flex-basis: 28.1%;
	position: relative;
}

	.category-menu > a:before {
		content: url(/Themes/Karabatos/Content/images/2018/menu-burger.svg);
		width: 30px;
		height: 30px;
		display: block;
		float: left;
	}

/*.category-menu-left li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: left;
}*/
.category-menu-left li {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	text-align: left;
}

.category-menu-left {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}

.category-menu-right {
	display: none;
}

.header {
	padding: 9px 0 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-image: url(/Themes/Karabatos/Content/images/2018/header-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.header-container > * {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

.header-left {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
}

.header-right {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}

.controls {
	text-align: center;
	transition: .25s ease-out;
	list-style: none;
	position: static;
	margin: 0 25px 0 0;
}

	.controls a {
		font-weight: 300;
		padding: 2px 4px;
		display: inline;
		color: #333333 !important;
	}

.language-selector {
	position: static;
}

ul.language-list {
	display: block;
	line-height: 1;
}

	ul.language-list li {
		list-style: none;
		display: inline-block;
		padding: 0;
		float: none;
		line-height: 1;
	}

.header-menu {
	border: 0;
	background-color: #FFF;
	background-image: unset;
	padding: 10px 0 0;
	background-image: url(/Themes/Karabatos/Content/images/2018/menu-header-bg.svg);
	background-size: 200%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.20);
	position: relative;
	z-index: 2;
}

.title-mega-menu-img {
	margin: 0 0 10px;
	min-height: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mega-menu-1 {
	top: -2px;
}

	#mega-menu-1 > li > a:after {
		content: '|';
		color: #e40000;
		font-weight: 700;
		font-size: 21px;
		position: absolute;
		right: 0;
		top: 7px;
		bottom: 0;
	}

	#mega-menu-1 > li:last-child > a:after {
		display: none;
	}

	#mega-menu-1 li.mega-hover a {
		background-color: transparent !important;
		background: transparent !important;
	}

	#mega-menu-1 li a {
		color: #333 !important;
		position: relative;
		padding: 12px 16px !important;
		font-size: 15px;
		font-weight: 300;
		position: relative;
	}

		#mega-menu-1 li a:hover {
			color: #e40000 !important;
			background: transparent !important;
			background-color: transparent !important;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
/*#mega-menu-1 li a {
	color: #000 !important;
}

#mega-menu-1 li .sub-container {
	position: absolute;
	width: 100% !important;
}

#mega-menu-1 li .sub {
	width: 100% !important;
	background: #F2F2F2 !important;
	padding: 15px;
	border: 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.25);
}

	#mega-menu-1 li .sub .row {
		width: 100% !important;
		overflow: hidden;
		clear: both;
	}

#mega-menu-1 {
	width: 100% !important;
	height: 40px;
	position: relative;
	max-width: unset;
	padding: 0 15px;
}*/


#mega-menu-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

	#mega-menu-1 li a {
		color: #333 !important;
		position: relative;
	}

.image-link {
	display: block;
	width: 100%;
	max-width: 207px;
	margin: 0 0px 0 4px;
}

.header-selectors-wrapper {
	float: none;
	max-width: 280px;
	margin: 5px 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.social-header li {
	list-style-type: none;
	margin: 0 10px 0 0;
}

ul.language-list li img {
	vertical-align: middle;
}

ul.language-list li .selected {
	border: 0;
}

.flex-logos-links {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 10px 0 7px;
}

	.flex-logos-links a:first-child .image-link {
		margin: 0;
	}


.search-box {
	margin: 0 0 10px;
	border: 0;
	border-radius: 0;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	width: 100%;
}

.header-right-inner {
	max-width: 418px;
	margin: 0 0 0 auto;
}

.search-box-button {
	cursor: pointer;
	background: url(/Themes/Karabatos/Content/images/2018/search-icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background-position: center;
	background-size: contain;
}

.search-box form {
	width: 100%;
	position: relative;
	height: 36px;
}

.search-box-text {
	background: none repeat scroll 0 0 #FFF;
	width: 100%;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	height: 36px;
	border: none !important;
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

	.search-box-text::placeholder {
		color: #999999 !important;
		font-style: italic !important;
	}

	.search-box-text:focus {
		outline: unset;
	}

a.logo {
	background: inherit;
	background-image: url(/Themes/Karabatos/Content/images/2018/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}





/*Homepage Slider*/
.owl-anywhere-item {
	min-height: unset;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.owl-dot span {
	width: 14px;
	height: 14px;
	display: block;
	background-color: #FFF;
	opacity: 1;
	margin: 7px;
	border-radius: 50%;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
}

.owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-dot.active span {
	background-color: #e40000;
}
/*Homepage*/
.homepage-body {
	background-image: url(/Themes/Karabatos/Content/images/2018/homepage-top-bg.png),url(/Themes/Karabatos/Content/images/2018/homepage-bg.png);
	background-repeat: no-repeat;
	background-position: center top,center bottom;
	background-color: #FFF;
	padding: 70px 0 120px;
}

.home-page .listbox.links {
	padding: 0;
	margin: 0;
}

.home-page .block {
	padding: 0;
	margin: 0;
}

.catalog-home-inner {
	background-color: #232324;
	background-image: url(/Themes/Karabatos/Content/images/2018/catalog-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 480px;
}

.container-catalog {
	max-width: 1050px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	padding: 0 25px;
}

	.container-catalog > * {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}



.catalog-home-wrapper.catalog-home-new .catalog-home-inner {
	background-color: #ffd564;
	background-image: url(/Themes/Karabatos/Content/images/2018/catalog-bg_Highlight-2024_BACKGROUND.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 480px;
}


.catalog-home-wrapper.catalog-home-new  .flex-catalog-right img {
	max-width: unset;
}

.block .links .catalog-home-wrapper.catalog-home-new .flex-catalog-right p {
	color: #ce0b0c;
	font-size: clamp(22px, 4vw, 41px);
	font-weight: 500;
	border: 0;
	padding: 0;
	margin: 15px 0 25px 60px;
	line-height: 1;
	text-align:center;
}


 .catalog-home-wrapper.catalog-home-new .container-catalog {
	max-width: 1184px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	padding: 0 25px;
}
section.catalog-home-wrapper.catalog-home-new {
	position: relative;
}

	section.catalog-home-wrapper.catalog-home-new a {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}


	section.catalog-home-wrapper.catalog-home-new .flex-catalog-left {
		position: relative;
		height: 100%;
		display: block;
		min-height: 480px;
		margin-left: clamp(20px, 6vw, 115px);
	}


.side-catalog-wrapper.side-catalog-new .side-catalog-inner .flex-container {
	background-image: url(/Themes/Karabatos/Content/images/2018/side-catalog-new.png);
}
section.side-catalog-wrapper.side-catalog-new {
	position: relative;
}

	section.side-catalog-wrapper.side-catalog-new a {
		font-size: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}

@media(max-width:1024px) {

	section.catalog-home-wrapper.catalog-home-new .flex-catalog-left {
	
		margin:0;
	}
	.catalog-home-wrapper.catalog-home-new .flex-catalog.flex-catalog-left img {
		display: block;
		max-width: 100%;
		height: auto;
		
	}
	.block .links .catalog-home-wrapper.catalog-home-new .flex-catalog-right p {
		
		margin: 10px auto;
		
	}
	.catalog-home-wrapper.catalog-home-new .flex-catalog-right img {
	
		max-width: 200px;
		display: block;
		height: auto;
		margin: auto;
	}
}

@media(max-width:850px) {
	section.catalog-home-wrapper.catalog-home-new .flex-catalog-left {
		min-height: unset;
		margin: 0;
		width: 100%;
		max-width: 344px;
	}
}

.flex-catalog-left img {
	position: absolute;
	left: -32%;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.flex-catalog-right img {
	max-width: 180px;
}

.flex-catalog-right {
	text-align: right;
}

.block .links .flex-catalog-right p {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	border: 0;
	padding: 0;
	margin: 15px 0 25px;
	line-height: 1;
}

.block .links a:before {
	display: none;
}

.flex-catalog-left {
	position: relative;
	height: 100%;
	display: block;
	min-height: 480px;
}

a.catalog-btn {
	width: 144px;
	height: 41px;
	background-color: #DB0000;
	border: 1px solid #DB0000;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFF;
	font-weight: 300;
}

	a.catalog-btn:hover {
		color: #DB0000;
		background-color: #FFF;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		font-weight: 300 !important;
	}

.flex-item-beste {
	-ms-flex-preferred-size: 50%;
	flex-basis: 60%;
	width: 50%;
	min-height: 310px;
	position: relative;
}

.item box .picture a {
	display: block;
	position: relative;
	height: 100%;
}

.item-box .picture a {
	position: relative;
	height: 100%;
	display: block;
}

.bestefreunde-container {
	align-items: center;
	max-width: 1400px;
}

.bestefreunde-home-wrapper {
	background-color: #00529E;
	background-image: url(/Themes/Karabatos/Content/images/2018/beste-freunde-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 350px;
	padding: 50px 0 50px;
	overflow: hidden;
}

.flex-beste-right img {
	position: absolute;
	right: -20px;
	/*top: 15%;*/
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
/*	-webkit-transform: rotate(-23deg);
	-ms-transform: rotate(-23deg);
	transform: rotate(-23deg);*/
	/*max-width: 500px;*/
	/*margin-right: -65px;*/
	object-fit: contain;
	max-width: 100%;
	width: 100%;
}

.flex-beste-left {
	-ms-flex-preferred-size: 100%;
	flex-basis: 50%;
}

	.flex-beste-left img {
		margin: 0 0 -30px;
	}

.block .links .flex-beste-left p {
	color: #FFF;
	line-height: 27px;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	font-family: "myriad-pro", sans-serif;
	margin-top: 25px;
}

a.beste-btn {
	width: 182px;
	height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff861e;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #ff861e;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	a.beste-btn:hover {
		color: #ff861e;
		background-color: #FFF;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

.columns-two-product-wrapper {
	background-image: url(/Themes/Karabatos/Content/images/2018/product-bg.png), url(/Themes/Karabatos/Content/images/2018/category-bottom-bg.png);
	background-position: top center,bottom right;
	background-repeat: no-repeat;
	padding: 0 0 100px;
}

.nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 0 !important;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	border-radius: 0px !important;
	overflow: hidden !important;
}

.home-page-product-grid .title {
	font-size: 26px;
	margin: 0px 0px 60px;
	font-weight: 600;
	color: #FFF;
}

	.home-page-product-grid .title strong {
		font-weight: 600;
	}

.homepage-newsletter {
	padding: 45px 0 35px;
	background-color: #DB0000;
}

	.homepage-newsletter .block .title strong {
		font-weight: 300;
		font-size: 20px;
		color: #FFF;
		width: 100%;
		position: relative;
		top: 3px;
	}

	.homepage-newsletter .block .title {
		letter-spacing: initial;
		text-align: left;
		padding: 0;
		color: #FFF;
		margin: 0;
		border-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

.newsletter-flex img {
	max-width: 47px;
	display: block;
	margin: 0 15px 0 0;
}

.newsletter-right {
	-ms-flex-preferred-size: 58%;
	flex-basis: 58%;
}

.newsletter-left {
	-ms-flex-preferred-size: 42%;
	flex-basis: 42%;
}

.newsletter-flex {
	max-width: 930px;
	margin: 0 auto;
}

.newsletter-subscribe-block {
	position: relative;
}

.block-newsletter .buttons {
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.block-newsletter input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	font-size: 16px;
	color: #2a2a2a;
}

	.block-newsletter input[type="text"]::-webkit-input-placeholder {
		color: #AAAAAA;
		font-style: italic;
		font-size: 14px;
		font-family: "Roboto",sans-serif;
		font-weight: 300;
		position: relative;
		top: 1px;
	}


.newsletter-subscribe-button {
	background: none;
	background-color: #FF7300;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font: 300 15px Roboto,sans-serif;
	height: 40px;
	top: 2px;
	position: relative;
	right: 2px;
	padding: 0 16px;
}

	.newsletter-subscribe-button:hover {
		opacity: .7;
		color: #FFF;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		outline: unset;
		border-color: #ff7300;
	}

	.newsletter-subscribe-button[disabled] {
		opacity: .4;
		cursor: not-allowed;
	}

.contact-us-button[disabled] {
	opacity: .4;
	cursor: not-allowed;
}

.newsletter-terms {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 930px;
	margin: 0 auto;
	color: #FFF;
}

span.blue-newsletter {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.homepage-flex-grid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

	.homepage-flex-grid > * {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

.contact-page .newsletter-terms {
	max-width: 474px;
	margin: 10px 0 0;
	color: #444;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-page-product-grid a {
	display: block;
}

.product-tag-page .product-item, .search-page .product-item, .category-page .product-item, .related-products-grid .product-item, .product-grid .homepage-flex-grid .product-item {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 23px 23px 14px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	min-height: 403px;
}

	.product-tag-page .product-item:hover, .search-page .product-item:hover, .category-page .product-item:hover, .related-products-grid .product-item:hover, .product-grid .homepage-flex-grid .product-item:hover {
		-webkit-transform: translate3d(2px,2px,0px);
		transform: translate3d(2px,2px,0px);
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .25);
		box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.25);
	}

	/*.product-tag-page .product-item .picture img, .search-page .product-item .picture img, .category-page .product-item .picture img, .related-products-grid .product-item .picture img, .product-grid .homepage-flex-grid .product-item .picture img {
		height: auto;
		width: 154px;
		margin: 0;
	}*/
	.product-tag-page .product-item .picture img, .search-page .product-item .picture img, .category-page .product-item .picture img, .related-products-grid .product-item .picture img, .product-grid .homepage-flex-grid .product-item .picture img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
		image-rendering: -webkit-optimize-contrast;
	}

.related-products-grid .owl-dots {
	margin: 0;
	display: none;
}

.product-link {
	position: relative;
	height: 100%;
	display: block;
	min-width: 154px;
}

.related-products-grid .product-item .picture img {
	height: auto;
}

.product-tag-page .product-item .picture, .search-page .product-item .picture, .category-page .product-item .picture, .related-products-grid .product-item .picture, .product-grid .homepage-flex-grid .product-item .picture {
	height: 207px;
	width: 100%;
	min-width: 154px;
}

.product-tag-page .product-item .product-title a, .search-page .product-item .product-title a, .category-page .product-item .product-title a, .related-products-grid .product-item .product-title a, .product-grid .homepage-flex-grid .product-item .product-title a {
	font-size: 14.5px;
	text-align: left;
	padding: 0;
	min-height: 54px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.product-tag-page .product-item .product-title a, .search-page .product-item .product-title a, .category-page .product-item .product-title a, .related-products-grid .product-item .product-title a, .product-grid .homepage-flex-grid .product-item .product-title a:hover {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

.product-tag-page .product-item .product-title a, .search-page .product-item .product-title a, .category-page .product-item .product-title a, .related-products-grid .product-item .product-title a {
	color: #333;
	text-rendering: optimizeLegibility;
}

	.product-tag-page .product-item .product-title a:hover, .search-page .product-item .product-title a:hover, .category-page .product-item .product-title a:hover {
		color: #ED1C24;
	}

.related-products-grid .product-item .picture {
	height: 207px;
}

#mega-menu-1 > li:nth-child(2) > a {
	text-transform: capitalize;
}

.pager span, .pager a:active {
	background-color: #a70000;
}

.pager a, .pager span {
	background-color: #e40000;
	color: #FFF;
}

.search-page .inputs label {
	width: 200px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-page .search-text {
	height: 40px;
}

.search-page .inputs {
	overflow: hidden;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.search-page .inputs select {
		max-width: 560px;
		height: 40px;
		border: 1px solid #ddd;
		width: 100%;
	}

.search-page .button-1 {
	color: #FFF;
	width: 144px;
	height: 40px;
	background: transparent;
	background-color: #e30613;
	font-size: 16px;
	font-weight: 300;
	text-shadow: unset;
	border-color: #e30613;
}

.search-page .price-from, .search-page .price-to {
	width: 100px;
	height: 40px;
	margin: 0 0 0 10px;
}

.related-products-grid .product-item {
	max-width: 200px;
	margin: 0 auto;
	padding: 20px;
}

.category-page item-box, .related-products-grid item-box, .product-grid .homepage-flex-grid .item-box {
	float: none;
	padding: 0;
	margin: 0 0 54px;
}

.related-products-grid .item-box {
	padding: 5px 10px;
}

.attribute-line {
	padding: 6px 0;
	border-top: 2px solid #C1C1C1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 34px;
}

.product-tag-page .page-title h1 {
	color: #FFF;
}

span.attr-text {
	font-size: 13px;
	white-space: nowrap;
	font-weight: 300;
}

.cert-line .attr-text {
	font-size: 11px;
	text-rendering: optimizeLegibility;
}

.search-product-grid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.age-line .attr-icon img {
	width: 22px;
	height: 14px;
}

.cert-line .attr-icon img {
	width: 21px;
	height: 20px;
}

.attr-icon img {
	display: block;
	margin-right: 10px;
}

.product-grid .product-item .product-title {
	margin: 12px 0;
}


.block-category-navigation .sublist li.active > a {
	color: #e30613;
}

.block-category-navigation ul.sublist {
	margin: 0;
}

.block-category-navigation .list > li > ul > li > a:before, .block-category-navigation .sublist li a:before {
	margin: 0 8px 0 0;
	content: url(/Themes/Karabatos/Content/images/2018/catalog-li-icon.svg);
	display: block;
	width: 14px;
	height: 14px;
	position: static;
}
/*.block-category-navigation .sublist ul ul li a:before {
	content: '»';
	padding-right: 0;
	position: relative;
	right: -10px;
	top: -3px;
}*/
.block-category-navigation .sublist li a {
	padding: 10px 0 10px 55px;
	font-size: 13px;
	background-color: #F9F9F9;
	font-weight: 300;
	border-bottom: 2px solid #F2F2F2;
	color: #4D4D4D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-category-navigation .list > li > ul > li > a {
	padding: 20px 0 20px 35px;
	font-size: 13px;
	font-weight: 300;
	border-bottom: 2px solid #F9F9F9;
	color: #4D4D4D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
}

.block-category-navigation .sublist ul ul li a:before {
	content: '»';
	padding-right: 0;
	margin: 0;
	position: relative;
	top: -3px;
	right: -5px;
}


.books-category-page .sub-category-grid .sub-category-item .picture .picture-wrapper {
	min-height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.category-page .category-description {
	margin: 55px 0 0;
}

/*Contact Page*/
.contact-item {
	padding: 0 10px 0 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

	.contact-item img {
		max-width: 100%;
		display: block;
		height: auto;
	}

.block .links .contact-item p {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 5px;
	padding: 0;
	color: #4D4D4D;
}

.contact-item h4 {
	font-size: 17px;
	margin: 25px 0;
	font-weight: 700;
}

.hueber-item h4 {
	color: #005AAB;
}

.contact-page .page-body {
	padding: 40px 0 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #D9D9D9;
}

.karabatos-item h4 {
	color: #CF0000;
}

.contact-item .map {
	margin: 60px 0 25px;
}

.flex-contact-top {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.contact-text-bottom {
	margin: 30px 0;
}

.contact-page textarea {
	padding: 10px;
	border: 2px solid #ddd;
	margin: 10px 0 0;
}

.contact-page .enquiry {
	width: 100%;
	min-height: 150px;
	height: auto;
	max-width: 474px;
	border-radius: 10px;
	font-size: 15px;
	border: 1px solid #919191;
	padding: 10px;
	margin: 5px 0 0;
}

.contact-page input[type="text"] {
	height: 40px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #919191;
	margin: 5px 0 0;
	width: 100%;
	max-width: 474px;
	font-size: 15px;
}

	.contact-page input[type="text"]::placeholder, .contact-page textarea::placeholder {
		font-size: 15px !important;
		font-family: "Roboto", sans-serif !important;
		color: #919191 !important;
		font-weight: 300;
	}

.contact-us-button {
	width: 245px;
	height: 42px;
	background: transparent;
	background-color: #E30613;
	border: 1px solid #E30613;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFF;
	font-weight: 400;
	text-shadow: unset;
	font-size: 15px;
	border-color: #DB0000;
	border-radius: 10px;
}

	.contact-us-button:hover {
		color: #fff;
		opacity: .7;
		border-color: #DB0000;
	}

.block .links .contact-page-wrapper p {
	font-size: 15px;
	font-weight: 300;
	color: #4D4D4D;
}

.contact-page .inputs {
	margin-bottom: 5px;
}
/*Topic Pages*/
.karabatos-free-passwords-page-bottom-item-left {
	flex-basis: 12%;
	margin-right: 20px;
	min-width: 57px;
}

.topic-page .karabatos-free-passwords-page-wrapper p strong {
	color: #F5AD2A;
}

.karabatos-free-passwords-page-bottom-item-right {
	flex-basis: 83.28%;
}

.karabatos-free-passwords-page-bottom-item.flex-container:first-child a {
	color: #5B5B5B;
	text-decoration: none;
	font-weight: 700;
}

.karabatos-free-passwords-page-bottom-item.flex-container:nth-child(3) a {
	color: #3667AE;
	text-decoration: none;
	font-weight: 700;
}
.karabatos-free-passwords-page-bottom-item.flex-container {
	padding: 37px;
	align-items: center;
}

.topic-page .karabatos-free-passwords-page-bottom-item-right p {
	font-size: 21px;
	line-height: 27px;
	color: #5B5B5B;
	font-weight: 400;
}

.topic-page .karabatos-free-passwords-page-text p {
	color: #5B5B5B;
	font-weight: 400;
	margin-bottom: 22px;
}

.karabatos-free-passwords-page-image {
	margin-bottom: 45px;
}

.karabatos-free-passwords-page-bottom-item.flex-container:nth-child(odd) {
	background-color: #F9F9F9;
}




.columns-two-container {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topic-page p {
	color: #333333;
	margin: 0 0 10px;
	line-height: 25px;
}

.topic-page ul li {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	margin: 0 0 10px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
}

.topic-page img {
	max-width: 100%;
	display: block;
	height: auto;
}

.downloads td {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 15px 5px;
}

ul.list2 li a {
	font-weight: 300;
}

ul.list2 li {
	margin: 7px 0;
	padding: 0 0 7px 0;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
}
/*Category Page*/
.sub-category-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.columns-two-category-wrapper {
	background-image: url(/Themes/Karabatos/Content/images/2018/category-bg.png), url(/Themes/Karabatos/Content/images/2018/category-bottom-bg.png);
	background-position: top center,bottom right;
	background-repeat: no-repeat;
}

.breadcrumb {
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0 10px;
	margin-top: 0px;
	padding: 0;
	border-bottom: 2px solid #FFF;
	margin-bottom: 17px;
	color: #FFF;
}

	.breadcrumb ul {
		padding: 0px;
	}

	.breadcrumb li:first-child a {
		color: #FFF;
	}

	.breadcrumb a, .breadcrumb a:hover {
		text-decoration: none;
		color: #FFF;
	}

.category-page .page-title {
	display: none;
}

.sub-category-grid .item-box {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
	margin: 0 1.3% 2% 0;
	background-color: #FFF;
	border-radius: 10px;
}

	.sub-category-grid .item-box:nth-of-type(4n) {
		margin: 0 0 2%;
	}

.sub-category-grid .sub-category-item {
	text-align: center;
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.newsletter-block {
	display: none;
}

.block-category-navigation .list > li > a, .block-category-navigation .list > li > a:hover {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #d9d9d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#d9d9d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7f7f7 0%,#d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	color: #4D4D4D;
	border-bottom: 2px solid #D1D1D1;
	padding: 15px 0 10px 75px;
	font-size: 14px;
	font-weight: 300;
	height: 64px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.block-category-navigation .list > li > a:hover {
		color: #DB2200;
	}

.block-category-navigation .active > a:hover {
	font-weight: 300 !important;
}

.block-category-navigation .list > li > a:before {
	position: absolute;
	left: 22px;
	top: 27%;
	margin: auto;
	display: block;
	max-width: 33px;
	max-height: 33px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.block-category-navigation .list > li:nth-child(1) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav01.png);
}

.block-category-navigation .list > li:nth-child(2) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav02.png);
	top: 33%;
}

.block-category-navigation .list > li:nth-child(3) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav03.png);
	top: 26%;
}

.block-category-navigation .list > li:nth-child(4) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav04.png);
}

.block-category-navigation .list > li:nth-child(5) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav05.png);
	top: 25%;
}

.block-category-navigation .list > li:nth-child(6) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav09.png);
	top: 25%;
}

.block-category-navigation .list > li:nth-child(7) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav06.png);
	top: 32%;
}

.block-category-navigation .list > li:nth-child(8) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav07.png);
	top: 22%;
}

.block-category-navigation .list > li:nth-child(9) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav08.png);
	top: 22%;
}

.block-category-navigation .list > li:nth-child(10) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav10.png);
	top: 22%;
}



.block-category-navigation .list > li:nth-child(1) > a:hover:before, .block-category-navigation .list > li.active:nth-child(1) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav01-hover.png);
}

.block-category-navigation .list > li:nth-child(2) > a:hover:before, .block-category-navigation .list > li.active:nth-child(2) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav02-hover.png);
}

.block-category-navigation .list > li:nth-child(3) > a:hover:before, .block-category-navigation .list > li.active:nth-child(3) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav03-hover.png);
}

.block-category-navigation .list > li:nth-child(4) > a:hover:before, .block-category-navigation .list > li.active:nth-child(4) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav04-hover.png);
}

.block-category-navigation .list > li:nth-child(5) > a:hover:before, .block-category-navigation .list > li.active:nth-child(5) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav05-hover.png);
}

.block-category-navigation .list > li:nth-child(6) > a:hover:before, .block-category-navigation .list > li.active:nth-child(6) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav09-hover.png);
}

.block-category-navigation .list > li:nth-child(7) > a:hover:before, .block-category-navigation .list > li.active:nth-child(7) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav06-hover.png);
}

.block-category-navigation .list > li:nth-child(8) > a:hover:before, .block-category-navigation .list > li.active:nth-child(8) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav07-hover.png);
}

.block-category-navigation .list > li:nth-child(9) > a:hover:before, .block-category-navigation .list > li.active:nth-child(9) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav08-hover.png);
}

.block-category-navigation .list > li:nth-child(10) > a:hover:before, .block-category-navigation .list > li.active:nth-child(10) > a:before {
	content: url(/Themes/Karabatos/Content/images/2018/cat-nav10-hover.png);
}


.block-category-navigation .listbox ul .active > a {
	color: #e30613;
}

.block-category-navigation {
	-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
	padding: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

	.block-category-navigation .list > li:last-child > a {
		border-bottom: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.block-category-navigation .list > li.active:last-child > a {
		border-radius: 0;
	}

.product-collateral .owl-carousel .owl-stage-outer {
	padding: 25px 0;
}

.block .listbox ul {
	padding: 0;
}





/*Subcategories*/
.sub-category-grid .sub-category-item .title {
	height: 100%;
	padding: 20px 15px 10px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	background-image: url(/Themes/Karabatos/Content/images/2018/title-bg.svg);
	position: relative;
	bottom: -2px;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

	.sub-category-grid .sub-category-item .title a {
		color: #FFF;
		font-size: 15px;
	}

.sub-category-grid .sub-category-item .picture {
	padding: 15px;
}

	.sub-category-grid .sub-category-item .picture .picture-wrapper {
		min-height: 110px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

.books-category-page .sub-category-grid .sub-category-item .title {
	min-height: 75px;
}

.sub-category-grid .item-box {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
	margin: 0 1.3% 2% 0;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}

/*.sub-category-grid .title-wrapper {
	min-height: 115px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: url(/Themes/Karabatos/Content/images/2018/books-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.sub-category-grid .title-wrapper {
	min-height: unset;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.category-description > div {
	margin: 1em 0;
}
/*Product Page*/
.product-essential {
	-webkit-box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	padding: 30px 30px 60px;
	border-radius: 10px;
	margin: 0 0 75px;
}

.related-products-grid .title {
	text-align: center;
	color: #5B5B5B;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.product-essential .picture-wrapper {
	height: 100%;
	min-height: 300px;
	max-width: 224px;
	/*background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;*/
	position: relative;
	margin: 0 10px 0 0;
}

.books-category-page .sub-category-item .picture-wrapper:before, .product-grid .picture-wrapper:before {
	content: '';
	padding-top: 135%;
	display: block;
}


.books-category-page .sub-category-item .picture-wrapper img, .product-grid .picture-wrapper img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.product-details-page .gallery {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.product-essential-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 70px;
}

	.product-essential-top .essential-left {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
	}

	.product-essential-top .essential-right {
		-ms-flex-preferred-size: 69%;
		flex-basis: 69%;
	}

.product-details-page .product-name {
	color: #262626;
	font-size: 22px;
	margin: 15px 0 35px;
	padding-top: 0;
	font-weight: 700;
}

	.product-details-page .product-name h1 {
		font-weight: 700;
		color: #262626;
		font-size: 22px;
	}

.sub-category-grid .sub-category-item .picture .picture-wrapper {
	position: relative;
}

.product-essential .picture-wrapper img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.category-page-simple .sub-category-grid .sub-category-item .picture .picture-wrapper:before {
	content: '';
	display: block;
	padding-top: 60%;
}

.category-page-simple .sub-category-grid .sub-category-item .picture .picture-wrapper img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.product-essential .picture-wrapper:after {
	height: 30px;
	width: 100%;
	content: '';
	background-image: url(/Themes/Karabatos/Content/images/2018/shadow-picture.png);
	background-position: center;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.full-description p {
	font-size: 15px;
	line-height: 23px;
}

.product-details-page .overview {
	float: none;
	width: 100%;
	margin: 0;
}

.attibutes-line {
	padding: 12px 0 0;
}

.attribute-divider {
	height: 2px;
	background-color: #BFBFBF;
	max-width: 278px;
	width: 100%;
	margin: 12px 0 0;
}

.attibutes-line span {
	color: #262626;
	font-weight: 300;
	font-size: 15px;
}

.owl-nav {
	position: absolute;
	top: 0;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.owl-prev.disabled, .owl-next.disabled {
	opacity: 0.6;
}

.owl-nav > * {
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	font-size: 0;
}

.owl-nav > .owl-prev {
	background-image: url(/Themes/Karabatos/Content/images/2018/owl-prev.svg);
	margin: 0 15px 0 0;
}

.owl-nav > .owl-next {
	background-image: url(/Themes/Karabatos/Content/images/2018/owl-next.svg);
}

.listbox.links {
	padding: 0;
}

.side-catalog-inner .flex-container {
	align-items: flex-end;
	height: 100%;
	min-height: 390px;
	padding: 35px 20px;
	background-image: url(/Themes/Karabatos/Content/images/2018/side2-catalog.png);
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.side-catalog-wrapper {
	margin: 20px 0;
}

.pdf-wrapper {
	padding: 10px;
	background-color: #A81111;
	max-width: 170px;
	border-radius: 10px;
	border: 2px solid #939598;
	color: #FFF !important;
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 15px;
	align-items: center;
}

	.pdf-wrapper img {
		margin-right: 5px;
		max-width: 18px;
	}

	.pdf-wrapper a {
		color: #FFF;
		font-size: 13px;
	}

.block .links a.side-catalog-btn {
	width: 133px;
	height: 33px;
	display: -ms-grid;
	display: grid;
	place-items: center;
	background-color: #e40000;
	border: 1px solid #e40000;
	color: #FFF;
	font-size: 19px;
	font-weight: 300;
	padding: 2px 0 0;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.block .links a.side-catalog-btn:hover {
		opacity: 0.6;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

a.buy-btn {
	display: none;
}
/*Topic Page*/
.columns-two-container .center-2 {
	padding: 50px 0 120px;
}

.topic-page .page-title h1 {
	text-align: left;
}

/*News Page*/

/*Footer*/
.footer {
	background-color: transparent;
	color: #f9f9f9;
	background-image: url(/Themes/Karabatos/Content/images/2018/footer-bg.jpg);
	width: 100%;
	margin: 0;
	background-size: cover;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-top {
	padding: 35px 0 0;
}

.logo-footer {
	min-height: 126px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
}

	.logo-footer img {
		max-height: 106px;
	}

	.logo-footer:after {
		content: '';
		width: 100%;
		display: block;
		height: 2px;
		background-color: #808080;
		position: absolute;
		bottom: 0;
		max-width: 258px;
	}

.second-block .logo-footer img {
	padding: 30px 0 0;
}

.footer-block-content ul li {
	list-style-type: none;
	text-align: left;
}

.third-block .footer-block-content ul li a {
	color: #3A3A3A;
	font-size: 19px;
	font-weight: 700;
}

.third-block .footer-block-content ul li {
	margin: 0 0 10px;
}

.footer-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-block {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.first-block, .second-block {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.third-block, .fourth-block {
	-ms-flex-preferred-size: 18%;
	flex-basis: 18%;
}

.address-footer ul li, .address-footer ul li a {
	color: #3A3A3A;
	font-size: 13px;
	list-style-type: none;
	text-align: left;
	margin: 0 0 10px;
	font-weight: 300;
}

	.address-footer ul li.address-line-footer {
		margin: 0 0 11px;
	}

	.address-footer ul li.email-line-footer {
		margin: 11px 0 0;
	}

.footer .image-link {
	margin: 0 0 15px;
}

.social-list li a {
	width: 40px;
	height: 40px;
	font-size: 0 !important;
	border-radius: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
	display: block;
}

.social-list li {
	list-style-type: none;
}

	.social-list li.facebook a {
		background-image: url(/Themes/Karabatos/Content/images/2018/footer-fb.svg);
	}

	.social-list li.instagram a {
		background-image: url(/Themes/Karabatos/Content/images/2018/Instagram-icon.png);
		width: 35px;
		height: 35px;
		background-size: contain;
		margin: 0 4px 0 0;
	}

	.social-list li.twitter a {
		background-image: url(/Themes/Karabatos/Content/images/2018/footer-tw.svg);
	}

	.social-list li.youtube a {
		background-image: url(/Themes/Karabatos/Content/images/2018/youtube-icon.svg);
	}

	.social-list li.linked-in a {
		background-image: url(/Themes/Karabatos/Content/images/2018/footer-in.svg);
	}

	.social-list li.google-plus a {
		background-image: url(/Themes/Karabatos/Content/images/2018/footer-gplus.svg);
	}

.social-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items:center;
}

li.linked-in, li.google-plus {
	position: relative;
	left: -1px;
}

.footer-social .footer-inner {
	max-width: 40px;
	margin: 0 auto;
	position: relative;
	top: 14px;
}

.footer-bottom {
	background-color: transparent;
	padding: 13px 0;
	/*background-image: url(/Themes/Karabatos/Content/images/2018/footer-bottom-bg.svg);*/
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

	.footer-bottom > div > div > * {
		color: #595959;
		font-size: 11px;
	}

	.footer-bottom a {
		color: #595959;
		font-size: 11px;
	}

	.footer-bottom .footer-bottom-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

		.footer-bottom .footer-bottom-container > * {
			-ms-flex-preferred-size: 50%;
			flex-basis: 50%;
			position: relative;
			top: 9px;
		}
/*Media*/
@media (min-width:1001px) {



	/*Header*/
	.image-link {
		width: 207px;
	}

	.responsive-menu-wrapper {
		display: none;
	}

	.menu-toggle {
		display: none;
	}

	.header-menu .top-menu {
		display: none;
	}

	#mega-menu-1 li:nth-child(2) .sub-container {
		left: 38% !important;
	}

	#mega-menu-1 li:nth-child(3) .sub-container {
		left: 55% !important;
	}

	#mega-menu-1 li:last-child a {
		padding-right: 2px !important;
	}

	.category-menu .inner-custom-list {
		-ms-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform: scale(.7);
		opacity: 0;
		left: -10000px;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-webkit-transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s;
		transition: transform .3s, opacity .3s, left 0s .3s, -webkit-transform .3s;
		-webkit-transition: transform .3s, opacity .3s, left 0s .3s;
		border-top: 5px #e40000 solid;
		position: absolute;
		width: 1170px;
		background-color: #FFF;
		z-index: 999;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 35px 30px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		-webkit-box-shadow: 0 16px 20px 4px rgba(0, 0, 0, .25);
		-moz-box-shadow: 0 16px 20px 4px rgba(0, 0, 0, .25);
		box-shadow: 0 16px 20px 4px rgba(0, 0, 0, .25);
		top: 44px;
	}

	.category-menu:hover .inner-custom-list {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
		left: 0;
		transition: transform .3s, opacity .3s, left 0s;
		-webkit-transition: transform .3s, opacity .3s, left 0s;
		pointer-events: auto;
	}

	.category-menu .inner-custom-list li a {
		color: #000;
		font-size: 14px;
	}

	.category-menu .inner-custom-list li .title-mega-menu a {
		color: #4D4D4D;
		font-weight: 600;
		font-size: 15px;
	}

	.category-menu .inner-custom-list li {
		list-style-type: none;
		color: #000;
	}

	.category-menu .inner-custom-list > li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		height: auto;
		text-align: left;
	}


	.title-mega-menu {
		margin: 35px 0 15px;
	}

	.category-menu .inner-custom-list li .menu-item {
		color: #4D4D4D;
		font-weight: 300;
	}

	.title-mega-menu-img img {
		max-width: 33px;
		max-height: 31px;
		image-rendering: pixelated;
		display: block;
	}

	.columns-two-category-wrapper {
		background-image: url(/Themes/Karabatos/Content/images/2018/category-bg.png), url(/Themes/Karabatos/Content/images/2018/category-bottom-bg.png);
		background-position: top center,bottom right;
		background-repeat: no-repeat;
		min-height: 125vh;
		padding: 0 0 70px;
	}
	/*Footer*/
	.footer-block .title {
		display: none;
	}

	.footer-block {
		margin: 0 0 70px;
	}

	.footer-block-content {
		display: block !important;
	}

	.third-block .footer-block-content, .fourth-block .footer-block-content {
		padding: 30px 0 0;
	}
}

@media (min-width:1001px) and (max-width:1199px) {
	a.logo {
		width: 280px;
		height: 111px;
	}

		a.logo:after {
			top: 50px;
			right: -200px;
			width: 185px;
			background-size: contain;
			background-position: center;
			height: 40px;
		}

	.category-menu > a {
		cursor: default;
		font-size: 15px;
	}

	.category-menu .inner-custom-list {
		width: 1100px;
	}

	.flex-beste-right img {
		position: absolute;
		right: -20px;
		top: 15%;
		left: 0;
		bottom: 0;
		margin: auto;
/*		-webkit-transform: rotate(-23deg);
		-ms-transform: rotate(-23deg);
		transform: rotate(-23deg);*/
		max-width: 100%;
		margin-right: -35px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.flex-beste-right img {
		position: absolute;
		right: -20px;
		top: 15%;
		left: 0;
		bottom: 0;
		margin: auto;
/*		-webkit-transform: rotate(-23deg);
		-ms-transform: rotate(-23deg);
		transform: rotate(-23deg);*/
		max-width: 100%;
		/*margin-right: -35px;*/
	}
}

@media (min-width:1001px) and (max-width:1440px) {
	.owl-dots {
		margin-bottom: 0;
	}
}

@media (max-width:1000px) {
	/*General*/
	.columns-two-product-wrapper {
		padding: 0 0 100px;
	}

	.columns-two-normal-wrapper .columns-two-container .side-2 {
		display: none;
	}

	.flex-logos-links-responsive a {
		width: 100%;
		display: block;
		text-align: center;
		max-width: 207px;
		margin: 0 0 0 4px;
	}

	.flex-logos-links a:first-child .image-link {
		margin: 0 auto;
	}

	.image-link {
		margin: 0 auto;
	}
	/*Header*/
	.title-mega-menu-img {
		display: none;
	}

	#mega-menu-1, .category-menu {
		display: none;
	}

	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 1px;
		background-color: #446a14;
		margin: 11px 0;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		-ms-transform: rotate(-50deg) translate(-9px, 6px);
		transform: rotate(-50deg) translate(-9px, 6px);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		-ms-transform: rotate(50deg) translate(-10px, -8px);
		transform: rotate(50deg) translate(-10px, -8px);
	}

	.menu-toggle {
		background: transparent;
		padding: 0 15px 0;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		display: inline-block;
		margin: 0 auto;
	}

	.header-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flex-logos-links {
		display: none;
	}

	.search-box {
		display: none;
	}

	.header-menu .top-menu li a {
		color: #333;
	}

	.header-container {
		padding: 0;
	}

	.header-menu {
		background-color: transparent;
		background: transparent;
		padding: 0;
		display: none;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}

		.header-menu .top-menu li.has-children {
			position: relative;
		}

	.flex-logos-links-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 10px;
	}

	.search-box-responsive {
		display: block;
		float: none;
	}

	.header-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		background-image: url(/Themes/Karabatos/Content/images/2018/header-bg.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.header-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		padding: 2em 0;
		-webkit-box-shadow: 0px 15px 40px 0 rgba(0, 0, 0, .35);
		-moz-box-shadow: 0px 15px 40px 0 rgba(0, 0, 0, .35);
		box-shadow: 0px 15px 40px 0 rgba(0, 0, 0, .35);
		z-index: 1025;
	}

	.header-selectors-wrapper {
		max-width: unset;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}

	ul.subcategories-list {
		display: none;
		padding: 0;
		margin: 0;
		max-width: unset;
		width: 95%;
	}

	.header-menu .top-menu {
		width: 100%;
		padding: 0 10px;
	}

		.header-menu .top-menu li {
			float: none;
			width: 100%;
			text-align: left;
		}

			.header-menu .top-menu li a {
				border-bottom: 1px dashed #ddd;
			}

		.header-menu .top-menu li {
			position: relative;
		}

	span.sublist-toggle {
		width: 30px;
		height: 30px;
		background-color: transparent;
		background-image: url(/Themes/Karabatos/Content/images/2018/icon-expand.png);
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		top: 11px;
		right: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		-o-transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

	.sublist-toggle.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		-o-transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

	.header-logo {
		float: none;
		width: 100%;
	}

		.header-logo a.logo {
			display: block;
			width: 100%;
			max-width: 320px;
			margin: 0 auto;
		}

	.controls {
		margin: 0;
		position: absolute;
		left: 0;
		max-width: 120px;
		top: 30%;
	}

	.language-selector {
		position: absolute;
		right: 20px;
		top: 15px;
	}

	a.logo:after {
		display: none;
	}

	.header-logo:after {
		content: "";
		background: #005AAB url(images/hueber.jpg) no-repeat;
		height: 53px;
		position: static;
		display: block;
		width: 100%;
		max-width: 320px;
		background-position: center;
		margin: 0 auto;
	}

	.header {
		padding: 0;
		background: transparent;
	}

	.header-right-inner {
		max-width: 100%;
		margin: 0 auto;
	}

	.search-box form {
		max-width: 418px;
		margin: 10px auto;
	}

	.search-box-text {
		padding: 0 10px;
		border: 2px solid #ddd !important;
	}

	.search-box-button {
		right: 15px;
	}


	.header-menu .top-menu li ul li a {
		padding-left: 35px;
		font-size: 14px;
	}

	.header-menu .top-menu li ul li ul li a {
		padding-left: 55px;
		font-size: 13px;
	}

	.social-header {
		position: absolute;
		left: 15%;
	}
	/*Category Page*/
	.columns-two-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.columns-two-container .center-2 {
			padding: 50px 0 120px;
			width: 100%;
		}

		.columns-two-container .side-2 {
			width: 100%;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			max-width: 620px;
			margin: 0 auto 40px;
		}

			.columns-two-container .side-2 > * {
				-ms-flex-preferred-size: 49%;
				flex-basis: 49%;
				max-width: 300px;
			}

	.block.newsletter-block-wrap {
		display: none;
	}

	.side-catalog-wrapper {
		margin: 0;
	}

	/*Category Page*/
	.product-grid {
		max-width: 630px;
		margin: 0 auto;
	}
	/*Footer*/

	.footer-bottom {
		background-image: unset;
		background-color: #000;
	}

	.footer-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-block .title {
		text-align: left;
		background-color: #005AAB;
		position: relative;
	}

		.footer-block .title h2 {
			color: #FFF;
			padding: 15px 15px;
			margin: 0 0 15px;
			font-size: 19px;
			font-weight: 300;
		}

	.logo-footer {
		min-height: 80px;
	}

	.third-block .footer-block-content ul li {
		border-bottom: 2px solid rgba(51, 51, 51, .2);
		padding: 0 0 10px;
	}

	.footer-block-content {
		display: none;
		padding: 10px 15px 25px;
	}

	.closed.title:after {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
	}

	.closed.title:before {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
		opacity: 1;
	}


	.footer-block .title:after {
		content: '';
		position: absolute;
		background-color: #FFF;
		width: 21px;
		height: 2px;
		left: auto;
		right: 11px;
		margin-left: -15px;
		top: 52%;
		margin-top: -2.5px;
	}

	.footer-block .title:before {
		content: '';
		position: absolute;
		background-color: #FFF;
		width: 2px;
		height: 20px;
		left: auto;
		margin-left: -2.5px;
		top: 60%;
		margin-top: -15px;
		right: 20px;
	}

	.opened.title:after {
		transition: all 0.5s ease-in-out;
		transform: rotate(90deg);
		opacity: 0;
	}

	.opened.title:before {
		transition: all 0.5s ease-in-out;
		transform: rotate(90deg);
	}

	.first-block, .second-block, .third-block, .fourth-block {
		max-width: 300px;
		margin: 0 auto;
		width: 100%;
	}

	.logo-footer img {
		max-width: 100%;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	.header-logo {
		float: none;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 0 15%;
		position: relative;
	}

	.middle-b2-right .middle-text-wrapper p:after {
		background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-right-after.svg);
		right: 33%;
		width: 150%;
	}

	.header-logo:after {
		content: "";
		background: #005AAB url(images/hueber.jpg) no-repeat;
		height: 53px;
		position: absolute;
		display: block;
		width: 100%;
		max-width: 220px;
		background-position: center;
		margin: 0 auto;
		right: -235px;
		top: 50px;
	}
}

@media (max-width:767px) {



	.topic-page .karabatos-free-passwords-page-text p {
	font-size:14px;
	}
	.topic-page .karabatos-free-passwords-page-bottom-item-right p {
		font-size: 17px;
		
	}
	.middle-b2-right .middle-text-wrapper p:after {
		background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-right-after.svg);
		right: 33%;
		width: 150%;
	}
	/*Header*/
	.header-logo {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

		.header-logo:after {
			content: "";
			background: #005AAB url(images/hueber.jpg) no-repeat;
			height: 35px;
			position: relative;
			display: block;
			width: 100%;
			max-width: 120px;
			background-position: center;
			margin: 0 auto;
			background-size: contain;
			top: -15px;
			right: -50px;
		}

		.header-logo a.logo {
			width: 100%;
			max-width: 220px;
			height: 70px;
			margin: 5px auto 0;
		}

	/*Homepage*/
	.bestefreunde-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-beste-left {
		margin-bottom:25px;
	}

	.flex-beste-left img {
		margin: 0 auto -15px;
		max-width: 100%;
		display: block;
		object-fit: contain;
	}

	.flex-beste-right img {
		right: 0;
		top: 14%;
		max-width: 370px;
		left: 0;
		/*position: static;*/
		margin: 0 auto;
	}

	.flex-item-beste {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		text-align: center;
		min-height:220px;
	}

	a.beste-btn {
		margin: 0 auto;
	}
}

@media (min-width:651px) and (max-width:850px) {
	/*Homepage*/

	.homepage-flex-grid {
		max-width: 620px;
		margin: 0 auto;
	}

	/*Category Page*/

	.sub-category-grid {
		max-width: 635px;
		margin: 0 auto;
	}

		.sub-category-grid .item-box {
			-ms-flex-preferred-size: 33.3%;
			flex-basis: 33.3%;
			width: 33.3%;
			max-width: 202px;
		}

	/*Product Page*/
	.product-essential-top .essential-left {
		-ms-flex-preferred-size: 28%;
		flex-basis: 28%;
	}
}

@media (max-width:850px) {
	.container-catalog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flex-catalog-left img {
		position: static;
		max-width: 100%;
		display: block;
	}

	.flex-catalog-left {
		min-height: unset;
		margin: 30px 0;
	}

	.flex-catalog-right {
		text-align: center;
	}

	a.catalog-btn {
		margin: 0 auto;
	}
}

@media (max-width:670px) {
	/*Contact Page*/
	.contact-page .inputs-left {
		float: none;
	}

	.contact-page .inputs-right {
		float: none;
	}

	.contact-us-button {
		margin: 0 auto;
	}

	.contact-page input[type="text"] {
		width: 100%;
		max-width: 350px;
	}

	.contact-page .enquiry {
		width: 100%;
		height: 150px;
		max-width: 350px;
	}

	.contact-page .form-fields {
		zoom: 1;
		text-align: center;
	}

	.flex-contact-top {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/*Category Page*/
	.product-grid {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media (max-width:650px) {
	/*Header*/
	.social-header {
		position: absolute;
		left: 120px;
	}

		.social-header .facebook a {
			width: 25px;
			height: 25px;
			background-size: contain;
		}
	/*Homepage*/
	.homepage-flex-grid {
		max-width: 435px;
		margin: 0 auto;
	}

	.block .newsletter-right .listbox {
		padding: 5px 0 10px;
	}

	.newsletter-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.newsletter-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.newsletter-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.homepage-newsletter .block .title {
		margin: 0 0 10px;
	}


	/*Category Page*/
	.columns-two-container .side-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.columns-two-container .side-2 > * {
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 300px;
			width: 100%;
		}

	.side-catalog-wrapper {
		margin: 20px 0;
	}

	.sub-category-grid .item-box {
		width: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 202px;
		margin-bottom: 25px;
	}

	.sub-category-grid {
		max-width: 405px;
	}

	/*Product Page*/
	.related-products-grid .item-box {
		padding: 5px 10px;
		margin: 0 auto;
	}

	.related-products-grid .owl-carousel.owl-drag .owl-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
	}

	.product-essential-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.product-essential-top .essential-left {
			margin: 0 0 50px;
		}

	.product-essential .picture-wrapper {
		margin: 0 auto;
	}

	.gallery a {
		pointer-events: none;
		display: inline;
	}

	.product-essential-top .essential-left, .product-essential-top .essential-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.page-title h1 {
		text-align: center;
	}
	/*Contact Page*/
	.flex-contact-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-item {
		max-width: 407px;
		margin: 0 auto 30px;
	}
}

@media (max-width:480px) {

	/*Homepage*/
	.product-grid .homepage-flex-grid .item-box {
		float: left;
	}

	.homepage-flex-grid {
		max-width: 435px;
		margin: 0 auto;
		display: block;
	}

	ul.slick-dots {
		display: none !important;
	}

	.pagingInfo {
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 60px;
		left: 0;
		color: #FFF;
		display: block;
	}

	.home-page-product-grid {
		position: relative;
	}

	.homepage-body {
		padding: 120px 0 120px;
	}
	/*Category Page*/

	.sub-category-grid .item-box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 202px;
		margin: 0 auto 25px;
		width: 100%;
	}

		.sub-category-grid .item-box:nth-of-type(4n) {
			margin: 0 auto 25px;
		}

	.sub-category-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-grid .item-box {
		float: none;
		margin: 0 auto;
	}
	/*Search Page*/
	span.price-range {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	/*Product Page*/
	/*.breadcrumb {
		color: #333;
		border-bottom: 2px solid #333;
	}*/

	/*.breadcrumb a, .breadcrumb a:hover {
			text-decoration: none;
			color: #333;
		}

		.breadcrumb li:first-child a {
			color: #333;
		}*/
}

@media (max-width:360px) {
	/*Header*/
	.social-header {
		left: 85px;
	}

	.controls {
		max-width: 80px;
	}
	/*Homepage*/
	.flex-beste-right img {
		max-width: 300px;
	}
}

.neu-b2-page {
	max-width: 880px;
	margin: 0 auto;
}

	.neu-b2-page ul li {
		list-style-type: none;
	}
/*Karabatos B2 Neu Page*/
.background-center {
	background-position: center;
}

.background-no-repeat {
	background-repeat: no-repeat;
}

.background-center-no-repeat {
	background-position: center;
	background-repeat: no-repeat;
}

.new-b2-banner-container {
	min-height: 305px;
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-banner.jpg);
	padding: 0 0 15px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

	.new-b2-banner-container .banner-left h3 {
		font-size: 26px;
		font-weight: 700;
		color: #FF0000;
		margin: 0;
		text-align: center;
	}

	.new-b2-banner-container .banner-left {
		padding: 0px 0 35px;
		-ms-flex-preferred-size: 56.37%;
		flex-basis: 56.37%;
	}

		.new-b2-banner-container .banner-left h2 {
			margin: 0 0 5px;
			padding: 15px 0 15px 40px;
			font-size: 44px;
			font-weight: 400;
			color: #FFF;
			background-color: #0275A8;
		}

.banner-left-bottom p {
	font-size: 17px;
	color: #0070BD;
	font-weight: 400;
	padding: 0 0 0 41px;
	margin: 0 0 32px;
}

.banner-right {
	position: relative;
	right: 2%;
}

.neu-b2-top {
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-top-bg.jpg);
	background-size: cover;
	padding: 60px 15px 30px;
}

.top-b2-left {
	padding-left: 65px;
	padding-right: 30px;
	padding-bottom: 25px;
}

	.top-b2-left h4 {
		font-size: 14px;
		color: #FFF;
		margin: 0;
	}

	.top-b2-left ul li {
		color: #FFF;
		font-weight: 300;
		font-size: 14px;
		line-height: 1;
		margin: 0 0 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.top-b2-left ul {
		margin: 5px 0 15px;
		padding-left: 0;
	}

span.bullet-b2 {
	font-size: 18px;
	position: relative;
	top: -3px;
	height: 0;
	margin: 0 5px 0 0;
}

.top-b2-right img {
	margin: 25px 0 0;
}

.middle-b2-container > * {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

	.middle-b2-container > * > * {
		height: 100%;
	}

.neu-b2-bottom {
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-bottom-bg.jpg);
	background-position: center right;
}

.neu-b2-bottom-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 840px;
	margin: 0 auto;
	min-height: 278px;
}

.middle-b2-container {
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-middle-bg.jpg);
	padding: 15px 15px 5px 40px;
}

.middle-text-wrapper h4 {
	font-size: 29px;
	font-weight: 700;
	margin: 0 0 -2px;
}

.middle-b2-left .middle-text-wrapper h4 {
	color: #FFF;
}

.middle-b2-right .middle-text-wrapper h4 {
	color: #DD0000;
}

.middle-text-wrapper p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}

.middle-b2-flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.middle-b2-left .middle-text-wrapper {
	padding: 0 0 20%;
}

.middle-b2-right .middle-text-wrapper {
	padding: 0 0 30%;
	text-align: right;
	position: relative;
	right: -3%;
}


.middle-text-wrapper p:after {
	content: '';
	width: 136%;
	height: 3px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: 2px;
	z-index: 1;
}

.middle-img-wrapper {
	position: relative;
	z-index: 2;
}

.middle-b2-right .middle-b2-flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 10px 0 0;
}

.middle-b2-left .middle-text-wrapper p:after {
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-left-after.svg);
	left: -17px;
}


.middle-b2-right .middle-text-wrapper p:after {
	background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-right-after.svg);
	right: 38%;
	width: 150%;
}

.middle-b2-left .middle-text-wrapper p {
	color: #FFF;
}

.middle-b2-right .middle-text-wrapper p {
	color: #DD0000;
}

.bottom-b2-right ul {
	padding-left: 0;
	margin: 0;
}

	.bottom-b2-right ul li {
		color: #FFF;
		font-size: 14px;
		font-weight: 300;
		margin: 0 0 5px;
		line-height: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}


.bottom-b2-right-inner h4 {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	margin: 0 0 25px;
}

	.bottom-b2-right-inner h4 span {
		display: block;
		font-size: 16px;
		font-weight: 300;
	}

.top-b2-left h2 {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}

	.top-b2-left h2 span {
		font-size: 15px;
		font-weight: 300;
		display: block;
	}

.bottom-b2-left {
	margin: 20px 15px 0 0;
}

.middle-text-wrapper span {
	display: inline-block;
	margin: 10px 0 0px;
	top: 10px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.middle-b2-left .middle-text-wrapper span {
	color: #FFF;
}

.middle-b2-right .middle-text-wrapper span {
	color: #DD0000;
}

@media (min-width:1001px) and (max-width:1190px) {
	.middle-b2-container {
		padding: 15px 0px 5px 0px;
	}

		.middle-b2-container img {
			max-width: 140px;
		}

	.middle-text-wrapper h4 {
		font-size: 21px;
	}

	.middle-text-wrapper p {
		margin: 0;
		font-size: 12px;
	}

	.middle-text-wrapper span {
		font-size: 15px;
	}

	.middle-b2-right .middle-text-wrapper {
		padding: 0 0 15%;
	}

		.middle-b2-right .middle-text-wrapper span {
			color: #DD0000;
			display: block;
			padding: 0 10px 0 0;
			margin: 0;
		}

		.middle-b2-right .middle-text-wrapper p:after {
			background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-right-after.svg);
			right: 33%;
			width: 170%;
		}

	.middle-b2-left .middle-text-wrapper p:after {
		background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-left-after.svg);
		left: -23%;
	}
}

@media (max-width:1000px) {
	.neu-b2-page {
		max-width: 880px;
		margin: -80px auto 0 auto;
	}
}

@media (max-width:840px) {
	.neu-b2-page .flex-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.middle-b2-container {
		background-image: none;
	}

	.neu-b2-bottom {
		background-position: top;
		background-size: 401%;
	}

	.neu-b2-bottom-container {
		padding: 0 15px;
	}

	.new-b2-banner-container {
		background-size: cover;
	}

		.new-b2-banner-container .banner-left h2 {
			margin: 0 0 10px;
			padding: 15px 0;
			text-align: center;
		}

	.banner-right {
		position: relative;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.new-b2-banner-container .banner-left {
		padding: 20px 5px 25px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.banner-right img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		height: auto;
	}

	.banner-left-bottom p {
		font-size: 15px;
		text-align: center;
	}

	.new-b2-banner-container .banner-left h3 {
		font-size: 20px;
		margin: 0 0 5px;
		text-align: center;
	}

	.middle-b2-right .middle-b2-flex {
		background-color: #FFD215;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 20px;
	}

	.middle-b2-container {
		padding: 0;
	}

	.middle-b2-left .middle-b2-flex {
		background-color: #F71706;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 20px;
	}

	.middle-b2-right .middle-text-wrapper {
		padding: 0 0 135px;
		right: -8px;
	}

	.middle-b2-left .middle-text-wrapper {
		padding: 0 0 70px;
	}

	.neu-b2-bottom {
		background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-bottom-bg.jpg);
		background-position: center right;
		background-color: #00d742;
		padding: 20px 0;
	}
}

@media (min-width:1025px) {
	.neu-b2-page {
		max-width: 880px;
		margin: -80px 0 0 -30px;
	}
}

@media (max-width:880px) {
	.neu-b2-page {
		max-width: 880px;
		margin: -80px -15px 0;
	}

	.banner-left-bottom p {
		font-size: 15px;
		text-align: center;
		padding: 0;
	}

	.neu-b2-bottom {
		background-image: url(/Themes/Karabatos/Content/images/ProjectB2Neu/b2-bottom-bg.jpg);
		background-position: center right;
	}

	.top-b2-left ul li {
		font-size: 12px;
		line-height: 1.2;
	}

	.top-b2-left {
		padding-left: 10px;
		padding-right: 0px;
	}
}

@media (max-width:400px) {
	.middle-text-wrapper h4 {
		font-size: 21px;
		font-weight: 700;
		margin: 0 0 -2px;
	}

	.middle-text-wrapper p {
		margin: 0;
		font-size: 12px;
		font-weight: 300;
	}

	.middle-b2-right .middle-text-wrapper p:after {
		width: 205%;
	}

	.middle-b2-left .middle-text-wrapper p:after {
		width: 181%;
		left: -62%;
	}
}

@media (max-width:380px) {
	.middle-b2-right .middle-b2-flex {
		padding: 20px 1px;
	}

	.middle-b2-left .middle-b2-flex {
		padding: 20px 1px;
	}

	.middle-text-wrapper p {
		margin: 0;
		font-size: 9px;
	}
}

.neu-b2-page ul li span.bullet {
	font-size: 18px;
	margin: 0 4px 0 0;
	position: relative;
	top: -3px;
}


/*Minikatalog Homepage Styles*/
.minikatalog-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 43px 0 68px;
}

.minikatalog-image {
	-ms-flex-preferred-size: 48.33%;
	flex-basis: 48.33%;
}

	.minikatalog-image img {
		display: block;
		max-width: 100%;
		height: auto;
	}

.minikatalog-text {
	-ms-flex-preferred-size: calc(51.66% - 20px);
	flex-basis: calc(51.66% - 20px);
	margin-left: 20px;
	padding: 30px 0 0;
}

.minikatalog-left {
	background-image: url(/Themes/Karabatos/Content/images/2018/Minikatalog/minikatalog-left-bg.jpg);
}

.minikatalog-right {
	background-image: url(/Themes/Karabatos/Content/images/2018/Minikatalog/minikatalog-right-bg.jpg);
}

.minikatalog-item-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.minikatalog-mini-title h4 {
	font-size: 30px;
	letter-spacing: -.9px;
	font-weight: 300;
	line-height: 41px;
	text-shadow: 0 0 20px rgba(255,255,255,.1);
}

.minikatalog-left .minikatalog-mini-title h4 {
	color: #FFF;
}

.minikatalog-right .minikatalog-mini-title h4 {
	color: #0089B2;
}

.minikatalog-title {
	margin: 0 0 30px;
}

	.minikatalog-title h3 {
		font-size: 50px;
		letter-spacing: -1.5px;
		line-height: 68px;
		font-weight: 700;
	}

.minikatalog-left .minikatalog-title h3 {
	color: #FFFFFF;
}

.minikatalog-right .minikatalog-title h3 {
	color: #F89728;
}


.minikatalog-left .minikatalog-buttons img {
	margin-right: 20px;
}

a.minikatalog-buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-mini {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.btn-mini:hover {
		opacity: .6;
	}

	.btn-mini > span {
		display: inline-block;
		padding: 9px 15px;
		text-align: center;
		color: #FFF;
		font-size: 20px;
		letter-spacing: -.22px;
		line-height: 25px;
		font-weight: 300;
	}

.btn-blue-mini {
	background-color: #0072BC;
}

.btn-red-mini {
	background-color: #FF0000;
}


@media (max-width:1280px) {
	.minikatalog-image {
		-ms-flex-preferred-size: 38.33%;
		flex-basis: 38.33%;
	}

	.minikatalog-text {
		-ms-flex-preferred-size: calc(61.66% - 20px);
		flex-basis: calc(61.66% - 20px);
	}

	.minikatalog-mini-title h4 {
		font-size: 25px;
		line-height: 34px;
	}

	.minikatalog-title h3 {
		font-size: 35px;
		line-height: 48px;
	}

	.minikatalog-buttons img {
		max-width: 50px;
	}

	.btn-mini > span {
		padding: 9px 12px;
		font-size: 17px;
		line-height: 20px;
	}
}
@media (max-width:1000px){
	.minikatalog-home-inner-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.minikatalog-item-inner {
		max-width: 880px;
		margin: 0 auto;
	}
}

@media (max-width:480px){
	.minikatalog-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.minikatalog-image img {
		position: relative;
		left: -12%;
	}
}

.karabatos-homepage-kursplanung-right {
	-ms-flex-preferred-size: 70.15%;
	flex-basis: 70.15%;
	background-color: #DB0000;
	padding: 0 10px;
}

.karabatos-homepage-kursplanung-left {
	-ms-flex-preferred-size: 29.85%;
	flex-basis: 29.85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #E9E9E9;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.karabatos-homepage-kursplanung-inner-container.flex-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.karabatos-homepage-kursplanung-right-content h3 {
	font-size: clamp(50px, 4vw, 77px);
	line-height: clamp(60px, 7vw, 92px);
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
}

.karabatos-homepage-kursplanung-right-container.flex-container {
	max-width: 1192px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: clamp(10px, 2vw, 19.5px) 0;
}

.karabatos-homepage-kursplanung-right-anchor {
	text-align: center;
}

	.karabatos-homepage-kursplanung-right-anchor img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

.karabatos-homepage-kursplanung-left img {
	max-width: 100%;
	height: auto;
	display: block;
}

.karabatos-homepage-kursplanung-right-anchor h4 {
	color: #FFFFFF;
	font-size: clamp(13px, 2vw, 20px);
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
	line-height: clamp(18px, 2vw, 24px);
	margin-top: 10px;
}

.karabatos-homepage-kursplanung-right-anchor {
	-ms-flex-preferred-size: 13.64%;
	flex-basis: 13.64%;
}

.karabatos-homepage-kursplanung-right-content {
	-ms-flex-preferred-size: 76.37%;
	flex-basis: 76.37%;
}

@media (max-width: 1024px) {
	.karabatos-homepage-kursplanung-inner-container.flex-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.karabatos-homepage-kursplanung-left {
		background-color: #db0000;
		padding: 35px 0 0;
	}

	.karabatos-homepage-kursplanung-right-container.flex-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.karabatos-homepage-kursplanung-right-content h3 {
		margin-bottom: 23px;
	}
}
