/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
	font-family: Poppins, sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

footer,
header,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	color: #282828;
	text-align: left
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1 {
	font-size: 3.43em
}

h2 {
	font-size: 2.5714em
}

h3 {
	font-size: 2.1428em
}

h4 {
	font-size: 1.5714em
}

h5 {
	font-size: 1.5em;
	margin: 5px 0
}

h6 {
	font-size: 1.2857em;
	margin: 5px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e3d62;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
	color: inherit;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

p {
	font-size: 14px;
	margin: 0 0 1.75em;
	color: #282828;
	line-height: 1.75
}


ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

b {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

a {
	color: #282828;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%
}

table {
	border-collapse: collapse
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none!important
}

.navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 10px;
	display: block
}

@media (min-width:1200px) {
	.navbar-nav>li>a {
		padding: 40px 20px
	}
}

.navbar-nav>li.dropdown {
	position: relative
}

.markapp-mobile-menu-area {
	max-width: 400px;
	width: 90%;
	position: fixed;
	top: 0;
	left: -400px;
	background: #fff;
	height: 100%;
	z-index: 9999;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.markapp-mobile-menu-area .m-menu-header {
	background-color: #2e3d62;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0
}

.markapp-mobile-menu-area .m-menu-header .logo {
	padding: 10px 20px
}

.markapp-mobile-menu-area .m-menu-header .close-bar {
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px
}

.markapp-mobile-menu-area .m-menu-header .close-bar span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform-origin: center
}

.markapp-mobile-menu-area .m-menu-header .close-bar span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.markapp-mobile-menu-area .m-menu-header .close-bar span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.markapp-mobile-menu-area .mobile-menu {
	height: calc(100% - 60px);
	overflow-y: auto
}

.markapp-mobile-menu-area .mobile-menu .m-menu {
	margin: 0;
	padding: 30px 0;
	list-style: none
}

.markapp-mobile-menu-area .mobile-menu .m-menu li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 20px;
	position: relative
}

.markapp-mobile-menu-area .mobile-menu .m-menu li a .arrow {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #2e3d62;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	font-weight: 200
}

.markapp-mobile-menu-area .mobile-menu .m-menu li a .arrow i {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.markapp-mobile-menu-area .mobile-menu .m-menu li.open>a {
	color: #ed1c24
}

.markapp-mobile-menu-area .mobile-menu .m-menu li.open>a .arrow {
	color: #ed1c24
}

.markapp-mobile-menu-area .mobile-menu .m-menu li.open>a .arrow i {
	transform: rotate(90deg)
}

.open-mobile-menu {
	position: relative;
	overflow: hidden
}

.open-mobile-menu .menu-bar {
	opacity: .1
}

.open-mobile-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 61, 98, .9);
	z-index: 99
}

.open-mobile-menu .markapp-mobile-menu-area {
	left: 0
}

.main-menu-area.transparent-menu {
	background-color: rgba(1, 3, 40, .45);
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9;
	padding: 10px 20px
}

.main-menu-area.transparent-menu .menu-action .menu-bar .bars span {
	background-color: #fff
}

@media (min-width:992px) {
	.main-menu-area.transparent-menu {
		top: 45px;
		padding: 0
	}
}

.main-menu-area.transparent-menu .navbar-nav li a {
	color: #fff
}

.main-menu-area.transparent-menu .menu-action li {
	color: #fff
}

.main-menu-area.style2 {
	padding: 0;
	background-color: transparent
}

.main-menu-area.style2 .manu-container {
	padding: 20px 30px;
	max-width: 1350px;
	width: 100%
}

@media (min-width:992px) {
	.main-menu-area.style2 .manu-container {
		width: 90%;
		padding: 0 30px
	}
}

@media (min-width:1300px) {
	.main-menu-area.style2 .manu-container {
		width: 100%
	}
}

.main-menu-area.style2 .manu-container .navbar-nav li a {
	color: #2e3d62;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	padding: 38px 6px
}

@media (min-width:1200px) {
	.main-menu-area.style2 .manu-container .navbar-nav li a {
		padding: 38px 10px
	}
}

.main-menu-area.style2 .manu-container .navbar-nav li.active a,
.main-menu-area.style2 .manu-container .navbar-nav li:hover a {
	color: #504ce5
}

.main-menu-area.style2 .manu-container .menu-action li {
	color: #676767
}

.main-menu-area.style2 .manu-container .menu-action .menu-bar span {
	font-size: 10px;
	font-weight: 600
}

.main-menu-area.style2 .manu-container .menu-action .menu-bar .bars span {
	background-color: #2e3d62
}

.main-menu-area.style3.transparent-menu {
	background-color: transparent;
	top: 0
}

.main-menu-area.style3 .manu-container {
	background-color: transparent
}

.main-menu-area.style3 .manu-container .navbar-nav li.active a,
.main-menu-area.style3 .manu-container .navbar-nav li:hover a {
	color: #880808
}

.main-menu-area.style3 .menu-action .menu-bar .bars span {
	background-color: #fff
}

@media (min-width:1200px) {
	.container-small {
		max-width: 1000px!important
	}
}

@media (min-width:1300px) {
	.container-big {
		max-width: 1280px
	}
}

.position-relative {
	position: relative;
	z-index: 1
}

.manu-container {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	background-color: #fff;
	border-radius: 5px
}

.footer-container {
	max-width: 1300px;
	margin: auto;
	padding: 0 30px
}

@media (min-width:1200px) {
	.footer-container {
		padding: 0 15px
	}
}

.menu-action li {
	padding: 10px 15px
}

.menu-action li:last-child {
	padding-right: 0
}

.menu-bar {
	color: #2e3d62;
	display: flex;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px
}

.menu-bar .text {
	display: none
}

@media (min-width:500px) {
	.menu-bar .text {
		display: block
	}
}

.menu-bar .bars {
	width: 30px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.menu-bar .bars span {
	width: 100%;
	height: 3px;
	background-color: #2e3d62;
	margin-bottom: 6px;
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.menu-bar .bars span:nth-child(2) {
	width: 85%
}

.menu-bar .bars span:nth-child(3) {
	width: 70%;
	margin-bottom: 0
}

.menu-bar .bars:hover span:nth-child(2),
.menu-bar .bars:hover span:nth-child(3) {
	width: 100%
}

.menu-bar .bars:hover span:nth-child(2) {
	transform: translateX(6px)
}

.search-area {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transform-origin: top
}

.search-area .close-search {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
	width: 60px;
	height: 50px
}

.search-area .close-search span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform-origin: center
}

.search-area .close-search span:first-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.search-area .close-search span:last-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search {
	position: relative
}

.search:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .96);
	opacity: 0;
	z-index: 99;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.search.search-open .search-area {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.search.search-open:after {
	opacity: 1;
	visibility: visible
}

.section-header {
	margin-bottom: 60px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:992px) {
	.section-header {
		margin-bottom: unset;
		text-align: left;
		padding-left: 0;
		padding-right: 0
	}
}

.section-header .up-title {
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

.section-header .title {
	position: relative;
	margin-bottom: 20px
}

.section-header .title.base-color1 span {
	color: #ed1c24
}

.section-header .title.base-color2 span {
	color: #ed1c24
}

.section-header .title.base-color3 span {
	color: #504ce5
}

.section-header .sub-title {
	font-size: 16px
}

.section-header.custom-border .title {
	margin-bottom: 65px
}

.section-header.custom-border .title:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -25px;
	width: 65px;
	height: 8px;
	background-color: #ed1c24
}

@media (min-width:992px) {
	.section-header.custom-border .title:after {
		left: 0;
		margin-left: 0
	}
}

.section-header.custom-border .sub-title {
	margin-bottom: 35px
}

.section-header.center-style .title {
	font-weight: 800
}

.section-header.center-style.custom-border .title:after {
	left: 50%;
	margin-left: -32px
}

.section-header.light .title {
	color: #fff
}

.section-header.light .title span {
	color: #ed1c24
}

.section-header.light .sub-title {
	color: #fff
}

.section-header.light .up-title {
	color: #fff
}

.section-header.style2 .title {
	font-weight: 700
}

.meta-post {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

@media (min-width:992px) {
	.meta-post {
		justify-content: start
	}
}

.meta-post li {
	margin-right: 15px;
	color: #90908f
}

.meta-post li span {
	margin-right: 7px
}

.meta-post li span:before {
	margin-left: 0;
	font-size: 14px
}

.meta-post li i {
	margin-right: 7px
}

.meta-post li a {
	color: inherit
}

.meta-post li a.color {
	color: #e7bf02;
	font-weight: 700
}

.meta-post li.color i {
	color: #e7bf02
}

.meta-post.style2 li span {
	color: #e7bf02
}

.meta-post.style2 li span:before {
	font-size: 13px
}

.meta-post.style2 li span.base-color1 {
	color: #ed1c24
}

.meta-post.style2 li span.base-color2 {
	color: #ed1c24
}

.meta-post.style2 li span.base-color3 {
	color: #504ce5
}

.post-item {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: center
}

@media (min-width:992px) {
	.post-item {
		margin-bottom: 0;
		text-align: left
	}
}

.post-item .post-thumb {
	width: 100%;
	overflow: hidden
}

.post-item .post-thumb img {
	width: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.post-item .content {
	padding: 20px 20px 0 20px
}

.post-item .content .title {
	margin-bottom: 15px;
	line-height: 1.35
}

.post-item .content .title a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.post-item .content .title a:hover {
	color: #ed1c24
}

.post-item .content .button-area {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 15px;
	align-items: center;
	border-top: 1px solid #e9e9e9;
	position: relative
}

.post-item .content .button-area:after {
	content: '';
	position: absolute;
	left: 0;
	width: 3px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
	background-color: #e0e0e0
}

.post-item .content .button-area .button {
	color: #ed1c24
}

.post-item .content .button-area .button.base-color1 {
	color: #ed1c24
}

.post-item .content .button-area .button.base-color2 {
	color: #e7bf02
}

.post-item .content .button-area .button.base-color3 {
	color: #504ce5
}

.post-item .content .button-area .button-arrow {
	width: 33px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	color: #ed1c24;
	border: 2px solid #ed1c24;
	border-radius: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.post-item:hover .button-arrow {
	background-color: #ed1c24;
	color: #fff!important
}

.post-item.style2 {
	box-shadow: 0 0 10px 0 transparent
}

.post-item.style2 .content {
	padding: 20px 0 0 0
}

.post-item.style2 .content .title {
	margin-bottom: 20px;
	line-height: 26px
}

.post-item.style2 .post-thumb {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .08)
}

.post-item.style3 {
	box-shadow: none
}

.post-item.style3 .content {
	padding-left: 0;
	padding-right: 0
}

.post-item.style3 .content .button-area {
	padding-left: 0;
	padding-top: 15px;
	margin-top: 40px
}

.post-item.style3 .content .button-area:after {
	display: none
}

.post-item.style3 .content .button-area .button {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #e7bf02
}

.post-item.style4 {
	box-shadow: none;
	margin-bottom: 60px
}

.post-item.style4 .content {
	padding-left: 0;
	padding-right: 0
}

.post-item.style4 .content .button-area {
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	border-bottom: 1px solid #e0e0e0
}

.post-item.style4 .content .button-area:after {
	display: none
}

.post-item.style4 .content .button-area .button {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #e7bf02
}

.post-item.style5 {
	margin-bottom: 40px
}

.post-item.style5 .post-thumb {
	width: 45%
}

.post-item.style5 .content {
	width: 55%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px
}

.post-item.style5 .content p {
	font-size: 16px
}

.post-item.style5 .content .button-area {
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	border-top: none
}

.post-item.style5 .content .button-area:after {
	display: none
}

.post-item.style5 .content .button-area .button {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #e7bf02
}

.post-item:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.small-post-list {
	margin: 0;
	padding-left: 0;
	padding-top: 15px;
	list-style: none
}

.small-post-list .post-item {
	box-shadow: none;
	margin-bottom: 20px
}

.small-post-list .post-item:last-child {
	margin-bottom: 0
}

.small-post-list .post-item .post-thumb {
	width: 75px;
	height: 65px;
	flex-basis: 75px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .07)
}

.small-post-list .post-item .content {
	padding: 0;
	margin-left: 15px
}

.small-post-list .post-item .content .title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px
}

.mtbg-img {
	position: relative
}

.mtbg-img:after {
	content: '';
	position: absolute;
	left: -108px;
	top: 25px;
	width: 170px;
	height: 104px;
	z-index: -1;
	background-image: url(https://www.englisch-sprecher.net/assets/images/about/transparent-bg1.png)
}

.srollTop {
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
	background-color: #ed1c24;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.srollTop.color2 {
	background-color: #e7bf02
}

.srollTop.color3 {
	background-color: #504ce5
}

.srollTop:hover {
	color: #fff
}

.banner {
	overflow: hidden
}

.banner .banner-image img {
	animation: helicopter-anim 10s infinite
}

.banner .banner-content h3 {
	font-weight: 900;
	color: #e7bf02;
	text-transform: uppercase;
	line-height: 1.2
}

.banner .banner-content h1 {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 25px
}

.banner .banner-content h1 span {
	color: #ed1c24
}

@media (min-width:768px) {
	.banner .banner-content h1 {
		font-size: 40px
	}
}

@media (min-width:992px) {
	.banner .banner-content h1 {
		font-size: 50px
	}
}

@media (min-width:1400px) {
	.banner .banner-content h1 {
		font-size: 70px
	}
}

.banner .banner-content p {
	color: #fff;
	line-height: 2;
	font-weight: 500;
	max-width: 475px;
	width: 100%
}

.banner.style1 {
	background-image: url(https://www.englisch-sprecher.net/assets/images/banner/01.jpg)
}

.banner.style1>.container>.row {
	height: 100vh
}

.banner.style1 .banner-content {
	text-align: center
}

@media (min-width:992px) {
	.banner.style1 .banner-content {
		text-align: left
	}
}

.banner.style1 .banner-content h3 {
	color: #e7bf02
}

.banner.style1 .banner-content h1 {
	color: #fff
}

.banner.style1 .banner-content h1 span {
	color: #ed1c24
}

.banner.style1 .banner-content p {
	color: #fff
}

.banner.style2 {
	height: 100vh;
	background-image: url(https://www.englisch-sprecher.net/assets/images/banner/banner2.jpg);
	background-repeat: no-repeat
}

.banner.style2>.container>.row {
	height: 100vh
}

@media (min-width:992px) {
	.banner.style2 .banner-content {
		margin-top: 100px
	}
}

.banner.style2 .banner-content h3 {
	color: #2e3d62
}

.banner.style2 .banner-content h1 {
	color: #2e3d62
}

.banner.style2 .banner-content h1 span {
	color: #504ce5
}

.banner.style2 .banner-content p {
	color: #2e3d62
}

.banner.style2 .banner-content .custom-btn {
	background-color: #504ce5;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.banner.style2 .banner-content .custom-btn:hover {
	background-color: #ed1c24
}

@media (min-width:992px) {
	.banner.style2 .banner-image {
		margin-top: 100px
	}
}

.banner.style3 {
	height: 100vh;
	background-image: url(https://www.british-voice.de/assets/images/banner/audiotop3.webp);
	background-repeat: no-repeat
}

@media (min-width:992px) {
	.banner.style3 {
		height: 900px
	}
}

.banner.style3>.container>.row {
	height: 100vh
}

@media (min-width:992px) {
	.banner.style3>.container>.row {
		height: 900px
	}
}

.banner.style3 .banner-content {
	text-align: center
}

@media (min-width:992px) {
	.banner.style3 .banner-content {
		text-align: left
	}
}

.banner.style3 .banner-content h3 {
	font-weight: 400;
	color: #fff;
	font-size: 22px
}

@media (min-width:576px) {
	.banner.style3 .banner-content h3 {
		font-size: 24px
	}
}

@media (min-width:1200px) {
	.banner.style3 .banner-content h3 {
		font-size: 40px
	}
}

.banner.style3 .banner-content h3 span {
	color: #e7bf02
}

.banner.style3 .banner-content h1 {
	margin-bottom: 0;
	font-size: 40px
}

@media (min-width:576px) {
	.banner.style3 .banner-content h1 {
		font-size: 60px
	}
}

.banner.style3 .banner-content h1 span {
	color: #880808
}

.banner.style3 .banner-content p {
	font-size: 18px;
	max-width: unset
}

@media (min-width:576px) {
	.banner.style3 .banner-content p {
		font-size: 20px
	}
}

.banner.style3 .banner-content p i {
	color: #e7bf02;
	margin-right: 6px
}

.banner.style3 .banner-content .video-button-area .video-btn {
	margin-right: 10px
}

.banner.style3 .banner-content .video-button-area span {
	color: #fff;
	font-weight: 500
}

.banner.style4 {
	height: 100vh;
	background-image: url(https://www.englisch-sprecher.net/assets/images/banner/banner4.jpg);
	background-repeat: no-repeat
}

.banner.style4>.container>.row {
	height: 100vh
}

@media (min-width:992px) {
	.banner.style4 {
		height: 82vh
	}
	.banner.style4>.container>.row {
		height: 82vh
	}
}

.banner.style4 .banner-content {
	text-align: center;
	padding: 20px
}

.banner.style4 .banner-content h3 {
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	font-size: 25px
}

.banner.style4 .banner-content h3 span {
	color: #e7bf02
}

.banner.style4 .banner-content h1 {
	margin-bottom: 0;
	font-size: 40px
}

.banner.style4 .banner-content h1 span {
	color: #e7bf02
}

.banner.style4 .banner-content p {
	font-size: 18px;
	max-width: unset
}

.banner.style4 .banner-content p i {
	color: #e7bf02;
	margin-right: 6px
}

.banner.style4 .banner-content .video-button-area .video-btn {
	margin-right: 10px
}

.banner.style4 .banner-content .video-button-area span {
	color: #fff;
	font-weight: 500
}

@media (min-width:768px) {
	.banner.style4 .banner-content {
		text-align: left;
		padding: 0
	}
	.banner.style4 .banner-content h1 {
		font-size: 50px
	}
	.banner.style4 .banner-content p {
		font-size: 20px
	}
	.banner.style4 .banner-content h3 {
		font-size: 36px
	}
}

.banner.style5 {
	height: 100vh;
	background-image: url(https://www.der-voiceover.de/assets/images/banner/banner5.jpg);
	background-repeat: no-repeat
}

.banner.style5>.container>.row {
	height: 100vh
}

@media (min-width:992px) {
	.banner.style5 {
		height: 100vh
	}
	.banner.style5>.container>.row {
		height: 100vh
	}
}

.banner.style5 .banner-content {
	text-align: center
}

@media (min-width:992px) {
	.banner.style5 .banner-content {
		text-align: left
	}
}

.banner.style5 .banner-content h3 {
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	font-size: 25px
}

@media (min-width:768px) {
	.banner.style5 .banner-content h3 {
		font-size: 50px
	}
}

.banner.style5 .banner-content h3 span {
	color: #e7bf02
}

.banner.style5 .banner-content h1 {
	margin-bottom: 0;
	font-size: 40px
}

@media (min-width:576px) {
	.banner.style5 .banner-content h1 {
		font-size: 70px
	}
}

.banner.style5 .banner-content h1 span {
	color: #e7bf02
}

.banner.style5 .banner-content p {
	font-size: 20px;
	max-width: unset
}

@media (min-width:576px) {
	.banner.style5 .banner-content p {
		font-size: 24px
	}
}

.banner.style5 .banner-content p i {
	color: #e7bf02;
	margin-right: 6px
}

.banner.style5 .banner-content .video-button-area .video-btn {
	margin-right: 10px
}

.banner.style5 .banner-content .video-button-area span {
	color: #fff;
	font-weight: 500
}

.custom-btn {
	padding: 13px 25px;
	display: inline-block;
	background-color: #e7bf02;
	color: #282828;
	font-weight: 700;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.custom-btn:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #ed1c24;
	color: #fff
}

.button {
	font-size: 12px;
	font-weight: 700;
	color: #2e3d62;
	display: inline-block;
	font-family: Poppins, sans-serif;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.button i {
	margin-left: 4px;
	font-size: 10px
}

.button:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	color: #ed1c24
}

.video-btn {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #880808;
	color: #fff;
	line-height: 67px;
	text-align: center;
	display: inline-block;
	font-size: 22px
}

.video-btn i {
	margin-left: 3px
}

.video-btn:hover {
	color: #fff
}

.aboutus {
	padding-top: 120px;
	padding-bottom: 120px
}

.aboutus.style2 .section-header {
	padding-left: 20px
}

.aboutus.style3 {
	overflow: hidden;
	position: relative
}

.aboutus.style3 .about-image {
	margin-left: 0;
	margin-top: 0;
	box-shadow: 0 0 10px 0 transparent;
	position: relative
}

.aboutus.style3 .about-image img {
	transform: translateX(0) translateY(0)
}

.aboutus.style3 .section-header {
	padding-right: 0
}

@media (min-width:992px) {
	.aboutus.style3 .section-header {
		padding-right: 40px
	}
}

.aboutus.style3 .section-header .title {
	margin-bottom: 30px
}

.aboutus.style3 .section-header .title span {
	color: #504ce5
}

.aboutus.style3 .section-header .title:after {
	display: none
}

.aboutus.style4 {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(https://www.englisch-sprecher.net/assets/images/about/aboutbg.jpg);
	position: relative
}

.aboutus.style4:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 61, 98, .95)
}

.aboutus.style4 .about-img {
	position: relative
}

.aboutus.style4 .about-img .video-play {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(237, 28, 36, .95);
	text-align: center;
	line-height: 104px;
	font-size: 36px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px
}

.about-author .author-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
	margin-right: 15px
}

.about-author .author-content img,
.about-author .author-content span {
	display: block;
	line-height: 2
}

.about-image {
	margin-left: 85px;
	margin-top: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.about-image img {
	transform: translateX(-40px) translateY(-40px);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.about-image.style2 {
	margin-top: 50px
}

@media (min-width:992px) {
	.about-image.style2 {
		margin-left: 0;
		margin-right: 40px
	}
}

.about-image.style2 .image-content {
	transform: translateY(-15px);
	margin-top: 10px
}

.about-image.style2 .image-content p {
	font-size: 16px;
	color: #282828;
	font-weight: 700;
	padding-left: 30px
}

.about-image.style2 .image-content p span {
	color: #e7bf02;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.about-image.style2 .image-content a {
	width: 36px;
	height: 36px;
	background-color: #e7bf02;
	border-radius: 100%;
	line-height: 36px;
	color: #282828;
	text-align: center;
	margin-right: 40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.about-image.style2 .image-content a:hover {
	background-color: #ed1c24;
	color: #fff
}

.about-image:hover img {
	transform: translateX(0) translateY(-40px)
}

.about-image:hover .image-content p span {
	color: #ed1c24
}

.about-image:hover .image-content a {
	background-color: #ed1c24;
	color: #fff
}

.about-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f8f8f8;
	margin-bottom: 7px;
	flex-direction: column;
	padding: 30px 20px
}

@media (min-width:768px) {
	.about-list li {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		flex-direction: row;
		padding: 0
	}
}

.about-list li span {
	font-weight: 500
}

.about-list li .about-icon {
	width: 80px;
	height: 80px;
	border: 5px solid #ebebeb;
	background-color: #e7bf02;
	display: inline-block;
	border-radius: 100%;
	margin-right: 10px;
	line-height: 70px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

@media (min-width:768px) {
	.about-list li .about-icon {
		margin-bottom: 0
	}
}

.about-list li .about-icon:before {
	margin-left: 0;
	font-size: 38px
}

.about-list li:hover .about-icon {
	background-color: #ed1c24;
	color: #fff
}

.feature-section {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #f5f5f5
}

.feature-section.style2 {
	padding-top: 0;
	background-color: #fff
}

.feature-section.style2 .feature-contnt-wrapper {
	transform: translateY(-100px)
}

.feature-section.style3 {
	padding-bottom: 0
}

.feature-section.style3 .section-header {
	padding-top: 80px
}

.feature-section.style4 {
	background-color: #fff
}

.feature-section.style5 {
	background-color: #fff;
	padding-bottom: 0
}

.feature-section.style5 .section-header {
	padding-top: 80px
}

.feature-contnt-wrapper {
	border-radius: 10px;
	overflow: hidden
}

@media (min-width:992px) {
	.feature-contnt-wrapper {
		background-color: #fff
	}
}

.feature-item {
	padding: 40px 20px 50px 20px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
	margin-bottom: 30px
}

@media (min-width:1200px) {
	.feature-item {
		margin-bottom: 0
	}
}

.feature-item .feature-icon {
	color: #db8902
}

.feature-item .feature-icon:before {
	font-size: 55px;
	margin-left: 0
}

.feature-item:hover .feature-icon {
	animation: bounce .8s
}

.feature-item h6 {
	font-weight: 700;
	margin-bottom: 22px;
	margin-top: 0
}

.feature-item p {
	margin-bottom: 25px
}

.feature-item a {
	font-size: 12px;
	color: #101010;
	font-weight: 700;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.feature-item a i {
	color: #e7bf02;
	margin-left: 10px
}

.feature-item a:hover {
	color: #ed1c24
}

.feature-item a:hover i {
	color: #ed1c24
}

.feature-item.style2 {
	padding: 30px 20px;
	position: relative;
	border-radius: 5px;
	background-color: transparent;
	box-shadow: none
}

.feature-item.style2 .feature-icon {
	color: #504ce5;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.feature-item.style2:hover .feature-icon {
	animation: bounce .8s
}

.feature-item.style2 p {
	font-weight: 600;
	color: #6e6c6c;
	line-height: 1.72;
	letter-spacing: .1px
}

.feature-item.style2:hover {
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.feature-item.style2:hover .feature-icon {
	color: #ed1c24
}

.feature-item.base-color2 .feature-icon {
	color: #e7bf02
}

.feature-item.style3 {
	padding: 0
}

.feature-item.style3 .feature-icon {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	background-color: #e7bf02;
	color: #fff;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-bottom: 20px
}

.feature-item.style3 .feature-icon:before {
	margin-left: 0;
	font-size: 45px
}

.feature-item.style3 h6 {
	font-size: 18px;
	margin-bottom: 15px
}

.feature-item.style3 a {
	text-transform: uppercase;
	color: #e7bf02;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.feature-item.style3:hover a {
	color: #504ce5
}

.feature-item.style3:hover .feature-icon {
	background-color: #504ce5
}

.feature-item.style3 .feature-item-inner {
	background-color: #fff;
	padding: 30px 40px;
	position: relative;
	z-index: 2
}

.feature-item.style3.active {
	position: relative;
	z-index: 1
}

.feature-item.style3.active .feature-item-inner {
	margin: 0 15px
}

.feature-item.style3.active:after,
.feature-item.style3.active:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	display: none
}

@media (min-width:992px) {
	.feature-item.style3.active:after,
	.feature-item.style3.active:before {
		display: block
	}
}

.feature-item.style3.active:after {
	right: 15px;
	box-shadow: 10px 0 10px rgba(0, 0, 0, .1)
}

.feature-item.style3.active:before {
	left: 15px;
	box-shadow: -10px 0 10px rgba(0, 0, 0, .1)
}

.feature-item.style4 {
	padding: 30px 20px;
	margin: 20px;
	box-shadow: none
}

.feature-item.style4 .feature-icon {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	background-color: #e7bf02;
	color: #fff;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-bottom: 20px
}

.feature-item.style4 .feature-icon:before {
	margin-left: 0;
	font-size: 45px
}

.feature-item.style4 h6 {
	font-size: 18px;
	margin-bottom: 15px
}

.feature-item.style4 a {
	text-transform: uppercase;
	color: #e7bf02;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.feature-item.style4:hover a {
	color: #504ce5
}

.feature-item.style4:hover .feature-icon {
	background-color: #504ce5
}

.feature-item.style4:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
}

.feature-item.style4.active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
}

.feature-item.style4.active .feature-item-inner {
	margin: 0 15px
}

.blog-section {
	padding-top: 120px;
	padding-bottom: 120px
}

.content-inner {
	padding-top: 100px;
	padding-bottom: 100px
}

.content-inner .post-item.style3 {
	margin-bottom: 50px
}

.footertop {
	padding-top: 120px;
	padding-bottom: 60px;
	background-image: url(https://www.englisch-sprecher.net/assets/images/footer-bg.jpg)
}

.footertop .footer-logo {
	margin-bottom: 40px
}

.footertop p {
	color: #fff
}

.footertop .contact-info {
	margin-bottom: 20px
}

.footertop .contact-info li {
	color: #a7a7a7
}

.footertop .contact-info li .icon {
	color: #ed1c24
}

.footertop .contact-info li .icon:before {
	margin-left: 0;
	margin-right: 10px
}

.footertop .contact-info li .c-name {
	color: #fff;
	font-weight: 700;
	margin-right: 10px
}

.footertop .contact-info li .c-text {
	color: #ed1c24
}

.footertop .contact-info.base-color2 li .icon {
	color: #e7bf02
}

.footertop .contact-info.base-color2 li .c-text {
	color: #e7bf02
}

.footertop .contact-info.base-color3 li .icon {
	color: #504ce5
}

.footertop .contact-info.base-color3 li .c-text {
	color: #504ce5
}

.footer-widget {
	margin-bottom: 70px
}

@media (min-width:992px) {
	.footer-widget {
		margin-bottom: 0
	}
}

.footer-widget p {
	color: #a7a7a7
}

.footer-widget .widget-title {
	font-weight: 800;
	color: #fff;
	position: relative;
	text-transform: uppercase
}

.footer-widget .widget-title span {
	color: #ed1c24
}

.footer-widget .widget-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 33px;
	height: 4px;
	background-color: #ed1c24
}

.footer-widget .widget-title.base-color2 span {
	color: #e7bf02
}

.footer-widget .widget-title.base-color2:after {
	background-color: #e7bf02
}

.footer-widget .widget-title.base-color3 span {
	color: #504ce5
}

.footer-widget .widget-title.base-color3:after {
	background-color: #504ce5
}

.footer-widget .link-list {
	margin-top: 50px;
	margin-bottom: 0
}

.footer-widget .link-list li {
	margin-bottom: 15px
}

.footer-widget .link-list li:last-child {
	margin-bottom: 0
}

.footer-widget .link-list li a {
	display: block;
	color: #a7a7a7;
	font-weight: 600;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.footer-widget .link-list li a:hover {
	color: #ed1c24
}

.footer-widget .link-list li a i {
	font-size: 7px;
	color: #ed1c24;
	margin-right: 15px;
	transform: translateY(-2px)
}

.footer-widget .link-list.base-color2 li a:hover {
	color: #e7bf02
}

.footer-widget .link-list.base-color2 li a i {
	color: #e7bf02
}

.footer-widget .link-list.base-color3 li a:hover {
	color: #504ce5
}

.footer-widget .link-list.base-color3 li a i {
	color: #504ce5
}

.footerbottom {
	background-color: #880808;
	padding: 25px 0
}

.footerbottom .copy-right {
	color: #a7a7a7;
	text-transform: uppercase;
	font-weight: 600
}

.footerbottom .copy-right a {
	color: #ed1c24
}

.footerbottom.base-color2 .copy-right a {
	color: #e7bf02
}

.footerbottom.base-color3 .copy-right a {
	color: #504ce5
}

.counterup-section {
	background-color: #e7bf02;
	padding-top: 110px;
	padding-bottom: 110px
}

.counterup-section.style2 {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(https://www.englisch-sprecher.net/assets/images/counter/bg.jpg)
}

.pricing-section {
	background-color: #f5f5f5;
	padding-top: 120px;
	padding-bottom: 120px
}

.pricing-item {
	text-align: center;
	padding: 35px 25px;
	background-color: #fff;
	margin-bottom: 30px
}

@media (min-width:992px) {
	.pricing-item {
		margin-bottom: 0
	}
}

.pricing-item .pricing-icon {
	margin-bottom: 5px
}

.pricing-item .pricing-icon span {
	color: #504ce5
}

.pricing-item .pricing-icon span:before {
	font-size: 42px;
	margin-left: 0
}

.pricing-item .name {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0
}

.pricing-item .price-link {
	color: #504ce5;
	width: 100%;
	text-align: center;
	border: 1px solid #afb5c3;
	padding: 14px 30px;
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.pricing-item .price-link:hover {
	background-color: #ed1c24;
	color: #fff;
	border-color: #ed1c24
}

.pricing-item .price-details-list {
	margin: 0;
	padding-left: 0;
	text-align: center;
	list-style-type: none
}

@media (min-width:768px) {
	.pricing-item .price-details-list {
		text-align: left
	}
}

.pricing-item .price-details-list li {
	line-height: 2.5
}

.pricing-item .price-details-list li i {
	font-size: 7px;
	margin-right: 5px;
	color: #2e3d62
}

.pricing-item .price-details-list li span {
	font-weight: 600;
	color: #2e3d62
}

.pricing-item:hover .price-link {
	background-color: #ed1c24;
	color: #fff;
	border-color: #ed1c24
}

.pricing-item:hover .pricing-icon span {
	color: #ed1c24
}

.pricing-item.base-color2 .pricing-icon span {
	color: #e7bf02
}

.pricing-item.base-color2:hover .price-link {
	background-color: #e7bf02;
	color: #fff;
	border-color: #e7bf02
}

.pricing-item.base-color2:hover .pricing-icon span {
	color: #e7bf02
}

.pricing-item.style2 .name {
	margin-bottom: 5px
}

.pricing-item.style2 .price-details-list {
	padding-left: 30px;
	margin-bottom: 30px
}

.pricing-item.style2 .price-details-list li i {
	font-size: 12px;
	margin-right: 5px
}

.pricing-item.style2 .price-link {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background-color: #2e3d62;
	border: none;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.pricing-item.style2:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.pricing-item.style2:hover .price-link {
	background-color: #dbb606
}

.pricing-item.style2:hover .pricing-icon span {
	color: #2e3d62
}

.page-header {
	height: 450px;
	position: relative
}

.page-header .page-header-content {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	width: 100%;
	height: auto
}

.page-header .page-header-content .page-title {
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0
}

.page-header .page-header-content .page-title span {
	color: #e7bf02
}

@media (min-width:768px) {
	.page-header .page-header-content .page-title {
		font-size: 70px
	}
}

.page-header.style1 {
	background-image: url(https://www.british-voice.de/assets/images/top100.webp)
}

.page-header.style2 {
	background-image: url(https://www.british-voice.de/assets/images/page-header/02.jpg)
}

.page-header.style3 {
	background-image: url(https://www.british-voice.de/assets/images/penglisch-sprecher.netage-header/03.jpg)
}

.page-header.style3 .page-header-content {
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%)
}

.page-header.style3 .page-header-content .page-title {
	font-size: 40px
}

@media (min-width:768px) {
	.page-header.style3 .page-header-content .page-title {
		font-size: 70px
	}
}

.widget {
	margin-bottom: 40px
}

.widget .widget-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600
}

.title-post-list {
	list-style-type: none;
	padding-left: 0;
	margin: 0
}

.title-post-list li {
	border-bottom: 1px solid #e7e6e6
}

.title-post-list li a {
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0;
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.title-post-list li a i {
	margin-right: 6px
}

.title-post-list li a:hover {
	padding-left: 5px;
	color: #ed1c24
}

.shop-section {
	padding-top: 120px;
	padding-bottom: 70px
}

.shop-item {
	border: 1px solid #f0f0f0;
	margin-bottom: 50px
}

.shop-item .shop-thumb {
	height: 250px;
	width: 100%;
	background-color: #f0f0f0;
	position: relative
}

.shop-item .shop-thumb img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.shop-item .shop-thumb:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background-color: rgba(231, 191, 2, .9)
}

.shop-item .shop-content {
	padding: 0 15px
}

.shop-item .shop-content .shop-content-inner {
	background-color: #fff;
	padding: 20px 20px 0 20px;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}

.shop-item .shop-content .title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 24px
}

.shop-item .shop-content .title a {
	color: inherit
}

.shop-item .shop-content p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}

.shop-item .shop-content p span {
	color: #ed1c24
}

.shop-item .shop-content .meta-post-area {
	margin-bottom: 10px
}

.shop-item:hover .shop-thumb:after {
	opacity: 1
}

.shop-meta-post li {
	margin: 0 7px;
	position: relative
}

.shop-meta-post li:after {
	content: '';
	position: absolute;
	right: -7px;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #e3e3e3
}

.shop-meta-post li:last-child:after {
	display: none
}

.shop-meta-post li span {
	margin-right: 6px;
	color: #959595
}

.shop-meta-post li i {
	color: #959595
}

.dar-body {
	padding: 30px 50px;
	background-color: #f6f6f6
}

@-webkit-keyframes loading-center-absolute {
	100% {
		-webkit-transform: rotate(-45deg)
	}
}

@keyframes loading-center-absolute {
	100% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
}

@-webkit-keyframes object_one {
	25% {
		-webkit-transform: translate(0, -50px) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@keyframes object_one {
	25% {
		transform: translate(0, -50px) rotate(-180deg);
		-webkit-transform: translate(0, -50px) rotate(-180deg)
	}
	100% {
		transform: translate(0, 0) rotate(-180deg);
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@-webkit-keyframes object_two {
	25% {
		-webkit-transform: translate(50px, 0) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@keyframes object_two {
	25% {
		transform: translate(50px, 0) rotate(-180deg);
		-webkit-transform: translate(50px, 0) rotate(-180deg)
	}
	100% {
		transform: translate(0, 0) rotate(-180deg);
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@-webkit-keyframes object_three {
	25% {
		-webkit-transform: translate(-50px, 0) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@keyframes object_three {
	25% {
		transform: translate(-50px, 0) rotate(-180deg);
		-webkit-transform: translate(-50px, 0) rotate(-180deg)
	}
	100% {
		transform: translate(0, 0) rotate(-180deg);
		-webkit-transform: rtranslate(0, 0) rotate(-180deg)
	}
}

@-webkit-keyframes object_four {
	25% {
		-webkit-transform: translate(0, 50px) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@keyframes object_four {
	25% {
		transform: translate(0, 50px) rotate(-180deg);
		-webkit-transform: translate(0, 50px) rotate(-180deg)
	}
	100% {
		transform: translate(0, 0) rotate(-180deg);
		-webkit-transform: translate(0, 0) rotate(-180deg)
	}
}

@-webkit-keyframes helicopter-anim {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0)
	}
	25% {
		-webkit-transform: translateY(20px) translateX(0);
		-ms-transform: translateY(20px) translateX(0);
		transform: translateY(20px) translateX(0)
	}
	50% {
		-webkit-transform: translateY(20px) translateX(20px);
		-ms-transform: translateY(20px) translateX(20px);
		transform: translateY(20px) translateX(20px)
	}
	50% {
		-webkit-transform: translateY(0) translateX(20px);
		-ms-transform: translateY(0) translateX(20px);
		transform: translateY(0) translateX(20px)
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0)
	}
}

.inner-page-header {
	background-image: url(https://www.englisch-sprecher.net/assets/images/page-header/03.jpg);
	background-position: center center;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px
}

.inner-page-header h2 {
	color: #fff;
	font-size: 40px
}

.inner-page-header h2 span {
	color: #debb17
}

.inner-page-body {
	padding-top: 100px;
	padding-bottom: 100px
}

#cookie-notice {
	color: #fff;
	font-family: inherit;
	background: #323232;
	padding: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 100%;
	max-width: 300px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 0;
	visibility: hidden;
	z-index: 1000000;
	box-sizing: border-box
}

#cookie-notice button {
	color: inherit;
	background: #880808;
	border: 0;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	cursor: pointer
}

@media only screen and (max-width:600px) {
	#cookie-notice {
		max-width: 100%;
		bottom: 0;
		left: 0;
		border-radius: 0
	}
}



	.font-style {
     color: #fff;
		font-size: 23px;
		font-weight: 700;
   }
