/*
Theme Name: Akcept
Theme URI: https://akcept.eu
Author: Akcept.eu
Author URI: https://akcept.eu
Description: Marketing obiektów noclegowych
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akcept
*/


/** 1.0 Reset **/

* {
	transition: all .6s ease;
}

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

a {
	text-decoration:none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	position:relative;
	display:block;
}
article,
aside,
details,
section {
	overflow: hidden;
}

audio,
canvas,
video {
	display:inline-block
}

audio:not([controls]) {
	display:none;
	height:0
}

[hidden] {
	display:none
}

html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	padding:0
}

body,
html {
	margin:0
}

dl,
menu,
ol,
ul {
	margin:0;
	list-style:none
}

dd {
	margin:0
}

ol,
ul {
	padding:0
}

nav ol,
nav ul {
	list-style:none;
	list-style-image:none
}

img {
	border:0;
	-ms-interpolation-mode:bicubic
}

figure,
form {
	margin:0
}

legend {
	border:0;
	padding:0;
	white-space:normal;
	*margin-left:-7px
}

button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle
}

button,
input {
	line-height:normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}

button[disabled],
input[disabled] {
	cursor:default
}

input[type=checkbox],
input[type=radio] {
	padding:0
}

input[type=search] {
	-webkit-appearance:textfield
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0
}

textarea {
	overflow:auto;
	vertical-align:top
}

/** 2.0 Elements **/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #58595b;
	line-height: 1.6;
}

h1, h2, h3, h4, h6 {
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #000000;
	line-height: 1.2;
	text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h6 strong {
	font-weight: 700;
}

h1, h2 {
	font-size: 44px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}
@media screen and (max-width: 1440px) {
	h1, h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 34px;
	}

	h4 {
		font-size: 20px;
	}

	h6 {
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	h1, h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h6 {
		font-size: 14px;
	}
}

a {
	color: #5b6877;
}

img {
	display: inherit;
	width: 100%;
	height: auto;
}

blockquote {
	padding: 15px 15px 15px 30px;
	margin: 20px 0;
	border-left: 5px solid #ed1c24;
}

.title {
	margin-bottom: 50px;
}
.title--sub {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #ed1c24;
	text-transform: none;
}

.text-block {
	display: block;
}
.text--s48 {
	font-size: 48px;
}
.text--s32 {
	font-size: 32px;
}
.text--s18 {
	font-size: 18px;
}
.text--s16 {
	font-size: 16px;
}
.text--s14 {
	font-size: 14px;
}
.text--s12 {
	font-size: 12px;
}
.text--invert {
	color: #ffffff;
}
.text--light {
	color: #c3966d;
}
.text--dark {
	color: #c3966d;
}
.text--theme {
	color: #ed1c24;
}
.text--center {
	text-align: center;
}
.text--right {
	text-align: right;
}
.text--left {
	text-align: left;
}
.text--justify {
	text-align: justify;
}
.text--uppercase {
	text-transform: uppercase;
}
.text--spacing {
	letter-spacing: 2px;
}

.list {
	margin-top: 0;
}
.list > li {
	position: relative;
	padding: 5px 5px 5px 25px;
}
.list > li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ed1c24;
}

.table {

}

.button {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	border: 2px solid #000000;
	border-radius: 4px;
	background-color: #000000;
	cursor: pointer;
}
.button .icon {
	margin-right: 5px;
}
.button--primary {
	border-color: #ed1c24;
	background-color: #ed1c24;
}
.button--primary .icon {
	color: #ffffff;
}
.button--secondary {
	border-color: #ed1c24;
	background-color: transparent;
}
.button--inverse {
	color: #ffffff;
}
.button--transparent {
	color: #000000;
	border-color: transparent;
	background-color: transparent;
}
.button:hover {
	opacity: .8;
}

/** 3.0 Navigation **/

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0 15px;
	z-index: 999;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.admin-bar .nav  {
	padding-top: 30px;
}
.nav--flex {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
}
.nav__brand .brand {
	display: inline-block;
}
.menu {
	display: table;
	width: 100%;
}
.menu__item {
	display: table-cell;
	text-align: center;
}
.menu__item a {
	display: inline-block;
	padding: 35px 22px;
	font-size: 16px;
	font-weight: 500;
	color: #5c5c5c;
	border-top: 5px solid transparent;
}
.menu__item.active a,
.menu__item a:hover {
	color: #ed1c24;
	border-top: 5px solid #ed1c24;
}
@media screen and (max-width: 1440px) {
	.menu__item a {
		padding: 25px 15px;
		font-size: 14px;
	}
}
.nav--menu-scroll {
	background-color: rgba(255,255,255,1);
}
.nav--menu-scroll .menu__item a {
	padding: 25px 22px;
}
.nav__area {
	margin: 5px 0;
}
.nav__menu .nav-mobile-show {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-family: "icomoon";
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
@media screen and (max-width: 1440px) {
	.nav__area .button {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 1024px) {
	.nav__menu {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
	}
	.nav__menu.active {
		visibility: visible;
		opacity: 1;
	}
	.nav__menu .nav__menu-wrap {
		display: flex;
		position: relative;
		margin: 0 auto;
		top: 0;
		right: 0;
		background-color: rgba(0,0,0,0.90);
	}
	.nav__menu .nav__menu-list {
		width: 100%;
	}
	.nav__menu .nav-mobile-show {
		display: block;
	}
	.nav__menu-wrap {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.menu {
		max-width: 250px;
		margin: 0 auto;
	}
	.menu__item {
		display: table-row;
	}
	.menu__item a {
		font-size: 18px;
		color: #ffffff;
	}
	.menu__item.active a,
	.menu__item a:hover {
		color: #ed1c24;
		border-top: 5px solid transparent;
	}
	.nav__area {
		display: none;
	}
}
.nav-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
	.nav-mobile {
		display: block;
	}
}
.nav-mobile__list {
	display: flex;
	box-shadow: -5px -5px 15px rgba(0,0,0,.1);
}
.nav-mobile__list li {
	width: 25%;
	padding: 15px 0;
	text-align: center;
}
.nav-mobile__list a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.nav-mobile__list li.current {
	background-color: #ed1c24;
}
.nav-mobile__list li.current a {
	color: #ffffff;
}
.nav-mobile__list i {
	display: block;
	font-size: 36px;
}

.header {
	position: relative;
	overflow: hidden;
}
.header__title {
	position: relative;
	padding-top: 75px;
	padding-bottom: 0;
	background-color: #f3f4f4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	overflow: hidden;
}
.header__title h1 {
    color: #000000;
}
.header__title .breadcrumb {
	width: 100%;
}
.header__title .breadcrumb li {
	float: left;
	color: #000000;
}
.header__title .breadcrumb a {
	color: #000000;
}
.header__title .breadcrumb a::after {
	content: "\e901";
	margin: 0 10px;
	font-family: "icomoon";
	font-size: 14px;
	color: #ed1c24;
}
.header__title .breadcrumb .post-categories {
	display: inline;
	overflow: hidden;
}

.single-post-item {
	margin: 0 15px 40px;
}
.single-post-item__image {
	margin: 0 15px 25px;
}
.single-post-item__content {
	margin: 0 15px 25px;
}
.single-post-item__content h3 a {
	color: #000000;
}

.single-post-content {
	margin: 0 15px 40px;
}
.single-post-content__image {
	margin: 0 15px 25px;
}
.single-post-content--date {
	margin-bottom: 25px;
}
.single-post-content__content {
	margin: 0 15px 25px;
}
.single-post-content__content h3 {
	margin-bottom: 5px;
	color: #000000;
}
.single-post-content__content h4 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.single-post-content__content ul {
	padding: 0 0 60px;
}
.single-post-content__content li {
	position: relative;
	padding: 10px 15px 10px 30px;
}
.single-post-content__content li::before {
	position: absolute;
    top: 5px;
    left: 0px;
    content: "\00B7";
    font-size: 64px;
	color: #ed1c24;
    line-height: 24px;
}
.single-post-content__content p {
	text-align: justify;
}
.single-post-content__content .single-post-content--date {
	margin-bottom: 40px;
}
.single-post-content__author {
	display: flex;
	align-items: center;
	padding: 30px;
	margin: 0 15px;
	background-color: #f3f4f4;
}
.single-post-content__author img {
	max-width: 100px;
	margin-right: 25px;
	border-radius: 50%;
}
.single-post-content__author p {
	margin-top: 0;
}
.single-post-content__banner {
	display: block;
	margin: 25px 15px;
	overflow: hidden;
}

.sitebar ul {
	margin-top: 15px;
	margin-bottom: 40px;
	border: 1px solid #e2e3e4;
	border-radius: 4px;
}
.sitebar li {
	border-bottom: 1px solid #e2e3e4;
}
.sitebar a	{
	display: block;
	padding: 25px;
	margin: 0 5px -1px;
	font-weight: 700;
	text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
	.sitebar {
		padding: 0 25px;
	}
}


/** 4.0 Footer **/
.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #1f2034;
}
@media screen and (max-width: 1024px) {
	.footer {
		padding-bottom: 100px;
	}
}
.footer .brand {
	display: inline-block;
	margin-top: -15px;
}
.brand img {
	width: 260px;
	height: 70px;
}
.footer h4 {
	color: #ed1c24;
}
@media screen and (max-width: 1024px) {
	.footer h4 {
		margin-top: 40px;
	}
}
.footer p,
.footer a {
	color: #ffffff;
}
.footer p {
	margin-right: 25px;
}
.footer__menu {
	margin-top: 0;
}
.footer__menu > li {
	position: relative;
	padding: 5px 5px 5px 25px;
}
.footer__menu > li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ed1c24;
}

.form {
	width: calc(100% - 80px);
	padding: 40px;
	background-color: #f4f4f4;
	overflow: hidden;
}
@media screen and (max-width: 760px) {
	.form {
		width: 100%;
		padding: 30px 15px;
		background-color: #f4f4f4;
		overflow: hidden;
	}
}
.contact__wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.contact__wrap .contact--body {
	width: calc(50% - 30px);
	padding: 15px;
}
@media screen and (max-width: 760px) {
	.contact__wrap .contact--body {
		width: 100%;
		padding: 0 15px;
	}
}
.contact__wrap .contact--header,
.contact__wrap .contact--footer {
	width: calc(100% - 30px);
	padding: 0 15px;
}
.contact__wrap .input,
.contact__wrap .textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #58595b;
	border: 0;
}

.contact__wrap .textarea {
	height: 158px;
}

/** 5.0 Grid **/

.grid {
	width: 100%;
	display: flex;
}
.grid--container {
	flex-wrap: wrap;
	width: calc(100% - 200px);
	margin-right: 100px;
	margin-left: 100px;
}
.grid--container-content {
	flex-wrap: wrap;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 25px
}

.grid--reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
	.grid--container {
		width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}
	.grid--device-l {
		display: none;
	}
}
@media screen and (max-width: 1180px) {
	.grid--container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	.grid--device-m {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.grid--container {
		width: 740px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}
	.grid--device-s {
		display: none;
	}
}
@media screen and (max-width: 740px) {
	.grid--container {
		width: calc(100% - 70px);
		margin-right: 15px;
		margin-left: 55px;
	}
	.grid--device-xs {
		display: none;
	}
}
.grid--center {
	align-items: center;
}
.grid__item {
	position: relative;
}
.grid__content {
	margin: 50px;
}
@media screen and (max-width: 740px) {
	.grid__content {
		margin: 0;
	}
}
.grid--w12 {
	width: 100%;
}
.grid--w11 {
	width: 99.6666%;
}
.grid--w10 {
	width: 83.3333%;
}
.grid--w9 {
	width: 75%;
}
.grid--w8 {
	width: 66.6666%;
}
.grid--w7 {
	width: 58.3333%;
}
.grid--w6 {
	width: 50%;
}
.grid--w5 {
	width: 41.6666%;
}
.grid--w4 {
	width: 33.3333%;
}
.grid--w3 {
	width: 25%;
}
.grid--w2 {
	width: 16.6666%;
}
.grid--w1 {
	width: 8.3333%;
}
@media screen and (max-width: 1024px) {
	.grid--w12,
	.grid--w11,
	.grid--w10,
	.grid--w9,
	.grid--w8,
	.grid--w7 {
		width: 100%;
	}
	.grid--w6,
	.grid--w5,
	.grid--w4,
	.grid--w3,
	.grid--w2,
	.grid--w2,
	.grid--w1 {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.grid {
		flex-direction: column;
	}
	.grid__item {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
.grid__item--bg {
	background-repeat: no-repeat;
	background-size:  cover;
}
@media screen and (max-width: 1024px) {
	.grid__item--disable-mobile {
		display: none;
	}
}

/** 6.0 Helpers **/
.set--socialmedia {
	display: inline-block;
}
.set--socialmedia li {
	float: left;
	padding: 10px;
	margin: 5px;
	line-height: 1;
	border-radius: 50%;
	background-color: #ffffff;
	overflow: hidden;
}

[class*="--flex-self"] {
	display: flex;
}
[class*="--flex-self"] > * {
	align-self: center;
}

[class*="--margin-t-auto"] {
	margin-top: auto;
}
[class*="--margin-r-auto"] {
	margin-right: auto;
}
[class*="--margin-b-auto"] {
	margin-bottom: auto;
}
[class*="--margin-l-auto"] {
	margin-left: auto;
}

[class*="--margin-t-25"] {
	margin-top: 25px;
}
[class*="--margin-r-25"] {
	margin-right: 25px;
}
[class*="--margin-b-25"] {
	margin-bottom: 25px;
}
[class*="--margin-l-25"] {
	margin-left: 25px;
}

[class*="--margin-t-50"] {
	margin-top: 50px;
}
[class*="--margin-r-50"] {
	margin-right: 50px;
}
[class*="--margin-b-50"] {
	margin-bottom: 50px;
}
[class*="--margin-l-50"] {
	margin-left: 50px;
}

[class*="--margin-t-100"] {
	margin-top: 100px;
}
[class*="--margin-r-100"] {
	margin-right: 100px;
}
[class*="--margin-b-100"] {
	margin-bottom: 100px;
}
[class*="--margin-l-100"] {
	margin-left: 100px;
}

@media screen and (max-width: 740px) {
	[class*="--margin-t-reset"] {
		margin-top: 0;
	}
	[class*="--margin-r-reset"] {
		margin-right: 0;
	}
	[class*="--margin-b-reset"] {
		margin-bottom: 0;
	}
	[class*="--margin-l-reset"] {
		margin-left: 0;
	}
}

[class*="--padding-t-auto"] {
	padding-top: auto;
}
[class*="--padding-r-auto"] {
	padding-right: auto;
}
[class*="--padding-b-auto"] {
	padding-bottom: auto;
}
[class*="--padding-l-auto"] {
	padding-left: auto;
}

[class*="--padding-t-25"] {
	padding-top: 25px;
}
[class*="--padding-r-25"] {
	padding-right: 25px;
}
[class*="--padding-b-25"] {
	padding-bottom: 25px;
}
[class*="--padding-l-25"] {
	padding-left: 25px;
}

[class*="--padding-t-50"] {
	padding-top: 50px;
}
[class*="--padding-r-50"] {
	padding-right: 50px;
}
[class*="--padding-b-50"] {
	padding-bottom: 50px;
}
[class*="--padding-l-50"] {
	padding-left: 50px;
}

[class*="--padding-t-100"] {
	padding-top: 100px;
}
[class*="--padding-r-100"] {
	padding-right: 100px;
}
[class*="--padding-b-100"] {
	padding-bottom: 100px;
}
[class*="--padding-l-100"] {
	padding-left: 100px;
}

@media screen and (max-width: 740px) {
	[class*="--padding-t-reset"] {
		padding-top: 0;
	}
	[class*="--padding-r-reset"] {
		padding-right: 0;
	}
	[class*="--padding-b-reset"] {
		padding-bottom: 0;
	}
	[class*="--padding-l-reset"] {
		padding-left: 0;
	}
}

/** 6.0 Libriaries **/
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
.slick-prev::before,
.slick-next::before {
	font-family: "icomoon";
	font-size: 48px;
	color: #ed1c24;
}
.slick-prev::before {
	content: "\e900";
}
.slick-next::before {
	content: "\e901";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-dots {
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
	float: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content: "";
    top: 0;
    left: 0;
    padding: 8px;
	border: 1px solid #ed1c24;
	border-radius: 25px;
	background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	background-color: #ed1c24;
}
.tabs {
	display: block;
}


.tabs .tab-nav {
	position: relative;
}
.tabs .tab-nav .tab-nav-button {
	display: none;
}
.tab-nav-list {
	display: block;
	width: 100%;
	margin: 50px 0;
	text-align: center;
	border-bottom: 1px solid #e2e3e4;
}
.tab-nav-list li {
	display: inline-block;
}
.tab-nav-list li a {
	display: inline-block;
	padding: 25px;
	margin: 0 5px -1px;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.tab-nav-list li a[aria-selected="true"] {
	color: #ed1c24;
	border-top: 1px solid #e2e3e4;
	border-right: 1px solid #e2e3e4;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #e2e3e4;
	background-color: #ffffff;
}
@media all and (max-width: 760px) {
	.tabs .tab-nav .tab-nav-button {
		display: block;
	}
	.tabs .tab-nav .tab-nav-list {
		display: none;
		position: absolute;
		min-width: 160px;
		margin-top: 10px;
		background-color: #ffffff;
		z-index: 9;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
	}
	.tabs .tab-nav .tab-nav-list.show {
		display: block;
	}
	.tabs .tab-nav .tab-nav-list li {
		display: table-row;
	}
}
@media all and (max-width: 760px) {
	#cookies-message {
		bottom: 90px !important;
	}
}

/** 7.0 Icons **/
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?giqob2');
	src:  url('fonts/icomoon.eot?giqob2#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?giqob2') format('truetype'),
	url('fonts/icomoon.woff?giqob2') format('woff'),
	url('fonts/icomoon.svg?giqob2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon--"], [class*=" icon--"] {
	display: inline-block;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 22px;
	color: #ed1c24;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon--arrow-l:before {
  content: "\e900";
}
.icon--arrow-r:before {
  content: "\e901";
}
.icon--mail:before {
  content: "\e902";
}
.icon--phone:before {
  content: "\e903";
}
.icon--point:before {
  content: "\e904";
}
.icon--menu:before {
  content: "\e9bd";
}
.icon--cross:before {
  content: "\ea0f";
}
.icon--facebook:before {
  content: "\ea90";
}
.icon--instagram:before {
  content: "\ea92";
}
.icon--youtube:before {
  content: "\ea9d";
}

@font-face {
  font-family: 'akcept';
  src:  url('fonts/akcept.eot?wlxk01');
  src:  url('fonts/akcept.eot?wlxk01#iefix') format('embedded-opentype'),
    url('fonts/akcept.ttf?wlxk01') format('truetype'),
    url('fonts/akcept.woff?wlxk01') format('woff'),
    url('fonts/akcept.svg?wlxk01#akcept') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-ak--"], [class*=" icon-ak--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'akcept' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ak--mobile:before {
  content: "\e90c";
}
.icon-ak--calendar:before {
  content: "\e90d";
}
.icon-ak--desktop:before {
  content: "\e90e";
}
.icon-ak--docs:before {
  content: "\e90f";
}
.icon-ak--dron:before {
  content: "\e910";
}
.icon-ak--edit:before {
  content: "\e911";
}
.icon-ak--family:before {
  content: "\e912";
}
.icon-ak--graph:before {
  content: "\e913";
}
.icon-ak--hands:before {
  content: "\e914";
}
.icon-ak--heart:before {
  content: "\e915";
}
.icon-ak--like:before {
  content: "\e916";
}
.icon-ak--podium:before {
  content: "\e917";
}
.icon-ak--search:before {
  content: "\e918";
}
.icon-ak--star:before {
  content: "\e919";
}
.icon-ak--video:before {
  content: "\e91a";
}
.icon-ak--world:before {
  content: "\e91b";
}
.icon-ak--user:before {
  content: "\e90a";
}
.icon-ak--user2:before {
  content: "\e90b";
}
.icon-ak--bed:before {
  content: "\e908";
}
.icon-ak--birthday:before {
  content: "\e909";
}
.icon-ak--adwords:before {
  content: "\e900";
}
.icon-ak--analysis:before {
  content: "\e901";
}
.icon-ak--identification:before {
  content: "\e902";
}
.icon-ak--portals:before {
  content: "\e903";
}
.icon-ak--rodo:before {
  content: "\e904";
}
.icon-ak--sessions:before {
  content: "\e905";
}
.icon-ak--socialmedia:before {
  content: "\e906";
}
.icon-ak--websites:before {
  content: "\e907";
}

[class*="icon--circle"] {
	display: inline-block;
	padding: 15px;
	font-size: 28px;
	border-radius: 50%;
}
[class*="icon--circle-red"] {
	color: #ffffff;
	background-color: #ed1c24;
}
[class*="icon--circle-white"] {
	color: #ed1c24;
	background-color: #ffffff;
}
.icon--circle-red-lg,
.icon--circle-white-lg {
	padding: 18px;
	font-size: 48px;
}
@media screen and (max-width: 1024px) {
	[class*="icon--circle"] {
		font-size: 24px;
	}
	.icon--circle-red-lg,
	.icon--circle-white-lg {
		font-size: 32px;
	}
}

/* 8.0 Animation*/
.animation-bounce {
  -moz-animation: animation-bounce 2s infinite;
  -webkit-animation: animation-bounce 2s infinite;
  animation: animation-bounce 2s infinite;
}

@keyframes animation-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


#ue_lanucher {
bottom: 100px !important;
}
 