<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Classacademy
Theme URI: http://underscores.me/
Author: Bohuslav PotoÄŤĹĂˇk - BTect
Author URI: https://www.btect.sk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: classacademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Classacademy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: Roboto;
}

h1,h2,h3,h4,h5,h6,span,a,div,li{
		font-family: Roboto;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#main{
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.site-header{
	position: absolute;
	top: 0;
  z-index: 99999999;
	width: 100%;
}
.navbar li a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height */
text-align: center;
letter-spacing: 0.2px;

color: #7D7D7D;
}
.navbar li{
	display: inline-block;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px
}
.mainsubheadline{
	font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 22px;
line-height: 31px;
/* or 141% */
text-align: right;
letter-spacing: 0.675px;

color: #7D7D7D;
}
.mainheadline{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 54px;
text-align: right;
letter-spacing: 1px;

color: #BC262E;
}
.posun{
	margin-top: 20%;
}
.owl-first{

	position: relative;
	margin-top: -180px;
}
.slider-content{
	background: #FFFFFF;
		height: 300px;
		padding-top: 50px;
		padding-bottom: 60px;
		margin: 30px;
box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
border-radius: 20px;

text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #BC262E;
}
.slider-content p{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 27px;
line-height: 32px;
/* identical to box height */
margin-bottom: 20px;
text-align: center;
letter-spacing: 0.675px;

color: #7D7D7D;
}
.owl-dots{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.slider-content h6{
	font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 40px;
line-height: 42px;
/* or 130% */
text-align: center;
letter-spacing: 0.8px;

color: #BC262E;
}
#video{
	margin-top: 100px;
}
#video img{
	width: 100%;
}
.mini-headline{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 42px;
/* or 131% */
letter-spacing: 0.609524px;
margin-top: 30px;
color: #BC262E;
}
.video-info li{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 29px;
/* or 138% */
letter-spacing: 0.5px;
list-style-type: none;
color: #7D7D7D;
margin-bottom: 44px;
position: relative;
}
.video-info{
	position: relative;
	margin-left: 30px;
	padding-left: 20px;

}
.video-info li::before{
	border-radius: 50px;
	width: 8px;
	height: 8px;
	content: "";
	top: 7px;
	position: absolute;
	left: -20px;
	background: #BC262E;
}
.video-parag{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.3px;

color: #7D7D7D;
text-align: left;
}
#class-academy{
	margin-top: 95px;
	background: #F9F9F9;
	padding-top: 100px;
  padding-bottom: 50px;
}
.class-academy-headline{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 39px;
line-height: 50px;
/* or 128% */
text-align: center;
letter-spacing: 0.9px;

color: #BC262E;
}
.icon-headline{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 27px;
/* or 142% */
letter-spacing: 0.422222px;
text-transform: uppercase;

color: #BC262E;

}
.icon-paragraph{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
letter-spacing: 0.3px;
margin-bottom: 42px;
color: #646464;
}
.m-top-90{
	margin-top: 90px;
}
.m-bot-15{
	margin-bottom: 15px;
}
.white-box p{
	margin-bottom: 0;
}
.white-box{
	background: #FFFFFF;
border: 2px solid #FFF7D9;
border-radius: 15px;

font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 40px;
line-height: 52px;
/* or 130% */
text-align: center;
letter-spacing: 0.8px;

color: #7D7D7D;
padding-top: 40px;
padding-bottom: 40px;

}
.the-item{
	margin-bottom: 60px;
}
.m-top-30{
	margin-top: 30px;
	margin-bottom: 60px;
}
#teachers{
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.thepad{
	padding-left: 40px;
}

.teacher-headline{
  font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-size: 52px;
line-height: 64px;
/* or 123% */
text-align: center;
position: relative;
top: -40px;
letter-spacing: 0.5px;

color: #FFF7D9;
}
.chat-bubble{
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
padding-top: 44px;
  background-position: center center;
}
.alcenter{
  align-self: center;
  justify-content: center;
    display: flex;
    height: 100%;
}
.alcenter .col-md-6{
  align-self: center;
}
.pars p{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 29px;
/* or 138% */
letter-spacing: 0.5px;

color: #7D7D7D;

}
.references .references-paragraph{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 26px;
/* identical to box height */
text-align: center;
letter-spacing: 1px;
margin-bottom: 30px;
color: #7D7D7D;

}
.references .photo-wrapper{
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
      border-radius: 50%;

}
.photo-place{
  margin-top: 50px;
  margin-bottom: 20px;
}
.referencesr{
  margin-top: -200px!important;
}
.looking_for_headline{
  text-align: center;

  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
/* identical to box height, or 125% */
text-align: center;
letter-spacing: 0.761905px;

color: #BC262E;

}
.aktivity{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
letter-spacing: 0.422222px;

color: #BC262E;
}
.aktivity-text p{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
padding-top: 8px;
/* or 156% */
letter-spacing: 0.3px;

color: #646464;
}
.footer-menu{
  margin-left: 0;
  padding-left: 0;
}
.owl-carousel.owl-first button.owl-dot{
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.looking-for-slider  .owl-dots {
    counter-reset: dots;
}
.looking-for-slider.owl-theme .owl-dots .owl-dot span{
  display: none!important;
}
.owl-first .slider-content{
  padding-left: 100px;
  padding-right: 100px;
}
.looking-for-slider .owl-dot:before {
width: 38px;
height: 38px;
display: inline-block;
border-radius: 50px;
color: white;

font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: 0.422222px;

color: #FFFFFF;

background: #BC262E;
box-shadow: 0px 1px 10px rgba(188, 38, 46, 0.5);
}
.looking-for-slider .owl-dot button{
  padding: 10px;
}
.looking-for-slider.owl-theme .owl-dots .owl-dot{
padding: 10px!important;

}

.right-icon{
  transform: rotate(180deg);
}
.looking-for-slider .owl-nav button.disabled{
  background: #CECECE!important;
  width: 46px;
  height: 46px;
  opacity: 1;
  border-radius: 50%!important;
}
.looking-for-slider .owl-nav button:not(.disabled){
  background: #BC262E!important;
  width: 46px;
  height: 46px;
  box-shadow: 0px 0px 10px rgba(188, 38, 46, 0.5);
border-radius: 50%!important;
}
.looking-for-slider .owl-stage .owl-item.active:nth-child(1){
  opacity: .5;
}
.looking-for-slider .owl-stage .owl-item.active:nth-child(1) .circle-img{
  display: none;
}
.looking-for-slider .owl-prev{
  position: absolute;

left: 0;
top: -155px;
}
.looking-for-slider .owl-next{
  position: absolute;

right: 0;
top: -155px;
}
.looking-for-slider.owl-theme .owl-dots{
  margin-left: 17%;
  text-align: left;
}
.looking-for-slider .owl-dot:before {
    counter-increment:dots;
    padding: 8px;
    content: counter(dots);
}

.looking-for-slider .owl-dot:not(.active):before {
  background: #F9F9F9;
mix-blend-mode: normal;
opacity: 0.6;
color: #000000;
padding: 10px;
width: 42px;
height: 42px;
mix-blend-mode: normal;
opacity: 0.6;
box-shadow: initial;
border: 2px solid #C7C7C7;
}

.looking-for-slider .owl-dots{
  position: relative;
  bottom: initial;
}
.footer-menu li{
  list-style-type: none;
}
.footer-menu li.first a{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 35px;
/* or 250% */
letter-spacing: 0.3px;
text-decoration-line: underline;

color: #7D7D7D!important;

}

.footer-menu li.second a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  /* or 250% */
  letter-spacing: 0.3px;

  color: #7D7D7D;


}
.footer-location{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
/* or 157% */
letter-spacing: 0.3px;

color: #7D7D7D;
margin-bottom: 40px;

}
.facebook{
  margin-top: 30px;
}
.facebook a{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 15px;
letter-spacing: 0.2px;


color: #7D7D7D;

mix-blend-mode: normal;
opacity: 0.7;
}
.circle-img{
  border-radius: 50%;
  width: 170px!important;
  height: 170px;
  object-fit: cover;
  object-position: center center;
}
.looking-for-slider{
  margin-top: 90px;
}
.post, .page{
  margin-bottom: 0;
}
.pafleft{
  margin-left: 10px;
  display: block;
}
.facebook img{
  margin-left: 15px;

}
.nopads{
  padding-right: 0;
  padding-left: 0;
}
.facebook img{
  height: 30px;
  width: 30px;
  display: inline-block;
}

.site-footer{
  background: #F9F9F9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-bot-150{
  margin-bottom: 350px;
}
.references .slider-content{
  height: initial;
  min-height: 440px;
  padding-left: 60px;
  padding-right: 60px;
}
.references .photo-wrapper img{
  border-radius: 50%;
  border: 5px solid white;
}
.references .person-name{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 21px;
/* or 117% */
letter-spacing: 0.4375px;
text-transform: uppercase;

color: #BC262E;

}
.references .location{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
/* or 117% */
letter-spacing: 0.4375px;
text-transform: uppercase;

color: #7D7D7D;


}
.photo-wrapper{
  display: inline-block;
}
.photo-wrapper{
  display: none;
}
.the-text{
  margin-left: 0;
  text-align: center;
  position: relative;
  top: -10px;
  display: inline-block;
}
.photo-place{
  text-align: center;
}
.references .references-text{
  font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 28px;
line-height: 37px;
/* or 132% */
text-align: center;
letter-spacing: 0.5px;

color: #BC262E;
}
.cont{
  height: 100%;
}

.liled{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 54px;
text-align: center;
letter-spacing: 0.8px;

color: #BC262E;
}
.teacher-paragaph{
  font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-size: 28px;
line-height: 33px;
text-align: center;
letter-spacing: 0.55px;

color: #7D7D7D;

}


#join_us{
  padding-top: 100px;
  padding-bottom: 100px;
  background: white;
}

.join-us{
  font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-size: 56px;
line-height: 64px;
/* or 114% */
text-align: center;
margin-top: 20px;

color: #BC262E;
}

.tbox{
  background: #FFFFFF;
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
border-radius: 20px;
}

.looking-for-slider1{
  padding-bottom: 90px;
}
.tbox{
  height: 170px;
}
.join_for_month{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
text-align: center;

letter-spacing: 0.5px;
margin-bottom: 0;
color: #474747;

}
.redox{
  background: #BC262E;
}
.redox h3{
  color: white;
}
.redox .join_for_month{
    color: white;
}

.plan-box{
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.the-plan-choose{
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
  background: #BC262E;
  text-transform: uppercase;
  color: white;
  font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
border-radius: 5px;

}
.plboox2{

background: #FFFFFF;
border-radius: 5px;
color: #BC262E;


}
.save_up_to{
  background: #FFDADC!important;
  color: #474747!important;
}
.join_for_month_year{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 60px;
text-align: center;
line-height: 70px;
letter-spacing: 1.33333px;
margin-top: 10px;

color: #BC262E;

}
.tbox{
  position: relative;
  padding-top: 36px;
  height: 220px;
}
.save_up_to{
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;

  position: absolute;
  top:-40px;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
}

.school_access{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.4px;
text-decoration-line: underline;
text-transform: uppercase;
display: block;

color: #7D7D7D!important;
margin-top: 30px;

}

.save_up_to{
  background: #BC262E;
box-shadow: 0px 0px 10px rgba(188, 38, 46, 0.5);
border-radius: 5px;


font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height */
text-align: center;
letter-spacing: 0.421053px;

color: #FFFFFF;
}

#garancia{
  background: #FFF7D9;
  padding-top: 90px;
  padding-bottom: 90px;
}
.m-top-40{
  margin-top: 40px;
}
.garancia-headline{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
/* identical to box height, or 125% */
letter-spacing: 0.761905px;

color: #BC262E;
margin-bottom: 20px;
}

.garancia-text p{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
/* or 169% */
letter-spacing: 0.3px;

color: #646464;

}
.garancia-text a{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
/* or 169% */
text-decoration: underline;
letter-spacing: 0.3px;

color: #646464;
}
.dalsie-otazky{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: 0.5px;

color: #BC262E!important;

}
.odpoved:hover{
  background-color: #BC262E!important;
  color: white!important;
  text-decoration: none;
}
.odpoved{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
transition: 0.3s;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;

color: #BC262E!important;

padding-top: 12px;
padding-bottom: 12px;
padding-left: 23px;
padding-right: 23px;


border: 2px solid #BC262E;
border-radius: 5px;
margin-left: 25px;
}

#see{
  padding-top: 90px;
  padding-bottom: 90px;

}
.see-headline{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
/* identical to box height, or 125% */
text-align: center;
letter-spacing: 0.761905px;

color: #BC262E;
}
.grey-divider{
  margin-top: 15px;
  margin-bottom: 15px;
}

.see-box-headline{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: 0.422222px;
text-transform: uppercase;

color: #BC262E;

}
.see-box-text{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
text-align: center;
letter-spacing: 0.3px;

color: #646464;
margin-bottom: 16px;

}

.see-box-link{
  background: #BC262E;
border-radius: 10px;
display: block;
text-align: center;

font-family: 'Roboto';
font-style: normal;
font-weight: 700;
margin-bottom: 20px;
font-size: 15px;
line-height: 18px;
/* identical to box height */
text-align: center;
letter-spacing: 0.2px;
text-transform: uppercase;

color: #FFFFFF!important;
padding-top: 15px;
padding-bottom: 15px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-right: 25px;
margin-left: 25px;


}
.see-text{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
/* or 158% */
text-align: center;
letter-spacing: 0.863636px;

color: #7D7D7D;

}
.m-top-45{
  margin-top: 45px;
}
.grey-divider{
  border: 1px solid #D8D8D8;
}
.see-box{
background: #FFDADC;
border-radius: 20px;
height: 270px;
padding-bottom: 40px;
padding-top: 25px;
position: relative;
padding-right: 25px;
padding-left: 25px;
}
.viddiv{
  margin-top: 50px;
}
.navyse{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  margin: 0 auto;
  /* identical to box height, or 156% */
  text-align: center;
  letter-spacing: 0.609524px;
  color: #7D7D7D;
  margin-bottom: 40px;
  margin-top: 100px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  
  color: #BC262E;
  max-width: 511px;
}
.viddiv img{
  width: 100%;
}
.big-video-headline{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 27px;
/* or 142% */
text-align: center;
letter-spacing: 0.422222px;
text-transform: uppercase;

color: #BC262E;

}
.big-video-text{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
text-align: center;
letter-spacing: 0.3px;

margin-top: 60px;
color: #646464;
margin-top: 15px;
margin-bottom: 40px;
}
.big_learn_more{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;
transition: 0.3s;
color: #BC262E!important;


background: #FFFFFF;
border: 2px solid #BC262E;
border-radius: 5px;
padding-right: 22px;
padding-left: 22px;
padding-top: 12px;
padding-bottom: 12px;
}
.big_learn_more:hover{
  background: #BC262E;
  color: white!important;
  text-decoration: none!important;

}
.thecenter{
  text-align: center;
}
#vahate{
  background: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 90px;
}
#faq{
  padding-top: 90px;
  padding-bottom: 90px;
}
.faqss{
  margin-top: 50px;
}
.faq-headline{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
/* or 135% */
cursor: pointer;

letter-spacing: 0.5px;
margin-bottom: 15px;
color: #646464;
}
.faq-headline.active{
  color: #BC262E;

}
.faq-content{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
letter-spacing: 0.3px;
border-top: 1px solid #C0C0C0;
color: #646464;
padding-top: 15px;
margin-bottom: 15px;
display: none;
}

.yellow-box{
  background: #FFF7D9;
border-radius: 20px;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 60px;
margin-top: 70px;
padding-right: 60px;
}
.faq-headline{
  display: inline-block;
}
.faq-headline div{
  display: inline-block;
  margin-left: 5px;
}
.no_answer{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
/* identical to box height, or 125% */
letter-spacing: 0.375px;

color: #BC262E;

}
.i_wann_join{
  font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-size: 56px;
line-height: 64px;
/* identical to box height, or 114% */
text-align: center;
letter-spacing: 2px;

color: #BC262E;
margin-top: 80px;
text-align: center;
display: block;
width: 100%;
}
.m-top-60{
    margin-top: 60px;
}
.red-text{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
/* or 125% */
letter-spacing: 0.375px;

color: #BC262E;
}
.grey-text p,.grey-text a{

  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */

color: #646464;


}
.grey-text a{
  text-decoration: underline;
}
.chcem_sa_pridat{
  background: #BC262E;
box-shadow: 0px 0px 10px rgba(188, 38, 46, 0.5);
border-radius: 5px;

font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.4px;
text-transform: uppercase;

color: #FFFFFF!important;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;
padding-right: 45px;
border-radius: 10px;

}
.m-top-50{
  margin-top: 50px;
}
.link-block.center{
  text-align: center;
}
.m-top-25{
  margin-top: 25px;
}
.no_answer_text{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 25px;
  /* or 156% */
  letter-spacing: 0.3px;

  color: #646464;

}
.no_answer_link{
  background: #BC262E;
box-shadow: 0px 0px 10px rgba(188, 38, 46, 0.5);
border-radius: 5px;
display: block;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 20px;
/* identical to box height */
text-align: center;
letter-spacing: 0.3px;
text-transform: uppercase;

padding-top: 16px;
padding-bottom: 16px;
margin-top: 15px;
color: #FFFFFF!important;

}
.blog_header{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 40px;
/* identical to box height */
text-align: center;
letter-spacing: 1px;
margin-bottom: 20px;
color: #BC262E;
}
#blog-content{
  padding-top: 60px;
  padding-bottom: 60px;
}
.nodec:hover{
  text-decoration: none;
}
.kategorie{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 27px;
/* identical to box height, or 142% */
letter-spacing: 0.422222px;
text-transform: uppercase;

color: #BC262E;
margin-bottom: 20px;
}
.thecats{
  padding-left: 0;
  margin-left: 0;
}
.thecats li{
  list-style-type: none;
}
.thecats li a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  /* or 238% */
  letter-spacing: 0.3px;


  color: #7D7D7D;
}

.thecats li.active a{
  text-decoration-line: underline;

color: #BC262E;
}

.thecats li.active a  span{
color: #BC262E!important;
}
.blog-content-single{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;

letter-spacing: 0.863636px;
color: #7D7D7D;
}
.post-box{
  background: #FFFFFF;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
border-radius: 20px;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 25px;
padding-bottom: 25px;
}
.m_top_100{
  margin-top: 100px;
}
.mp_wrapper .mp-form-row label{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

letter-spacing: 0.2px;
margin-bottom: 5px!important;

color: #7D7D7D;

}
.mp_wrapper .mp-form-row label{

  margin-bottom: 7px!important;
}
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password]{
  background: #F2F2F2;
  border: 0!important;
  padding-left: 15px!important;
  font-size: 16px!important;
  font-family: Roboto!important;
  padding-right: 15px!important;
  border-radius: 5px;
}
.mp_wrapper textarea:focus, .mp_wrapper select:focus, .mp_wrapper input[type=text]:focus, .mp_wrapper input[type=url]:focus, .mp_wrapper input[type=email]:focus, .mp_wrapper input[type=tel]:focus, .mp_wrapper input[type=number]:focus, .mp_wrapper input[type=password]:focus{

  border: 1px solid #BC262E!important;
}
.mepr-submit{
  background: #BC262E!important;
border-radius: 5px!important;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;

color: #FFFFFF!important;
border: 0!important;
padding-right: 65px!important;
padding-left: 65px!important;
padding-top: 16px!important;

padding-bottom: 16px!important;
}
.join_pridat{
  width: 100%;
  display: block;
  margin-top: 55px;
}
.co_ziskate{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 25px;
/* or 132% */
text-align: center;
letter-spacing: 0.35625px;
text-transform: uppercase;

color: #BC262E;
margin-top: 30px;
}
.co_ziskate{
  margin-left: 0;
  padding-left: 0;
}
.m_top_60{
  margin-top: 60px;
}
.co_ziskate li{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
padding-top: 1px;
padding-bottom: 1px;
list-style-type: none;
line-height: 33px;
/* or 183% */
letter-spacing: 0.4px;

color: #7D7D7D;
}

.post-box h4{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: 0.422222px;
margin-bottom: 15px;
text-transform: uppercase;

color: #BC262E!important;

}
.links{

background: #FFFFFF;
border: 2px solid #D8D8D8;
border-radius: 10px;


font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
/* identical to box height */
text-align: center;
letter-spacing: 0.2px;
text-transform: uppercase;

color: #7D7D7D!important;

margin-left: 25px;
margin-right: 25px;
padding-top: 13px;
padding-bottom: 13px;

position: absolute;
bottom: 15px;
left: 0;
right: 0;
}
.post-boxes{
  margin-top: 30px;
}
.post-box{
  position: relative;
  height: 210px;

}
.post-box p{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
text-align: center;
letter-spacing: 0.3px;

color: #646464;

}
.datum{

  font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */
letter-spacing: 0.333333px;

color: #7D7D7D;

display: block;
margin-top: 20px;

}
.post-title{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 39px;
/* or 139% */
letter-spacing: 0.5px;
margin-bottom: 15px;
color: #BC262E;
margin-top: 20px;
}

.post-excerpt p{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 33px;
/* or 183% */
letter-spacing: 0.4px;

color: #7D7D7D;

}
.post-preview{
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position:  center center;
  border-radius: 8px;
}
.blog_text{
  font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 22px;
line-height: 31px;
/* or 141% */
text-align: center;
letter-spacing: 0.675px;

color: #7D7D7D;
}

#blog-header{
  padding-top: 120px;
  padding-bottom: 60px;
  background: #F9F9F9;
}
.navbar{
  padding-left: 0;
  padding-right: 0;
}
.tiptrick span{
	font-weight: 700;
}
.w-hp-box{
  background: #FFDADC;
}
.white-box{
  border: 0;
}
.white-box p{
  color: #474747;
}
.lilko{

color: #F9F9F9;
}
.tr h2,
.tr p{
  text-align: left;

}
.tr{
  padding-top: 150px;
}
.teacher-paragaph{
  color: #FFFFFF;
}
.tboxpurple{
  background: #FFDADC;
}
#primary-menu li:nth-child(1){
  padding-left: 0;
}
.osobny_rast{
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  color: #BC262E;
}
.grow_programy{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  text-align: center;
  letter-spacing: 0.3px;

  color: #646464;
  margin-bottom: 50px;
}
.thesubik{
  display: block;
  text-align: center;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.purple-boxa{
  background: #FFDADC;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 270px;
}
.big-video-text{
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

@media screen and (max-width: 1199px){
  .slider-content{
    height: 350px;
  }
  .purple-boxa{
  	height: 300px;
  }
  .owl-first{
    margin-top: -205px;
  }
}
@media screen and (max-width: 992px){
 .purple-boxa{
  	height: 400px;
  }
}
@media screen and (max-width: 992px){
 .purple-boxa{
  	height: 250px;
  }
  .vvacsi{
  	height: 450px;
  }
}
@media screen and (max-width: 767px){
	 .vvacsi{
  		height: 250px;
  	}
}
@media screen and (max-width: 567px){
 .purple-boxa{
  	height: 300px;
  }
}

.navbar-light .navbar-toggler{
  border: 0!important;
}
#primary-menu{
  margin-left: 0;
  padding-left: 0;
}
.big_learn_more{
  margin-top: 50px;
  display: inline-block;
  background: #BC262E;
  color: white!important;
}
.big_learn_more:hover{
  margin-top: 50px;
  display: inline-block;
  background: white!important;
  border: 2px solid #BC262E!important;
  color: #BC262E!important;
}
.faq-headline.active img{
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
.save_up_to{
  color: #BC262E!important;
}
.chcem_sa_pridat{
  font-size: 15px;
}
.pboxxx{
  background: #FFDADC!important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  height: 310px!important;
}
.pboxxx.pboxxx2{
  height: initial!important;
}
.inner-text ol,.inner-text ul{
  margin-left: 0;

  padding-left: 22px;
}
.inner-text ul li{
  list-style-type: none;
  position: relative;
}
.inner-text ul li::before{
  list-style-type: none;
  content:"";
  width: 7px;
  height: 7px;
  border-radius: 50px;
    background: #BC262E!important;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -20px;
}
.mepr-states-text {
  margin-top: 15px;
}
.mepr-courses {
  display: none;
}
.inner-text li{

}
.join_pridat{
  margin-top: 20px;
}
.links{
  background: #F1E088;
  border-radius: 10px;
  color: #474747!important;
  border: 0;
}
.post-box{
  background: #F0F0F0;
  border-radius: 20px;
}
@media screen and (max-width: 992px){
  .navbar li{
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
  }
  .blog-content-single{
    font-size: 16px;
  }
  .blog_header{
    font-size: 30px;
  }
  .post-title{
    font-size: 24px;
  }
  .post-excerpt p{
    font-size: 16px;
  }
  .post-box p br{
    display: none;
  }
  .post-box{
    padding-left: 10px;
    padding-right: 10px;
    height: 260px;
  }
  .co_ziskate{
    font-size: 17px;
  }
  .co_ziskate li{
    font-size: 15px;
  }
  .kategorie{
    font-size: 17px;
  }
  .post-box p{
    font-size: 15px;
  }
  .blog_text{
    font-size: 18px;
  }
  .blog_text br{
    display: none;
  }
  #primary-menu{
    margin-left: 0;
    padding-left: 0;

  }
  .mainheadline{
    font-size: 42px;
  }
  .mainsubheadline{
    font-size: 20px;
  }
  .slider-content p{
    font-size: 24px;
  }
  .slider-content h6{
    font-size: 34px;
    line-height: 40px;
  }
  .video-info li{
    font-size: 18px;
  }
  .mini-headline{
    font-size: 28px;
  }
  .mini-headline br{
    display: none;
  }
  .class-academy-headline br{
    display: none;
  }
  .class-academy-headline{
    font-size: 34px;
  }
  .icon-headline{
    font-size: 17px;
  }
  .icon-headline br{
    display: none;
  }
  .icon-paragraph{
    font-size: 14px;
  }
  .icon-paragraph br{
    display: none;
  }
  .white-box p br{
    display: none;
  }
  .white-box p{
    line-height: 40px;
    font-size: 30px;
  }
  .liled{
    font-size: 36px;
  }
  .see-headline{
    font-size: 40px;
  }
  .no_answer{
    font-size: 18px;
  }
  .red-text br{
    display: none;
  }
  .red-text{
    font-size: 18px;
  }
  .pafleft{
    margin-left: 20px;
  }
  .grey-text p{
    font-size: 15px;
  }
  .chcem_sa_pridat{
    font-size: 18px;
  }
  .grey-text p br{
    display: none;
  }
  .grey-text a{
    font-size: 15px;
  }
  .i_wann_join{
    font-size: 46px;
  }
  .no_answer br{
    display: none;
  }
  .no_answer_link{
    margin-top: 55px;
  }
  .no_answer_text{
    font-size: 15px;
  }
  .no_answer_text br{
    display: none;
  }
  .faq-headline{
    font-size: 18px;
  }
  .see-box{
    height: 330px;
  }
  .big-video-text{
    font-size: 15px;
  }
  .big_learn_more{
    margin-top: 40px;
    display: inline-block;
  }
  .big-video-text br{
    display: none;
  }
  .big-video-headline{
    font-size: 16px;
  }
  .navyse{
    font-size: 26px;
  }
  .see-text br{
    display: none;
  }
  .see-box-text br{
    display: none;
  }
  .see-text,.see-box-headline{
    font-size: 16px;
  }
  .see-box-link{
    font-size: 13px;
  }
  .see-box-text{
    font-size: 15px;
  }
  .references .person-name,.references .location{
    font-size: 16px;
  }
  .garancia-headline{
    font-size: 36px;
  }
  .dalsie-otazky{
    font-size: 16px;
  }
  .join_for_month_year{
    font-size: 48px;
  }
  .school_access{
    font-size: 17px;
  }
  .save_up_to{
    font-size: 14px;
  }
  .looking_for_headline{
    font-size: 36px;
  }
  .join_for_month{
    font-size: 16px;
  }
  .join-us{
    font-size: 40px;
  }
  .pars p{
    font-size: 18px;
  }
  .teacher-paragaph{
    font-size: 20px;
  }
  .teacher-headline{
    font-size: 44px;
  }
  .white-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .video-info li br{
    display: none;
  }

}
.onmob{
  display: none;
}
@media screen and (max-width: 767px){
  .posun{
    margin-top: 40%;
  }
  .video-info{
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;

  }
  .kategorie{
    margin-top: 50px;
  }
  .post-box{
    height: 200px;
  }
  .the-item{
    margin-bottom: 30px;
  }
  #teachers{
    height: 50vh;
  }
  .looking-for-slider1{
    text-align: center;
  }
  .join-us br{
    display: none;
  }
  .mtpp{
    margin-bottom: 30px;
  }
  .pafleft{
    margin-left: 0;
  }
  .red-text{
    display: block;
    text-align: center;
  }
  .grey-text p{
    text-align: center;
  }
  .see-box{
    margin-bottom: 60px;
    height: 230px;
  }
  .no_answer{
    text-align: center;
  }
  .no_answer_text{
    text-align: center;
  }
  .join-us{
    margin-bottom: 40px;
  }
  #garancia{
    text-align: center;
  }
  .garancia-headline{
    margin-top: 30px;
  }
  .tbox{
    margin-bottom: 60px;
  }
  .circle-img{
    margin: 0 auto;
  }
  .looking-for-slider.owl-theme .owl-dots{
    margin-left: 0;
    text-align: center;
  }
  .circle-img{
    width: 130px!important;
    height: 130px!important;
    margin-bottom: 40px;
  }
  .ondeskt{
    display: none;
  }
  .onmob{
    display: block;
  }
  .looking_for_headline{
    font-size: 30px;
  }
  .teacher-headline{
    font-size: 30px;
    line-height: 40px;
    top: 0;
    display: none;
    text-align: right;

  }
  .chat-bubble{
    display: none;
  }
  #class-academy .m-top-30{
    margin-bottom: 0;
  }
  .icon-paragraph{
    margin-bottom: 30px;
  }
  .video-info li{
    margin-bottom: 15px;
  }
  .white-box{
    margin-bottom: 50px;
    margin-top: -45px;
  }
  .see-headline br{
    display: none;
  }
  .owl-first .slider-content{
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 567px){
  .video-info{
    margin-left: 20px;
  }
  .post-preview{
    height: 250px;
  }
}


@media screen and (max-width: 567px){
  .navbar li{
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
  }
  #primary-menu{
    margin-left: 0;
    padding-left: 0;

  }
  .mainheadline{
    font-size: 36px;
  }
  .mainsubheadline{
    font-size: 18px;
  }
  .slider-content p{
    font-size: 21px;
  }
  .slider-content h6{
    font-size: 28px;
    line-height: 40px;
  }
  .video-info li{
    font-size: 16px;
  }
  .mini-headline{
    font-size: 24px;
  }
  .mini-headline br{
    display: none;
  }
  .class-academy-headline br{
    display: none;
  }
  .class-academy-headline{
    font-size: 28px;
  }
  .icon-headline{
    font-size: 15px;
  }
  .icon-headline br{
    display: none;
  }
  .icon-paragraph{
    font-size: 14px;
  }
  .icon-paragraph br{
    display: none;
  }
  .white-box p br{
    display: none;
  }
  .white-box p{
    line-height: 40px;
    font-size: 27px;
  }
  .liled{
    font-size: 32px;
  }
  .see-headline{
    font-size: 34px;
  }
  .no_answer{
    font-size: 16px;
  }
  .red-text br{
    display: none;
  }
  .red-text{
    font-size: 16px;
  }
  .pafleft{
    margin-left: 18px;
  }
  .grey-text p{
    font-size: 15px;
  }
  .chcem_sa_pridat{
    font-size: 16px;
  }
  .grey-text p br{
    display: none;
  }
  .grey-text a{
    font-size: 15px;
  }
  .i_wann_join{
    font-size: 38px;
  }
  .no_answer br{
    display: none;
  }
  .no_answer_link{
    margin-top: 55px;
  }
  .no_answer_text{
    font-size: 15px;
  }
  .no_answer_text br{
    display: none;
  }
  .faq-headline{
    font-size: 16px;
  }

  .big-video-text{
    font-size: 15px;
  }
  .big_learn_more{
    margin-top: 40px;
    display: inline-block;
  }
  .big-video-text br{
    display: none;
  }
  .big-video-headline{
    font-size: 16px;
  }
  .navyse{
    font-size: 22px;
  }
  .see-text br{
    display: none;
  }
  .see-box-text br{
    display: none;
  }
  .see-text,.see-box-headline{
    font-size: 16px;
  }
  .see-box-link{
    font-size: 13px;
  }
  .see-box-text{
    font-size: 15px;
  }
  .references .person-name,.references .location{
    font-size: 16px;
  }
  .garancia-headline{
    font-size: 36px;
  }
  .dalsie-otazky{
    font-size: 16px;
  }
  .join_for_month_year{
    font-size: 48px;
  }
  .school_access{
    font-size: 17px;
  }
  .save_up_to{
    font-size: 14px;
  }
  .looking_for_headline{
    font-size: 32px;
  }
  .join_for_month{
    font-size: 16px;
  }
  .join-us{
    font-size: 34px;
  }
  .pars p{
    font-size: 18px;
  }
  .teacher-paragaph{
    font-size: 20px;
  }
  #teachers{
    height: 35vh;
  }
  .references .references-text{
    font-size: 24px;
  }
  .looking-for-slider .owl-prev{
    top: -70px;
    left: 30px;
  }
  .dalsie-otazky,.odpoved{
    display: block;
  }
  .odpoved{
    margin-left: 0;
    margin: 0 auto;
    margin-top: 30px;
    width: 250px;
  }

  #garancia img{
    max-width: 40%;
  }
  .looking-for-slider .owl-next{
    top: -70px;
    right: 30px;
  }
  .slider-content{
    height: 400px;
  }
  .owl-first{
    margin-top: -220px;
  }
  .teacher-headline{
    font-size: 36px;
  }
  .navyse{
    line-height: 35px;
  }
  .white-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .no_answer_link{
    font-size: 15px;
  }
  .red-text{
    margin-bottom: 10px;
  }
  .i_wann_join{
    font-size: 32px;
    line-height: 35px;
  }
  .yellow-box{
    padding-left: 30px;
    padding-right: 30px;
  }
  .video-info li br{
    display: none;
  }

}

.header-join-us{
  background: #BC262E;
/* Drop Shadow */

box-shadow: 0px 0px 10px rgba(188, 38, 46, 0.5);
border-radius: 5px;


font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px!important;
padding-right: 30px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;

color: #FFFFFF!important;


}
.ste-clenom{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
/* identical to box height */

text-align: center;

color: #7D7D7D;
margin-top: 16px;
}
.header-box{
  position: relative;
  top: 15px;
}
.ste-clenom a{
  color: #BC262E!important;
  text-decoration: underline!important;
}


.memberpressproduct-template .bg-light{
  background: white!important;
}

.memberpressproduct-template .mepr-form input.invalid, .memberpressproduct-template .mepr-form select.invalid, .memberpressproduct-template .mepr-form textarea.invalid, .memberpressproduct-template .mepr-form label.mepr-checkbox-field.invalid, .memberpressproduct-template .mepr-form div.mepr-checkboxes-field.invalid, .memberpressproduct-template .mepr-form div.mepr-radios-field.invalid{
  background: #F2F2F2!important;
  border: 1px solid #BC262E!important;
}
.memberpressproduct-template .mepr-form label.mepr-checkbox-field.invalid{
  border: 0!important;
    background: white!important;
  border: 1px solid #BC262E!important;
}
.cc-error,.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error{
  font-size: 14px!important;
  color: #BC262E!important;
}

.mp_wrapper .mp-form-row label.mepr-checkbox-field.mepr-form-input{
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px;
display: block!important;
line-height: 26px!important;
background: #FFF7D9!important;
border-radius: 20px!important;

font-size: 14px;
line-height: 23px;
/* or 164% */

letter-spacing: 0.3px;

color: #7D7D7D!important;
margin-top: 40px!important;
}
#wp-submit{
  background: #BC262E!important;
border-radius: 5px!important;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;
color: #FFFFFF!important;
border: 0!important;
padding-right: 65px!important;
padding-left: 65px!important;
padding-top: 16px!important;
padding-bottom: 16px!important;
}
.welcome{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;

color: #BC262E;
margin-bottom: 5px;
}
.welcome{
  text-align: right;
  margin-bottom: 15px;
}
.mepr-nav-item a{
  text-align: center;
  display: block;
  background: #FFFFFF;
border: 2px solid #C0C0C0;
border-radius: 5px;
padding-top: 10px!important;
padding-bottom: 10px!important;
color: #FFFFFF;
margin-bottom: 0px!important;

font-family: 'Roboto';
font-style: normal;
font-weight: 500!important;
font-size: 15px!important;
/* identical to box height */

text-align: center;

color: #7D7D7D;
}
.mepr-active-nav-tab a{
  border: 2px solid #BC262E;
  color: #BC262E!important;
}
.mepr-account-change-password a{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;
letter-spacing: 0.2px;

color: #BC262E;
text-decoration: underline;
}
.ste-clenom-logged{
  text-align: right;
}
.ste-clenom-logged a{
  margin-right: 25px;
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;
text-decoration-line: underline;

color: #7D7D7D;
display: inline-block;
}
.mp_wrapper .mp-form-row label.mepr-checkbox-field.mepr-form-input a{
  text-decoration: underline!important;
color: #BC262E!important;
}
.mepr-account-form input[type='email'],
.mepr-account-form input[type='text']{
  margin-bottom: 5px;

}
.moj-profil-box{
  background: #FFFFFF;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
border-radius: 20px;
text-align: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 31px;
line-height: 40px;
/* identical to box height, or 129% */

letter-spacing: 0.9px;

color: #BC262E;
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: 40px;

}
.white-header{
  background: white!important;
  background-color: white!important;
  padding-bottom: 0px!important;
}
.blog-content-restricted .post-preview{
  height: 270px;
}
.blt,.blh{
  text-align: left!important;
}
.ndcc{
  display: block;
  margin-top: 15px;
}
.label{
  position: absolute;
  top: -13px;
  right: 0;

  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height */

text-align: center;
letter-spacing: 0.421053px;

color: #FFFFFF;

}
.ndcc .post-excerpt{
  position: relative;
}
.label-red{
  background: #BC262E;
  border-radius: 6px;
  padding-left: 17px;
  text-transform: uppercase;
  padding-right: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.m-bot-60{
  margin-bottom: 60px;
}
.toright{
  text-align: right;
}
.k-aktivite{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
/* or 156% */

letter-spacing: 0.4px;

color: #7D7D7D;
}
.dlko{
  font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

letter-spacing: 0.333333px;

color: #7D7D7D;
}
.najblizsi_chat{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 26px;
text-align: center;
letter-spacing: 1px;

color: #7D7D7D;

}
.datum{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 43px;
/* identical to box height, or 134% */

text-align: center;
letter-spacing: 0.6px;

color: #BC262E;
}

.prihlaste_sa_button{
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  width: 100%;

  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;
letter-spacing: 0.2px;
text-transform: uppercase;

color: #FFFFFF;


background: #BC262E;
border-radius: 10px;
}
.box-prihlaseny{

background: #FFFFFF;
border-radius: 20px;
padding: 30px;
text-align: center;
}
.najblizsi_chat{
  margin-bottom: 20px;
  margin-top: 20px;
}
.mb50{
  margin-bottom: 30px;
}
.divider-post{
  height: 2px;
  background-color: #BFBFBF;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}
.stiahnut-tu{
  color: #BC262E;
  text-decoration: underline;
}
.tspanko p{
  font-family: 'Roboto'!important;
font-style: normal!important;
font-weight: 400!important;
font-size: 16px!important;
line-height: 25px!important;
/* or 156% */

letter-spacing: 0.3px!important;

color: #7D7D7D!important;
}
.label-grey{

background: #7D7D7D;
border-radius: 6px;
padding-left: 17px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
}
.blt{
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 30px;
/* or 143% */

letter-spacing: 0.5px;

color: #7D7D7D;
}
.navbar-nav.mx-auto{
  margin-right: 0!important;
}
.mp_wrapper .mepr_updated{

background: #FFF7D9!important;
border: 0!important;
border-radius: 20px;
padding-top: 20px!important;
text-align: center!important;
padding-bottom: 20px!important;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 32px;
/* identical to box height, or 152% */

letter-spacing: 0.5px;

color: #BC262E!important;
}

.box-prihlaseny .datum{
  margin-bottom: 20px;
}
.prelink-platene{
  background: #FFFFFF;
border: 2px solid #C0C0C0;
border-radius: 10px;
display: block;
width: 100%;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;


font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
/* identical to box height */
text-align: center;
letter-spacing: 0.2px;
text-transform: uppercase;

color: #7D7D7D!important;

}

.prelink-platene,.prelink-platene.napozadi:hover{
	background: #BC262E!important;
	border-color: #BC262E!important;
	color: white!important;
}

.garancia-text{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 32px;
/* or 152% */

letter-spacing: 0.5px;

color: #7D7D7D;
}
.m-top-100{
  margin-top: 100px;
}

.blog-post-content{
  margin-top: 60px;
}
.cform input{
  background: #F2F2F2;
border: 0!important;
padding: 10px;
padding-left: 15px!important;
font-size: 16px!important;
font-family: Roboto!important;
padding-right: 15px!important;
border-radius: 5px;
margin-top: 5px!important;
}
.cform label, .cform input{
  width: 100%;
}
.cform textarea{
  background: #F2F2F2;
border: 0!important;
padding: 10px;
padding-left: 15px!important;
font-size: 16px!important;
font-family: Roboto!important;
padding-right: 15px!important;
border-radius: 5px;
margin-top: 5px!important;
}

.cform label{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.2px;
margin-bottom: 5px!important;
color: #7D7D7D;
margin-bottom: 15px!important;
}
.modal{
  height: auto;
  padding-top: 50px!important;
  padding-bottom: 50px!important;
  overflow: visible;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border: 0;
  padding: 0;
  color: #dc3232;
  margin-left: 0;
  margin-right: 0;
}
.wpcf7-spinner{
  display: none!important;
}
.cform input[type='submit']{
  background: #BC262E!important;
border-radius: 5px!important;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.28px;
text-transform: uppercase;
color: #FFFFFF!important;
border: 0!important;
padding-right: 65px!important;
padding-left: 65px!important;
padding-top: 16px!important;
padding-bottom: 16px!important;
display: inline-block!important;
width: initial;
}
.wpcf7-textarea{
  height: 100px!important;
  resize: initial!important;
}

.cform input:focus, .cform textarea:focus{
  border: 1px solid #BC262E!important;
  outline: initial;
}
.the-plan-choose{
  color: white!important;
}
.plboox2{
    color: #BC262E!important;
}
.the-plan-choose:hover,.no_answer_link:hover,.chcem_sa_pridat:hover,.see-box-link:hover{
  background: white;
  border: 1px solid #BC262E;
  color: #BC262E!important;
  text-decoration: initial;
  cursor: pointer;
}
#blog-content h1, #blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6{
  color: #BC262E!important;
  font-family: Roboto;
}

#blog-content p,#blog-content span,#blog-content li{
    font-family: Roboto;
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
letter-spacing: 0.863636px;
color: #7D7D7D;
}

.plboox2,.the-plan-choose,.no_answer_link,.chcem_sa_pridat,.see-box-link,.links{
  transition: 0.3s;
}
.links:hover{
  background: white;
  color: #F1E088;
  border: 1px solid #474747;
  text-decoration: initial;
}
.plboox2:hover{
  background: #BC262E;
  border: 1px solid white;
  color: white!important;
  text-decoration: initial;
  cursor: pointer;
}
select{
  display: block!important;
  width: 100%!important;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

*:focus{
  outline: initial!important;

}

html {
  scroll-behavior: smooth;
}
.inner-text{
  text-align: justify;
}
@media screen and (min-width: 767px){
  .inner-text{
    max-width: 75%;
    margin:0 auto;
  }
  .single-post .inner-text{
    max-width: 90%;
    margin:0 auto;
  }
  .single-post .post-boxes .post-box:nth-child(1){
  	margin-top: 0;
  }
  .single-post .post-boxes{
  	margin-top: 0;
  }
}

.sub-menu{
  background: #FFFFFF;
box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
padding-bottom: 20px;
position: absolute;
text-align: center;

margin-left: -85px;

}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
.menu-item-has-children::after{
  display: inline-block;
  content: "";
  background-image: url('./img/Rectangle.svg');
  width: 10px;
  height: 10px;
  background-position: center center;
}
.sub-menu{
  display: none;
}
.sub-menu li{
  font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 35px;
display: block;
}
@media screen and (max-width:992px){
  .sub-menu{
    display: block;
    position: relative;
  }
  .sub-menu {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 200px!important;
    margin-top: 15px;

}
.sub-menu li{
  line-height: 0!important;
}
.welcome,.ste-clenom-logged{
  text-align: center;
}
.menu-menu-login-container .menu{
  padding-left: 0;
  margin-left: 0;
}
.navbar{
  padding: 20px;
}
.menu-item-has-children::after{
  display: none;
}

}
.rounded{
  border-radius: 10px;
}
.tiptrick{
  /* Body */

font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* or 156% */
color: #7D7D7D;
letter-spacing: 0.3px;
max-width: 330px;
margin-top: 25px;
}
.trick{
  border-radius: 10px;
}
.tiptrick span{

  color: #BC262E!important;
}
.vhodnec{
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
/* or 156% */

text-align: center;
letter-spacing: 0.4px;

color: #7D7D7D;

}
.vhodnec span{
  color:#BC262E;
  display: block;
}
.mt30{
  margin-top: 15px;
}
.akonato{
  margin-top: 8px;
  border-top: 2px solid #BFBFBF;
  padding-top: 12px;

  font-family: 'Roboto';
font-style: italic;
font-weight: 500;
text-align: center;
font-size: 15px;
line-height: 18px;
/* identical to box height */

letter-spacing: 0.333333px;

color: #7D7D7D;


}
.akonato span a{
  color:#BC262E;
}


.prihlaste_sa_button{
  color: white!important;
  transition: 0.3s;
  border: 1px solid white!important;
  text-decoration: none!important;
}
.prihlaste_sa_button:hover{
  background: white!important;
  border: 1px solid #BC262E!important;
  color: #BC262E!important;
}
.mt50{
  margin-top: 50px;
}
.mtb50{
  padding-top: 20px;
  padding-bottom: 30px;
}
.prelink-platene{
  transition: 0.3s;
  text-decoration: none!important;
}
.prelink-platene:hover{
  background: #C0C0C0;
  text-decoration: none!important;
  color: white!important;
}


@media screen and (max-width: 767px){
  .box-prihlaseny{
    margin-top: 30px;
  }

}
.cmplz-show{
  display: none;
}
.form-search {
  width: 250px;
  float: right;
}
.form-search img{
  width: 20px;
  position: relative;
  top: 35px;
  left: 15px;
  height: 20px;
}
.form-search input{
  background: #F2F2F2!important;
  border-radius: 5px;
  border: 0;
  height: 44px;
  padding-left: 40px;
  padding-right: 20px;
  text-align: center;


  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;
letter-spacing: 0.2px;

/* #979797 */

color: #979797;

}
*:focus{
  outline: initial!important;
  border: 0!important;
}
input.form-control:focus{
  border: 0!important;
}
.form-search button{
  background: transparent;
  padding: 0;
  border: 0;
}
.pop{
  margin-bottom: 0;
  margin-top: 20px;
}
.footer-location a{
  color: #7D7D7D;
}
.mepr-newpassword-form a{

}
.odtop{
  margin-top: 30px;
  margin-bottom: 0;
}
.blog-content-restricted .pconts{
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-content-restricted{
  padding-bottom: 150px!important;
}
.aktivity-text p{
  max-width: 85%;
  text-align: justify;
}

.tiptrick{
  max-width: 100%;
}
.wpcf7-list-item{
  margin-left: 0!important;
}
.wpcf7-acceptance input{
  display: inline-block;
  width: 20px;
}
.wpcf7-acceptance a{
  color: #BC262E!important;
}
.wpcf7-not-valid-tip{
  display: none!important;
}
.wpcf7-response-output{
  padding: 0;
  border: 0!important;
}
#mepr-address-two{
  display: none;
}
.have-coupon-link{
  display: none;
}
.mepr_mepr-address-two{
  display: none;
}
.mepr-payment-method-desc-text p{
  font-size: 16px!important;
}
.dashicons{
  display: none!important;
}

.mepr-newpassword-form a{
  color: #BC262E!important;
  font-weight: 700;
}
#mepr_jump li{
  list-style-type: none!important;
  font-size: 16px;
}
#mepr_jump li::before{
  display: none;
}

#mepr_jump{
  background-color: initial!important;
  font-size: 16px!important;
  border: 0;
}


@media screen and (max-width: 767px){
	.navbar-collapse{
		background: white;
	}
}

.looking-for-slider.owl-theme .owl-dots{
	margin-left: 0!important;
	text-align: center;
}
@media screen and (max-width: 567px){
	#main{
		height: 55vh;
		background-position: left;
	}
	.mainsubheadline br{
		display: none;
	}
	.mainsubheadline{
		text-align: center;
	}
	.mainheadline {
    	font-size: 30px;
    	text-align: center;
    	line-height: 35px;
	}
	.references .slider-content{
		min-height: 900px;
	}
	.aktivity-text p{
		margin-right: 0!important;
		width: 100%!important;
		margin: 0 auto!important;
	}
	#teachers{
		height: 30vh;
	}
	.tr{
		padding-top: 0;
	}
	.references{
		margin-top: -200px!important;
	}
	#teachers .teacher-paragaph,#teachers .lilko{
		text-align: right;
	}
	.owl-first{
		margin-top: 80px;
	}
	.posun{
		margin-top: 35%;
	}
}

.page-template-default .site-main a{
	color: #BC262E!important;
}

.single-post .site-main .inner-text a{
	color: #BC262E!important;
}
@media screen and (min-width: 992px){
.sticked{
	position: sticky;
	padding-top: 30px;
	top: 0;
}
}
.clasko{
	font-family: 'Roboto';
}
.vyhladatterm{
	background: #BC262E;
	color: white;
	border:0;
	border-radius: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Roboto';
	border-radius: 5px;
	padding-top: 8px;
    padding-bottom: 8px;
}
.page-template-default .site-main a:hover{
	color: #BC262E!important;
	text-decoration: underline;
}
.subbut{
	position: relative;
	top: 34px;
}
.fssearch{
	margin-top: -26px;
}
.top-button{
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}
.imclass{
	top: 0!important;
}

.wpcf7-response-output{
	text-align: center;
	font-weight: 700;
}
.menuul{
	margin-bottom: 40px;
}
.menuul li{
	list-style-type: none;
	
	display: inline-block;
	margin-right: 10px;
}
.menuul li a{
padding-left: 15px!important;
	padding-right: 15px!important;
}
.menuul{
	padding-left: 0;
	margin-left: 0;
}


@media screen and (max-width: 567px){
	.menuul li{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#garancia{
		padding-top: 30px;
	}
}

.m-top-aktivity{
	margin-top: 50px;
}
.napozadi{
	background: transparent;
}
.napozadi:hover{
	background: white;
	color: #7D7D7D!important;
}
.navigation-wrapper ul.nav-ul{
	padding-left: 0;
	margin-top: 50px;
	margin-left: 0;
}
.navigation-wrapper ul.nav-ul li{
	display: inline-block;
	list-style-type: none;
	padding-right: 15px;
}
.navigation-wrapper ul.nav-ul li.active::after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	top: 1px;
	background: #BC262E;
	position: relative;
}
.navigation-wrapper ul.nav-ul li.active{
	color: #BC262E!important;
}

.navigation-wrapper ul.nav-ul {
	border-bottom: 1px solid #7D7D7D;
}
#informacie ul li{
	list-style-type: disc;
}

.m-top-20{
	margin-top: 20px;
}
.m-bot-20{
	margin-bottom: 20px;
}
.m-bot-40{
	margin-bottom: 40px!important;
}
.fullwc{
	width: 100%;
	text-align: left;
}
.fullwc br{
	display: none;
}
.navigation-wrapper li{
	cursor: pointer;
}
.comments-title{
	display: none;
}
.comment-author img{
	display: none;
}
.comment-author .fn a{
	color: #BC262E!important;
	pointer-events: none!important;

}
.comment-author .fn a:hover{
	text-decoration: initial!important;
}
.edit-link{
	display: none;
}
.comment-metadata time{
	font-size: 14px;
	color: #BC262E!important;

}
.comment-reply-link{
	display: none;
}
.comment-metadata a{
	text-decoration: none;
	pointer-events: none!important;
}
#na-stiahnutie a{
	color: #BC262E;
}
.comment-metadata time:hover{
	text-decoration: none;
}
#reply-title {
	font-size: 16px;
}
.comment-author .ugc{
	pointer-events: none!important;
}
.comment-list{
	padding-left: 0!important;
}
.comment-form input[type='submit']{
	padding-left: 35px;
    padding-right: 35px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: inline-block;
    background: #BC262E;
    border: 0;
    text-transform: uppercase;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
}
.comment-form .logged-in-as{
	display: none;
}
.comment-form textarea{
	border: 1px solid #ccc!important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.contents div.show{
	display: block;
}
.contents .cont{
	display: none;
}

@media screen and (max-width: 567px){
	.post-box{
		height: 220px;
	}
	.pboxxx2 br{
		display: block!important;
	}
}
.prelink-platene:hover,.prelink-platene.napozadi:hover{
	color: #BC262E!important;
	border-color: #BC262E!important;
	background: white!important;
}
.k-aktivite{
	display: none;
}
.jquery-modal{
	z-index: 9999999999999999999999999!important;
}
select#mepr-address-state1{
	display: none!important;
}

#wpadminbar{
	display: none!important;
}
.grecaptcha-badge{
	visibility: hidden!important;
}
.postid-960 select,.postid-295 select,.postid-1250 select,.postid-1251 select{
	height: 45px;
}
#blog-content h3.redeuro{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600!important;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	color: white!important;
	background: #BC262E!important;
}
.hiddelable{
	display: none;
}
.wpcf7-spinner{
	position: absolute!important;
    left: 0!important;
    display: block!important;
    right: 0!important;
    margin: 0 auto!important;
    margin-top: 15px!important;
}
.mepr-submit{
	display: block!important;
}
#secondary-menu{
	padding-left: 0!important;
	margin-left: 0!important;
}


.tablepress&gt;:where(thead,tfoot)&gt;*&gt;th{
	background: #BC262E!important;
	color: white!important;
}
#tablepress-2 tr td:nth-child(1){
	font-weight: 700;
}
#tablepress-3{
	margin-top: 30px;
}
#tablepress-2 a{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background: #BC262E!important;
	color: white!important;
	font-weight: 700;
	text-align: center;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	padding-bottom: 5px;
}</pre></body></html>