@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;*/
}
html{
    height: 100%;	
}
body
{
	background: none repeat scroll 0 0 #f5f5f5;
	/*min-height:780px;*/
	/*color:#fbffff;*/
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
#mobil_menu
{
	display:none;
	float:right;
}
#logo_img_small
{
	display: none;
}

#content.nastavenia span.logo_nazov
{
	font-family: Open Sans,sans-serif;
	padding-top: 12px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
	font-weight: 600;
	line-height: 1em;
}
#RunMenu {

	min-height: 46px!important;

}
.reload{
	margin-bottom: 5px;
}
#logout_a {
    padding: 9px;
}
.logo_page
{
	display: none;
}
.nadpis_page
{
	display: block;
}
/*------------------
/* overLIB */
#overDiv
{
	border: 1px solid #a0a0a080;
    border-radius: 10px;
}
.overlib_font {
	padding: 8px;
	font-size: 13px;
}
.overlib_capfont {
	padding: 4px;
	font-weight: bold;
	color: #ffffff;
}
.overlib_fg {
    background-color: #f5f5f5;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.overlib_fg tr td {

    color: #182c5a;
}
.overlib_bg {
	background-color: #ea7e2e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper .navigbar
{ 
     padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #dddddd;
    /* margin-top: 8px; */
    display: block;
    position: relative;
    padding-bottom: 16px;
    padding-top: 10px;
}
#wrapper .navigbar span
{
    display: flex;
    position: relative;
    text-align: center;
}

#wrapper .navigbar .strana
{
    font-size: 12px;
    line-height: normal;  
    padding: 0.5rem 0.75rem;
}
#wrapper .navigbar a
{
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    padding: 0.5em 0.4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 13px;
    line-height: normal;
}
#wrapper .navigbar b
{
    position: relative;
    display: flex;
    padding: 0.5em 0.6rem;
    margin-left: -1px;
    color: #007bff;
    border: 1px solid #dee2e6;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-size: 13px;
    line-height: normal;
}
/*------------------------------------------------------------------*/
/*-------------------------------------------------- */
/* primary navigation
--------------------------------------------------------------------- */

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

#full_width_center {
    clear: both;
    width: 100%;
    display: flex;
    justify-content: center;

}
/* 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;
	}

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

.wrapper_foto, .wrapper {
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
    text-align: left;
    width: 80%;
    max-width: 75%;
	margin-top: 60px;
}
.wrapper.nastenka
{
	margin-top: 49px;
}
.inner-wrapper {
    display: block;
    float: none;
    font-family: 'Roboto',sans-serif;
   /* height: 100%;*/
    padding: 0;
    position: relative;
    width: 100%;
	height: calc(100% - 49px);
   /* top: 49px;
	margin-bottom: 48px;*/
	margin-bottom: 60px;
}

hr {
  background-color: #FFF;
   }
h2 {
  color: #FFF;
   }
#header {
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
	display: flex;
    justify-content: space-between;
}
#content .sipka-dole
{
  padding:37px 9px;
  width:38px;
  border-right: 1px solid #E1E1E1;
  margin:10px 0;
  float:left;
  cursor:Pointer;
  margin-bottom: 3px !important;
}
#content .sipka-dole img
{
    transform: rotateZ(-90deg);
    transition-duration: 0.2s;
    transition-property: transform;
}
#content .sipka-dole.rotate_sipka img
{
    transform: rotateZ(0deg);
}
img.sipka
{
	transition-duration: 0.2s;
    transition-property: transform;
	transform: rotateZ(0deg);
	border-radius: 3px;
}
img.sipka.rotate
{
	transition-duration: 0.2s;
    transition-property: transform;
    transform: rotateZ(180deg);
}

audio {
    margin-top: 25px;
}
/************************************************************/
footer {
    background: none repeat scroll 0 0 #2a3d4b;
   /* height: 49px;*/
    position: relative;
    bottom: 0;
    width: 100%;
	margin-top: 0px;
}
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: calc(100% - 16px);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 25px 8px 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 #445765;
    display: inline-block;
	margin-top: 5px;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 100%;
}


footer.logopedik {
    background: none repeat scroll 0 0 #008e79;
	color: #fff;
}
footer.logopedik .copyright {
    border-top: 1px solid #f5f5f5;
}
footer.logopedik a {
	color: #fff !important;
}
footer.logopedik a:hover {
	color: #000 !important;
}
footer.nastavenia {
    background: none repeat scroll 0 0 #000000;
	color: #fff;
}
footer.nastavenia .copyright {
    border-top: 1px solid #f5f5f5;
}
footer.nastavenia a:hover {
    color:#F15D5E !important;
}
footer.papagaj {
    background: none repeat scroll 0 0 #EA7E2E;
	color: #553830;
}
footer.papagaj a {
	color: #553830 !important;
}
footer.papagaj a:hover {
	color: #fff !important;
}
footer.papagaj .copyright {
    border-top: 1px solid #553830;

}
footer.papagaj .copyright span {
	color: #553830;
}

footer.domov {
    background: none repeat scroll 0 0 #f16749;
	color: #553830;
}
footer.domov a {
	color: #553830 !important;
}
footer.domov a:hover {
	color: #fff !important;
}
footer.domov .copyright {
    border-top: 1px solid #553830;

}
footer.domov .copyright span {
	color: #553830;
}

footer.mozgozrutik {
    background: none repeat scroll 0 0 #f26649;
	color: #fff;
}
footer.mozgozrutik .copyright {
    border-top: 1px solid #f5f5f5;
}

footer.mozgozrutik .contact a:hover
{
	color: #445765;
}



#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;
}

#content {
    font-family: 'Roboto',sans-serif;
    height: 100%;
  /*  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: 30px;
    margin-left: -1px;
    padding-bottom: 21px;
    padding-left: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-top: 35px;
	line-height: 1.2em;
	margin-top: 0px;
    margin-bottom: 0px;
}
#content h3.first
{
	padding-top:0px;
}

#content h1 {
    color: #fbffff;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 24px;
    margin-top: 0;;
}
#content h2 {
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 24px;
    margin-top: 0;;
}
#content span {
   /* font-size: 12px;*/
   /* position: absolute;*/
	z-index: 1;
    text-align: left;
	    line-height: 1.2em;
/*	font-family: 'Roboto', sans-serif;*/
}
#content a:hover {
    color: #5BC8E0;
    text-decoration: underline;
}
#viac_p
{
	margin-top: -10px;
}
#inner-wrapper{
	margin-bottom: 60px !important;
}
/*************************************************************/
#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: 558px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
#miniatury
{
    padding: 30px 0 70px;
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#miniatury .min
{

	cursor:pointer;
    margin: 0 8% 0 auto;
    text-align: center;
    width: 20%;
    margin: 0 auto;
	max-width: 183px;
}
#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;
}

#content #miniatury .min
{
	
}
#content #miniatury .min .dot
{
	width:183px;
	height:183px;
	background-size: 100%;
	margin: 0 auto;
}
#content #miniatury .min .mozog
{
	background: url(/images/mozog_kruh.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .mozog:hover
{
	background: url(/images/mozog_kruh_h.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .zborovna
{
	background: url(/images/sborovna_kruh.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .zborovna:hover
{
	background: url(/images/sborovna_kruh_h.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .logopedia
{
	background: url(/images/du_kruh.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .logopedia:hover
{
	background: url(/images/du_kruh_h.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .fotoskolka
{
	background: url(/images/bez_kruh.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .fotoskolka:hover
{
	background: url(/images/bez_kruh_h.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .papagaj
{
	background: url(/images/papagaj_kruzok.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
#content #miniatury .min .papagaj:hover
{
	background: url(/images/papagaj_kruzok_h.png) no-repeat;
	background-size: 100%;
	width: 100%;
}

/*************************************************************/
.image_nahlad
{
	width:18%;
	margin-right:8px;  
	border: 1px solid rgba(224, 224, 224, 0.37);
}
.image_nahlad2
{
	width:18%;
	margin-right:8px;  
}
.image_nahlad > img{
	width: 100%;
}
.image_nahlad2 > img{
	width: 100%;
}
#content p
{
	color: #696969;
	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;
}
.mobile
{
	display: none;
}
#content input.submit,#header 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],
#header input[type=submit]
 {

	background: url("/images/sipka.png") no-repeat scroll 70px 9px #00aa87;
    border: 0 none;
	cursor:pointer;
    color: #fff;
    float: right;
    font-size: 9px;
    font-weight: 600;
    margin-top: 7px;
    padding: 9px 33px 9px 19px;
   
}

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

/*****************/
#content.nastavenia
 {
	border: 1px solid #dfdfdf;
    background-color: #ffffff;
    margin-top: 45px;
    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:#696969;
	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: top;
}
#content.nastavenia form.ramcek
{
	background-color:#f5f5f5;
	padding: 16px;
    width: auto;
    display: inline-block;
}
#content.nastavenia form.ramcek input[type=text],#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: #363535;
    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;
}
p.text-left
{
	text-align: left;
}
#content p.ml0, p.ml0
{
	margin-left:0px;
}
#content p.mb0, p.mb0
{
	margin-bottom:0px;
}
#content #mobil {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    margin-left: 3px;
    position: relative;
    vertical-align: top;
    width: 224px;
}
.se-pre-con-papagaj {
    position: absolute;
    width: inherit;
    height: 768px;
    z-index: 9999;
    background: #29777082;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
}
#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: 5px;
    position: relative;
    vertical-align: top;
    width: 74%;
 /*   display:none;*/
}
#content .store
{
	float:none;
	width:100%;
	margin-top: 60px;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	justify-content: start;
    vertical-align: top;
	display: flex;
    flex-wrap: wrap;
}

.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;
}
#systemmesage
{
	top: 15px;
}
.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;
    z-index: 1548;
    box-shadow: 0px 1px 11px 1px #000;
}
.formular span
{
	color: #D05981;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 6px;
    position: relative;
}
input[type=text],input[type=password],input[type=email] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #d3d3d3;
    color: #aaaaaa;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 10px;
      border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  



}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus
{
	background:#ffffff;
	color:#111111;
	border: 1px solid #6abceb;
}
.store a
{
	display: inline-flex;
    background: none repeat scroll 0 0 #374e5c;
    height: auto;
    text-align: center;
    width: 32%;
    /* margin: 0 auto; */
    justify-content: center;
    /* height: 84px; */
    margin-left: 3px;
    min-width: 290px;
    margin-top: 2px;
}
.store a:hover
{
	background: none repeat scroll 0 0 #293d49;
}
.store a img
{
	margin: 7% 5%;
    max-width: 86%;
}
select
{
	font-size: 11px;
}
.zobacik
{
  position: absolute;
    right: 53px;
    top: -7px;
}
.zobacik_login
{
  position: absolute;
    right: 173px;
    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 .white_page {
    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;*/

}
.white_page .ikony
{
	width:74%;
	clear:both;
	text-align:center;
	margin:18% auto 0;
	display: table;
}
.white_page .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 .white_page .ikony
{
	width: 43%;
}
.white_page .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: #EEE;
	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;
	/*color: #FFF;*/
}
table td, table th {
	color: #FFF;
	  vertical-align: middle;
}
/*               - 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;
}
span 
{
	/*color:#FFF;*/
	
}
.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 #e70e48;
	border:1px solid #e70e48;
}
#content .pristupy input[type=submit],#content .pristupy input[type=button], #content input[type=button].submit 
{
	  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	cursor:pointer;
	margin-top:0;
	font-size: 12px;
    font-weight: 300;
	padding:12px 19px 10px 19px;
	margin-left: 4px;
	background: 57px 8px #82ca9c;
	color:#FFF;
}
/* -------------------------  sprava ------------------------------**/
#content .infosprava
{

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

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


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: 190px;
		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: left; */
    height: 100%;
    position: relative;
    /* top: 0; */
    right: 0;
    width: auto;
    white-space: nowrap;
}
.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;  
}
.domov_button {    
    border: 0;
    background: url("/images/domov.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, header.nastenka .domov_button {
	background-color:#000000;
	/**/background-color:#dd75af;
}
header.nastenka .rodicia_button.active, header.nastenka .nastavenia_button.active, header.nastenka .domov_button.active, header.nastenka .nastavenia_button:hover, header.nastenka .domov_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, header.mozgozrutik .domov_button {
	background-color:#f26649;
}
header.mozgozrutik .rodicia_button.active, header.mozgozrutik .nastavenia_button.active, header.mozgozrutik .nastavenia_button:hover, header.mozgozrutik .domov_button.active, header.mozgozrutik .domov_button:hover, header.mozgozrutik .rodicia_button.pressed, header.mozgozrutik .rodicia_button:hover {
	background-color:#ec472f;
	color: #FFFFFF;
}
/**/
header.papagaj {
    /**/background: none repeat scroll 0 0 #EA7E2E;
}
header.papagaj .mobile #nav-wrap > a, header.papagaj .mobile #nav-wrap ul#nav_mobil {
	background-color:#e56d14;
}
header.papagaj .logo {
	padding-top: 8px;
	padding-left: 17px;
	padding-left: 0px;
}
header.papagaj .rodicia_button, header.papagaj .nastavenia_button, header.papagaj .domov_button {
	background-color:#EA7E2E;
}
header.papagaj .rodicia_button.active, header.papagaj .nastavenia_button.active, header.papagaj .nastavenia_button:hover, header.papagaj .domov_button.active, header.papagaj .domov_button:hover, header.papagaj .rodicia_button.pressed, header.papagaj .rodicia_button:hover {
	background-color:#e56d14;
	color: #FFFFFF;
}
/**//**/
header.domov {
    /**/background: none repeat scroll 0 0 #f16749;
}
header.domov .mobile #nav-wrap > a, header.domov .mobile #nav-wrap ul#nav_mobil {
	background-color:#e74725;
}
header.domov .logo {
	padding-top: 9px;
}
header.domov .rodicia_button, header.domov .nastavenia_button, header.domov .domov_button {
	background-color:#f16749;
}
header.domov .rodicia_button.active, header.domov .nastavenia_button.active, header.domov .nastavenia_button:hover, header.domov .domov_button.active, header.domov .domov_button:hover, header.domov .rodicia_button.pressed, header.domov .rodicia_button:hover {
	background-color:#e74725;
	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, header.logopedik .domov_button {
	background-color:#00a890;
}
header.logopedik .rodicia_button.active, header.logopedik .nastavenia_button.active, header.logopedik .nastavenia_button:hover, header.logopedik .domov_button.active, header.logopedik .domov_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 .domov_button:hover, header.nastavenia .rodicia_button.pressed, header.nastavenia .rodicia_button:hover
{
	background-color:#323232;
	color: #FFFFFF;
}
.rodicia_button.odhlasit
{
	font-weight:300;
}


/*-------------------------------------------------------------------------*/
.flex
{
	display: flex;
}
.flex.center-flex
{
	justify-content: center !important;
    align-items: center;
    flex-flow: column;
}
.flex.start-flex.row
{
	justify-content: center !important;
    align-items: flex-start;
    flex-flow: row;
}
.flex.between
{
	justify-content: space-between;
}
.flex.center
{
	justify-content: center;
	
}
.flex.align-start
{
	align-items: start;
}
.flex.align-center
{
	align-items: center;
}

.flex.column,
.flex.column_flex
{
	flex-direction: column;
}

.flex.between-mobil-around
{
	justify-content: space-between !important;
}
.flex.around
{
	justify-content: space-around !important;
}
.flex.wrap, .flex-wrap
{
	flex-wrap: wrap;
}

.flex.row
{
	flex-direction: row;
}
.center
{
	text-align:center;
}
.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;
}
/*-------------------------------------------------------------------------*/
.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;
	left: 0;
        z-index: 500;
}

.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: 99%;
    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 .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: #696969;
    font-weight: 400;
	font-size: 22px;
	line-height: 1.4em;
}
.prispevok-main .prispevok-download a.download
{
	background: url("/images/image_download.png") no-repeat scroll 0px 0px;
    opacity: 0.5;
    transition: background 0.1s ease 0s, opacity 0.1s ease 0s;
    width: 63px;
    height: 60px;
    position: absolute;
}
.prispevok-main .prispevok-download a.download:hover
{
	opacity:1;
}
/* ---------------------------- plavajuca help ikona ----------------------------- */
#floating-button
{
	position: fixed !important;
    bottom: 17px !important;
    right: 10px !important;
    left: auto !important;
	z-index: 9997 !important;
	cursor: pointer;
	background: rgb(198,215,222);
    background: radial-gradient(circle, rgb(200 233 247) 0%, rgb(255 255 255 / 0%) 71%);
    background-position: 0px 1px;
}
.explanse-buble
{
    position: absolute;
    bottom: -30px;
    right: 31px;
    z-index: 154;
}
.float_message
{
    display: none;
    position: fixed !important;
    bottom: 101px !important;
    right: 3px !important;
    left: auto !important;
    /* z-index: 9000000 !important; */
    width: 205px;
    background-color: #C6E9FA;
    border: 2px solid #C6E9FA;
    padding: 15px;
    z-index: 9997;
   /* border-radius: 24px 21px 17px 16px;*/
   /* border-radius: 24px 21px 17px 16px;*/
    border-radius: 30px;
    box-sizing: content-box;
}
.float_message h2
{
	margin-bottom: 5px;
	font-size: 12px;
	padding: 0;
	color:#444444;
}
.float_message textarea
{
    border-radius: 5px;
    border: 1px solid #bce1f3;
	width: 192px;
    height: 133px;
    border-radius: 13px;
    padding: 6px;
	outline: none;
	box-sizing: content-box;
}
.float_message button#submit
{
    position: absolute;
    bottom: 8px;
    right: 7px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    outline: none;
    /* border-color: #88cdef; */
    border: 0px solid #88cdef;
    background: #f58220;
    cursor: pointer;
    background: url(/images/send-mail.png) #f58220;
    background-position: 5px;
    background-repeat: no-repeat;
}
.float_message button#submit:hover
{
 	background: url(/images/send-mail_h.png) #88cdef;
	background-position: 5px;
    background-repeat: no-repeat;
}
.float_message button#submit.odosielasa
{
	background:#f58220 !important;
	width: auto;
    color: #fff;
}
.flmozgo figure
{
	border-radius: 50%;
    width: 8px;
    height: 8px;
    background: white;
    border: 1px solid black;
    position: absolute;
    z-index: 5;
    color: black;
    font-size: 12px;
    line-height: 0.9em;
    padding: 2px;
    font-weight: bold;
    text-align: center;
	cursor:pointer;
	transition: 0.1 ease-out;
	position: fixed !important;
    bottom: 65px !important;
    right: 10px !important;
    right: 2px !important;
    left: auto !important;
    z-index: 9998 !important;
    box-sizing: content-box;
}
.flmozgo figure:hover
{
	color: #FB001A;
	border: 1px solid #FB001A;
}
.flmozgo figure:before {
    content: "\02E3";
	font-size: 15px;
}
.flmozgo figure#hide_message
{
	background: white;
    border: 1px solid #88cdef;
    position: absolute !important;
    padding: 4px;
    color: #88cdef;
    bottom: auto !important;
    right: 3px !important;
    margin-top: -17px;
    margin-right: -4px;
    box-sizing: content-box;
}
#floating-button div.buble-help
{
	background: url('/images/HELP_buble2.png');
	top:50%;left:50%;
	height: 3px;
	width: 3px;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	z-index:1;
	position:absolute;
	top: 11%;
    left: 0;
    height: 0px;
    width: 45px;

	transition: all 0.2s ease-out;
}
#floating-button:hover div.buble-help
{
	top: -37px;
    left: 1px;
	height: 33px;
	width: 46px;
	display:flex;
	transition:all 0.35s ease-out;
}
#floating-button .buble-help .float-help
{
	font-size:11px;
	font-family: 'Roboto', sans-serif;
	margin-top: 6px;
	display:none;	
	visibility:hidden;
}
#floating-button:hover .buble-help .float-help
{
	display:block;
	visibility:visible;
}
/* ---------------------------- plavajuca help ikona ----------------------------- */

.flex480{
	display: flex !important;;
}
/*-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
.wrapper.nastavenia {
		width: 90%;
		max-width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	#sumar .circle {
		height: 14em;
		margin-right: 35px;
		width: 14em;
	}
	.prispevok-main {
		width: 31%;
	}
	#systemmesage
	{
		position: absolute;
		top: 53px;
		z-index: 154245;
	}
	#sumar span.score {
		font-size: 43px;
	}
	#sumar span.typ {
		font-size: 15px;
		margin-top: 3px;
	}
	footer .left {
		width: 18%;
		
	}
	.rodicia_button {
		padding: 16px 9px;
	}
	.wrapper.nastenka {
		width: 94%;
		max-width: 97%;
	}
	.wrapper.nastavenia {
		width: 100%;
		max-width: 100%;
	}
	#content.nastavenia {
		margin-top: 0;
		border: 0px;
		padding: 23px;
		width: 100%;
    }
	#inner-wrapper {
		margin-bottom: 0px;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
		margin-top: 49px;
		/*margin-top: 49px;*/
	}
}
@media screen and (max-width: 800px) {
	
	.produkt_last {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	#logo_img, div.logo
	{
		/*display: none;*/
	}
	#logo_img_small
	{
		display: block;
	}
	.rodicia_button {
		padding: 16px 9px;
	}
	#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;
    }
	.domov_button {
		background: #000 url("/images/domov.png") no-repeat scroll 15px 13px;
		padding: 16px 16px 16px 29px;
    }
}
/*@media screen and (max-width: 701px) {




	.wrapper {
		width: 100%;
		max-width: 100%;
	}
	
	#content #miniatury .min .dot {
		width: 115px;
    height: 124px;
    }
	
	.prispevok-main {
		width: 48%;
	}
	#content.nastavenia {

		padding: 25px;
	}
	#content.nastavenia {
		padding: 10px;
		width: calc(100% - 20px);
	}
	#miniatury .min span {
		font-size: 18px;
    }

    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: 750px) {

	header .logo 
    {
		/*display:none;*/
    }
	.logo_page
	{
		display: block;
	}
	.nadpis_page
	{
		display: none;
	}
	#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: 749px) {

	/*-------------------------------------------------------------------- */
	 header.mobile { height: 54px; }

   .mobile #nav-wrap {
      position: absolute;
      top: 0;
      right: 0px;
      width: auto;
      margin: 0;
   }
   #content.nastavenia span.logo_nazov
	{

		padding-top: 8px;
		font-size: 14px;
		font-weight: 300;
	}
   .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;
	}
	.mobile
	{
		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 #374e5c;
      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.titulka .userpages
	{
		display:block;
	}
	#header.titulka .logo
	{
		display:none;
	}
	#logo_img, div.logo {
		display: block; 
	}
	.section-stunning-right {
		width: 100%;
	}
	#content .white_page {
		display: none;
	/*	width: 100%;
		margin-bottom: 27px;
		max-width: 100%;
		margin-bottom: 20px;
		position: relative;
		float: left;
		width: 45px;
		height: 45px;
		position: absolute;
		float: right;
		text-align: right;
		right: 6px;
		margin-top: 0px;*/
	}
	.white_page .ikony {
		display:none;
	}
	#content.nastavenia {
		padding: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	#mozgozrut .white_page .ikony {
		display:none;
	}
	#nadpis {
		padding-top: 41px;
	}
	#miniatury {
		display: flex;
		padding: 3px 0 36px;
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
	}
	#miniatury .min {
		width: 42%;
	}
	.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;
	}
	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%;
	}
}
@media screen and (max-width: 480px) {
	.flex{
		display: block;
	}
	.image_nahlad {
		width: 33%;
	}
	.image_nahlad2 {
		width: 33%;
	}
}@media screen and (max-width: 370px) {
	#miniatury .min span {
		display: none;
	}
	#content #miniatury .min .dot {
		height: 164px;
	}
}