@import "font.css";
html{
	overflow-x:hidden;
}
body{
	font-family: "Chivo-Regular";
	/*color:#606366;
	background: #2c2b44;*/
	overflow-x:hidden;
	background-attachment: fixed;
}

::-webkit-scrollbar{
	width:10px;
	background:#f7f9f9;
}
::-webkit-scrollbar-thumb{
	background:-webkit-gradient(linear,left top,right bottom,from(#343434),to(#dedede));
	background:linear-gradient(top,#343434,#dedede);
}
.none{
    display: none;
}
.container{
    width: 85%;
   /* padding-right: 5px;
    padding-left: 5px;*/
    margin-right: auto;
    margin-left: auto;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    object-fit: cover;
    width: 100%;
}

.x_panel {
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px
}

.x_title .filter {
    width: 40%;
    float: right
}

.x_content,table.tile td ul li a,table.tile_info {
    width: 100%
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block
}

.x_title h2 small {
    margin-left: 10px
}
.img_viralita_z {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}
.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px;
}
.fa{
    display: inherit;
}

.f_none{
    float:none;
}
.f_left{
    float:left;
}
.f_right{
    float:right;
}
.d_block{
    display:block;
}
.d_table{
	display:table;
}
.fw_ex_light{
    font-weight:100;
}
.fw_light{
    font-weight:300;
}
.fw_normal{
    font-weight:400;
}
.fw_bold{
    font-weight:600;
}
.fw_ex_bold{
    font-weight:900;
}
.m_right_2{
	margin-right:2px;
}
.m_right_5{
	margin-right:5px;
}
.m_right_8{
	margin-right:8px;
}
.m_right_10{
	margin-right:10px;
}
.m_right_15{
	margin-right:15px;
}
.m_right_20{
	margin-right:20px;
}
.m_right_30{
	margin-right:30px;
}
.m_right_40{
	margin-right:40px;
}
.m_right_60{
	margin-right:60px;
}
.m_left_5{
	margin-left:5px;
}
.m_left_8{
	margin-left:8px;
}
.m_left_10{
	margin-left:10px;
}
.m_left_15{
	margin-left:15px;
}
.m_left_35{
	margin-left:35px;
}
.m_bottom_0{
	margin-bottom:0px !important;
}
.m_bottom_3{
	margin-bottom:3px;
}
.m_bottom_5{
	margin-bottom:5px;
}
.m_bottom_8{
	margin-bottom:8px;
}
.m_bottom_10{
	margin-bottom:10px;
}
.m_bottom_12{
	margin-bottom:12px;
}
.m_bottom_15{
	margin-bottom:15px;
}
.m_bottom_20{
	margin-bottom:20px;
}
.m_bottom_23{
	margin-bottom:23px;
}
.m_bottom_25{
	margin-bottom:25px;
}
.m_bottom_30{
	margin-bottom:30px;
}
.m_bottom_35{
	margin-bottom:35px;
}
.m_bottom_40{
	margin-bottom:40px;
}
.m_bottom_45{
	margin-bottom:45px;
}
.m_bottom_50{
	margin-bottom:50px;
}
.m_bottom_55{
	margin-bottom:55px;
}
.m_bottom_70{
	margin-bottom:70px;
}
.m_top_0{
	margin-top:0px !important;
}
.m_top_5{
	margin-top:5px;
}
.m_top_8{
	margin-top:8px;
}
.m_top_10{
	margin-top:10px;
}
.m_top_15{
	margin-top:15px;
}
.m_top_20{
	margin-top:20px;
}
.m_top_35{
	margin-top:35px;
}
.p_top_2{
    padding-top: 2px;
}
.p_top_25{
    padding-top: 25px;
}
.p_top_20{
    padding-top: 20px;
}
.p_bottom_10{
    padding-bottom: 10px;
}
.d_inline_b{
    display: inline-block;
}
.t_align_c{
    text-align:center;
}
.t_align_r{
    text-align:right;
}
.t_align_l{
    text-align:left;
}
.tt_uppercase{
	text-transform: uppercase;
}
.r_corners{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.relative{
	position:relative;
	/*z-index:1;*/
}
h1{
    font-size:3.75em;
}
h2{
    font-size:3em;
}
h3{
    font-size:2.25em;
}
h4{
    font-size:1.375em;
}
h5{
    font-size:1.25em;
}
h6{
    font-size:1.125em;
}
h1,h2,h3,h4,h6 {
    font-family: "PlayfairDisplay-Black";
}
.border_bottom{
    border-bottom: 1px solid #ebedef;
    padding: 10px 0px;
}
.lh_inherit{
	line-height: inherit;
}
.lh_small{
	line-height:1.18em;
}
.lh_medium{
	line-height:1.125em;
}
.lh_large{
	line-height:1.375em;
}

.font_PlayfairDisplay{
    font-family: "PlayfairDisplay-Black";
}
.text-black
{
    color: #000;
}
#vybrana_skola_footer
{
    display: none;
}
.text-white
{
    color: #fff;
}
.padding_0{
    padding: 0px;
}
.p_left_0{
    padding-left: 0px;
}
.p_left_10{
    padding-left: 10px;
}
.p_right_0{
    padding-right: 0px;
}

.p_top_100{
    padding-top: 100px;
}

.line{
    border: 1px solid #ebedef;
    margin-top: 15px;
    margin-bottom: 15px;
}

.line_bottom{
    border-bottom: 1px solid #ebedef;
}

.section-header .section-title{
    color: #272727;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.section-header .section-title:before{
    content: "";
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    height: 1px;
    background: #ebebeb;
}

.section-header .section-title:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #45aed6;
}

.uvod_img{
    width: 40%;
    /*margin: 0 auto;*/
    display: block;
}

.uvod_img_left{
    width: 61%;
    /*margin: 0 auto;*/
    display: block;
}

.center_div{
    display: block;
    margin: 0 auto;
}

.center_div ul{
    padding: 35px 35px;
}

.center_div ul li{
    line-height: 30px;
    font-size: 15px;
}

.center_div ul i{
    line-height: 30px;
    color: #45aed6;
}

.nav-list{
    text-align: center;
    margin-left: 0;
}

.nav-list > li { 
  padding: 20px 15px 15px;
  max-width: 180px;
}
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  padding-top: 5px;
  font-size: 13px;
  text-align: center;
}

.nav-list > li > a > img{
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    max-height: 200px;
}
.flex
{
    display: flex;
}

.flex.column
{
    flex-direction: column;
}
.flex.row-rewerse
{
    flex-direction: row-reverse;
}
.flex.between
{
    justify-content: space-between;
}
.flex.start
{
    justify-content: start;
}
.flex.align-end
{
    align-items: flex-end;
}
.flex.center
{
	justify-content: center;
}
.flex.align-center
{
	align-items: center;
}
.totop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 100;
}
.totop a {
    display: none;
}

.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: 15px;
    position: absolute;
    right: 0;
}
.banner .dots li.active {
    background: none repeat scroll 0 0 #337ab7;
    opacity: 1;
}
.banner .dots li {
    border: 2px solid #337ab7;
    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;
}

.banner .nav > li > a{
    padding: 0;
    display: none;
}

.banner .nav > li > a:hover{
    background: none; 
}

/* ==================================================
  Carousel
  ================================================== */
#customers-testimonials .item-details {    
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;   
}

#customers-testimonials .item-details h5{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
	
}

#customers-testimonials .item-details h5 span{
    color: red;
    float:right;
    padding-right: 20px;
}

#customers-testimonials .item-details p{
    font-size: 14px;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom:80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #337ab7;
    border: 1px solid #337ab7;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}

/* ==================================================
  Tabs
  ================================================== */
.tabs_nav li a{
    color: black;
}
.tabs_nav li:first-child a{
	/*-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;*/
}
.tabs_nav li:last-child a{
	/*-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;*/
}
.tabs_nav a{
	padding:9px 20px 10px;
}
.tabs_nav.type_2 a{
	padding:5px 28px;
}
.tabs_nav.type_3 a{
	padding-left:13px;
	padding-right:13px;
}
.tabs_nav a{
	border-bottom: 1px solid #bdc3c7;
}
.tabs_nav li:not(:last-child) a{
	border-right:none;	
}

.tabs_nav .ui-state-active a{
    border-bottom: 3px solid #5bd27a;
    text-decoration: none;
}

.tabs_zoz li a{
    color: black;
    font-size: 15px;
}
/* ==================================================
  Sticky
  ================================================== */
.sticky.navbar {
    border-radius: 0;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sticky .show-is-sticky,
.sticky .show-not-sticky {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}
.sticky .show-not-sticky {
    opacity: 1;
    visibility: visible;
}
.sticky.is-sticky {
    position: fixed;
/*    left: 90px;
    right: 90px;*/
    top: 0;
    z-index: 1000;
    /*width: 100%;*/
    background-color: white;
    /*padding: 5px;*/
}
.sticky.is-sticky.navbar {
    /*background-color: #4b3968;*/
    background-color: white;
}
.sticky.is-sticky .show-is-sticky {
    opacity: 1;
    visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
    opacity: 0;
    visibility: hidden;
}

/* ===================================================
    Navbar
  ================================================== */
.logo{
    padding: 7px 5px;

}
.logo img {
    height: 40px;
    margin-top: 3px;
}

.logo a h4{
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    padding: 7px 15px;
}

.logo a:hover{
    text-decoration: none;
}

.list_logo li{
    float: left;
    width: 170px;
    padding-right: 10px;
    text-decoration: none;
}

/*.menu{
    width: 85%;
}*/

.menu .navbar{
    margin-bottom: 0px;
}

.menu .nav>li>a{
    padding: 17px 10px;
    font-size: 15px;
    color: black;
	text-align: left;
}

.menu .navbar-collapse, .container-fluid{
    padding-right: 10px;
    padding-left: 10px;
}

.menu .navbar-toggle:hover{
    background-color: #ddd;
}

.menu .navbar-toggle{
    border-color: #ddd;
}

.menu .navbar-toggle .icon-bar{
    background-color: #888;
}

.right_menu_link{
    list-style-type: none;
    margin: 0;
   /* padding: 10px 0;
    float: right;*/
    /*overflow: hidden;
    background-color: #333; */
  /*  margin-top: 5px;*/
  align-items: center;
  display: inline-flex;

}

.right_menu_link li{
    /*float: left;*/
   
}
.profile_ul li 
{
    border-bottom: 1px solid #f1f2f4;
}
.right_menu_link li a{
    display: block;
    color: black;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
   /* font-size: 26px;*/
}

.left_menu_link .dropdown,
.right_menu_link .dropdown
{
    padding: 0 10px;
}

.right_menu_link .dropdown:hover{
   cursor: pointer;
   color: #5daeff; 
}

/*.dropdown:hover .dropdown-menu{
    display: block;
}*/

.right_menu_link .dropdown-menu{
    text-align: right;
    left: -10px;
    margin: 10px 0 0;
}

.right_menu_link .login{
    text-align: right;
    left: -75px;
    margin: 5px 0 0;
    width: 200px;
}

.dropdown-divider{
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.right_menu_link .dropdown a, .right_menu_link .login a{
    display: flex;
    padding: 5px 10px;
    line-height: 33px;
}

.right_menu_link .dropdown-menu a i{
    padding: 0 0 0 5px;
}

.right_menu_link .dropdown a:hover, .right_menu_link li a:hover{
    color: #5daeff;
}


hr{
    height: 1px;
    background: #ecf0f1;
    margin-top: 10px;
}

/*.header_logo{
    padding: 10px 0;
}*/

.header_form{
    width: 50%;
    margin: 0 auto;
    padding: 36px 0;
}

[role="search"].type_3{
    width: 350px;
    padding: 36px 0;
}

[role="search"] input[type="text"]{
    padding-right: 45px;
}

[role="search"] button{
    position: absolute;
    width: 46px;
    height: 40px;
    right: 0;
    font-size: 18px;
}

input:not([type="submit"]){
    border: 1px solid #e1e4e6;
    height: 40px;
    padding: 5px 15px;
    font-style: italic;
}

.padding_type_1{
    padding-top:10px;
    padding-bottom:9px;
}

[class*="button_type"]{
	border-width:1px;
	border-style:solid;
	padding-left:29px;
	padding-right:29px;
	backface-visibility:hidden;
}
.button_type_1{
	padding-top:2px;
	padding-bottom:2px;
}
.button_type_2{
	padding-top:4px;
	padding-bottom:5px;
}
.button_type_3{
	padding-top:10px;
	padding-bottom:9px;
}
.button_type_4{
	padding-top:19px;
	padding-bottom:20px;
}
.button_type_5{
	min-height:40px;
	padding:7px 18px 7px;
}
.button_type_6{
	padding:2px 10px;
	height:40px;
	min-width:40px;
}
.button_type_7{
	padding:2px 10px;
	height:45px;
}
[class*="button_type"]:not(.transparent):hover,
[class*="select_button_"]:hover,.checkout_video:hover .video_button{
	background:transparent;
}

.color_green,
.color_green_hover:hover,
[class*="button_type_"].color_green_hover:hover,
[class*="button_type_"].color_green:not(.transparent):hover{
	color:#2ecc71;
}

[class*="button_type_"].color_green{
	border-color:#2ecc71;
}

.color_red,
.color_red_hover:hover,
[class*="button_type_"].color_red_hover:hover,
[class*="button_type_"].color_red:not(.transparent):hover{
	color: red;
	font-weight: bold;
}

[class*="button_type_"].color_red{
	border-color: red;
}

[class*="button_type_"].color_dark{
	border-color:#bdc3c7;
}

[class*="button_type_"].color_dark{
	color:#34383d;
}

.header_input{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.listarticle{
	padding-left: 10px;
	padding-right: 10px;
}

.listarticle, .la_1, .la_2{
    float: left;
    margin-bottom: 20px;
	width: 100%;
}

.la_1{
    border-top: 2px solid #c5c5c5;
    padding-top: 20px;
    height: 555px;
    width: 100%;
    position: relative;
	margin-left: 10px;
}

.la_1 .articlelist{
    position: absolute;
    bottom: 268px;
}

.la_2{
    border-bottom: 2px solid #c5c5c5;
    height: 555px;
	padding-right: 10px;
}

.la{
    height: 316px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    padding-top: 7px;
    border: 1px solid transparent;
}
.la:hover{
    border: 1px solid #ede9e9;
}
.la figure img{
    /*height: 100%;*/
    height: 202px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #cccccc52;
}

.tint {
    position: relative;
    cursor: pointer;
  }
  
  .tint.dark:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.3);
    /*-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;*/
  }
  
  .tint:hover:before {
    /*background: none;*/
  }
  .image_arrow
  {
    background-image: url("/images/arrow-prev3.png");
    background-size: 13px auto;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    rotate: -90deg;
   /* transform: rotate(-90deg);*/
    transition-duration: 0.4s;
  } 
  .media .toggle_sipka
  {
   
    right: 9px;
    position: absolute;
    bottom: 6px;
    background-color: white;
    padding: 6px 10px;
    border: 1px solid #65a6f9;
    
  }   
  .image_arrow.up
  {
    /*transform: rotate(90deg);*/
    rotate: 90deg;
  }
  .pointer
  {
    cursor: pointer;
  }
.la figcaption, .listarticle figcaption{
    /*position: absolute; */
    padding: 7px 0px;
   /* padding: 10px;*/
    /*left: 10px;
    bottom: 0px;*/
    height: 113px;
}

.listarticle figcaption {
    position: absolute;
    padding: 10px;
    left: 10px;
    bottom: 0px;
    height: 300px;
}

.listarticle figcaption .articlelist, .la figcaption .articlelist{
    position: absolute;
    bottom: 5px;
    width: 170px;
}

.la_1 figcaption a, .la_2 figcaption a{
    color: black;
}

.la figcaption a {
    color: black;
}
.listarticle .tint.dark figcaption .articlelist li a, .listarticle .tint.dark figcaption a, .tint.dark  .la figcaption .articlelist li a
{
    color: white;
}
.listarticle figcaption .nadpisarticle a{
    color: white;
    font-weight: 600;
    font-size: 40px;
}

.la_1 figcaption .nadpisarticle a, .la_2 figcaption .nadpisarticle a{
    font-weight: 600;
    font-size: 32px;
}

.listarticle figcaption .nadpisarticle{
    /*width: 360px;*/
    width: 80%;
}

.la figcaption .nadpisarticle{
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.la figcaption .nadpisarticle a{
    color: black;
    font-weight: 600;
    font-size: 20px;
}

.imgarticle{
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    max-height: 250px;  /*322px;*/
    /*-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;*/
}
.imgarticle.notop{
    margin-bottom: 0px;
}


article.listarticle a.imgarticle{
    max-height: 555px;
}

.imgarticle img{
    height: 557px;
    object-fit: cover;
    min-width: 100%;
}

.imgla_1{
    overflow: hidden;
    display: block;
    /*-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;*/
    position: absolute;
    bottom: 0;
	width: 100%;
}

.imgla_1 img{
	object-fit: cover;
    height: 249px;
    border: 1px solid #cccccc52;
}

.la_2 .imgarticle img{
    overflow: hidden;
    display: block;
    object-fit: cover;
    height: 249px;
    border: 1px solid #cccccc52;
}

.nadpisarticle{
    font-size:1.35em;
    font-weight:300;
    margin-bottom: 5px;
}

.nadpisarticle a, tr_all {
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    -webkit-animation-duration:.5s;	
    -moz-animation-duration:.5s;	
    -o-animation-duration:.5s;	
    animation-duration:.5s;
}

.articlelist{
    /*margin-bottom: 8px;*/
    color:#d1d5d8;
    position: absolute;
    bottom: 20px;
}

.articlelist li{
    margin-right: 15px;
    position: relative;
    display:inline-block;
    vertical-align: middle;
}

.articlelist li a{
    font-size:0.812em;
    color:#929292;
}

.articlelist li:not(:last-child):after{
    content:".";
    font-size:25px;
    position:absolute;
    display:block;
    width:3px;
    height:3px;
    line-height: 0;
    right:-10px;
    top:50%;
    margin-top:-8px;
}

.section_offset{
    padding:63px 0 67px;
}

.section_offset_3{
	padding:10px 0 23px;
}

.texticon{
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 5px;
    line-height: 27px;
}

.footer_link{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333; */
}

.footer_link li{
    float: left;
}

.footer_link li a{
    display: block;
    color: black;
    text-align: center;
   /* padding: 0px 16px;
    text-decoration: none;*/
    padding: 0px 0px;
    text-decoration: none;
    padding-right: 20px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 60%;
}

.tags_list [class*="button_type"]{
	padding-left:10px;
	padding-right:10px;
}

.hr_list > li{
	float:left;
	width: 33%;
	text-align: center;
}

.tags_list > li{
    width: auto;
}

.m_left_0,.hr_list > li:first-child{
	margin-left:0;
}
.hr_list > li:last-child{
	margin-right:0;
}
.hr_list:after,.clearfix:after,
.clients.brands .owl-pagination:after{
	content:"";
	display:block;
	clear:both;
	width:100%;
}

.aside_block_row{
    background-color: #ebedef;
    padding: 15px;
    color: black;
}

.nadpisclanku{
    border-bottom: 1px solid #ebedef;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.nadpisclanku a{
    color: black;
}

.info_autor .autor{
    font-size: 1.25em;
    color: black;
}

.info_autor table th{
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
}

.info_autor table td{
    text-align: center;
}

.info_autor table th:last-child{
    border-right: none;
}

.info_autor .link_autor{
    color: black;
}

.info_autor .link_autor:hover{
    text-decoration: none;
}

.title_img{
    max-height: 350px;
    object-fit: cover;
    width: auto;
    max-height: max-content;
    max-width: 100%;
}

.title_img_oc{
    max-height: 229px;
    object-fit: cover;
    max-width: 240px;
}

.load,.loadef{
    display: none;
}

#loadMore{
    color: black;
    font-size: 18px;
}

#login_form{   
    box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 65px;
}

.width_login{
    width: 506px;
    height: auto;
    padding-bottom: 50px;   
}

.width_registracia{
    width: 770px;
    height: 674px;
}

#login_form h1{
    text-align: center;
    height: 43px;
    font-family: "PlayfairDisplay-Black";
    font-size: 32px;
    font-weight: 900;
    line-height: 1.31;
    color: #000000;
    margin: 0px auto;
    padding: 45px 0 100px;
}

#login_form .input_row{
    width: 362px;
    font-size: 20px;    
    font-style: normal;
    line-height: 2.1;
    text-align: left;
    color: #c5c5c5;
    margin: 0 auto;
    border: none;
    font-family: "Chivo-Regular";
    border-bottom: solid 1px #c5c5c5;
    border-radius: 0px;
    padding: 5px 0;
    box-shadow: none;
}

#login_form .schoolselect{
    display: flex;
}

#login_form .bootstrap-select.btn-group .dropdown-menu.inner{
    max-width: 600px;
}

#login_form .input_row:focus{
    box-shadow: none;
    color: black;
}

#login_form .input_row:active{
    color: black;
}

#login_form button[type="submit"]{
    width: 362px;
    height: 58px;
    border: solid 1px #56cc99;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    font-family: "Chivo-Regular";
    font-size: 20px;
    font-weight: bold;
    line-height: 2.1;
    color: #56cc99;
    border-radius: 0px;
}

#login_form button[type="submit"]:hover{
    background-color: #56cc99;
    color: white;
}
#login_form button[type="button"]{
    width: 362px;
    height: 58px;
    border: solid 1px #337ab7;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    font-family: "Chivo-Regular";
    font-size: 20px;
    font-weight: bold;
    line-height: 2.1;
    color: #337ab7;
    border-radius: 0px;
}

#login_form button[type="button"]:hover{
    background-color: #337ab7;
    color: white;
}

#login_form .forgotpass, #login_form .linkregistracia{
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #5daeff;
    display: block;
    margin-bottom: 50px;
}

#login_form .linkregistracia{
    margin-right: 0;
    text-align: center;
    margin: 45px;
}

#login_form .form-check{
    width: 362px;
    margin: 0 auto;
    line-height: 32px;
}

#login_form .form-check label{
    display: inline;
}

#login_form input[type="checkbox"]{
    -webkit-appearance: checkbox;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.forgot_card{
    box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.16);
    padding: 30px 40px;
}
.setting{
    box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.16);
    padding: 30px 40px;
}

.setting .left_part h4{
    display: inline-block;
    line-height: 36px;
    padding: 10px 0;
}

.setting .left_part{    
    
}

.setting .right_part{
    padding: 10px 80px;
    border-left: 1px solid black;
    padding-right: 30px;
}

.setting .left_part .tabs-left {
  border-bottom: none;
  padding-top: 2px;
  padding: 50px 0;
}
.setting .left_part .tabs-left {
  /*border-right: 1px solid #ddd;*/
}
.setting .left_part .tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.setting .left_part .tabs-left>li {
  margin-right: -1px;
}

.setting .left_part .tabs-left>li.active>a,
.setting .left_part .tabs-left>li.active>a:hover,
.setting .left_part .tabs-left>li.active>a:focus {
  /*border-bottom-color: #ddd;*/
  border-color: transparent;
  color: black;
  font-weight: 600;
  line-height: 30px;
}

.setting .left_part .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  line-height: 30px;
}

.setting .left_part .tabs-left>li>a i, .setting .left_part h4 i{
    padding: 0 20px 0 0;
}

#setting_form{
    padding: 50px 0;
}

#setting_form label{
    padding: 10px 0;
    font-weight: 600;
}

#setting_form .input_row{
    width: 362px;
    font-size: 18px;    
    font-style: normal;
    line-height: 2.1;
    text-align: left;
    color: #c5c5c5;
    border: none;
    font-family: "Chivo-Regular";
    border-bottom: solid 1px #c5c5c5;
    border-radius: 0px;
    padding: 5px 0;
    box-shadow: none;
}

#setting_form .input_row:focus{
    box-shadow: none;
    color: black;
}

#setting_form button[type="submit"]{
    width: 100px;
    height: 45px;
    border: solid 1px #56cc99;
    background-color: #ffffff;
    display: block;
    font-family: "Chivo-Regular";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    color: #56cc99;
    border-radius: 0px;
}

#setting_form button[type="submit"]:hover{
    background-color: #56cc99;
    color: white;
}

#setting_form .btn-danger[type="submit"], #setting_form .btn-danger[type="submit"]:focus{
    border: solid 1px #b32b5d;
    color: #b32b5d;
}

#setting_form .btn-danger[type="submit"]:hover{
    background-color: #b32b5d;
    color: white;
}

#setting_form input[type="radio"]{
    -webkit-appearance: radio;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


/* Settings Newsletter style radio button */
#setting_form
.custom-radios div {
  
}
#setting_form
.custom-radios div .popis{
  width: 400px;
  line-height: 30px;
  display: inline-block;
  padding: 10px 0;
}
#setting_form
.custom-radios input[type="radio"] {
  display: none;
}
#setting_form
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
#setting_form
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
#setting_form
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
#setting_form
.custom-radios input[type="radio"]#color-1 + label span, #setting_form
.custom-radios input[type="radio"]#color-2 + label span,#setting_form
.custom-radios input[type="radio"]#color-3 + label span,#setting_form
.custom-radios input[type="radio"]#color-4 + label span,#setting_form
.custom-radios input[type="radio"]#color-5 + label span,#setting_form
.custom-radios input[type="radio"]#color-6 + label span,#setting_form
.custom-radios input[type="radio"]#color-7 + label span,#setting_form
.custom-radios input[type="radio"]#color-8 + label span,#setting_form
.custom-radios input[type="radio"]#color-9 + label span,#setting_form
.custom-radios input[type="radio"]#color-10 + label span,#setting_form
.custom-radios input[type="radio"]#color-11 + label span,#setting_form
.custom-radios input[type="radio"]#color-12 + label span{
  border-color: #2ecc71;
}
#setting_form
.custom-radios input[type="radio"]:checked + label span {
  opacity: 1;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg) center center no-repeat;
  background-color: #2ecc71;
  width: 30px;
  height: 30px;
  display: inline-block;

}

/* Settings Newsletter style checkbox */

.customcheck {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    /*background-color: #eee;*/
    border-radius: 5px;
    border: 2px solid #2ecc71;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #2ecc71;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 11px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#myInput, #searchSkola {
    background-image: url('/images/search.png'); /* Add a search icon to input */
    background-position: 10px 6px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    background-size: 25px 25px;
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.btn_zadarmo{
    font-size: 20px;
}

.btn-load-more {
  font-size: 14px;
  color: #fff;
  background-color: #00712c;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
}

.btn-load-more:hover { background-color: #00481c; }

video {
  width: 100%;
  max-height: 100%;
}

.pocet_skol{
    width: 150px;
    height: 150px;
    border: 5px solid #45aed6;
    border-radius: 100px;
        margin: 0 auto;
}

.Count{
    text-align: center;
    display: block;
    font-size: 60px;
    padding-top: 25px; 
}

.Stat{
    text-align: center;
    display: block;
    font-size: 36px;
    padding-top: 43px; 
}

.first-box{padding:10px;background:#9C0;}
.second-box{padding:10px; background:#39F;}
.third-box{padding:10px;background:#F66;}
.fourth-box{padding:10px;background:#6CC;}

.kontakt h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.text_clanku img{
    padding: 10px;
}

.text_clanku ul{
    margin-left: 45px;
    list-style: disc;
}

.bootstrap-select.btn-group .dropdown-menu li a{
    word-wrap: break-word;
    white-space: normal; 
}

.table-striped>thead>tr>th, .table-striped>tbody>tr>th{
    font-weight: bold;
}

/* ==================================================
  MENU
  ================================================== */

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  min-width: 500px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  display: block;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.nav_top .ai .dropdown-menu,
.nav_top .profile .profile_dd {
    position: absolute;
    top: 54px;
    right: 2px;
    user-select: none;
    background: #fff;
    border: 1px solid #c7d8e2;
    width: 200px;
    height: auto;
   /* display: none;*/
    border-radius: 3px;
    z-index: 1000;
    box-shadow: 10px 10px 35px rgba(0,0,0,0.125), -10px -10px 35px rgba(0,0,0,0.125);
}

.nav_top .ai .dropdown-menu {
    top: 58px;
    padding: 1.7rem;
    width: 76vw;
    user-select: text;
}

.profile_dd::before, 
.dropdown-menu::before 
{
    border-top: 1px solid #DFE3E7;
    border-left: 1px solid #DFE3E7;
    content: '';
    position: absolute;
    top: 1px;
    left: 3.2rem;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    background: #FFFFFF;
    transform: rotate(45deg) translate(-7px);
    z-index: 10;
    box-sizing: border-box;
}
.profile_dd::before {
    right: 0.6rem;
    left: auto;
}

.nav_top .profile .profile_dd ul li  a .picon{
	display: inline-block;
    height: 34px;
    margin-right: 11px;
    margin-left: 7px;
    width: 24px;
  }
  
  .nav_top .profile .profile_dd ul li  a:hover{
	text-decoration: none;
  }
  
  .nav_top .profile .profile_dd ul li.profile_li .title,
  .nav_top .profile #dropdownMenu_user .title
   {
	color: #343434;
    /*border-bottom: 1px solid #8C827D;*/
    font-size: 14px;
    white-space: nowrap;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 3px;
    font-weight: 600;
    text-align: center;
  } 
  .nav_top .profile .profile_dd ul li.profile_li .skola,
  .nav_top .profile #dropdownMenu_user .skola {
    font-size: 10px;
   /* border-bottom: 1px solid #d0d0d1;*/
    line-height: 13px;
    padding-bottom: 4px;
    text-align: center;
	color: #5a5959;
  } 
   .nav_top .profile .profile_dd ul li.profile_li a:hover {
	  background: transparent;
	  cursor: default;
	  color: #7f8db0;
	 
  }
  .nav_top .profile.dropdown > .profile_dd
  {
    display:none ;
  }  
  .nav_top .profile.dropdown.open > .profile_dd
  {
    display:block ;
  }
  ul li.profile_li
  {
    float: none;
  }
  ul.profile_ul li
  {
    text-align: left;
  }

.searchbar_clankov {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  /*font-family: 'Poppins', sans-serif;*/
}

.searchbar_clankov {
  max-width: 790px;
  padding: 4px 0;
  margin: 0 30px;
}

.searchbar_clankov .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 34px;
  overflow: hidden;
  /*margin-bottom: 10px;*/
}

.searchbar_clankov .inner-form .input-field {
  height: 45px;
}

.searchbar_clankov .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
}

.searchbar_clankov .inner-form .input-field input.placeholder {
  color: #222;
  font-size: 14px;
}

.searchbar_clankov .inner-form .input-field input:-moz-placeholder {
  color: #222;
  font-size: 14px;
}

.searchbar_clankov .inner-form .input-field input::-webkit-input-placeholder {
  color: #222;
  font-size: 14px;
}

.searchbar_clankov .inner-form .input-field input:hover, .searchbar_clankov .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.searchbar_clankov .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*background: #d9f1e3;*/
}

.searchbar_clankov .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.searchbar_clankov .inner-form .input-field.first-wrap .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.searchbar_clankov .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}

.searchbar_clankov .inner-form .input-field.second-wrap {
  min-width: 75px;
}

.searchbar_clankov .inner-form .input-field.second-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #2ecc71;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}

.searchbar_clankov .inner-form .input-field.second-wrap .btn-search:hover {
  background: #009451;
}

.searchbar_clankov .inner-form .input-field.second-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.searchbar_clankov .info {
  font-size: 15px;
  color: #ccc;
  padding-left: 26px;
}

.medaila{
    width: 25%;
}

.img_sutaze{
    max-height: 58px;
    padding: 5px;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.navbar {
  padding: 0px 0px;
  background: #fff;
  border: none;
  border-radius: 0;
  height: 60px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); 
  justify-content: space-between;
  display: flex;
  margin-bottom: 10px;
}

#sidebar {
  background: #c5c5c5;/*#5bc0de;#3e64ff;*/
  color: #fff;
  min-width: 90px;
  text-align: center;
  -webkit-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }
  #sidebar.active {
    min-width: 90px;
    max-width: 90px;
   /* visibility: visible;*/
    text-align: center; }
    #sidebar.active ul.components li {
      font-size: 14px; }
		#sidebar.active ul.components li.active {
		background: #fff; /*#5bd27a*/}
		#sidebar.active ul.components li:hover {
		background: #fff; /*#5bd27a*/}
		#sidebar.active ul.components li a {
		  padding: 10px 0; }
		  #sidebar.active ul.components li a span {
			margin-right: 0;
			display: block;
			font-size: 35px;
			padding-bottom: 5px;}
    #sidebar.active .logo {
      padding: 10px 0; }
    #sidebar.active .footer {
      display: none; }
  #sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	position: fixed;}
    @media (prefers-reduced-motion: reduce) {
      #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul li {
    font-size: 14px;
	width: 90px !IMPORTANT;}
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 0;
      display: block;
      color: black;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-decoration: none;}
	#sidebar ul li a img{
        max-height: 40px;
        padding-bottom: 5px;
        max-width: 40px;
        box-sizing: content-box;
        
	}
      #sidebar ul li a span {
        margin-right: 15px; }
        @media (max-width: 991.98px) {
          #sidebar ul li a span {
            display: block; } }
      /*#sidebar ul li a:hover {
        color: #fff; }*/
    #sidebar ul li.active > a {
      background: transparent;
      color: #000;/*#fff;*/ }
  @media (max-width: 991.98px) {
    #sidebar {
       /* visibility: hidden;*/
      min-width: 90px;
      max-width: 90px;
      text-align: center;
      margin-left: -95px !important; }
      #sidebar.active {
       /* visibility: visible;*/
        margin-left: 0 !important; } }
  
 .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
    justify-content: space-between;
 }
 
 #content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
 }
 
 h1,
.h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; 
}

h1, .h1 {
  font-size: 2.5rem; 
}

h1.active{
	background: #5bd27a;
}

a.logo{
	text-decoration: none;
}

#sidebarCollapse{
	display: none;
}

.nav_top{
	display: flex;
	justify-content: space-between;
}

.d-flex {
  display: flex; 
}


/*VZHLAD STREDNE SKOLY*/
.fall-item {
       width: 100%;
       height: auto;
       overflow: hidden;
       position: relative;
       text-align: center;
	   /*min-height: 190px;*/
        height: 230px;
    }
    .fall-item .mask,.fall-item .content {
       width: 100%;
       height: 100%;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .fall-item img {
       display: block;
       position: relative;
       width: 100%;
       height: auto;
       object-fit: cover;
       height: 100%;
  
      /* height: 180px;
    object-fit: cover;*/
    }
    .fall-item h5 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       padding: 10px;
       background: rgba(0, 0, 0, 0.8);
       margin: 0 0 0 0;
    }
    .fall-item p {
       font-style: italic;
       position: relative;
       color: #fff;
       padding: 10px 20px 20px;
       text-align: center;
    }
	.fall-effect .mask {
       background-color: rgba(255, 255, 255, 0.7);
       top: -200px;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.3s ease-out 0.5s;
       -moz-transition: all 0.3s ease-out 0.5s;
       -o-transition: all 0.3s ease-out 0.5s;
       -ms-transition: all 0.3s ease-out 0.5s;
       transition: all 0.3s ease-out 0.5s;
    }
    .fall-effect h5 {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.1s;
       -moz-transition: all 0.2s ease-in-out 0.1s;
       -o-transition: all 0.2s ease-in-out 0.1s;
       -ms-transition: all 0.2s ease-in-out 0.1s;
       transition: all 0.2s ease-in-out 0.1s;
    }
    .fall-effect p {
       color: #333;
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.2s;
       -moz-transition: all 0.2s ease-in-out 0.2s;
       -o-transition: all 0.2s ease-in-out 0.2s;
       -ms-transition: all 0.2s ease-in-out 0.2s;
       transition: all 0.2s ease-in-out 0.2s;
    }
    .fall-effect a.btn {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.3s;
       -moz-transition: all 0.2s ease-in-out 0.3s;
       -o-transition: all 0.2s ease-in-out 0.3s;
       -ms-transition: all 0.2s ease-in-out 0.3s;
       transition: all 0.2s ease-in-out 0.3s;
    }
    .fall-effect:hover .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       top: 0px;
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;

    }
    .fall-effect:hover h5 {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
    }
    .fall-effect:hover p {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
       -ms-transition-delay: 0.2s;
       transition-delay: 0.2s;
    }
    .fall-effect:hover a.btn {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;
    }
	
#kategorie_ss .show{
	background: #5bd27a;
	display: inline-block !important;
}

.item h4 a{
	text-decoration: none;
	color: black;
}

.rowSkola{
	min-height: 360px;
    cursor: pointer;
}
.item h4{
	min-height: 55px;
}
.item h4.skola{
    min-height: 85px;
   /* padding: 20px 0;*/
}

.la_gallery{
	height: 260px;
}

.thumbnail > img{
	height: 245px;
}
  
/*----------------------------------------------------------------------------*/

.warpper_veltrh_zalozky{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .tab{
    cursor: pointer;
    padding:10px 20px;
    margin:0px 2px;
    background:#000;
    display:inline-block;
    color:#fff;
    border-radius:3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    width: 33%;
  }
  .zalozky{
    background:#fffffff6;
  }
  .zalozka{
    animation: fadein .8s;
  }
  .tabs {
    display: none;
    width: 100%;
    border-bottom: 1px solid black;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .zalozka-title{
    font-size:1.5em;
    font-weight:bold
  }
  .radio_zalozky{
    display:none;
  }
  #one:checked ~ .zalozky #one-zalozka,
  #two:checked ~ .zalozky #two-zalozka,
  #three:checked ~ .zalozky #three-zalozka{
    display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab{
    background:#fffffff6;
    color:#000;
    border-top: 3px solid #000;
  }
  @media (max-width: 768px) {
    .zalozka{
        display:none;
        margin-top: 13px;
      }
      .tabs {
        display: flex;
      }
      .tab {
        padding: 12px 10px;
        margin: 0px 2px;
        font-size: 11px;
    }
  }


  /*----------------------------------------------------------------------------*/
  
@media (max-width: 768px) {
	#sidebarCollapse{
		display: inline-block;
		margin-top: 10px;
		float: left;
		max-height: 40px;
		outline-style: none;
		font-size: 24px;
		padding: 2px 9px;
	}
    .logo{
        display: block;
    }
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.list_rebricky li{
    float: left;
    width: 115px;
    padding-right: 10px;
    text-decoration: none;
}

.list_rebricky li a:hover{
    text-decoration: none;
}

.reb_zaner{
    border-radius: 5px;
    border: 2px solid grey;
    padding: 5px;
    color: black;
}

.reb_zaner:hover, .reb_zaner .active{
    border-color: #d43f3a;
    background-color: #d9534f;
    color: white;
}

/* ==================================================
  OKNA CHAT SKOLY
  ================================================== */

  .portlet {
    margin-bottom: 15px;
}
.portlet a:hover, .portlet a:focus{
text-decoration: none;
}
.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.portlet {
    border: 1px solid;
}

.portlet .portlet-heading {
    padding: 0 15px;
}

.portlet .portlet-heading h4 {
    padding: 1px 0;
    font-size: 16px;
}

.portlet .portlet-heading a {
    color: #fff;
}

.portlet .portlet-heading a:hover,
.portlet .portlet-heading a:active,
.portlet .portlet-heading a:focus {
    outline: none;
}

.portlet .portlet-widgets .dropdown-menu a {
    color: #333;
}

.portlet .portlet-widgets ul.dropdown-menu {
    min-width: 0;
}

.portlet .portlet-heading .portlet-title {
    float: left;
}

.portlet .portlet-heading .portlet-title h4 {
    margin: 10px 0;
}

.portlet .portlet-heading .portlet-widgets {
    float: right;
    margin: 8px 0;
}

.portlet .portlet-heading .portlet-widgets .tabbed-portlets {
    display: inline;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}
.color-link
{
    color:#337ab7;
}
.portlet .portlet-body {
    padding: 5px;
    background: #fff;
}
.top_div,
.top_div_simple
{
    padding: 10px; 
}
.top_div.active 
{
    background: #c4ddfd;
}
#chat_row
{
    padding: 10px;
}
#chat_row .media, 
#chat_skola .media
{
    display: flex;    
}
.media > .pull-left-right,
.media > .pull-right-right
 {
    max-width: calc(100% - 60px);
}
.media.sprava
{
    display: flex;

}
.wd50{
    width: 50px;
}
.pull-left-right{
    width: 100%;
}
.pull-right-right{
    width: auto;
}
.portlet .portlet-footer {
    padding: 10px 10px;
    background: #e0e7e8;
}

.portlet .portlet-footer ul {
    margin: 0;
}

.portlet-green,
.portlet-green>.portlet-heading {
    border-color: #16a085;
}

.portlet-green>.portlet-heading {
    color: #fff;
    background-color: #16a085;
}

.portlet-orange,
.portlet-orange>.portlet-heading {
    border-color: #f39c12;
}

.portlet-orange>.portlet-heading {
    color: #fff;
    background-color: #f39c12;
}

.portlet-blue,
.portlet-blue>.portlet-heading {
    border-color: #2980b9;
}

.portlet-blue>.portlet-heading {
    color: #fff;
    background-color: #2980b9;
}

.portlet-red,
.portlet-red>.portlet-heading {
    border-color: #e74c3c;
}

.portlet-red>.portlet-heading {
    color: #fff;
    background-color: #e74c3c;
}

.portlet-purple,
.portlet-purple>.portlet-heading {
    border-color: #8e44ad;
}

.portlet-purple>.portlet-heading {
    color: #fff;
    background-color: #8e44ad;
}

.portlet-default,
.portlet-dark-blue,
.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    border-color: #34495e;
}

.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    color: #fff;
    background-color: #34495e;
}

.portlet-basic,
.portlet-basic>.portlet-heading {
    border-color: #333;
}

.portlet-basic>.portlet-heading {
    border-bottom: 1px solid #333;
    color: #333;
    background-color: #fff;
}

@media(min-width:768px) {
    .portlet {
        margin-bottom: 30px;
    }
}

.img-chat{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.text-green {
    color: #16a085;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}  
.moj-row span.small,
.skola-row span.small
{
    margin-top: 5px;
    font-size: 75%;
}
.row.moj-row p.answer-text a{
    color: white;
}
.moj-row p.answer-text
{
    border-radius: 6px 20px 20px 20px;
    background-color: #65a6f9;
    color: white;
    padding: 16px 25px 16px 24px;
    display: inline-block;
    text-shadow: 2px 2px 6px #337ab7;
    margin-bottom: 21px;
    box-shadow: 2px 2px 5px 0px rgb(171 206 252);
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.moj-row p.answer-text > small.pocet_odpovedi
{
    float: right;
    margin-top: 21px;
    position: relative;
    color: #333333;
    text-decoration: none;
    text-shadow: none;
}
.skola-row p.answer-text
{
    border-radius:  20px 6px 20px 20px;
    background-color: #efefef;
    color: #333333;
    padding: 16px 25px 16px 24px;
    display: inline-block;
    text-shadow: 2px 2px 12px #cccccc;
    margin-bottom: 21px;
    box-shadow: -1px 4px 6px 0px hsl(0deg 0% 84% / 72%);
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    overflow: hidden;

}
.chat_predelovac
{
    background: #000000;
    text-align: center;
    color: #efefef;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 7px 0px 3px;
    border-radius: 5px; 
}
/* ==================================================
  Responsive
  ================================================== */
@media only screen and (max-width:1600px){
    .container{
	max-width: 1170px;
    width: 100%;
    }
   
    .imgarticle{
	max-height: 322px;
    }
    
    .la_1, .la_2{
	height: 320px;
    }
    
    .imgla_1, .la_2 .imgarticle img{
	height: 160px;
    }
    
    .la_1 .articlelist{
	bottom: 166px;
    }
    
    .la_1 figcaption .nadpisarticle a, .la_2 figcaption .nadpisarticle a{
	font-size: 1.075em;
    }
    
    /*.la, .la figure img{
	height: 350px;
    }*/
    .la figcaption .nadpisarticle a{
	font-size: 1.075em;
    }
    
    .la figcaption{
	height: 125px;
	min-width: 80%;
    }
    
    .listarticle figcaption{
	height: 200px;
    }
    
    .listarticle figcaption .nadpisarticle a{
	font-size: 1.575em;
    }
}

@media only screen and (max-width:1200px),only screen and (max-width:1200px) and (orientation: landscape){
    .medaila{
	width: 15%;
    }	
    .setting .right_part
    {
        border-left:none;
        padding: 15px;
        border-top: 1px solid black;
    }
}
@media only screen and (max-width:992px),only screen and (max-width:992px) and (orientation: portrait){
    .searchbar_clankov .inner-form .input-field {
	height: 50px;
    }
}
@media only screen and (max-width:767px){
    .container{
	width: 100%;
    }
    
    .listarticle{
	float: none;
	margin-bottom: 30px;
	width: 100%;
    }
    
    #login_form{
	width: 100%;
    }    
    #login_form .input_row, #login_form button[type="submit"]{
	width: 90%;
    }
    #login_form a{
	margin-right: 5%;
    }
    .nav{
	text-align: right;
    }
    .m_xs_spat_uvod{
	text-align: left;
	padding-left: 0px;
    }
    .uvod_img,.uvod_img_left{
	width: 50%;
	margin: 20px auto;
	display: block;
    }
    .btn_vyskusat{
	display: table;
	margin: 0 auto;
    }
    .searchbar_clankov .inner-form .input-field.first-wrap .svg-wrapper {
	min-width: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 10px;
    }
    .searchbar_clankov .inner-form .input-field.first-wrap svg {
	width: 26px;
	height: 26px;
	fill: #222;
    }
    .searchbar_clankov .inner-form .input-field.second-wrap {
	min-width: 100px;
    }
    .searchbar_clankov .inner-form .input-field.second-wrap .btn-search {
	font-size: 13px;
    }
    .medaila{
	width: 25%;
    }
	.right_menu_link{
		/*position: static;*/
		text-align: center;
		/*width: 43px;*/
	}
	
	.right_menu_link .dropdown-menu{
		 position: static;
		float: right;
	}
	.right_menu_link li{
		float: none;
	}
	
	.dropdown-backdrop{
		bottom: auto;
	}
	.logo img{
        max-height: 40px;
        height: auto;
	}
	.container{
		/*padding-left: 0px;
        padding-right: 0px;*/
		/*left: 0;*/
		/*transition: all 0.3s;*/
	}
    #content .navbar .container{
		padding-left: 0px;
        padding-right: 0px;
		/*left: 0;*/
		/*transition: all 0.3s;*/
	}
	.rowSkola{
		min-height: 190px;
	}
	.sticky.is-sticky.open {
      /*  left: 90px;
		width: calc(100% - 90px);*/
		transition: all 0.3s;
	}
	.fall-item{
		/*min-height: 220px;*/
	}
}
@media only screen and (max-width:696px){
    .navbar-nav{
	margin: 7.5px -10px;
    }
    .la figcaption, .listarticle figcaption{
	height: 100px;
    }
    .listarticle figcaption .nadpisarticle{
	width: 250px;
    }
    .listarticle figcaption .nadpisarticle a{
	font-size: 1.1em;
    }    
    .la_1 figcaption .nadpisarticle a, .la_2 figcaption .nadpisarticle a, .la figcaption .nadpisarticle a{
	font-size: 0.9em;
    }
    .nadpisarticle{
	font-size: 1.15em;
    }
    .nadpisclanku h2{
	font-size: 2em;
    }
	.fall-item{
		/*min-height: 263px;*/
	}
}
@media only screen and (max-width:500px){
    .uvod_img,.uvod_img_left{
	width: 50%;
	margin: 20px auto;
	display: block;
    }
    .btn_vyskusat{
	font-size: 12px;
    }
    /*.listarticle figcaption .articlelist, .la figcaption .articlelist{
	width: 120px;
    }*/
	.dropdown-menu-large {
		min-width: 100%;
		/*max-width: 400px !important;*/
	}
	.fall-effect p{
		font-size: 10px;
	}
	
	.fall-item p{
		padding: 10px 20px 0;
	}
	.rowSkola h4{
		font-size: 1.175em;
	}
	.fall-item{
		min-height: 210px;
	}
	.la figcaption .nadpisarticle{
		padding: 0px 10px 0px 0px; 
	}
    .nav_top .ai .dropdown-menu {
        width: 94vw;
        margin-left: -44px;
    }
     .dropdown-menu::before {
        left: 7.2rem;
     }
}
@media only screen and (max-width:390px){        
    .nadpisarticle{
	font-size: 1.15em;
    }
	.fall-item{
		min-height: 170px;
	}
    .la
    {
        width: 100% !important;
        height: auto;
    }
    .la figcaption, .listarticle figcaption {
        height: auto;
    }
    .right_menu_link{
      /*  margin-top: 10px;*/
	}
	.logo img{
      /*  margin-top: 10px;*/
	}
    .item h4 {
        min-height: auto;
        
    }
    .la figcaption .nadpisarticle {
        padding-bottom: 5px;
    }
    .listarticle figcaption .articlelist, .la figcaption .articlelist
    {
        position: relative; 
        bottom: unset; 
        width: 100%;
    }
    
/* -----------------------------------

	19. Retina ready

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144 dpi){
	.simple_slideshow .flex-direction-nav a,
	.ls-nav-prev,.ls-nav-next{
		background-image:url("../images/prevnext@2x.png");
		background-size:50px 100px;
	}
	.steps_nav li:after{
		background-image:url("../images/icon-right@2x.png");
		background-size:22px 40px;
	}
	.select_button_left:after,.select_button_left:before{
		background-image:url("../images/select_button_left@2x.png");
		background-size:14px 90px;
	}
}
