
body{
	font-family: Open Sans;
				background-color: #ffffff;
		color: #434343;
}

a, a:hover, a:visited{
	color:#000000;
}

.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6{
	color: #5b5b5b;
}

#anchor{
	background: #6fa5d3dd;
	color: #ffffff;
}

/***************************************/
/*                                     */
/*             HORNÍ PANEL             */
/*                                     */
/***************************************/

.top-panel{
	height: 75px;
	background-color: #a0cf5d;
	position: relative;
	top:0;	color: #ffffff;
			padding-left:calc((100vw - 1400px)/2) !important;
		padding-right:calc((100vw - 1400px)/2) !important;
	}

/******************************/
/*                            */
/*    LOGO V HORNÍM PANELU    */
/*                            */
/******************************/

.top-panel .logo{
	position: relative;
	flex: 1;
}

.top-panel-2 .logo{
	height: 50px;
}

.top-panel-3 .logo{
	height: 50px;
}

/******************************/
/*                            */
/*       NADPIS OBECNĚ        */
/*                            */
/******************************/

.title h1{
	font-size:24px;
	font-weight: 300;
}

.title h3{
	font-size:22px;
	font-weight: 300;
}

.title a{
	color:#ffffff;
}

/******************************/
/*                            */
/*   NADPIS V HORNÍM PANELU   */
/*                            */
/******************************/




/******************************/
/*                            */
/*    MENU V HORNÍM PANELU    */
/*                            */
/******************************/


/* Tlačítko v responsivce */
.top-panel-navigation .navigation-toggle{
	border-color: #9b9b9b;
	color: #9b9b9b;
}

/* Vnitřek menu */
.top-panel-navigation-buttons{
	background: #a0cf5d;
}
#top-panel-navigation-mobile .top-panel-navigation-buttons{
	top:75px;
}
/* Ikony */
#top-panel-navigation-mobile .navigation-image{
			display:none !important;
	}

#top-panel-navigation-desktop .navigation-label{
			display:none !important;
	}


/* Tlačítko v menu */
.top-panel-navigation .navigation-item{
	background: ;
	color: #9b9b9b;
}

/* Tlačítko v menu po najetí */
.top-panel-navigation .navigation-item:hover, .top-panel-navigation .navigation-item.active{
	background: ;
	color: #808080;
}

/* Text tlačítka menu */
.top-panel-navigation .navigation-link, .top-panel-navigation a{
	color: #9b9b9b;
}

/* Text tlačítka menu po najetí */
.top-panel-navigation .navigation-item:hover .navigation-link, .top-panel-navigation .navigation-item.active .navigation-link{
	color: #808080;
}

/* Šipka u vyjíždějícího menu */
.top-panel-navigation .navigation-item>a.sf-with-ul::after{
	border-top-color: #9b9b9b !important;
}

/* Šipka u vyjíždějícího menu po najetí */
.top-panel-navigation .navigation-item:hover>a.sf-with-ul::after, .top-panel-navigation .navigation-item.active>a.sf-with-ul::after{
	border-top-color: #808080 !important;
}

/* Druhá úroveň - Tlačítko v menu */
.top-panel-navigation .navigation-submenu-item{
	background: ;
	color: #9b9b9b;
}

/* Druhá úroveň - Tlačítko v menu po najetí */
.top-panel-navigation .navigation-submenu-item:hover, .top-panel-navigation .navigation-submenu-item.active{
	background: ;
	color: #808080;
}

/* Druhá úroveň - Text tlačítka menu */
.top-panel-navigation .navigation-submenu-link{
	color: #9b9b9b;
}

/* Druhá úroveň - Text tlačítka menu po najetí */
.top-panel-navigation .navigation-submenu-item:hover .navigation-submenu-link, .top-panel-navigation .navigation-submenu-item.active .navigation-submenu-link{
	color: #808080;
}

/* Druhá úroveň - Šipka u vyjíždějícího menu */
.top-panel-navigation .navigation-item .navigation-submenu a.sf-with-ul::after{
	border-left-color: #9b9b9b !important;
}

/* Druhá úroveň - Šipka u vyjíždějícího menu po najetí */
.top-panel-navigation .navigation-submenu .navigation-submenu-item:hover a.sf-with-ul::after, .top-panel-navigation .navigation-submenu .navigation-submenu-item.active a.sf-with-ul::after{
	border-left-color: #808080 !important;
}

/* Třetí úroveň - Tlačítko v menu */
.top-panel-navigation .navigation-subsubmenu-item{
	background: ;
	color: #9b9b9b;
}

#box-menu-over-breadcrumb-navigation_top_menu a.box-menu-item{
		background: ;
		color: #9b9b9b;
}

#box-menu-under-breadcrumb-navigation_top_menu a.box-menu-item{
		background: ;
		color: #9b9b9b;
}

/* Třetí úroveň - Tlačítko v menu po najetí */
.top-panel-navigation .navigation-subsubmenu-item:hover, .top-panel-navigation .navigation-subsubmenu-item.active{
	background: ;
	color: #808080;
}

#box-menu-over-breadcrumb-navigation_top_menu a.box-menu-item:hover, #box-menu-over-breadcrumb-navigation_top_menu a.box-menu-item.active{
	background: ;
	color: #808080;
}

#box-menu-under-breadcrumb-navigation_top_menu a.box-menu-item:hover, #box-menu-under-breadcrumb-navigation_top_menu a.box-menu-item.active{
	background: ;
	color: #808080;
}

/* Třetí úroveň - Text tlačítka menu */
.top-panel-navigation .navigation-subsubmenu-link{
	color: #9b9b9b;
}

/* Třetí úroveň - Text tlačítka menu po najetí */
.top-panel-navigation .navigation-subsubmenu-item:hover .navigation-subsubmenu-link, .top-panel-navigation .navigation-subsubmenu-item.active .navigation-subsubmenu-link{
	color: #808080;
}

#top-panel-navigation-desktop ul.special li.navigation-item{
	background-color: #a0cf5d;
}
/*********************************/
/*                               */
/*    HLEDÁNÍ V HORNÍM PANELU    */
/*                               */
/*********************************/

.top-panel .search .d-flex{
	background-color: #a0cf5d;
}

/******************************/
/*                            */
/*    MENU NAD HLAVIČKOU      */
/*                            */
/******************************/

	/* MENU */

	#univers_top_header_navigation{
		background-color: #ffffff;
		position: fixed;
		z-index:3;
	}

		/* HLAVNÍ POLOŽKY */

	#univers_top_header_navigation>ul{
		width:100%;
		max-width: 1400px;
	}

	#univers_top_header_navigation>ul>li>a{
		color: #545454;
		background-color: #ffffff;
					text-transform:uppercase;
			}

	#univers_top_header_navigation>ul>li>a:hover, #univers_top_header_navigation>ul>li>a.active{
		color: #000000;
		background-color: #ffffff;
	}

	/* Otevírač skrytých položek */
	#univers_top_header_toggler{
		color: #545454;
		background-color: #ffffff;
	}

	/* PODPOLOŽKY */

	#univers_top_header_navigation>ul>li>ul>li>a{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_navigation>ul>li>ul>li>a:hover, #univers_top_header_navigation>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#univers_top_header_navigation>ul>li>ul{
		background-color: #e0e0e0;
	}

	#univers_top_header_navigation>ul>li>ul::before{
		border-color: transparent transparent #e0e0e0 transparent;
	}

	/* PODPODPOLOŽKY */

	#univers_top_header_navigation>ul>li>ul>li>ul>li>a{
		color: #000000;
		background-color: #e0e0e0;
	}

	#box-menu-over-breadcrumb-navigation_topheader_menu a.box-menu-item{
		color: #000000;
		background-color: #e0e0e0;
	}

	#box-menu-under-breadcrumb-navigation_topheader_menu a.box-menu-item{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_navigation>ul>li>ul>li>ul>li>a:hover, #univers_top_header_navigation>ul>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#box-menu-over-breadcrumb-navigation_topheader_menu a.box-menu-item:hover, #box-menu-over-breadcrumb-navigation_topheader_menu a.box-menu-item.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#box-menu-under-breadcrumb-navigation_topheader_menu a.box-menu-item:hover, #box-menu-under-breadcrumb-navigation_topheader_menu a.box-menu-item.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#univers_top_header_navigation>ul>li>ul>li>ul{
		background-color: #e0e0e0;
	}

	/* SKRYTÉ MENU */

	#univers_top_header_responsive>li>a{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_responsive>li>a:hover, #univers_top_header_responsive>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#univers_top_header_responsive>li>ul>li>a{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_responsive>li>ul>li>a:hover, #univers_top_header_responsive>li>ul>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#univers_top_header_responsive>li>ul>li>ul>li>a{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_responsive>li>ul>li>ul>li>a:hover, #univers_top_header_responsive>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}

	#univers_top_header_responsive>li>ul>li>ul>li>ul>lia{
		color: #000000;
		background-color: #e0e0e0;
	}

	#univers_top_header_responsive>li>ul>li>ul>li>ul>li>a:hover, #univers_top_header_responsive>li>ul>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #b3b3b3;
	}


/******************************/
/*                            */
/*          HLAVIČKA          */
/*                            */
/******************************/

.header{
		margin-top: 54px;
	max-height: 500px;
	overflow:hidden;
		height:calc(0.41666666666667 * 100vw);
}

.header-small{
	max-width:1400px;
	position:absolute;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


#header-slider{
	height:100%;
}


.header-slider-item div{
	height:100%
}

.slick-dots li.slick-active button:before{
	color: #6fa5d3;
}

.header-slider-arrow{
	background: #6fa5d3bf;
	color:#ffffff;
}

/******************************/
/*                            */
/*       LOGO V HLAVIČCE      */
/*                            */
/******************************/

.header .logo{
		height:calc(0.16666666666667 * 100vw);
	max-height:200px;
}

/******************************/
/*                            */
/*    MENU POD HLAVIČKOU      */
/*                            */
/******************************/

	/* MENU */

	#univers_standard_navigation{
		background-color: #00819e;
	}

		/* HLAVNÍ POLOŽKY */

	#univers_standard_navigation>ul{
		max-width: 1400px;
	}

	#univers_standard_navigation>ul>li>a{
		color: #ffffff;
		background-color: #00819e;
	}

	#univers_standard_navigation>ul>li>a:hover, #univers_standard_navigation>ul>li>a.active{
		color: #ffffff;
		background-color: #005366;
	}

	/* Otevírač skrytých položek */
	#univers_standard_toggler{
		color: #ffffff;
		background-color: #00819e;
	}

	/* PODPOLOŽKY */

	#univers_standard_navigation>ul>li>ul>li>a{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_navigation>ul>li>ul>li>a:hover, #univers_standard_navigation>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}

	#univers_standard_navigation>ul>li>ul{
		background-color: #d6d6d6;
	}

	/* PODPODPOLOŽKY */

	#univers_standard_navigation>ul>li>ul>li>ul>li>a{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#box-menu-over-breadcrumb-navigation_standard_menu a.box-menu-item{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#box-menu-under-breadcrumb-navigation_standard_menu a.box-menu-item{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_navigation>ul>li>ul>li>ul>li>a:hover, #univers_standard_navigation>ul>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}

	#box-menu-over-breadcrumb-navigation_standard_menu a.box-menu-item:hover, #box-menu-over-breadcrumb-navigation_standard_menu a.box-menu-item.active{
		color: #ffffff;
		background-color: #737373;
	}

	#box-menu-under-breadcrumb-navigation_standard_menu a.box-menu-item:hover, #box-menu-under-breadcrumb-navigation_standard_menu a.box-menu-item.active{
		color: #ffffff;
		background-color: #737373;
	}

	#univers_standard_navigation>ul>li>ul>li>ul{
		background-color: #d6d6d6;
	}

	/* SKRYTÉ MENU */

	#univers_standard_responsive>li>a{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_responsive>li>a:hover, #univers_standard_responsive>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}

	#univers_standard_responsive>li>ul>li>a{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_responsive>li>ul>li>a:hover, #univers_standard_responsive>li>ul>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}

	#univers_standard_responsive>li>ul>li>ul>li>a{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_responsive>li>ul>li>ul>li>a:hover, #univers_standard_responsive>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}

	#univers_standard_responsive>li>ul>li>ul>li>ul>lia{
		color: #4f4f4f;
		background-color: #d6d6d6;
	}

	#univers_standard_responsive>li>ul>li>ul>li>ul>li>a:hover, #univers_standard_responsive>li>ul>li>ul>li>ul>li>a.active{
		color: #ffffff;
		background-color: #737373;
	}



/******************************/
/*                            */
/*           OBSAH            */
/*                            */
/******************************/

main{
	margin-top:0px;
}

.container .vbm-arrow-element{
	background: #6fa5d3;
}

/******************************/
/*                            */
/*    DROBEČKOVÁ NAVIGACE     */
/*                            */
/******************************/

.breadcrumb{
	background-color: #ffffff;
	width:100%;
	max-width: 1400px;
}

.breadcrumb a{
	color: #595959;
}

/******************************/
/*                            */
/*       POSTRANNÍ BOXY       */
/*                            */
/******************************/

.box-head{
	background:#ffffff;
	color: #606060;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	font-weight: 400;
	}


.box-head>div.d-flex{
	justify-content: center;
}

.box-head a, .box-head i{
	color: #606060;
}

.box-content{
	background:#f7f6f6;
	color: #434343;
}

.box-content a, .box-content i{
	color: #434343;
}

.box-head{
	border-radius: 0px 0px 0px 0px;
}

.box-content{
	border-radius: 0px 0px 0px 0px;
}

/******************************/
/*                            */
/*          TLAČÍTKA          */
/*                            */
/******************************/

.btn:not(.btn-admin){
	border-radius: 0px;
			transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
			font-weight:400;
	font-size:1em;
}

.btn-primary{
	background-color: #6fa5d3;
	border-color: #6fa5d3;
	color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #5b90be;
	border-color: #5b90be;
	color: #ffffff !important;
}

/******************************/
/*                            */
/*        SEZNAM UDÁLOSTÍ     */
/*                            */
/******************************/

.cal-list-ev .cal-list-event-date{
	background-color: #6fa5d3;
	color: #ffffff !important;
}

.cal-list-ev:hover .cal-list-event-date{
	background-color: #5b90be;
	color: #ffffff !important;
}

/******************************/
/*                            */
/*         SEZNAM TŘÍD        */
/*                            */
/******************************/

.classes-layout-icon{
	background-color: #6fa5d3;
}

.classes-layout-icon g#Outline{
	color: #ffffff;
}

.classes-layout-icon.active, .classes-layout-icon:hover{
	background-color: #5b90be;
}

.classes-layout-icon.active g#Outline, .classes-layout-icon:hover g#Outline{
	color: #ffffff;
}

#classes-list-widget a, #classes-list-widget.layout-list>div{
	background-color: #6fa5d3;
	color: #ffffff;
}

#classes-list-widget a:hover, #classes-list-widget.layout-list>div:hover{
	background-color: #5b90be;
	color: #ffffff;
}

/******************************/
/*                            */
/*            SLIDER          */
/*                            */
/******************************/

.slick-dots li button{
	border-radius: 100%;
	background: #6fa5d3;
}

.slick-dots li button:before{
				font-size: 16px;
		top: 1.25px;
		left: 0.25px;
			color: #6fa5d3;
}

.slick-dots li.slick-active button:before{
	color: #ffffff;
}

/******************************/
/*                            */
/*            BLOG            */
/*                            */
/******************************/

.blogDiv{
	background: #ffffff;
}

.blogContent h2 a{
	color:#606060}

/******************************/
/*                            */
/*          GALERIE           */
/*                            */
/******************************/

.gallery-category-content{
	background: #ffffff;
}

.gallery-category-content h2 a{
	color:#606060}

.g-content{
	background: #ffffff;
}

.g-content h2 a{
	color:#606060}

/******************************/
/*                            */
/*          KONTAKT           */
/*                            */
/******************************/

.contact{
	background: #ffffff;
}

.contact h2 a{
	color:#606060}

/******************************/
/*                            */
/*          PATIČKA           */
/*                            */
/******************************/

footer{
	background: #444444;
	color: ;
			padding-left:calc((100vw - 1400px)/2) !important;
		padding-right:calc((100vw - 1400px)/2) !important;
	}

footer .box-content{
	color: ;
}



footer .box-head{
	background:#444444;
	color: #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #000000;
	font-weight: 400;
	}


footer .box-head>div.d-flex{
	justify-content: start;
}

footer .box-head a, footer .box-head i{
	color: #ffffff;
}

footer .box-content{
	background:#444444;
	color: #ffffff;
}

footer .box-content a, footer .box-content i{
	color: #ffffff;
}

footer .box-head{
	border-radius: 0px 0px 0px 0px;
}

footer .box-content{
	border-radius: 0px 0px 0px 0px;
}

/******************************/
/*                            */
/*           OBSAH            */
/*                            */
/******************************/

main.container{
	background-color: #ffffff;
	max-width: 1400px;
}

#content{
	background-color: #ffffff;
}

/******************************/
/*                            */
/*  SLIDER ČLÁNKŮ V HLAVIČCE  */
/*                            */
/******************************/

#header-posts_slider{
	height:100%;
}

.header-posts_slider-helper{
	height:100%;
}

/******************************/
/*                            */
/*  MENU OBECNĚ               */
/*                            */
/******************************/

/* Barva šipky u vyjíždějícího menu */
ul.basic .sf-arrows .sf-with-ul:after{
	border-left-color:#ffffff !important;
}

/******************************/
/*                            */
/*  VYHLEDÁVAČ OBECNĚ         */
/*                            */
/******************************/

#lets-search{
	color: #ffffff}

/******************************/
/*                            */
/*  JEZDÍCÍ PRUH (PARTNEŘI)   */
/*                            */
/******************************/

#partners-inner{
	background-color:;
}

/******************************/
/*                            */
/*          MAPA WEBU         */
/*                            */
/******************************/

#sitemap-container a{
	color: #434343;
}

/******************************/
/*                            */
/*         JÍDELNÍČEK         */
/*                            */
/******************************/

a.food-image{
	color: #434343;
}


/*********************************/
/*                               */
/*          ÚVODNÍ STRANA        */
/*                               */
/*********************************/

.hp-arrow i{
	color: #6fa5d3;
}

.hp-border-bottom{
	border-bottom: 1px solid #969696;
	max-width:1400px;
}

h1.hp-name{
	color: #525252;
	font-weight:400;
}


/****************************/
/*                          */
/*          BOX MENU        */
/*                          */
/****************************/

.box-menu-over-breadcrumb{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}


@media screen and (min-width: 576px) {

	/******************************/
	/*                            */
	/*   NADPIS V HORNÍM PANELU   */
	/*                            */
	/******************************/

	
	/******************************/
	/*                            */
	/*    LOGO V HORNÍM PANELU    */
	/*                            */
	/******************************/

	.top-panel .logo{
		flex: 1;
	}


	/******************************/
	/*                            */
	/*     MENU POD HLAVIČKOU     */
	/*                            */
	/******************************/

	#standard-navigation-desktop .standard-navigation-buttons{
		max-width:1400px;
	}

	#standard-navigation-desktop.fixed{
				top: 0px;

	}


	/******************************/
	/*                            */
	/*          PATIČKA           */
	/*                            */
	/******************************/

	
	
	
	
	
	
}

@media screen and (max-width: 768px) {


}


@media screen and (min-width: 768px) {

	/***************************************/
	/*                                     */
	/*             HORNÍ PANEL             */
	/*                                     */
	/***************************************/

	.top-panel{
		height: 100px !important;
		top:0;		margin-bottom:0;
	}

	.top-panel-3{
		height: 120px !important;
	}

	
	/******************************/
	/*                            */
	/*    LOGO V HORNÍM PANELU    */
	/*                            */
	/******************************/

	.top-panel .logo{
		flex: none;
	}

	/******************************/
	/*                            */
	/*    NADPIS V HORNÍM PANELU  */
	/*                            */
	/******************************/

	
	/******************************/
	/*                            */
	/*     MENU NAD HLAVIČKOU     */
	/*                            */
	/******************************/

	#univers_top_header_navigation{
					top: 120px;
			}

	
	/******************************/
	/*                            */
	/*          HLAVIČKA          */
	/*                            */
	/******************************/

	.header{
				margin-top: 54px;
	}

	/******************************/
	/*                            */
	/*     MENU POD HLAVIČKOU     */
	/*                            */
	/******************************/

	
	#standard-navigation-desktop.fixed{
				top: 50px;

	}


	
		footer{
			display:flex;
		}

		.footer-col-one{
			flex:1;
		}

		.footer-col-two{
			flex:1;
		}

		.footer-col-three{
			flex:1;
		}

	
	.header video{
		display:block;
		width:100%;
	}

	a.header-posts_slider-button{
		top: calc(500px - (992px - 100vw));
	}

	#top-header-navigation-mobile{
				margin-top: 100px	;
	}

}

@media screen and (min-width: 992px) {

	/******************************/
	/*                            */
	/*   HORNÍ PANEL              */
	/*                            */
	/******************************/

			.top-panel-2{
			display:flex;
			align-items: center;
		}

		.top-panel-3{
			display:flex;
			align-items: center;
		}
	
	
	
	
	
	
	
	


	a.header-posts_slider-button{
		top: 600px;
	}

	/******************************/
	/*                            */
	/*    LOGO V HORNÍM PANELU    */
	/*                            */
	/******************************/

	.top-panel .logo{
		flex: none;
	}

}

@media screen and (min-width: 1200px) {

	.top-panel{
		position: fixed;
	}

	.top-panel .title a{
		font-size: 24px;
	}

	.header{
				margin-top: 154px;
	}

}

@media screen and (min-width: 1400px) {

	.header{
		height: 500px;
	}

	/******************************/
	/*                            */
	/*       NADPIS OBECNĚ        */
	/*                            */
	/******************************/

	.title a{
		font-size:24px;
	}

	/******************************/
	/*                            */
	/*    LOGO V HORNÍM PANELU    */
	/*                            */
	/******************************/

	.top-panel .logo{
		flex: 1;
	}

	#univers_top_header_navigation{
		position: fixed;
	}

	/******************************/
	/*                            */
	/*          PATIČKA           */
	/*                            */
	/******************************/

		footer{
		max-width:100%;
		padding-left:calc((100vw - 1400px) / 2);
		padding-right:calc((100vw - 1400px) / 2);
	}

	

}


@media screen and (max-width: 239px) {

	
	
	.header{
		display:none;
	}


}

@media screen and (min-width: 239px) {

	.header-small{
		display:flex;
		height:auto;
	}

	.header .logo{
		position:relative;
		margin-top:20px;
		top:0;
		margin-right:0;
	}

	.header{
    	align-items: flex-start;
	}

	.header .title-inner{
		justify-content: flex-start;
		min-height:100px;
	}

	.header .title{
		margin-left:1em;
	}

}
