@import "reset.css";
@import "rebuild.css";
@import "grid.css";
*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
body
{
	background: none repeat scroll 0 0 #f5f5f5;
	/*min-height:780px;*/
	color:#808080;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
#mobil_menu
{
	display:none;
	float:right;
}
/*-------------------------------------------------------------------- */
/* primary navigation
--------------------------------------------------------------------- */

/* primary navigation
--------------------------------------------------------------------- */


/* hide toggle button */
#nav-wrap > a { display: none; }


 ul#nav_mobil li {
	position: relative;
	list-style: none;
   height: 54px;
margin-left: 5px;
float:none;
   display: inline-block;
}
 ul#nav_mobil > li.active a {
   background: #96CC52;
   color: #fff !important;
}

/* Links */
ul#nav_mobil li a {
   display: block;
   padding: 0 14px;
   line-height: 54px;
	text-decoration: none;
	font-family: Open Sans,sans-serif;
	font-size: 14px;
   text-align: left;
   transition: background-color 0.5s ease;
   -webkit-transition: background-color 0.5s ease;
   color: #fff;

	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color: transparent;
}

ul#nav_mobil li a:active { background-color: transparent !important; }
ul#nav_mobil li:hover > a,
ul#nav_mobil li.active a { background-color: #ffd24f;
   color: #fff !important; }

ul#nav_mobil {
		display: none;
	}

/*----------------------------- progressbar--------------------------------------- */
#content h3.progressbar-title{
    font-size: 13px;
    color: #848484;
	text-transform: capitalize;
	padding-top:3px
}
.progress{
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 5px;
}
.level_text
{
	font-size: 12px;
}
#nastenka .level_text
{
	font-size: 10px;
}
.progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
  
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
	transition: width .6s ease;
	background: #ed687c;
}
.progress .progress-icon{
    width: 37px;
    height: 34px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -15px;
    right: -20px;
    background: #fff;
    border-width: 3px;
	border-style: solid;
	

    border-color: #ed687c;
    color: #ed687c;
    background: url(/images/grafika/logo_smile.png) #fff;
    background-size: 29px;
			background-repeat: no-repeat;
			background-position: 1px 8px;

}

.progress-value{
    font-size: 13px;
    color: #848484;
    position: absolute;
	top: 17px;
    right: -5px;
}

@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}

@keyframes animate-positive {
    0% { width: 0%; }
}@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------- */

.wrapper {
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
    text-align: left;
    width: 80%;
    max-width: 75%;
}
.wrapper_foto {
	height: auto;
    margin: 0 auto;
    padding-top: 0px;
    text-align: left;
    width: 80%;
    max-width: 900px
}
.inner-wrapper {
    display: block;
    float: none;
    font-family: 'Roboto',sans-serif;
    height: 100%;
    margin-top: 48px;
    padding: 0;
    position: relative;
	width: 100%;
	margin-bottom: 48px;
}
.pt10
{
	padding-top: 10px;
}
.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;

	background-color: #8AD3F4;
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
.swiper-wrapper
{
	background-color: #8AD3F4;
}
.speaker
{
	margin-top: -56px;
	cursor: pointer;
}
.slide_image
{
	width: 100%;
	height: 100%;
	background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: center !important;
	border-bottom: 7px solid #FFF;
	
}
.half1
{
	height: 75%;
}
.half2
{
	height: 25%;
}
.top_corner
{
	position: absolute;
	top:15px;
	right: 10px;
	z-index: 154545;
}
.hraj_slide_image
{
	width: 100%;
	height: 150px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: center !important;
	border-bottom: 2px solid #FFF;
	display: flex;

    justify-content: center;
    align-items: center;
	
}
.hraj_slide_image>img.znenie
{
	display: flex;	
}
.hraj_slide_image>img.speaker
{
	position: absolute;
    top: 4px;
    right: 5px;
    margin-top: 0px;	
}
.block
{
	display: flex;
	/*float: none;*/
}
.cele
{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	/*max-height: 718px;*/
	height: 718px;
	background-color: #00A890;
}
.cele.light,
.cele-auto.light
{
	background-color: #8BD3F5;
}
.cele-auto 
{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	/*max-height: 718px;*/
	background-color: #00A890;
	height: auto;
}
.vertical
{
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cele>.foto_text,
.cele>.supersumar
{
	display: flex;
    align-items: center;
	justify-content: center;
	line-height: 57px;
	padding: 40px;
	margin-top: -80px;
}
.sipka_left
{
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: -63px;
    z-index: 154;
}
.sipka_right
{
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: -63px;
    z-index: 154;
}
.sipka_right>img, .sipka_left>img
{
	background: #e8e4e4;
    opacity: 0.6;
    padding: 6px;
}
.foto_text
{
	padding-top: 50px;
	padding-bottom: 100px;
	display: block;
	
	align-content: center;
	text-align: center;
	font-size: 38px;
    color: #FFF;
    font-weight: 600;
    /* margin-top: -80px; */
    font-weight: 400;
	/*margin-top: -80px;*/

}
.supersumar
{

	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	font-weight: 600;
	margin-top: -80px;

}
#content .supersumar .text
{
	padding: 8px 0px;
}
#content .supersumar .sumar
{
	background: url('/images/sumar_denny_logo.png');
	width: 347px;
    height: 431px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	background-size: 345px auto;
}
#content .supersumar span.small-text
{
	color: #808080;
    font-size: 19px;
    font-weight: 300;
    margin-left: 0px;
    display: inline-block;
    position: relative;
    left: 25px;
    text-align: center;
    margin-top: 40px;
    width: 154px;
    line-height: 23px;
    height: auto;
}
#content .supersumar span.supersumar_body_celkom
{
    color: #9B7DB9;
    font-weight: 600;
    margin-left: 0px;
    font-size: 44px;
    /* display: inline-block; */
    position: relative;
	right: 52px;
    text-align: right;
    margin-top: 37px;
}
#content .foto_text h3, #content .foto_text span
{ 
	color: #FFF;
	line-height: 32px;
    font-weight: 200;
}
#content .supersumar h3, #content .supersumar span
{ 
	color: #415A68;
	line-height: 32px;
	font-weight: 200;
}
#content .supersumar span.celkom_body, 
#content .supersumar span.level
{ 
	font-weight: 600;
}
#content .foto_text h3.splash
{ 
	color: #FFF;
	line-height: 52px;
	font-weight: 400;
	font-size: 42px;
}
#content .foto_text span[id^=body_]
{ 
	color: #9B7DB9;
	font-weight: 600;
    margin-left: 0px;
	font-size: 86px;
	background: url('/images/okruh_sumar.png');
    width: 215px;
    height: 215px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
}
#content .foto_text span.celkom_body
{ 
	font-weight: 600;
    font-size: 43px;
    line-height: 30px;
}
#content .supersumar span.level,
#content .foto_text span.level
{ 
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 33px;
}
.foto_answer
{

	display: flex;
	
	align-content: center;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	font-weight: 600;
	flex-wrap: wrap;
}
.foto_answer>div{
	width: 150px;
	min-width: 50%;
	height: 284px;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.pointer
{
	cursor: pointer;
}
.cele button.spodok,
.modal-content button.spodok
{
	width: 85%;
    position: fixed;
    bottom: 35px;
    position: absolute;
    background-color: #8BD3F5;
    border: 0px;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}
.modal-content button.spodok
{
	width: 480px;
    position: relative;
	bottom: 0;	
}
.cele.light button.spodok,
.cele-auto.light button.spodok
{
    background-color: #00A890;
}
#content button.vrch span
{
	color: #FFF;
	padding-left: 6px;
}
button.vrch
{
	min-width: 75px;
    background-color: #8BD3F5;
    border: 0px;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
	cursor: pointer;
	float: right;
}
#content .foto_text button > span,
#content .supersumar button > span,
.modal-content .supersumar button > span
{
	color: #383838;
    font-size: 25px;
    font-weight: bold;
    padding-right: 14px;
}
#content .supersumar button > span
{
	color: #fff;
}
.foto_answer>div.wrong{
	border: 6px solid red;
}
.foto_answer>div.correnct{
	border: 6px solid #00a815;
}
.foto_answer>div:hover
{
	opacity: 0.8;
}
hr {
	background-color: #dfdfdf;
   }
h2 {
  color: #FFF;
   }
#header {
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF:
}

/************************************************************/
footer {
    background: none repeat scroll 0 0 #008e79;
   /* height: 49px;*/
    position: relative;
    bottom: 0;
    width: 100%;
}
#footer
{
	color: #fff;
}
footer span{
    color: #fbffff;
    display: block;
    font-weight: bold;
    height: 100%;
	padding-top:15px;
    text-align: center;
}
footer span a{
	color: #fbffff;
	text-decoration:none;
}
footer .contact
{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	text-align:center;
	display:block;
	padding: 34px 5px 15px;
	
}
footer .contact a
{
	color: #5fd2d9;
	text-decoration:underline;
	
}
footer .contact a:hover
{
	color: #e70e48;
	text-decoration:underline;
	
}


footer .left
{
	float: left;
	text-align:left;
	display:block;
	width: 22%;
	padding: 8px;
	line-height: 21px;
}
footer .left.first
{
	width: 30%;
}
footer .left.last
{
	width: auto;
}
footer .left.second
{
	width: 33%;
}
footer .left .firma
{
	font-size: 12px;
	font-weight: 800;
}
footer .copyright
{
    border-top: 1px solid #f5f5f5;
    display: inline-block;
    margin-top: 33px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
#sumar .sumar_wraper
{
	display: inline-block;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}
#sumar .left
{
	float: left;
	text-align:center;
	display:block;
	width: 33%;
}
#sumar .circle
{
	background: #384e5c;
    width: 220px;
    height: 220px;
    border-radius: 50%;
     margin-right:50px;
     display: inline-block;
     text-align:center;
}
#sumar .circle.last
{
	margin-right:0px;
}
#sumar .circle div.table
{
	display: table;
	   height: 100%;
    width: 100%;
}
#sumar .circle .udaje
{
    display: table-cell; 
      vertical-align: middle; 
  text-align: center; 
}
#sumar span.typ
{
   display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}
#sumar span.score
{
    display: inline-block;
    font-size: 55px;
    font-weight: 100;
    margin-top: 10px;
}
/************************************************************/
ul {
    margin: 0 0 8px 15px;
    font-family: 'Roboto', sans-serif;
}
/************************************************************/
.flex
{
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
}
.flex .question
{
	color:#f15d5e;
	font-size: 40px;
	line-height: 40px;
    border-left: 4px solid #f15d5e;
	padding: 7px 20px 7px 10px;
}
.flex .answer
{
	color:#d3d3d3;
	line-height: 40px;
	font-size: 40px;
	padding-left: 10px;
    border-left: 4px solid #d3d3d3;
	padding-right: 20px;
	font-weight: 400;
}
#content.nastavenia div.flex div.text p
{
	display: inline;
}
ul.faq{
	list-style: none;
}

.gray{
	background-color: #f9f9f9;
	font-weight: 500;
}
#content.nastavenia div.flex.gray div.text p{
	font-weight: 600;
}
ul.faq li.faq_otazka
{
	border-top: 1px solid #ccc;
	padding: 30px 0px;
}
ul.faq li.faq_otazka:first-child
{
	border-top: 0px;
}
/************************LOGOPED ************************************/
h2.kalendar-nadpis {
    font-size: 29px;
    line-height: 36px;
	font-weight: 400;
    font-style: normal;
    text-transform: none;
	text-decoration: none;
	color: #31333b;
	padding: 0;
    margin: 0 0 20px;
	letter-spacing: -0.5px;
	font-family: "Roboto",sans-serif;
	display: inline-flex;
}
.btop
{
	position: relative;
    border-top-width: 1px;
    border-top-style: solid;
	overflow: hidden;
	border-color: #eaeaea;
}
.pall3
{
	padding: 3px;
}
.p25
{
	padding-top: 25px;
}
.pb15
{
	padding-bottom: 15px;

}
.justify
{
	text-align: justify;
}
.pall25
{
	padding: 25px;
}
.pall30
{
	padding: 30px;
}
.tribe-events-list  .type-tribe_events {
    padding: 50px 0;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
	overflow: hidden;
	border-color: #eaeaea;
}
.event_big_day, table.tribe-events-calendar tbody td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
	color: #eaeaea;
	color: #d14f42;
}

/****************************************************/
#container {
	margin: 0px auto;
    width: 100%;
    height: auto;
	/*border: 5px #333 solid;*/
	border-bottom: 3px solid white;
}
video {
	width: 78%;
	height: 50%;
	/* background-color: #00a890; */
	max-height: 355px;
}

.rotate
{
	transform: rotate(180deg);
}

/****************************************************/

.event_big_day {
    font-family: 'Montserrat', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 80px;
    line-height: 70px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
	text-decoration: none;
	display: inline-block;
	margin-right: 15px;
    letter-spacing: -5px;
}
.tribe-events-list .events_list_event_wrap {
    position: relative;
    display: table;
    width: 100%;
}
.tribe-events-list .event_big_date {
    width: 230px;
}
.tribe-events-list .events_list_event_info, .tribe-events-list .event_big_date, .tribe-events-list .events_more {
    display: table-cell;
    vertical-align: middle;
}
.event_big_date {
    white-space: nowrap;
}
.event_big_date_ovh {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.tribe-events-venue-widget .vcalendar .entry-title, .tribe-events-venue-widget .vcalendar .entry-title a, .tribe-events-countdown-widget .tribe-countdown-text, .tribe-events-countdown-widget .tribe-countdown-text a, .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .entry-title, .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .entry-title a, .tribe-mini-calendar [id*=tribe-mini-calendar-month], .tribe-events-grid .tribe-week-event .vevent .entry-title a, .event_month, .tribe-events-list .tribe-events-day-time-slot > h5, .tribe-events-tooltip .entry-title, .event_big_month, .tribe-events-list .tribe-events-list-separator-month, .tribe-bar-filters-inner > div label, table.tribe-events-calendar tbody td .tribe-events-month-event-title, table.tribe-events-calendar tbody td .tribe-events-month-event-title a, .tribe-mobile-day .tribe-events-read-more {
    font-family: 'Montserrat', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.tribe-this-week-events-widget .tribe-this-week-event .entry-title, .tribe-this-week-events-widget .tribe-this-week-event .entry-title a, .tribe-events-venue-widget .vcalendar .entry-title, .tribe-events-venue-widget .vcalendar .entry-title a, .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .entry-title, .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .entry-title a, .widget .vcalendar .entry-title, .widget .vcalendar .entry-title a, .tribe-mini-calendar-list-wrapper .entry-title, .tribe-mini-calendar-list-wrapper .entry-title a, .tribe-events-list .tribe-events-day-time-slot > h5, .event_big_month, .tribe-events-list .tribe-events-list-separator-month {
    font-size: 14px;
    line-height: 18px;
}
.event_big_date_ovh {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.tribe-events-list .events_list_event_info {
    position: relative;
    padding: 0 3.4%;
}

.tribe-events-list .events_list_event_info, .tribe-events-list .event_big_date, .tribe-events-list .events_more {
    display: table-cell;
    vertical-align: middle;
}
.tribe-events-list .events_more {
    text-align: right;
}
.flex-right
{
	max-width: 190px;
    float: right;
}
.mini {
	height: 43px;
    /* border: 1px solid #04ab91; */
    /*background: #00a88f;*/
    padding: 9px;
   /* margin-left: 5px;*/
  /*  border-radius: 5px;*/
}
.tribe-events-list .events_list_event_wrap {
    position: relative;
    display: table;
    width: 100%;
}
h2, h2 a, .counters .counter_wrap .counter .counter_inner .counter_counter_wrap, .stats.stats_mode_circles .stat_wrap .stat .stat_inner .stat_counter_wrap .stat_counter, .sitemap_wrap .sitemap > li > a {
    font-family: 'Montserrat', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
	text-decoration: none;
	color: #d14f42;
}
.old h2, .old .event_big_time, .old .event_big_day{
	color: #eaeaea;
}
.old .events_more input
{
	display:none;
}
.datepicker table thead th, .datepicker table thead td, #tribe-bar-views .tribe-bar-views-list li, .sidebar.sidebar_layout_11 .tribe-events-adv-list-widget .tribe-events-list-widget-content-wrap .entry-title a:hover, .sidebar.sidebar_layout_11 .tribe-events-list-widget .tribe-events-list-widget-content-wrap .entry-title a:hover, .tribe-events-widget-link a, .tribe-this-week-events-widget .tribe-events-viewmore a, .tribe-this-week-events-widget .tribe-this-week-event .entry-title a, .widget .vcalendar .entry-title a, .tribe-mini-calendar-list-wrapper .entry-title a, .tribe-events-grid .tribe-week-event .vevent .entry-title a, table.tribe-events-calendar tbody td .tribe-events-month-event-title a, .single_event_meta .event_meta_info_item a, .single_event .single_event_header_right a, .event_big_week, .tribe-bar-filters-inner > div label, #tribe-bar-views .tribe-bar-views-list li, #tribe-bar-views .tribe-bar-views-list li a, .tribe-events-sub-nav li a, .tribe-events-notices, #tribe-events-content > .tribe-events-button, .tribe-events-list .tribe-events-list-separator-month, .tribe-events-grid .tribe-week-event:hover .vevent .entry-title a, .single_event_meta .event_meta_info_item_title, .single_event_meta dt, .tribe-events-month table.tribe-events-calendar .type-tribe_events.tribe-event-featured, .tribe-events-venue .events_venue_header_right a, .tribe-events-organizer .events_organizer_header_right a, .tribe-mini-calendar thead a:hover, .tribe-events-countdown-widget .tribe-countdown-time, .tribe-events-countdown-widget .tribe-countdown-text, .tribe-events-countdown-widget .tribe-countdown-text a, .tribe-mobile-day .tribe-events-event-schedule-details, .tribe-mobile-day .tribe-event-schedule-details, .tribe-this-week-events-widget .tribe-events-page-title {
    color: #31333b;
}

.event_big_week {
    font-size: 17px;
}
.tribe-events-tooltip, .tribe-events-tooltip a, .event_big_week, table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-], table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-] a, .tribe-mini-calendar tbody, .tribe-mini-calendar tbody a, .tribe-events-countdown-widget .tribe-countdown-time span, .tribe-this-week-events-widget .tribe-this-week-widget-header-date {
    font-family: 'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
}
.event_big_week {
    text-transform: uppercase;
    margin-top: -2px;
    letter-spacing: 1px;
}
.event_big_time {
    text-transform: uppercase;
	font-size: 15px;
	margin-top: 4px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #d14f42;
}
/*********************logopedia **************************************/

.space_between
{
	justify-content: space-between;
}
#pismena
{
	background-color: #00a88f;
	padding: 10px;
}
#content span.h1_pismeno
{
	color:#f15d5e;
	font-weight: 600;
	font-size: 40px; 
	text-transform: uppercase;
	display: inline;
    margin-top: 0px;
    margin-left: 11px;
}
#pismena.flex >div > a {
	padding: 25px;
	display: inline-block;
	color: #fdfcf7;
    font-size: 15px;
    /*text-transform: capitalize;*/
}
#pismena.flex >div > a:hover{
	background-color: #00977d;
}
#pismena.flex >div {
	text-align: center;
}
#content.logopedia {
	border: 1px solid #dfdfdf;
    background-color: #ffffff;
	margin-top: 100px;
	box-shadow: 2px 3px 16px -2px #cfcfcf;
   
}
#content.logopedia.stred {
	text-align: center;
}

#content.logopedia.stred h1 {
	/*margin-top: 20px;*/
	display: inline-block;
	width: 85%;
	
}
#content.logopedia.stred h1 span.h1_pismeno
{
	font-size: 32px;
}
video {
    outline: none;
}
.flex_center
{
	display: flex;
    align-items: center;
	justify-content: space-evenly;
	/*margin: 40px 0;*/
}
.flex_center>div
{
	display: inline-flex;
	text-align: left;
	font-size: 16px;
    line-height: 28px;
}
#content.logopedia_hraj {
	border: 1px solid #dfdfdf;
    background-color: #ffffff;
	margin: 52px auto 10px;
	width: 100%;
	max-width: 570px; 
}
#content.logopedia h1 {
    color: #000;
}
#content.logopedia .head {
    padding: 45px;
}
/************************************************************/
#content {
    font-family: 'Roboto',sans-serif;
    height: auto;
  /*  left: 50%;
    margin-left: -500px;
    margin-top: -274px;
    position: absolute;
    top: 50%;*/
    width: 100%;
}
#content h3 { 
   /* border-bottom: 1px solid #DDDDDD;*/
    color: #000000;
    font-size: 24px;
    margin-left: -1px;
    padding-bottom: 21px;
    padding-left: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-top: 35px;
}
#content h4 { 
   /* border-bottom: 1px solid #DDDDDD;*/
    color: #000000;
    font-size: 20px;

    padding-bottom: 01px;
    padding-left: 0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}
#content h3.first
{
	padding-top:0px;
}

#content h1 {
    color: #fbffff;
    font-family: "Roboto",sans-serif;
	font-size: 29px;
    line-height: 36px;
	font-weight: 400;

    margin-bottom: 20px;
	margin-top: 0;;
	display: inline-flex;
}
#content span {
   /* font-size: 12px;*/
   /* position: absolute;*/
	z-index: 1;
	font-weight: 300;
    text-align: left;
	font-family: 'Roboto', sans-serif;
}
small  {
    padding: 10px 1px;
    display: block;
}
ol, ul{
	font-weight: 300;
}

#content a {
    color: #5BC8E0;
    text-decoration: none;
}
#content a:hover {
    color: #e70e48;
    text-decoration: none;
}
#viac_p
{
	margin-top: -10px;
}

/*************************************************************/
#nadpis
{
	width:100%;
	display: inline-block;
    padding-top: 70px;
   font-family: 'Roboto', sans-serif;
    font-size: 60px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 100;
    
}
#nadpis h1
{
	text-align: center;
	font-weight: 600;
}
#nadpis img
{
	max-width: 432px;
    text-align: center;
    width: 100%;
}
#miniatury
{
	width:100%;
	display: inline-block;
    padding: 30px 0 70px;
}
#miniatury .min
{
	float: left;
	cursor:pointer;
   /* margin: 0 8% 0 auto;*/
    text-align: center;
    width: 33%;
    margin: 0 auto;
}
#miniatury .min.last
{
	margin-right:0;
}
#miniatury .min span
{
	display: inline-block;
    font-size: 18px;
    font-weight: 100;
    margin-top: 20px;
    text-align: center;
    line-height: 18px;
}
#miniatury .min img
{
	width: 100%;
	max-width:184px;
	display: block;
    margin: 0 auto;
}
/*************************************************************/
.image_nahlad
{

	width:23%;
	margin-right:8px;  
	border: 1px solid rgba(224, 224, 224, 0.37);
}
#content p
{
	color: #808080;
	font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
#content .produkt p {
    color: #FFFFFF;
    font-family: roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 14px;
    display: inline-block;
}

#content p.copyright
{
	font-weight: bold;
	font-size: 10px;
}
.bold
{
	font-weight: bold;
}
#content input.submit,#button_rodicia input.submit {
	border:0;
	background:#00aa87;

	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px
}

#content input[type=submit], #button_rodicia input[type=submit], #content input[type=button] {

	background: url("/images/sipka.png") no-repeat scroll 70px 9px #00aa87;
    border: 0 none;
	cursor:pointer;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 600;
    margin-top: 7px;
    padding: 9px 33px 9px 19px;
   
}
#content button[type=submit]
{
	background: url("/images/sipka.png") no-repeat scroll 70px 9px #00aa87;
    border: 0 none;
	cursor:pointer;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 7px;
    padding: 9px 33px 9px 19px;
}
.center{
	text-align: center;
}
.mini_card_logo
{
	border: 1px solid #c5c2c2;
    max-height: 20px;
    padding: 1px;
    top: 3px;
    position: relative;
    height: auto;
    max-width: 31px;
    margin-left: 3px;
	
}
.form_submit_report
{
	color: #ed687c;
}
#content #payment-invoke-checkout
{
	background: #fb2e0d;
}
.success
{
	color: #00aa87;
}

#content table tr:hover {
	/*background-color:#f2f3f5;*/
}

/*****************/
#content.nastavenia {
	border: 1px solid #dfdfdf;
    background-color: #ffffff;
    margin-top: 100px;
	padding: 45px;
	box-shadow: 2px 3px 16px -2px #cfcfcf;
}
#content.nastavenia .pristupy{

	margin-top: 35px;
    margin-bottom: 35px;
}

#content.nastavenia p, #content.nastavenia  span
{
	color:#808080;
	font-size: 14px;
	font-family: roboto;
    font-weight: 300;
    line-height: 1.5;
}
table td, table th {
    color: black;
  font-family: roboto;
    font-size: 13px;
    vertical-align: middle;
}
#content.nastavenia form.ramcek
{
	background-color:#f5f5f5;
	padding: 16px;
    width: auto;
	display: inline-block;
	border: 1px solid #eeeeee;
	
}
#content.nastavenia form.ramcek .podnadpis
{
	padding:0px 2px 8px;
    width: auto;
	display: inline-block;
	color: #ed687c;
}
#content.nastavenia form.ramcek input[type=date], 
#content.nastavenia form.ramcek input[type=time], 
#content.nastavenia form.ramcek input[type=text], 
#content.nastavenia form.ramcek textarea, 
#content.nastavenia form.ramcek input[type=password], 
#content.nastavenia form.ramcek select
{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	color:#999999;
	   border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
      width: auto;
}
#content.nastavenia form.ramcek select
{
	padding:10px 10px 9px 10px;
	font-size:13px;
}
#content.nastavenia form.ramcek input[type=text]:focus, #content.nastavenia form.ramcek input[type=password]:focus
{

	 box-shadow: 0 0 0px #00aeef;
  border: 1px solid #00aeef;
}
#content.nastavenia .edituj_uzivatela form.ramcek
{
	background-color:#e5f8fe;
	padding: 24px 0px;
    width: 100%;
}
#content.nastavenia .edituj_uzivatela table
{
    margin-top: 0px;
}
#content.nastavenia .edituj_uzivatela table td
{
	border:none;
	font-size:13px;
	padding:5px;
	vertical-align: text-top;
}
#content.nastavenia .edituj_uzivatela table td.bold
{
	font-weight: 600;
}
#content.nastavenia .edituj_uzivatela table td.left
{
	padding-left: 40px;
	padding-right: 25px;
}
#content.nastavenia .edituj_uzivatela table td.blue
{
	color:#0fc3f4;
	font-weight: 600;
}
#content.nastavenia .edituj_uzivatela table td.poznamka
{
	color: #9ba0a2;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300;
}
#content.nastavenia .edituj_uzivatela .zatvor
{
	cursor: pointer;
    margin-top: -11px;
    position: absolute;
    right: 59px;
}
#content.nastavenia form.ramcek select::-ms-expand {
 display: none;
}
#content.nastavenia form.ramcek select {

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	content:"";
   background: url(/images/select_sipka.png) no-repeat right #fff;
   width:100%;
}
#content.nastavenia h1{
    color: #000;
}
#content.container {
    color: #000;
}

#content #mobil {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    margin-left: 3px;
    position: relative;
    vertical-align: top;
    width: 224px;
}

#section-stunning-video-box {
    font-family: 'Roboto',sans-serif;
    height: 342px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    top: 41px;
    width: 191px;
}

.section-stunning-right {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    vertical-align: top;
    width: 71%;
 /*   display:none;*/
}
#content .store
{
float:none;
width:100%;
 margin-top: 60px;
text-align:left;
font-family: 'Roboto', sans-serif;
}

.section-stunning-right .copy {
    display: inline-block;
    margin-left: 26px;
    vertical-align: top;
    width: auto;
}
/*
.copy .store a.zborovna
{
	display: inline-block;
    margin-left: -2px;
    width: 31%;
}
.copy .store a.zborovna img
{
	margin: 9% 6% 8%;
}
.copy .store a.youtube img
{
	margin: 9% 6% 8%;
}
.copy .store a.youtube
{
	display: inline-block;
    margin-left: -2px;
    width: 31%;
}*/
.sohp h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 0.5em;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

.sohp p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
#header_nastenka
{
	float: right;
    position: relative;
     top: 18px;
}
.viac
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 8px;
    padding: 10px 17px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: 10px;
    
    
}

.formular {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 10px;
	top: 57px;
	padding: 15px;
    z-index: 1548;
    box-shadow: 0px 1px 11px 1px #035f51;
}
.formular span
{
	color: #f15d5e;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 6px;
    position: relative;
}
.formular span.required
{
	color: #f15d5e;
	padding-left: 2px;
}

input[type=text], input[type=password], input[type=email], input[type=date], input[type=time], textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #a9aaae;
    color: #aaaaaa;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px;
      border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 181px;
}
input[type=text]#meno, input[type=text]#meno_dietata, input[type=text]#kod
{
	width: 100px;
}
input[type=text]:focus, input[type=password]:focus
{
	background:#ffffff;
	color:#111111;
	border: 1px solid #6abceb;
}
.store a
{
	display:inline-block;
	background: none repeat scroll 0 0 #374e5c;
	height: auto;
    text-align: center;
    width: 32%;
}
.store a:hover
{
	background: none repeat scroll 0 0 #293d49;
}
.store a img
{
	margin: 7% 5%;
    max-width: 81%;
}
select
{
	font-size: 11px;
}
.zobacik
{
  position: absolute;
    right: 53px;
    top: -7px;
}
.zobacik_login
{
  position: absolute;
    right: 165px;
    top: -7px;
}

#content p#result, #content p#result_login  {
    font-family: roboto;
    font-size: 15px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 8px;
    margin-top: 0px;
    width: 229px;
}


#content .mobil {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    margin-left: 0;
    position: relative;
    vertical-align: top;
    max-width: 224px;
    width: 24%;

}

/** -   slider */
/*position and hide the menu initially - leave room for menu items to expand...*/

#page {
    bottom: 0;
    height: 355px;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*padding-top:150px;*/

}
.mobil .ikony
{
	width:74%;
	clear:both;
	text-align:center;
	margin:18% auto 0;
	display: table;
}
.mobil .ikony .ikona
{
	width:33%;
	float:none;
	text-align:center;
	margin:0 auto;
	display:table-cell;
}
#mozgozrut.produkt
{
	border-top: 1px solid #a9aaae;
}
.produkt
{
	border-bottom: 1px solid #a9aaae;
	
	margin-bottom: 0px;
	padding-bottom: 75px;
	padding-top: 80px;
	display: inline-block;
}
.produkt_last
{
	border-bottom: 0px solid #d3d3d3;
	text-align: center;
    width: 100%;
	margin-bottom: 0px;
	/*padding-bottom: 75px;
	padding-top: 80px;*/
	display: inline-block;
	 padding-bottom: 120px;
    padding-top: 120px;
}
#mozgozrut .mobil .ikony
{
	width: 43%;
}
.mobil .ikony .ikona.ik_mobil
{
	width: 14%;
}

#menu_mozgozrut, #menu_vk, #menu_bk, #menu_du  {position:absolute;bottom:0; left:0;  width:100%; display:none;background-color:#6fb8d9;padding:15px;display:none;}
/*dock styling...*/
/*...centre the dock...*/
/*...set the cursor...*/
#menu_mozgozrut div.jqDock, #menu_vk div.jqDock , #menu_bk div.jqDock , #menu_du div.jqDock {cursor:pointer;bottom:0}

 	
#menu_mozgozrut div.jqDockWrap, #menu_vk div.jqDockWrap, #menu_bk div.jqDockWrap, #menu_du div.jqDockWrap { margin:0 auto; height: 230px !important; }
/*...add padding between images...*/
#menu_mozgozrut img, #menu_vk img, #menu_bk img, #menu_du img {padding:0 8px;}
/*label styling...*/
div.jqDockLabel {font-weight:bold; white-space:nowrap; color:#ffff00; cursor:pointer; padding:0 1px;}
#over_div,#over_div_login
{
	display:none;
	height: 96%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 94%;
    top:0;
    z-index: 1548;
	background-color: rgba(255,255,255,0.8);
}
#over_div img, #over_div_login img
{
	text-align:center;
	margin:0 auto;
}
#over_div .imag, #over_div_login .imag
{
	background:url('/images/loading.gif') no-repeat center center;
	height: 100%;
    width: 100%;
}
#content .obrazok
{
  
    vertical-align: middle;  
   
}
#content .sprava
{
  
    background-color: #FFFFFF;
    
	font-size: 16px;
	font-weight: bold;
}
#content span.border-right-span
{
	text-align: right;
	color: #808080;
	display: block;
	font-size: 10px;
	padding-bottom: 21px;
	padding-top: 4px;;
}
table td a
{
	white-space: nowrap;
    color: #00aeef;
    background-color:none;
	font-size: 12px;
}
table td a:hover
{
	color: #e70e48;
}
/*               - zalozky -                 */
 .deti{
	height:auto;
	border-top:1px solid #e1e1e1;
	margin-bottom: 0px;
	width: 100%;
	padding-top: 12px;
	  display: inline-block;
}

 .deti a {
	color:#e1e1e1;
	font-size:12.5px;
	float:left;
	border-right:1px solid #dff3fd;
	margin:0px;
	font-weight: bold;
	text-decoration: none;
	padding:2px 15px;
}


 .deti a.active,  #content .deti a.active:hover  {
	color:#fff;
	background: none repeat scroll 0 0 #8DC63F;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	  padding: 5px;
	  margin-top: -3px;
	  margin-left: -2px;
	  margin-right: -2px;
	  border-right: 0px;
}

 .deti a.nove,  #content .deti a.nove:hover  {
	color:rgb(0, 255, 32);	
}

.top_odsadenie 
{
	margin-top:66px;
}
.mr15
{
	margin-right:15px;
}
#content span
{
	color:#808080;
}

.logo
{
float: left;
	padding-top:5px;
}
.pristupy table {
	border-collapse: collapse; 
	color:#5a5a5a;
	line-height:24px;
	text-align:left;
	width:100%;
	/*margin-left:24px;
	margin-right:24px;*/
	 margin-top: 17px;
}

.pristupy table td {
	border-bottom:1px solid #ddd;
	padding:9px;
	padding-left: 19px;
    color: #000;
	text-align:left;
	width:auto;
}
.pristupy table td.nopadding {
    padding:0;
}
.pristupy table th {
/*	text-transform:uppercase;*/
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
	color:#000000;
	font-weight:bold;
	
	padding: 12px 19px 12px 19px;
	text-align:left;
}

#content .pristupy input[type=button].edit
{
	color: #1F17DC;	
}
#content .pristupy a.table_button img
{
	vertical-align: middle;
	margin-top:-1px;
}
#content .pristupy a.table_button
{
	background-color: #f5f5f5;
	border:1px solid #dfdfdf;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	padding:9px 14px;
	text-decoration: none;
	vertical-align: middle;
}
#content .pristupy a.table_button:hover
{
	background-color: #00bff3;
	border:1px solid #00bff3;
	color: #FFFFFF;	
}
#content .pristupy a.table_button.delete
{
	border:1px solid #dfdfdf;
	background: url("/images/zmazat.png") no-repeat scroll 9px 7px #f5f5f5;
}
#content .pristupy a.table_button.delete:hover
{
	background: url("/images/zmazat_hover.png") no-repeat scroll 9px 7px #00bff3;
	border:1px solid #00bff3;
}
#content input[type=submit],#content input[type=button], #content button[type=submit], #content input[type=button].submit , #content button.vrch
{
	  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	cursor:pointer;
	margin-top:0;
	font-size: 12px;
    font-weight: 300;
	padding:10px 18px 9px 19px;
	margin-left: 4px;
	background: #82ca9c;
	color:#FFF;
}
/* -------------------------  sprava ------------------------------**/
#content .infosprava
{

    padding: 20px;
    font-size: 14px;
    font-weight: bold;
 border: 1px solid #00a890;
    color: #82ca9c;
    background-color: #e5f8fe;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}
#content .infosprava.error
{
	background-color: #ed687c;
    color: #fff;
    border: 1px solid #ed687c;
}

/*****************************************************/
header {
    background: none repeat scroll 0 0 #000000;
    height: 49px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/*****************************************************/


header .top_sumar {
    float: left;
    height: 49px;
    position: relative;
    width: 205px;
     margin-left: 45px;
    padding-top: 7px;
    text-align: center;
}
header .top_sumar .score{
	font-size: 16px;
	font-family: 'Orbitron', sans-serif;
}
header .logo {
    float: left;
    height: 49px;
    position: absolute;
    width: auto;
     padding-left: 19px;
    padding-top: 10px;
}
header .objednavka {
    float: right;
	height: 100%;
    position: relative;

}
.subpages
{
     display: block;
    float: left;
    height: 100%;
    text-align: center;
    width: 100%;
}
.userpages
{
    display: block;
    text-align: right;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.userpages span.meno
{
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
}
.nastavenia_button {    
    border: 0;
    background: url("/images/nastavenie_button.png") no-repeat 20px 13px #000000;
	height: 100%;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 31px 16px 32px;
    right: 0px;
    text-indent: -2135px;  
}
.rodicia_button {    
    border: 0;
    background-color:#000000;
	height: 100%;
    color: #ffffff;
    cursor: pointer;
       font-size: 14px;
  font-weight: 600;
    padding: 16px 30px 16px 30px;
    right: 0px;
}
/*-------------------------------------------------------------------------*/


header.titulka {
    background: none repeat scroll 0 0 #000000;
}
header.titulka .rodicia_button
{
	color: #00aa87;
	background-color:#000000;
}
header.titulka .rodicia_button.active, header.titulka .rodicia_button.pressed, header.titulka .rodicia_button:hover
{
	background-color:#323232;
	color: #9FCF67;
}
header.nastenka {
    background: none repeat scroll 0 0 #000000;
    /**/background: none repeat scroll 0 0 #dd75af;
}
header.nastenka .mobile #nav-wrap > a, header.nastenka .mobile #nav-wrap ul#nav_mobil {
	background-color:#d4629e;
}
header.nastenka .logo {
	padding-top: 9px;
}
header.nastenka .rodicia_button, header.nastenka .nastavenia_button {
	background-color:#000000;
	/**/background-color:#dd75af;
}
header.nastenka .rodicia_button.active, header.nastenka .nastavenia_button.active, header.nastenka .nastavenia_button:hover, header.nastenka .rodicia_button.pressed, header.nastenka .rodicia_button:hover {
	background-color:#323232;
	/**/background-color:#d4629e;
	color: #FFFFFF;
}
header.mozgozrutik {
    background: none repeat scroll 0 0 #f26649;
}
header.mozgozrutik .mobile #nav-wrap > a, header.mozgozrutik .mobile #nav-wrap ul#nav_mobil {
	background-color:#ec472f;
}
header.mozgozrutik .logo {
	padding-top: 8px;
	padding-left: 17px;
}
header.mozgozrutik .rodicia_button, header.mozgozrutik .nastavenia_button {
	background-color:#f26649;
}
header.mozgozrutik .rodicia_button.active, header.mozgozrutik .nastavenia_button.active, header.mozgozrutik .nastavenia_button:hover, header.mozgozrutik .rodicia_button.pressed, header.mozgozrutik .rodicia_button:hover {
	background-color:#ec472f;
	color: #FFFFFF;
}
header.logopedik {
    background: none repeat scroll 0 0 #00a890;
}
header.logopedik .mobile #nav-wrap > a, header.logopedik .mobile #nav-wrap ul#nav_mobil {
	background-color:#00977d;
}
header.logopedik .logo {
	padding-top: 11px;
}
header.logopedik .rodicia_button, header.logopedik .nastavenia_button {
	background-color:#00a890;
}
header.logopedik .rodicia_button.active, header.logopedik .nastavenia_button.active, header.logopedik .nastavenia_button:hover, header.logopedik .rodicia_button.pressed, header.logopedik .rodicia_button:hover {
	background-color:#00977d;
	color: #FFFFFF;
}
header.nastavenia {
    background: none repeat scroll 0 0 #000000;
}
header.nastavenia .mobile #nav-wrap > a, header.nastavenia .mobile #nav-wrap ul#nav_mobil {
	background-color:#323232;
}
header.nastavenia .logo {
	padding-top: 9px;
}
header.nastavenia .rodicia_button
{
	background-color:#000000;
}
header.nastavenia .rodicia_button.active, header.nastavenia .nastavenia_button.active, header.nastavenia .rodicia_button.pressed, header.nastavenia .rodicia_button:hover
{
	background-color:#323232;
	color: #FFFFFF;
}
.rodicia_button.odhlasit
{
	font-weight:300;
}


/*-------------------------------------------------------------------------*/
#content.nastavenia  span.reg_kod
{
	font-size: 15px;
	font-weight: 500;	
	color:red;
}
/*-------------------------------------------------------------------------*/
.banner {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    position:fixed;
    top: 350px;
}

.banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner .dots li.active {
    background: none repeat scroll 0 0 #fff;
    opacity: 1;
}
.banner .dots li {
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 10px;
}
#over_div
{
	display:none;
	height: 94%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 95%;
	background-color: rgba(255,255,255,0.8);
}
#over_div img
{
	text-align:center;
	margin:0 auto;
}
#over_div #imag
{
	background:url('/images/loading.gif') no-repeat center center;
	height: 100%;
    width: 100%;
}
/*-----------------------------------------------------------------------------*/
.prispevok-main
{
	display:block;
	width:23%;
	background-color:#FFFFFF;
	float:left;
	height:auto;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	box-shadow: 2px 3px 16px -2px #cfcfcf;
	margin-top:	20px;
}
.prispevok-main.old
{
	opacity: 0.5;
}
span.nastanka_old
{
	position: relative;
    text-align: center;
    width: 100%;
    display: block;
}
.prispevok-main .prispevok-top
{
	height: 44px;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
}
.prispevok-main .prispevok-top span.autor
{
	text-align:left;
	float: left;
	color: #aaaaaa;
	padding: 14px;
    font-weight: 400;
    font-size: 11px;
}
.prispevok-main .prispevok-top span.datum
{
	text-align:right;
	float: right;
    padding-top: 15px;
    color: #aaaaaa;
    padding-bottom: 14px;
    padding-right: 11px;
}
.prispevok-main .prispevok-download
{
    padding: 0px;
    bottom: 0px;
    float: right;
    right: -4px;
    position: absolute;
    width: 63px;
    height: 60px;
}
.prispevok-main .prispevok-image img{
    vertical-align: top;
}
.prispevok-main .prispevok-image img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.prispevok-main .prispevok-image img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.prispevok-main .prispevok-text {
    padding: 15px;
    color: #808080;
    font-weight: 400;
	font-size: 22px;
	line-height: 1.4em;
}
.prispevok-main .event_big_time
{
	margin-top:0px;
}
.prispevok-main a {
	color: #26b3f3;
	text-decoration: none;
}

.prispevok-image-letter
{
	background-color: #00a88f;
    margin: 0 auto;
    text-align: center;
    padding: 35px 21px;
}
.prispevok-image
{
	background-color: #ffffff;
	margin: 0 auto;
    text-align: center;
    padding: 21px 21px;

}
.prispevok-text-small
{
	padding: 9px;
    color: #808080;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
.wrapper.nastavenia, .wrapper.logopedia {
		width: 90%;
		max-width: 90%;
	}
	.rodicia_button {
		padding: 16px 9px;
	}
}

@media screen and (max-width: 1024px) {
	#sumar .circle {
		height: 14em;
		margin-right: 35px;
		width: 14em;
	}
	.prispevok-main {
		width: 31%;
	}
	#sumar span.score {
		font-size: 43px;
	}
	#sumar span.typ {
		font-size: 15px;
		margin-top: 3px;
	}
	footer .left {
		width: 18%;
	}
	.wrapper.nastenka {
		width: 94%;
		max-width: 97%;
	}
	.wrapper.nastavenia, .wrapper.logopedia {
		width: 100%;
		max-width: 100%;
	}
	#content.nastavenia, .wrapper.logopedia {
		margin-top: 0;
		padding: 23px;
	}
	.rodicia_button {
		padding: 16px 9px;
	}
}
@media screen and (max-width: 800px) {
	.noMobil
	{
		display:none;
	}
	video {
		width: 100%;
		height: 50%;
	}
	.userpages span.meno{
		display:none;
	}
	.produkt_last {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	.zobacik_login {
		right: 120px;
	}
	
	#sumar .circle {
		height: 10em;
		margin-right: 25px;
		width: 10em;
	}
	#sumar span.score {
		font-size: 31px;
	}
	#sumar span.typ {
		font-size: 12px;
	}
	footer .left {
		width: 18%;
		white-space:normal
	}
	.nastavenia_button {
		background: #000 url("/images/nastavenie_button.png") no-repeat scroll 15px 13px;
		padding: 16px 16px 16px 29px;
    }
}
@media screen and (max-width: 601px) {

	.wrapper, .wrapper_foto {
		width: 100%;
		max-width: 100%;
	}
	.inner-wrapper
	 {
		margin-bottom: 0px;
	 }
	 .foto_text {
		padding-top: 24px;
		padding-bottom: 24px;
	 }

	#content #miniatury .min .dot {
		width: auto;
		height: 124px;
    }
	
	.prispevok-main {
		width: 48%;
	}
	#content.nastavenia, #content.logopedia, #content.logopedia_hraj {
		margin-top: 0px;
		padding: 25px;
	}
	#content.nastavenia {
		padding: 10px;
	}
	#content.logopedia {
		padding: 0px;
	}
	#content.logopedia_hraj {
		padding: 0px;
		margin-bottom: 0px;
	}
	#content.logopedia .head {
		padding:10px;
	}
	#miniatury .min span {
		font-size: 18px;
    }
    header .logo 
    {
		display:none;
    }
    footer .left {
		width: 50%;
		display:block;
	}
    footer .left.first {
		width: 50%;
	}
	footer .left.second {
		width: 50%;
	}
	footer .left.last {
		width: 50%;
	}
    .subpages {
		text-align: left;
	}
	
}
@media screen and (max-width: 531px) {

	#miniatury .min span {
		font-size: 15px;
		line-height: 16px;
		margin-top: 6px;
	}
	footer .left.first {
		width: 49%;
	}
	footer .left.second {
		width: 49%;
	}
	footer .left {
		width: 49%;
	}
	.prispevok-main {
		width: 99%;
	}
}
@media screen and (max-width: 480px) {

	audio
	{
		width: 99%;
	}
	#content.nastavenia
	{
		box-shadow:none;
	}
	 header.mobile { height: 54px; }
	 /*-------------------------------------------------------------------- */
	 #header
	 {
		 position: relative;
		 margin-bottom:0px;
		 display: flex;
		flex-direction: row;
		justify-content: space-between;
	 }
	 #content.logopedia {
		border: 1px solid #dfdfdf;
		background-color: #ffffff;
		margin-top: 100px;
		box-shadow: none;
	}
	 .inner-wrapper
	{
	margin-top: 0px;
	
	}
	 #content.nastavenia, #content.logopedia, #content.logopedia_hraj
	{
		margin-top:0px;
	}
	.flex_center 
	{
			padding: 8px;
	}
	/*header.logopedik .rodicia_button, header.logopedik .nastavenia_button {
		display: none;
	}*/
	header.logopedik #odhlasit_button, header.logopedik #nastavenia_button {
		display: none;
	}
	.userpages span.meno {
		font-size: 11px;
		color: #fff;
		padding: 16px 9px;
		/* height: 49px; */
		/* position: relative; */
		display: block;
	}
	 /*-------------------------------------------------------------------- */
   .mobile #nav-wrap {
      position: absolute;
      top: 0;
      right: 0px;
      width: auto;
      margin: 0;
   }
   .mobile #nav-wrap > a {
	   width: 54px;
		height: 49px;
		text-align: left;
		
		position: relative;
      border: none;
      float: right;

      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      }

	.mobile #nav-wrap > a:before,
   .mobile #nav-wrap > a:after {
	   position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
   .mobile #nav-wrap > a:after { top: 60%; }

   /* toggle buttons */
	.mobile #nav-wrap:not( :target ) > a:first-of-type,
	.mobile #nav-wrap:target > a:last-of-type  {
	   display: block;
	}

   /* hide menu panel */
   .mobile #nav-wrap ul#nav_mobil {
      height: auto;
	  display: none;
      clear: both;
      box-shadow: 0px 1px 5px rgba(50, 50, 50, .5);
      background: none repeat scroll 0 0 #ffd24f;
      padding-right: 10px;
   }
   .mobile #nav-wrap ul#nav_mobil li {
      display: block;
      width: 100%;
      height: 100%;
      text-align: left;
   }
   .mobile #nav-wrap ul#nav_mobil > li.active a {
      color: #313131 !important;
      background: none;
   }

   /* display menu panels */
	.mobile #nav-wrap:target > ul#nav_mobil	{
	  display: block;
      padding: 12px 25px 24px 25px;
      background: #4c4e5a;
      margin: 0;
      clear: both;
   }
   .mobile #nav-wrap ul#nav_mobil li { border-bottom: 1px dotted #595B6A; }
   .mobile #nav-wrap ul#nav_mobil li:last-of-type {border-bottom: none;  }
   .mobile #nav-wrap ul#nav_mobil li a {

      font-size: 16px;
	  line-height: 15px;
      padding: 10px 15px 10px 5px;
      border: none;
   }

/*-------------------------------------------------------------------- */
	
	
	#header .subpages,#header .userpages
	{
		display:none;
	}
	#header .logo, #header.logopedik .userpages
	{
		display:block;
		position: relative;
	}
	#header.logopedik .logo
	{
		display:none;
	}
	#header.logopedik .mobile
	{
		display: inline-flex;
	}
	.section-stunning-right {
		width: 100%;
	}
	#content .mobil {
		width: 100%;
		margin-bottom: 27px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.mobil .ikony {
		display:none;
	}
	#content.nastavenia{
		padding: 10px;
	}
	#content.logopedia {
		padding: 0px;
	}
	#content.logopedia_hraj {
		padding: 0px;
	}
	#mozgozrut .mobil .ikony {
		display:none;
	}
	#nadpis {
		padding-top: 41px;
	}
	#miniatury {
		display: inline-block;
		padding: 3px 0 36px;
		width: 100%;
	}
	#miniatury .min {
		width: 42%;
		height: 160px;
	}
	.wrapper {
		padding-left: 0;
		width: 100%;
	}
	.wrapper.titulka {
		padding-left: 28px;
		width: 82%;
	}
	.rodicia_button {
		/*position: fixed;*/
		height:49px;
	}
	header .objednavka {
		float: left;
		padding-left: 8px;
		position: relative;
	}
	header .objednavka span {
		font-size: 9px;
	}
	.formular {
	width: 100%;
	position: relative;
	right: 0px;
	top: 0px;
	
	}
	input[type="text"], input[type="password"] {
	
	width: 100%;
	}
	.section-stunning-right .copy {
		margin-left: 5px;
	}
	footer .left.first {
		width: 100%;
	}
	footer .left.second {
		width: 100%;
	}
	footer .left {
		width: 100%;
	}
}