/*
Theme Name: Alpha theme
Author: the Czech alpha team
Description: Theme for alpha courses with administration of courses.
Version: 2.0.29
Text Domain: alpha
*/
@font-face {
    font-family: tex;
    src: url("css/fonts/texgyreadventor-regular.otf") format("opentype");
}
@font-face {
    font-family: tex;
    font-weight: bold;
    src: url("css/fonts/texgyreadventor-bold.otf") format("opentype");
}
html{
    width: 100vW;
    height: 100vH;
    overflow-x: hidden;
}
.size1of1{
    width: 100%;
}
.size1of2{
    width: 50%;
}
.size1of3{
    width: 33.3%;
}
.size2of3{
    width: 66.6%;
}
.size1of4{
    width: 25%;
}
.size3of4{
    width: 75%;
}
.clearfix{
    clear: both;
}
.leftfloater{
    float: left;
}
.rightfloater{
    float: right;
}
a{
    display: inline-block;
    color: #e42312;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 0.4s;
}
a:focus, a:hover{
    color: #e42312;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
p{
    line-height: 180%;
}
body{
    margin: 0px;
    font-family: "tex", "Open Sans",Arial,sans-serif;
    overflow-x: hidden;
}
.align-center{
    text-align: center;
}
.page-loading-wrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.page-loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100px;
	max-height: 100px;
	margin: -50px 0px 0px -50px;
}
.search .entry-title{
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-left: -10px;
    padding: 3px 10px;
    transition: 0.4s;
}
.search .entry-title:hover{
    border-bottom: 2px solid #e42312;
}
header.main_header{
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width:100%;
    height: 84px;
    border-bottom: 1px solid #DFDFDF;
    background-color: white;
    z-index: 100;
}
header.main_header .alpha_logo{
    display: inline-block;
    float: left;
    height: 100%;
}
header.main_header .alpha_title{
    display: inline-block;
    float: left;
}
header.main_header .alpha_title a{
	text-decoration: none;
	color: black;
    height: 100%;    
    font-size: 18px;
    padding: 30px 22px 16px 22px;
    font-weight: 1000;
    display: inline-block;
}
header.main_header .alpha_logo a{
    height: 64px;
    width: 64px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 16px;
}
header.main_header .alpha_logo a img{
    height: 100%;
    width: 100%;
}
header .menu-hlavni-menu-container{
	height: 100%;
}
header .menu-button {
    float: right;
    font-size: 18px;
    padding: 30px 22px 16px 22px;
    cursor: pointer;
    display: none;
}
nav.header-navigation{
    float: right;
    height: 100%;
}
nav.header-navigation .menu-menu-1-container{
    height: 100%;
}
nav.header-navigation ul{
    display: block;
    margin: 0px;
    height: 100%;
    padding: 0px;
}
nav.header-navigation li{
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    height: 100%;
    border-left: 1px solid #dfdfdf;
    padding: 0px 6px;
}
nav.header-navigation li a{
    display: inline-block;
    margin: 0px;
    padding: 30px 16px 16px 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    width: 100%;
    text-align: center;
    font-weight: 1000;
    transition: 0.4s;
}
nav.header-navigation li a:hover{
    border-bottom-color: #e42312;
}
#primary{
    margin: 102px auto 0px auto;
    max-width: 1250px;
    width: 95%;
    /*padding-left: 50px;*/
    box-sizing: border-box;
}
#primary .entry-title a{
    text-decoration: none;
    color: black;
}
footer.main_footer{
    background-color: #3d3d3d;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 75px;
    font-size: 13px;
}
footer.main_footer .rules{
    text-align: center;
}
footer.main_footer .rules a{
    text-decoration: none;
    color: #fafafa;
}
footer.main_footer .fotter-widget-content{
    float: left;
    color: #fafafa;
    padding: 5px 25px;
}
footer.main_footer .fotter-widget-content a{
    color: #fafafa;
}
header .search_form{
    display: none;
    float: right;
    position: relative;
}
header .search_form .search_form-form{
    display: block;
    position: absolute;
    right: 28px;
    top: 0px;
    margin: 26px 22px 16px 22px;
}
header .search_form .search_form-form .search-field{
    height: 32px;
    width: 200px;
    display: none;
    border: 1px solid #ababab;
    padding: 5px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
header .search_form .search_form-form .search-submit{
    display: none;
}
header .search_form .search_form-form .search-field.active{
    display: block;
}
header .search_form .search_form-openButton{
    display: inline-block;
    margin: 0px;
    padding: 30px 22px 16px 22px;
    box-sizing: border-box;
    font-size: 18px;
    color: #1b1b1b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    width: 100%;
    text-align: center;
    font-weight: bold;
    transition: 0.4s;
    cursor: pointer;
}
header .search_form .search_form-openButton:hover{
    color: #e42312;
}
.homepage-intro-wrapper{
    position: relative;
}
.fullWidth-background{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fullWidth-content{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 1000;
}
.fullWidth-content-inner{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 10%;
}
.fullWidth-content-inner h3{
    margin: 0px;
    margin-bottom: 16px;
}
.homepage-youtube_play_button{
    cursor: pointer;
}
.homepage-next-button{
    display: inline-block;
    margin: 0px 16px;
    padding: 16px 32px;
    border: 1px solid black;
    text-decoration: none;
}
.homepage-next_buttons{
    margin-top: 32px;
}
.fullWidth_title{
	font-size: 64px;
	color: #505050;
	font-weight: 1000;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 8px 64px;
}
.blog_post_preview{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0px 25px;
}
.blog_post_preview.first_blog_post{
	width: 100%;
}
.blog_post_preview img{
	width: 100%;
	height: auto;
}
.blog_post_preview header a{
	text-decoration: none;
	color: #505050;
}
.blog_post_preview header a h3{
	font-weight: 1000;
	font-size: 28px;
	margin: 16px 0px 8px 0px;
}
.real_content.blog_archive{
	margin-left: -25px;
	margin-right: -25px;
    display: flex;
    flex-wrap: wrap;
}
.blog_archive-subtitle{
	font-size: 50%;
	display: inline-block;
	margin-left: 16px;
}
.entry-meta{
	font-size: 0.8em;
	display: inline-block;
	margin-right: 16px;
	color: #666;
}
.entry-meta a{
	color: #666;
	text-decoration: none;
	font-style: italic;
	display: inline-block;
	border-bottom: 1px solid trasparent;
	padding: 0px 2px;
	margin: 0px -2px;
}
.entry-meta a:hover{
	border-bottom: 1px solid #e42312;
}
.entry-meta i{
	color: #ABABAB;
}
.single_metadata{
    margin: 32px 0px;
}
.video_preview_element{
    padding: 25px;
    box-sizing: border-box;
}
.image_wrapper{
    text-align: center;
    position: relative;
}
.play_video_button{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -30px;
    font-size: 60px;
    color: white;
    text-shadow: 0px 0px 10px #6c6c6c;
    cursor: pointer;
    transition: color 0.4s;
}
.play_video_button:hover{
    color: #e42312;
}
.youtube_player{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
blockquote{
	border-left: 2px solid #e42312;
	margin: 0px;
	padding: 5px 40px;
}

blockquote p{
	color: #e42312;
	font-size: 28px;
	font-family: 'Playfair Display', serif;
	margin: 5px 0px;
}
blockquote cite{
	color: #ABABAB;
	font-weight: bold;
	font-size: 16px;	
	font-family: "Open Sans",Arial,sans-serif;
	margin-top: 16px;
	display: block;
}
.fullwidthElement{
	box-sizing: border-box;
}
.headline-borderbottom{
	border-bottom: 2px solid #e42312;
	padding-bottom: 32px;
}
.eshop_element{
    margin: 64px 0px;
}
.eshop_element h4{
    margin-top: 0px;
}
.eshop_thumbnail{
    padding: 0px 25px 0px 0px;
    box-sizing: border-box;
}
.eshop_thumbnail img{
    max-width: 250px;
    max-height: 350px;
    height: auto;
    width: 100%;
}
.eshop_button a{
    display: inline-block;
    padding: 16px 32px;
    border: 2px solid gray;
    text-decoration: none;
    font-weight: 1000;
    color: gray;
    transition: 0.4s;
    cursor: pointer;
    margin-right: 30px;
}
.eshop_button a:hover{
    color: #e42312;
    background-color: rgba(228, 35, 18, 0.25);
    border-color: #e42312;
}
.eshop_button input{
    display: inline-block;
    padding: 16px 32px;
    border: 2px solid gray;
    text-decoration: none;
    font-weight: 1000;
    color: gray;
    transition: 0.4s;
    cursor: pointer;
}
.eshop_button input:hover{
    color: #e42312;
    background-color: rgba(228, 35, 18, 0.25);
    border-color: #e42312;
}
.eshop_theme_button{
    display: inline-block;
    padding: 16px 32px;
    margin: 8px 16px;
    color: gray;
    border: 2px solid gray;
    cursor: pointer;
    font-weight: 1000;
    transition: 0.4s;
}
.eshop_theme_button:first-child{
    margin-left: 0px;
}
.eshop_theme_button.active{
    color: #4c1816;
    border: 2px solid #4c1816;
}
.eshop_theme_button:hover{
    color: #76bb3e;
    background-color: rgba(118, 187, 62, 0.25);
    border-color: #76bb3e;
}
.main_footer .menu{
    display: block;
    margin: 0px;
    padding: 0px;
}
.main_footer .menu li{
    display: block;
    margin: 0px;
    padding: 0px;
}
.main_footer .menu li a{
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 2px 3px;
    transition: 0.4s;
}
.main_footer .menu li a:hover{
    border-bottom: 1px solid #e42312;
}
p.headline{
    line-height: 100%;
    margin: 8px 0px;
}
.ajax_content{
    width: 85%;
    height: 85%;
}
.ajax_content_small{
    width: 60%;
    height: 85%;
}
.pdf_inv_field_wrapper label{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.pdf_inv_field_wrapper label .label_desc{
    font-size: 14px;
    font-weight: 100;
    display: block;
}
.pdf_inv_field_wrapper .pdf_inv_field{
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 16px;
}
.pdf_inv_field_wrapper{
    box-sizing: border-box;
    padding: 16px 32px;
}
.pdf_inv_element{
    margin: 64px 0px;
}
.entry-content{
    margin-bottom: 36px;
}
.fancybox-content .fancybox-image{
    background-color: white;
}
.form{
    width: 100%;
    max-width: 400px;
}
.form .form_field{
    width: 100%;
    margin: 16px 0px;
}
.form .form_field label{
    width: 100%;
    display: block;
}
.form .form_field input, .form .form_field select, .form .form_field textarea{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 4px;
    font-family: tex;
}
.form .form_field textarea{
    min-height: 100px;
    resize: vertical;
}
.form_submit{
    width: 100%;
}
.form_submit input{
    display: block;
    width: 100%;
    background: #e42312;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 800;
    border: none;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.button{
    display: block;
    width: 100%;
    background: #e42312;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 800;
    border: none;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.button:hover{
    color: #fff;
    background: #b92312;
}
.loading_form{
    max-width: 50px;
    display: block;
    margin: 36px auto;
}
.logged_user_info{
    z-index: 999999;
    position: fixed;
    top: 92px;
    left: 0px;
}
.logged_user_info .userinfo{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #3d3d3d;
    color: white;
    font-weight: 1000;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    display: block;
    text-shadow: 0 2px 2px 0 rgba(87, 87, 87, 0.34), 0 1px 5px 0 rgba(87, 87, 87, 0.45), 0 3px 1px -2px rgba(87, 87, 87, 0.34);
}
.side_button{
    height: 32px;
    line-height: 32px;
    background-color: #eee;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    display: inline-block;
    color: #3d3d3d !important;
    font-size: 14px;
    padding: 0px 8px;
    margin-top: 8px;
    box-shadow: 0 2px 2px 0 rgba(87, 87, 87, 0.34), 0 1px 5px 0 rgba(87, 87, 87, 0.45), 0 3px 1px -2px rgba(87, 87, 87, 0.34);
}


.js-user_slide-outside{
    display: inline-block;
    padding-right: 8px;
    box-sizing: border-box;
}
.js-user_slide-outside-wrapper{
    transition: 0.4s;
}
.js-user_slide-outside-wrapper:hover{
    margin-left: 0px !important;
}
.gray_icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(css/icons/gray_logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.js-expand{
    cursor: pointer;
    display: inline-block;
}
.edit_button{
    font-size: 80%;
    margin-left: 16px;
    display: inline-block;
}
.visible_only_for_admin{
    border: 1px dashed #e1e1e1;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    background-color: #fafafa;
    border-radius: 8px;
    margin: 8px 0px;
}
.visible_only_for_admin_text{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #7e7e7e;
    font-size: 13px;
    margin: 4px 0px 0px 8px;
}
.edit_course{
    margin-left: 16px;
    font-size: 15px;
    line-height: 100%;
}
.course_meta_info-wrapper{
    font-size: 14px;
}
.course_meta_info{
    margin-right: 16px;
}
.course_meta_info i{
    margin-right: 4px;
}
.version_footer{
    font-size: 13px;
    color: white;
    margin-top: 16px;
}
.product_list_row{
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
}
.product_list_item_image{
    width: 80px;
    height:60px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.product_list_item_title{
    font-weight: bold;
}
.product_list_item_text{
    font-size: 13px;
}
.course_select label{
    border-right: 2px solid transparent;
    cursor: pointer;
    transition: 0.4s;
}
.course_select label:hover{
    background-color: #ffede0;
}
.course_select input[type="radio"]:checked  + label{
    border-color: #e42312;
    background-color: #f3f0f0;
}
.course_edit_field_wrapper{
    margin-bottom: 8px;
}
.admin_detail_table{
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}
.admin_detail_table tbody tr{
    border-bottom: 1px silver dashed;
}
.admin_detail_table tbody tr:last-child {
    border-bottom: none;
}
.admin_detail_table tbody tr:hover{
    background-color: #f0f0f0;
}
.admin_detail_table td{
    padding: 4px;
}
.supported_meetings{
    cursor: pointer;
    padding: 4px;
    border: 1px dotted #f79282;
    border-radius: 4px;
    margin: 4px 0px;
}
.supported_meetings[data-used="1"]{
    border-color: #d1d1d1;
    color: #a3a3a3;
    cursor: not-allowed;
}
.remove_meeting{
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #e42312;
    position: absolute;
    top: 4px;
    right: 4px;
}
.remove_team-member{
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #e42312;
    position: absolute;
    top: 4px;
    right: 4px;
}
.meeting_wrapper{
    padding: 4px;
    border: 1px dotted #f79282;
    border-radius: 4px;
    margin: 4px 0px;
    display: flex;
    position: relative;
    background-color: #fafafa;
}
.meeting_content{
    padding-right: 40px;
    width: 100%;
    cursor: default;
}
.meetings_list_wrapper{
    padding: 0px 8px;
    box-sizing: border-box;
}
.original_meeting_title{
    font-size: 13px;
    color: silver;
}
.move_meeting{
    cursor: pointer;
    color: #f79282;
    transition: 0.4s;
}
.move_meeting:hover{
    color: #f7685b;
}
.meeting_navigation{
    margin-right: 8px;
}
.highlight-meeting-placeholder{
    height: 30px;
    border: 1px dotted #f7685b;
    background-color: #f79282;
    border-radius: 4px;
}
.meeting_title_editable{
    font-family: tex;
    font-size: 15px;
    display: block;
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid transparent;
    width: 100%;
    cursor: text;
    padding: 4px;
}
.meeting_title_editable:hover{
    border-color: #f0f0f0;
    background-color: white
}
.meeting_title_editable:focus{
    border-color: #f0f0f0;
    background-color: white
}
.add_custom_meeting{
    line-height: 25px;
    padding-lefT: 8px;
    cursor: pointer;
    display: inline-block;
}
.add_custom_meeting i{
    color: #e42312;
    font-size: 22px;
}
.add_custom_meeting span{
    font-size: 12px;
}
.add_new_team_member{
    line-height: 25px;
    padding-lefT: 8px;
    cursor: pointer;
    display: inline-block;
}
.add_new_team_member i{
    color: #e42312;
    font-size: 22px;
}
.add_new_team_member span{
    font-size: 12px;
}
.meeting_info-date label{
    display: inline-block;
    width: initial;
    cursor: pointer;
    padding-right: 8px;
}
.meeting_info-date .form_datetime{
    font-family: tex;
    font-size: 13px;
    display: inline-block;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.my_team_wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.team-member-wrapper{
    flex-basis: 25%;
}
.team-member{
    border: 1px dotted #d1d1d1;
    padding: 8px 20px 8px 8px;
    border-radius: 4px;
    margin: 4px;
    position: relative;
    min-width: 250px;
}
.team-member-icon{
    margin-right: 4px;
}
.team-member-email{
    border: none;
    outline: none;
    background: white;
    border-bottom: silver 1px solid;
    padding: 4px;
    width: calc(100% - 25px);
}
.team-member-email[disabled="disabled"]{
    color: silver;
    border: none;
    background: transparent;
}
.team-member-name{
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.send-invitation-button{
    background-color: #4b9e4b;
    padding: 4px 8px;
    text-align: center;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}
.send-invitation-button.invalid{
    background-color: #e4e4e4;
    cursor: not-allowed;
}
.send-invitation-button.send{
    background-color: #d0d5e4;
    cursor: not-allowed;
}
.visible_button{
    position: absolute;
    top: 4px;
    right: 25px;
}
.visible_button label{
    color: silver;
    cursor: pointer;
}
.meeting_visible_input{
    display: none;
}
.visible_button input[type="checkbox"]:checked + label{
    color: black;
}
.meeting-detail{
    margin: 8px 0px;
}
.meeting-detail-main_line{
    border: 1px dashed #e42312;
    padding: 4px 8px;
    border-radius: 4px;
    position: relative;
}
.meeting-detail-date{
    min-width: 175px;
    float: left;
}
.meeting-detail-title{
    display: inline-block;
    float: left;
}
.display_flex{
    display: flex;
    flex-flow: row wrap;
}
.flex1{
    flex: 1;
    min-width: 300px;
}
.flex2{
    flex: 2;
    min-width: 300px;
}
.flex3{
    flex: 3;
    min-width: 300px;
}
.flex4{
    flex: 4;
    min-width: 300px;
}
.course-description{
    margin: 16px 0px;
}
.meeting_info-description label{
    display: block;
    font-weight: normal;
}
.meeting_info-description textarea{
    width: 100%;
    height: 80px;
    border: 1px solid transparent;
    outline: none;
    resize: none;
}
.meeting_info-description textarea:hover, .meeting_info-description textarea:focus{
    border-color: #f0f0f0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #e42312;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e42312;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
input:required:invalid + .slider {
    box-shadow: 0px 0px 5px 3px #e42312;
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}
.visible_button{
    margin-top: 6px;
}
.small_switch.switch {
    width: 23px;
    height: 11px;
}
.small_switch .slider:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .small_switch .slider:before {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.count_of_visitors{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 4px 8px 0px 0px;
}
.admin_registration_field{
    padding: 4px;
    border: 1px dotted #f79282;
    border-radius: 4px;
    margin: 4px 0px;
    display: flex;
    position: relative;
    background-color: #fafafa;
}
.registration_field_content{
    padding-right: 40px;
    width: 100%;
    cursor: default;
}
.registration_field_navigation{
    margin-right: 8px;
}
.registration_field_additional .switch{
    position: relative;
    top: 6px;
}
.add_new_registration_field{
    line-height: 25px;
    padding-lefT: 8px;
    cursor: pointer;
    display: inline-block;
}
.add_new_registration_field i{
    color: #e42312;
    font-size: 22px;
}
.add_new_registration_field span{
    font-size: 12px;
}
.remove_registration_field{
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #e42312;
    position: absolute;
    top: 4px;
    right: 4px;
}
.editable_input{
    font-family: tex;
    font-size: 15px;
    display: block;
    border: none;
    background-color: transparent;
    outline: 1px solid #c0c0c020;
    border-bottom: 1px solid transparent;
    width: 100%;
    cursor: text;
    padding: 4px;
}
.editable_input:hover{
    border-color: #f0f0f0;
    background-color: white
}
.editable_input:focus{
    border-color: #f0f0f0;
    background-color: white
}
.registration_field{
    width: 100%;
    margin-bottom: 16px;
}
.registration_field label{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.registration_field input{
    width: 100%;
    display: block;
}
.switch_disabled .slider:before {
    background-color: #e3e3e3;
}
.switch_disabled .slider {
    background-color: #f3f3f3;
}
.switch_disabled *{
    cursor: not-allowed !important;
}
.tabs_titles{
    margin: 0px;
    padding: 0px;
}
.tabs_titles li{
    display: block;
    margin: 0px;
    padding: 0px;
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
}
.tabs_titles li a{
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    outline: none;
    padding: 8px 0px;
    font-weight: bold;
    color: black;
}
.tab_content{
    border: 1px solid #eaeaea;
    border-top: 1px solid transparent;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 0px 0px 6px 6px;
}
.tabs_titles li:first-child{
    border-radius: 6px 0px 0px 0px;
}
.tabs_titles li:last-child{
    border-radius: 0px 6px 0px 0px;
}
.tabs_titles li.ui-state-active{
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.tab_content h3{
    margin-bottom: 16px;
    font-weight: bold;
}
.registration_list{
    margin: 0px;
    padding: 0px;
}
.registration_list li{
    display: block;
    padding: 8px;
    box-sizing: border-box;
}
.book_button{
    margin-right: 16px;
}
.remove_registration{
    margin: 0px 4px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #e42312;
}
.login_form{
    margin: 0px auto;
}
.form_js-linked_text{
    margin: 16px 0px;
    text-align: center;
}
.form_js-linked_text .link{
    margin: 8px 0px;
    cursor: pointer;
    color: #e42312;
}
.course_meta_info-wrapper{
    margin-top: 8px;
}
.admin_detail_table .not_started {
    color: #4C4C4C;
}
.admin_detail_table .not_started a{
    color: #4C4C4C;
}
.admin_detail_table .finished {
    color: silver;
}
.admin_detail_table .finished a{
    color: silver;
}
.meeting_content_wrapper{
    box-sizing: border-box;
    padding: 4px 8px;
}
.my_alphas_element{
    padding: 8px 4px;
}
.my_alphas_element:hover{
    background-color: #f7f7f7;
}
.my_alphas_element_title{
    font-weight: bold;
}
.my_alphas_element_title_date{
    font-weight: normal;
}
.headline_404{
    color: #e42312;
    font-size: 80px;
    text-align: center;
    font-weight: bold;
}
.text_404{
    color: #e42312;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}
.support_invitations{
    padding: 5px;
    font-weight: bold;
    align-items: center;
    border-radius: 4px;
    transition: 0.4s;
}

.support_invitations:hover{
    background-color: #f0f0f0;
    cursor: pointer;
}
.alpha_on_list a{
    display: block;
    font-size: 13px;
}
.alpha_on_list h4{
    font-size: 17px;
    font-weight: bold;
    margin: 16px 0px 4px 0px;
}
.save_notification{
    display: none;
    position: fixed;
    top: 89px;
    right: 0px;
    z-index: 99999999;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #747474;
    color: #f0f0f0;
    border-radius: 5px 0px 0px 5px;
}
.save_notification i{
    display: block;
}
.language_switch{
    display: flex;
}
.format_lang{
    display: none;
}
.format_lang.active{
    display: block;
}
.visitors_videos .format_lang.active{
    border: 2px solid transparent;
}
.language_element{
    color: silver;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.language_element.active{
    color: black;
}
.js-expand_icon{
    cursor: pointer;
    font-size: 30px;
}
.message_send{
    max-width: 300px;
    margin: 16px auto;
}
.pdf_inv_field_wrapper .description{
    font-size: 13px;
    font-weight: normal;
    color: #747474;
}
.pdf_inv_field_wrapper .description i{
    margin-right: 5px;
}
.retezec{
    padding: 0px 25px;
    box-sizing: border-box;
}
#retezec{
    width: 100%;
    border-collapse: collapse;
    line-height: 25px;
}
#retezec td{
    border: 1px solid #f5f5f5;
    padding: 3px;

}
#retezec .date_retezec{
    width: 100px;
}
#retezec .day_retezec{
    width: 43px;
    text-align: center;
    font-weight: bold;
}
#retezec .pplz_retezec{
    text-align: right;
    font-size: 20px;
}
#retezec .registration_retezec {
    width: 120px;
    text-align: center;
}
#retezec .pplz_retezec .prayer_wrapper{
    padding: 2px 4px;
    color: #e42312;
}
.age_terms_for_pdf{
    font-size: 12px;
    color: #ABABAB;
}
.age_terms_for_pdf .fas{
    margin-right: 8px;
}
.homepage-intro-wrapper{
    width: 100vW;
    height: calc(100vH - 78px);
}
.media_center{
    display: flex;
}
.media_center_item{
    flex-basis: 100%;
}
.media_center_item:first-child{
    margin-right: 15px;
}
.media_center_item:last-child{
    margin-left: 15px;
}
.media_center_item .pdf_inv_elementeshop_element {
    display: flex;
    flex-direction: column;
}
.media_center_item .size1of4, .eshop_element .size3of4{
    width: 100%;
}
.media_center_item .eshop_thumbnail{
    margin-bottom: 8px;
}
.media_center_item .eshop_button a{
    padding: 8px 16px;
    margin-bottom: 15px;
    font-weight: 400;
}
.eshop_element_media{
    margin: 64px 0px;
}
.eshop_element_media h4{
    margin-top: 0px;
}
.messages_wrapper{
    z-index: 99;
    position: relative;
    top: 84px;
    padding: 10px 50px;
    font-size: 18px;
    background-color: #f3ecec;
    /*border: 3px solid #af2316;*/
}
.switch_wrapper{
    line-height: 30px;
}
.switch_wrapper .switch{
    position: relative;
    top: 7px;
}
.switch_wrapper label{
    margin-left: 5px;
    display: inline-block;
    font-size: 1.1em;
}
.form_name_validation{
    position: absolute;
    margin-left: -100vW;
}
.konference_tabulka-wrapper {
    max-width: 100%;
    max-height: calc(100% - 150px);
    overflow: auto;
}
.konference_tabulka th{
    border: 1px solid silver;
    padding: 4px;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}
.konference_tabulka td{
    border: 1px solid silver;
    padding: 3px 2px;
    white-space: nowrap;
}
.lang_select{
    width: 30px;
    display: inline-block;
    border: 2px solid #e5e5e5;
    margin-right: 5px;
}
.lang_select img{
    width: 100%;
    height: auto;
}
.lang_select.active{
    border: 2px solid #e26767;
}
.alpha_list_product{
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 6px;
}
body.page-id-1676 #page {
    /*transform: translateY(-103px);*/
}
body.page-id-1676 #main.wrapper{
    /*display: block;*/
}
body.page-id-1676 #primary{
    margin-top: 0px;
}
body.page-id-1676 .real_content {
    transform: translateY(50px);
}
.page-id-1676 #main.wrapper .entry-content figure{
    margin-top: 105px;
}
.page-id-1676 #main.wrapper .entry-content figure iframe{
    height: 130px;
}
.page-id-1676 #main.wrapper .entry-content h2{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.page-id-1676 #main.wrapper .entry-content p{
    font-size: 16px;
}
.page-id-1676 #main.wrapper .entry-content .has-2-columns a{
    font-size: 14px;
    padding: 8px 0px;
}
.page-id-1676 #main.wrapper .entry-content .has-2-columns .wp-block-column{
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 900px) {
    body.page-id-1676 .real_content {
        transform: translateY(0px);
    }
    body.page-id-1676 #primary, body.page-id-1676 #main, body.page-id-1676  .real_content,  body.page-id-1676  .real_content article, body.page-id-1676  .real_content  .entry-content {
        height: 100%;
    }
    .body.page-id-1676  .real_content  .entry-content{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .page-id-1676 #main.wrapper .entry-content figure iframe{
        height: 350px;
        width: 700px;
        margin: 0px auto;
        display: block;
    }
    .page-id-1676 #main.wrapper .entry-content h2{
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .page-id-1676 #main.wrapper .entry-content p{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .page-id-1676 #main.wrapper .entry-content .has-2-columns a{
        font-size: 16px;
        padding: 16px 0px;
    }
    .page-id-1676 #main.wrapper .entry-content .has-2-columns .wp-block-column{
        margin-bottom: 1em;
    }
}

.gifts-header{
	min-height: 25vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.gifts_header-image-wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
.gifts_header-image{
	width: 100%;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.gifts-header h1{
	color: white;
	text-shadow: 1px 1px 5px black;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 3rem;
}
.gifts-header p{
	color: white;
	text-shadow: 1px 1px 5px black;
	font-size: 1.95rem !important;
	letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
	.gifts-header h1{
		color: white;
		text-shadow: 1px 1px 5px black;
		font-size: 2.5rem;
		font-weight: 600;
		letter-spacing: 2px;
	}
}
#post-215 p{
	margin: 2em 0px;
	font-size: 1.1em;
}