/*
Theme Name: OA CHOCEŇ
Theme URI: 
Author: bARTvisions
Author URI: 
Description: WordPress theme
Version: 1.0
License: GNU General Public License
License URI: 
Tags:  
*/

@import url("fonts/css/oachocen.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	
	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}
/******************************************************************************/


*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }





/* =Structure
----------------------------------------------- */
body {
line-height: 1.5;
color: #595959;
font-family: 'Raleway', sans-serif;
font-size: 14px;
margin:0;
padding: 0;
background: #0D3573;
}

@media (min-width: 768px) {
	.content { font-size: 16px }
}




p { margin: 0 0 1.5em; }

b, strong {   }

a {  text-decoration: underline; color: #0080d1; }
a:hover { color: #1c305e; }

a.off { position: absolute; left: 0; top: -99999px; }
a.off.focus:focus { left: 10px; top: 10px; z-index: 1000; background: #000; color: #fff; padding: 5px; }






.tlacitko { display: inline-block; padding: 8px 15px; font-size: 15px; font-weight: 700; border: none;  text-decoration: none; }
.tlacitko { transition: all .25s ease-in-out;  }

@media (min-width: 768px) {
	.tlacitko { padding: 13px 25px; }
}

.tlacitko { background-color: #0D3573; color: #fff; }
.tlacitko:hover { background-color: #06214B; color: #fff; }

input.tlacitko { font-size: 16px }








h1, h2, h3, h4, h5, h6 { margin: 0 0 10px; color: #0d3573; line-height: 1.5;  font-weight: normal;   }
h1 { font-size: 24px;  }
h2 { font-size: 20px;  }
h3 { font-size: 18px;  }
h4 { font-size: 16px;  }
h5, h6 { font-size: 16px; }

@media (min-width: 768px) {
	h1 { font-size: 35px }
	h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; }
}



ul, ol { margin: 0 0 1em; }
li { margin-left: 50px }

hr { clear: both; border:0; height: 1px; background: silver; width: 100%; margin: 0 0 2em;  }

blockquote { margin: 0 0 1em; font-size: 135%; }
blockquote p { margin: .3em 0; }

table { margin: 0 0 1em; }
td, th { padding: .5em; border: 1px solid #E4E4E4; text-align: left; vertical-align: middle; }
th { font-weight: normal;  }











table.vsenalevo * { text-align: left;  }

input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],
	textarea, select, option {
	width: 225px;
	margin: 0; padding: .4em; 
	font-size: inherit;
	font-family: 'Raleway', Arial, sans-serif;
	color: #707176; 
	border: 1px solid #C4EBFA;
	border-radius: 4px;
	background: #fff;
}
select { width: auto;  }
select option:disabled { font-style: italic; color: silver;  }

	
input[type=submit] { cursor: pointer;  }
input[type=submit]:hover { }


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #999999;
	font-size: 16px;
	font-family: 'Raleway', Arial, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #999999;
	opacity:  1;
	font-size: 16px;
	font-family: 'Raleway', Arial, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #999999;
	opacity:  1;
	font-size: 16px;
	font-family: 'Raleway', Arial, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #999999;
	font-size: 16px;
	font-family: 'Raleway', Arial, sans-serif;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #999999;
	font-size: 16px;
	font-family: 'Raleway', Arial, sans-serif;
}









.clear { clear: both }
.clearfix:before, .cf:before, .in:before, .clearfix:after, .cf:after, .in:after { content: " "; display: table; }
.clearfix:after, .cf:after, .in:after { clear: both; }


.center { text-align: center;  }









.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}






/* =WordPress Core
-------------------------------------------------------------- */
img { border: 0; max-width: 100%; height: auto;  }

img.alignnone { margin: 1em 0;}
.aligncenter { display: block; margin: 1em auto ;}

img.alignright { margin: 5px 0 20px 30px;}
img.alignleft { margin: 5px 30px 20px 0;}
img.aligncenter { margin: 5px auto;}

@media (min-width: 500px) {
	img.alignright { float: right; }
	img.alignleft { float: left; }
}

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone { margin: 5px 20px 20px 0;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
img.wp-smiley { vertical-align: middle; border: 0 !important;}

.gallery { margin: 0 auto 20px; }
.gallery .gallery-item { float: left; margin-top: 10px; text-align: center;	}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 15%; }
.gallery .gallery-item img { max-width: 90%; height: auto; box-shadow: 0 0 5px #174385; }
.gallery .gallery-caption {	margin-left: 0;	}












#media-query-breakpoint { font-family: '360'; }

@media  (min-width: 500px) {  #media-query-breakpoint { font-family: '500'; } }
@media  (min-width: 600px) {  #media-query-breakpoint { font-family: '600'; } }
@media  (min-width: 768px) {  #media-query-breakpoint { font-family: '768'; } }
@media  (min-width: 960px) {  #media-query-breakpoint { font-family: '960'; } }
@media  (min-width: 1100px) {  #media-query-breakpoint { font-family: '1100'; } }
@media  (min-width: 1200px) {  #media-query-breakpoint { font-family: '1200'; } }
@media  (min-width: 1400px) {  #media-query-breakpoint { font-family: '1400'; } }















/*
  ,ad8888ba,    88888888ba   88888888888    ,ad8888ba,   888b      88  88888888888  
 d8"'    `"8b   88      "8b  88            d8"'    `"8b  8888b     88  88           
d8'        `8b  88      ,8P  88           d8'            88 `8b    88  88           
88          88  88aaaaaa8P'  88aaaaa      88             88  `8b   88  88aaaaa      
88          88  88""""""8b,  88"""""      88             88   `8b  88  88"""""      
Y8,        ,8P  88      `8b  88           Y8,            88    `8b 88  88           
 Y8a.    .a8P   88      a8P  88            Y8a.    .a8P  88     `8888  88           
  `"Y8888Y"'    88888888P"   88888888888    `"Y8888Y"'   88      `888  88888888888
*/


.web { }


.main { background-color: #F5F5F5; position: relative; }


/* Bud se zobrazuje promo, nebo top-title */
.promo  {  }
.top-title { background: #05244A center center no-repeat url(img/top-title-mobile.jpg); background-size: cover; }
.top-title h1, .top-title h2 { margin: 0; color: #fff; text-align: center; padding: 20px; }

.content { background: #F5F5F5; padding: 10px; }

.sidenav { background: url(img/vzor.png); color: #fff; }

.sidebar { background: #0D3573; color: #fff;  }
 

@media (min-width: 500px) {
	.content { padding: 20px; }
}

@media (min-width: 768px) {
	.top-title { background-image: url(img/top-title.jpg); background-size: auto; }
}

@media (min-width: 960px) {
	
	.main-cols { display: flex; justify-content: space-between; align-items: stretch; }
	.main-cols__content { width: 75%; order: 2;  }
	.main-cols__sidebar { width: 25%; order: 1; }
	
	.content { padding: 30px; }
}

@media (min-width: 1400px) {
	.main-cols__content { width: 79%;  }
	.main-cols__sidebar { width: 21%;  }

	.content { padding: 70px 90px; }
	
	.top-title { background-size: auto; }
	.top-title h1, .top-title h2 { padding-top: 35px; padding-bottom: 35px; }
	
	.content-ze-zivota-skoly-prehled { padding-top: 50px; }
	
}






.strankovani {  }
.strankovani .dalsi { float: right; }
.strankovani .predchozi { float: left; }


.strankovani.cisla { clear: both;  margin-top: 30px; margin-bottom: 30px; text-align: center; }
.strankovani.cisla .page-numbers { display: inline-block; padding: 5px 15px; font-size: 20px; margin-left: 1px; margin-right: 1px;}
.strankovani.cisla a.page-numbers { text-decoration: none; color: #a7a7a7; }
.strankovani.cisla .page-numbers.current, .strankovani.cisla a.page-numbers:hover { color: #454545; background-color: #ECECEC; }




.item-title > a { color: #454545; font-weight: 700; text-decoration: none;  }
.item-title > a:hover { text-decoration: underline; }













/*
88        88  88                  db         8b           d8  88    ,ad8888ba,   88      a8P          db         
88        88  88                 d88b        `8b         d8'  88   d8"'    `"8b  88    ,88'          d88b        
88        88  88                d8'`8b        `8b       d8'   88  d8'            88  ,88"           d8'`8b       
88aaaaaaaa88  88               d8'  `8b        `8b     d8'    88  88             88,d88'           d8'  `8b      
88""""""""88  88              d8YaaaaY8b        `8b   d8'     88  88             8888"88,         d8YaaaaY8b     
88        88  88             d8""""""""8b        `8b d8'      88  Y8,            88P   Y8b       d8""""""""8b    
88        88  88            d8'        `8b        `888'       88   Y8a.    .a8P  88     "88,    d8'        `8b   
88        88  88888888888  d8'          `8b        `8'        88    `"Y8888Y"'   88       Y8b  d8'          `8b
*/

.header {  background-color: #fff; }
.header .in { padding: 15px; }
.header .in { display: flex; flex-wrap: wrap; align-items: center; }
.header .in:before, .header .in:after { display: none;}

.hlavni-logo { display: block; margin: 0 auto 22px 0;  }
.hlavni-logo img {  display: block; margin: 0 auto; }

.search-form { margin: 0 auto 0 0; display: block; position: relative;  height: 46px; width: 170px; background-color: #F4F4F4; }
.search-form .search-field {  display: block; width: 200px; height: 46px; margin: 0; padding-left: 10px; background: transparent; border: 0; -webkit-appearance: none; appearance: none; }
.search-form .search-submit { position: absolute; top: 0; right: 0; width: 46px; height: 100%; display: block; margin: 0; background-color: transparent; border: 0; text-indent: -3000px; }
.search-form .search-submit { background-image: url(img/seda-lupa.png); background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; }

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}


.header-tel { display: none; }
.header-tel svg {}
.header-tel span { display: none; }

.soc { margin: 0 2px; width: 30px; height: 30px; }
.soc svg { display: block; margin: 0; width: 30px; height: 30px; }

.menu-toggle { margin: 0 0 0 5px; display: block; width: 46px; height: 46px; position: relative; background-color: #00378A; }
.menu-toggle span:after,
.menu-toggle span:before { content: "";  position: absolute; left: 0; top: -8px; background-color: #fff;  }
.menu-toggle span:after{  left: 0; top: 8px; background-color: #fff; }
.menu-toggle span { position: relative; left: 11px; top: 22px;  display: block; background-color: #fff; }
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {  width: 25px;  height: 2px;   transition: all 0.3s;   backface-visibility: hidden;  }
.menu-toggle.on span {  background-color: transparent; } 
.menu-toggle.on span:before {  transform: rotate(45deg) translate( 6px, 6px); }
.menu-toggle.on span:after {  transform: rotate(-45deg) translate(5px, -6px); }


@media (min-width: 400px) {
	.search-form { width: 200px; }
	.search-form .search-field { width: 100%; }
}
@media (min-width: 500px) {
	
	.header-tel { display: block; margin: 0 3px; width: 46px; height: 46px; padding: 8px; }
	.header-tel svg { display: block; width: 30px; height: 30px }
	
	.soc { margin: 0 3px; width: 46px; height: 46px; }
	.soc svg { width: 46px; height: 46px; }
}


@media (min-width: 600px) {
	.header .in { padding: 30px; align-items: center; }
	
	.hlavni-logo { order: 1; width: 280px; margin: 0 auto 0 0;  }
	.hlavni-logo img { max-width: 280px }
	
	.header-tel { order: 2; margin: 0 8px 0 8px }
	.soc { order: 2; margin: 0 8px 0 8px }
	
	.menu-toggle { order: 2; margin: 0 0 0 20px }
	
	.search-form { order: 3; width: 100%; margin-top: 10px }
	.search-form .search-field { width: 100%; }
}


@media (min-width: 960px) { 
	.header .in { padding: 60px 30px 30px;  flex-wrap: nowrap;  justify-content: space-between }
	
	.hlavni-logo { margin: 0 20px 0 0 }
	
	.search-form  { width: 400px; position: absolute; top: 10px; right: 20px; margin: 0 }
	
	.header-tel { order: 9 }
	.soc { order: 10; margin: 0 5px }
	
	.horni-navigace { display: block !important; order:  5; margin: 0 auto; }
}


@media (min-width: 1200px) {  
	
	.header-tel { width: 160px; height: auto; display: flex; flex-wrap: wrap; align-items: center; text-decoration: none; padding: 0; }
	.header-tel { margin-left: auto }
	.header-tel svg { width: 20px; height: 20px; margin-right: 10px }
	.header-tel__num { display: inline !important; color: #0D3573; font-weight: bold; font-size: 18px }
	.header-tel__info { display: block !important; width: 100%; color: #4F4F4F; font-size: 13px }

}

@media (min-width: 1400px) {
	.header .in { align-items: center; padding-bottom: 50px }
	.hlavni-logo { margin: 0 40px 0 0; }
	
	.search-form { width: 250px; position: relative; top: auto; right: auto; }
	.search-form { margin: 0 auto;}
	
	.header-tel { order: 4; width: 150px; margin: 0 auto; }
	
	.soc { margin-top: 0 }
	
	.horni-navigace { margin-top: 0; }
}
@media (min-width: 1600px) {
	.search-form { width: 350px; }
	
	.header-tel__num { font-size: 20px }
}
@media (min-width: 1700px) {
	.search-form { width: 450px; }
}









/*
88b           d88  88888888888  888b      88  88        88  
888b         d888  88           8888b     88  88        88  
88`8b       d8'88  88           88 `8b    88  88        88  
88 `8b     d8' 88  88aaaaa      88  `8b   88  88        88  
88  `8b   d8'  88  88"""""      88   `8b  88  88        88  
88   `8b d8'   88  88           88    `8b 88  88        88  
88    `888'    88  88           88     `8888  Y8a.    .a8P  
88     `8'     88  88888888888  88      `888   `"Y8888Y"'
*/


.horni-navigace {   }
.horni-navigace ul { list-style: none; margin: 0;  }
.horni-navigace a { text-decoration: none;  font-weight: bold; color: #1c305e;    }
.horni-navigace a:hover { text-decoration: underline; }


@media  (max-width: 959px) {
	
	/* Horni navigaci na mobilech nezobrazuji vubec, je v levem menu */
	
	.horni-navigace { display: none;   }
}


@media  (min-width: 960px) { 
	
	.menu-toggle { display: none; }
	
	
	.horni-navigace .menu { text-align: center; width: 100%; }
	.horni-navigace .menu > li { float: left; margin: 0; padding: 0; position: relative; }
	.horni-navigace a { display: block; font-size: 14px; padding: 10px 5px;  line-height: 1; color: #595959; font-weight: normal; }
	.horni-navigace a:hover, .horni-navigace .m-active a, .horni-navigace li:hover > a {  text-decoration: none; background-color: #F4F4F4; }
 	
	.horni-navigace .sub-menu { display: none;  }
	.horni-navigace li:hover .sub-menu { display: block; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; padding-top: 10px;  }
	.horni-navigace .sub-menu li { margin: 0; background-color: #F4F4F4; }
	.horni-navigace .sub-menu a { padding: 15px 12px; font-size: 14px; white-space: nowrap; }
	
	.horni-navigace .sub-menu li:first-child:before { content: ''; position: absolute; top: 5px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.horni-navigace .sub-menu li:first-child:before { display: block; width: 0; height: 0; border-style: solid; border-width: 0 5px 5px 5px; border-color: transparent transparent #F4F4F4 transparent; }
}

@media (min-width: 1200px) {
	.horni-navigace a { font-size: 16px; padding: 10px  }
}

@media (min-width: 1400px) {
	
}























/*
88888888888    ,ad8888ba,      ,ad8888ba,    888888888888  88888888888  88888888ba   
88            d8"'    `"8b    d8"'    `"8b        88       88           88      "8b  
88           d8'        `8b  d8'        `8b       88       88           88      ,8P  
88aaaaa      88          88  88          88       88       88aaaaa      88aaaaaa8P'  
88"""""      88          88  88          88       88       88"""""      88""""88'    
88           Y8,        ,8P  Y8,        ,8P       88       88           88    `8b    
88            Y8a.    .a8P    Y8a.    .a8P        88       88           88     `8b   
88             `"Y8888Y"'      `"Y8888Y"'         88       88888888888  88      `8b
*/



.footer { clear: both;; text-align: center; background-color: #0D3573; }

.footer__footer1 { padding: 25px 15px; color: #fff; background-image: url(img/vzor.png); }
.footer__footer1 i { color: #91B2E5;}
.footer__footer1 a { color: #fff; text-decoration: none; }
.footer__footer1 a:hover { color: #fff; text-decoration: underline; }
.footer__footer1 > div { display: inline-block; margin: 5px 10px; }

@media (min-width: 960px) {
	.footer__footer1 { padding: 40px 15px; font-size: 20px }	
	.footer__footer1 > div { margin-left: 20px; margin-right: 20px; }
}
@media (min-width: 1100px) {
	.footer__footer1 > div { margin-left: 40px; margin-right: 40px; }	
}


.footer__footer2 { padding: 15px; color: #91b2e5; }
.footer__footer2 a { color: #91b2e5; text-decoration: none; font-size: 14px;  }
.footer__footer2 a:hover { text-decoration: underline; }





.footer-bottom {  background-color: #1c305e; }
.footer-bottom { text-align: center; color: #fff; }

@media (min-width: 768px) {
	.footer-bottom .in { padding: 20px 0; }
	
}


@media (min-width: 768px) {
	.footer p { margin: 0; }
	.footer .left { width: 65%; float: left; text-align: left; }
	.footer .right { width: 34%; float: right; text-align: right; }
}




















/*
88888888ba   88888888ba     ,ad8888ba,    88b           d88    ,ad8888ba,    
88      "8b  88      "8b   d8"'    `"8b   888b         d888   d8"'    `"8b   
88      ,8P  88      ,8P  d8'        `8b  88`8b       d8'88  d8'        `8b  
88aaaaaa8P'  88aaaaaa8P'  88          88  88 `8b     d8' 88  88          88  
88""""""'    88""""88'    88          88  88  `8b   d8'  88  88          88  
88           88    `8b    Y8,        ,8P  88   `8b d8'   88  Y8,        ,8P  
88           88     `8b    Y8a.    .a8P   88    `888'    88   Y8a.    .a8P   
88           88      `8b    `"Y8888Y"'    88     `8'     88    `"Y8888Y"' 
*/



.promo-maturitni-obory, .promo-ucebni-obory { display: block; padding: 20px; color: #fff; }
.promo-maturitni-obory p, .promo-ucebni-obory p { margin: 0 0 5px; font-size: 18px; }
.promo-maturitni-obory ul, .promo-ucebni-obory ul { list-style: none; margin: 0; }
.promo-maturitni-obory li, .promo-ucebni-obory li { margin: 3px 0; padding-left: 15px; background: left center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAKCAYAAACT+/8OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFBJREFUeNpi+P//vxIQM8AwEwMDQygQGzPAAFBUEIh3w1TClBpDBQUZwaIQANLqwsSAACBz7sG0pAHxTJgZIP1noIaDBcphHJiAILLDAAIMAJedXZhXdXQNAAAAAElFTkSuQmCC); }
.promo-maturitni-obory a, .promo-ucebni-obory a { color: #fff; text-decoration: none; }
.promo-maturitni-obory a:hover, .promo-ucebni-obory a:hover { text-decoration: underline; }

.promo-ucebni-obory { background-color: #AAC037; }
.promo-maturitni-obory { background-color: #009DE1; }


.promo-video1 { position: relative; height: 175px; background: url(img/promo-video1.jpg) 70% 20% no-repeat;  }

.promo-video2 { position: relative; height: 175px; background: url(img/promo-video2.jpg?1) 50% 50% no-repeat;  }
@media (min-width: 500px) {
	.promo-video2 {  background-size: cover; }
}


.promo-foto1 { display: none; }
.promo-foto2 { display: none; }
.promo-foto3 { display: none; }
.promo-foto4 { display: none; }
.promo-foto5 { display: none; }
.promo-prohlidka { display: none; }

.promo .video-link { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; } 
.promo .video-link:before { content: ''; display: block; width: 50px; height: 50px; background-color: #fff; border-radius: 50px; }
.promo .video-link:before { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.promo .video-link:before { background-position: center center; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAXCAYAAADQpsWBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOBJREFUeNqU0z0LgVEYh/HjLZvER5BSvoBSUopSNhuTQVksvoDFZjEaGK3KINks3iZlsVlMBotBsrjuOkoi5/7Xb5CuPM/xPJ5Qul0zxgyNYl4M0IVPE8lamCCkiWRFLBHTRLIkNshqIlkUc9Q1kSyAPnrfDsj75/KbmCKsiWR5rBDXRLIE1shpIlkEMzQ0kcyDoF8R3FDB2DU6o4StfHCJDvYRO7qe3gLp9+BfNEIBF9cnooMq7t++/Lynh/wP9sX8uffoirJ9wo1LdLIntHd9c3dIuQavX8rYS3PeU4ABAGsCIqaqhVfhAAAAAElFTkSuQmCC); }
.promo .video-link:hover:before { width: 60px; height: 60px; }
.promo .video-link:hover:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAeCAYAAAAhDE4sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATJJREFUeNqk1a9LQ1EYxvGzOXBD0aYrDv8BwTpmMgoqWDQMRJvFYrAYBMsEs3EIgkEEQbCpIPgDFduWZhgWiwbBIILo94X3Fpne630e+ISN8ezw3nPOzYR6uxRCGMRdEJJFP84xpxZZCtjDBjJKUfCCNRygRymKMoMLDKlFllHcoqwWWYo4Q1UtsuSxi1rcb7MJV76KQ/SqRZYpXGFYLbKM4AZjapFlACdYUIss3ahjC11KUZQVHKFPLbJMYEkt+vKtsZkTSt4xj337kLboBdO4jL5IU/Tgc2kpj//ab4SWsiHtwhvHs3JEbOPN+oA7Jm5Gn1jGdtw//VX05m+W4yRL/q3oCZO4TzrATkVNf7yPyuV/isp/S34W7fhKXtO+IO3grWMRH2kPXs5n0lDvkm8BBgAmjDDaigPWeQAAAABJRU5ErkJggg==); }


@media (min-width: 768px) {
	
	.promo { position: relative; height: 515px; }
	
	.promo-ucebni-obory { position: absolute; top: 0; right: 0; width: 66.666666%; height: 33.333333%; }
	.promo-maturitni-obory { position: absolute; bottom: 0; left: 0; width: 66.666666%; height: 33.333333%; }
	
	.promo-video1 { position: absolute; top: 0; left: 0; ; width: 33.333333%; height: 66.666666%; }
	.promo-video2 { position: absolute; bottom: 0; right: 0; ; width: 33.333333%; height: 66.666666%; }
	
	.promo-prohlidka { display: block; position: absolute; top: 33.333333%; left: 33.333333%; width: 33.333333%; height: 33.333333%; }
	.promo-prohlidka { background-color: #EBC03A; background-image: url(img/promo-prohlidka.png); background-position: center center; background-repeat: no-repeat; }
	.promo-prohlidka a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
	
	.promo-ucebni-obory li { font-size: 16px; margin-top: 9px; margin-bottom: 9px;; }

	.promo-maturitni-obory li { vertical-align: top; }
	.promo-maturitni-obory li { display: inline-block; width: 49%; font-size: 13px;  }
	
	/* linky */
	.promo-maturitni-obory { border-top: 1px solid #fff; }
	.promo-ucebni-obory { border-bottom: 1px solid #fff; }
	
	.promo-video1 { border-right: 1px solid #fff; } 
	.promo-video2 { border-left: 1px solid #fff; } 
}





@media (min-width: 1200px) {
	
	.promo-ucebni-obory { position: absolute; top: 0; right: 0; width: 33.333333%; height: 33.333333%; }
	.promo-maturitni-obory { position: absolute; bottom: 0; left: 0; width: 50%; height: 33.333333%; }
	
	.promo-maturitni-obory li { font-size: 14px; }
	
	.promo-video1 { /* beze zmeny */ }
	.promo-video2 { position: absolute; bottom: 0; left: 50%; right: auto; ; width: 33.333333%; height: 66.666666%; }
	
	.promo-prohlidka { position: absolute; top: auto; left: auto; right: 0; bottom: 0; width: 16.666666%; height: 33.333333%; }
	
	.promo-foto2, .promo-foto3, .promo-foto4, .promo-foto5 { display: block; position: absolute; width: 16.666666%; height: 33.333%;  }
	.promo-foto2, .promo-foto3, .promo-foto4, .promo-foto5 { background-repeat: no-repeat; background-position: center center; background-size: cover; }

	.promo-foto2 { left: 33.333333%; top: 33.333333%; background-image: url(img/promo-foto2.jpg); }
	.promo-foto3 { left: 33.333333%; top: 0%; background-image: url(img/promo-foto3.jpg); }
	.promo-foto4 { left: 50%; top: 0%; background-image: url(img/promo-foto4.jpg); }
	.promo-foto5 { right: 0; top: 33.333333%; background-image: url(img/promo-foto5.jpg); }
	
	
	
	/* linky */
	.promo-video2 { border-right: 1px solid #fff; }
	.promo-foto1 { border-top: 1px solid #fff; border-right: 1px solid #fff; }
	.promo-foto3 { border-bottom: 1px solid #fff; }
	.promo-foto4 { border-bottom: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff }
	.promo-foto5 { border-bottom: 1px solid #fff; }
}

@media (min-width: 1600px) {
	.promo-maturitni-obory li { font-size: 16px; }
}

@media (min-width: 2000px) {
	.promo > div { background-size: cover; }
}




.fancybox-type-iframe .fancybox-inner { overflow: auto !important;  }

















/*
88b           d88  88888888888  888b      88  88        88  
888b         d888  88           8888b     88  88        88  
88`8b       d8'88  88           88 `8b    88  88        88  
88 `8b     d8' 88  88aaaaa      88  `8b   88  88        88  
88  `8b   d8'  88  88"""""      88   `8b  88  88        88  
88   `8b d8'   88  88           88    `8b 88  88        88  
88    `888'    88  88           88     `8888  Y8a.    .a8P  
88     `8'     88  88888888888  88      `888   `"Y8888Y"'
*/


.header-nav { background: #039DE1; }
.header-nav ul { list-style: none; }
.header-nav ul { margin: 0; }
.header-nav li { margin: 0;  }
.header-nav a { font-size: 15px; color: #fff; text-decoration: none;  }


@media (max-width: 959px) {
	.header-nav { display: none;  }
	.header-nav { padding: 10px; }
	.header-nav > ul { padding: 20px 0 }	
	.header-nav a { display: block; padding: 12px 30px; font-size: 18px }	
	.header-nav a:hover { color: #fff; background-color: rgba( 255, 255, 255, .06); }
	
	.header-nav .sub-menu { display: none; }
	
	.header-nav .menu-item-has-children { position: relative; }
	
	.header-nav .sub-menu-toggle { position: absolute; right: 30px; top: 10px;  }
	.header-nav .sub-menu-toggle { display: block; width: 30px; height: 30px; background: url(img/arr-d.svg) center center no-repeat; background-size: 15px auto; }
	.header-nav .sub-menu-toggle { transition: all .25s ease-in-out; }
	.header-nav .sub-menu-toggle.up { transform: rotate(-180deg); }
	
	
	.header-nav .menu li li { margin-left: 20px; }
	.header-nav .menu li li a {   }
}
@media (min-width: 768px) and (max-width: 959px) {
	.header-nav { padding: 10px 20px 20px; }
}




@media (min-width: 960px) {
	.header-nav { width: 100%; display: block !important; }
	.header-nav { padding: 0; }
	.header-nav { position: relative; }
	.header-nav {  }
	
	
	
	.header-nav .menu { padding: 0; margin: 0; }
	.header-nav .menu { display: flex; width: 100%; justify-content: center; }
	.header-nav .menu > li { margin: 0; flex-grow:  1; position: relative; }
	.header-nav .menu > li { border-right: 1px solid rgba( 255, 255, 255, .2); }
	.header-nav .menu > li:last-child { border-right: 0 }
	
	.header-nav .menu a { display: block; line-height: 1.1; text-align: center; transition: none; }
	.header-nav .menu > li > a { display: block; width: 100%; padding: 20px 20px; font-weight: bold; }
	
	.header-nav .menu > li > a:hover, .header-nav .menu > li:hover > a { text-decoration: underline }
	
	.header-nav .menu > .current-menu-item > a, .header-nav .menu > .current-menu-parent > a {  }
	
	.header-nav li.menu-rozvrhy, 
	.header-nav li.menu-suplovani, 
	.header-nav li.menu-prospech, 
	.header-nav li.menu-e-learning,
	.header-nav li.menu-jidelna-paraple { display: none; } 
		

	.header-nav .menu-item-has-children .sub-menu-toggle { display: none !important; }
	
	.header-nav .menu > .menu-item-has-children  > a > span { padding-right: 25px; position: relative }
	.header-nav .menu > .menu-item-has-children  > a > span:after { content: ''; display: block; width: 15px; height: 15px; background: url(img/arr-d.svg) center center no-repeat; background-size: 10px auto; }
	.header-nav .menu > .menu-item-has-children  > a > span:after { position: absolute; right: 0; top: 1px; }
	
	.header-nav .menu > li > .sub-menu { display: none !important; }
	.header-nav .menu > li > .sub-menu { position: absolute; left: 0px; top: 100%; z-index: 10; min-width: 300px; background-color: #039DE1;  }
	.header-nav .menu > li:hover > .sub-menu, 
		.header-nav .menu > li > a:focus > .sub-menu,
		.header-nav .menu > li:focus-within > .sub-menu { display: block !important; z-index: 20; }
	
	
	.header-nav .menu > li > .sub-menu { padding: 10px 20px ;  }
	
	.header-nav .menu .sub-menu li a { display: block; padding: 10px 0; text-align: left; line-height: 1.4; color: #fff; font-weight: bold; }
	.header-nav .menu .sub-menu li a:hover { text-decoration: underline; }
		
	.header-nav .menu .sub-menu .sub-menu { margin-left: 20px; }
	
	.header-nav .menu .sub-menu .sub-menu a { padding: 4px 0; font-size: 14px; font-weight: normal; }
}


@media (min-width: 1200px) {
	
	.header-nav .menu > .menu-item-has-children  > a > span:after { top: 3px }
	
	.header-nav .menu > li > .sub-menu { min-width: 350px }
	
	.header-nav .menu a { font-size: 18px }
	
	.header-nav .menu .sub-menu .sub-menu a { font-size: 15px }
}





















/*
 ad88888ba   88  88888888ba,    88888888888             db         888b      88  88      a8P   88888888888  888888888888         db         
d8"     "8b  88  88      `"8b   88                     d88b        8888b     88  88    ,88'    88                88             d88b        
Y8,          88  88        `8b  88                    d8'`8b       88 `8b    88  88  ,88"      88                88            d8'`8b       
`Y8aaaaa,    88  88         88  88aaaaa              d8'  `8b      88  `8b   88  88,d88'       88aaaaa           88           d8'  `8b      
  `"""""8b,  88  88         88  88"""""             d8YaaaaY8b     88   `8b  88  8888"88,      88"""""           88          d8YaaaaY8b     
        `8b  88  88         8P  88                 d8""""""""8b    88    `8b 88  88P   Y8b     88                88         d8""""""""8b    
Y8a     a8P  88  88      .a8P   88                d8'        `8b   88     `8888  88     "88,   88                88        d8'        `8b   
 "Y88888P"   88  88888888Y"'    88888888888      d8'          `8b  88      `888  88       Y8b  88888888888       88       d8'          `8b 
*/


.sidebar-anketa {  padding: 30px; }

.wp-polls {  }
.wp-polls-ul li { margin-left: 0; margin-bottom: 8px; }

.wp-polls-link { color: #fff; }
.wp-polls-link:hover { color: #fff; text-decoration: none; }

.wp-polls-vote-button { padding: 6px 10px !important; cursor: pointer; font-weight: 700; -webkit-appearance: none; border-radius: 0; }















/*
 ad88888ba   88  88888888ba,    88888888888             db         88      a8P   888888888888  88        88         db         88                
d8"     "8b  88  88      `"8b   88                     d88b        88    ,88'         88       88        88        d88b        88                
Y8,          88  88        `8b  88                    d8'`8b       88  ,88"           88       88        88       d8'`8b       88                
`Y8aaaaa,    88  88         88  88aaaaa              d8'  `8b      88,d88'            88       88        88      d8'  `8b      88                
  `"""""8b,  88  88         88  88"""""             d8YaaaaY8b     8888"88,           88       88        88     d8YaaaaY8b     88                
        `8b  88  88         8P  88                 d8""""""""8b    88P   Y8b          88       88        88    d8""""""""8b    88                
Y8a     a8P  88  88      .a8P   88                d8'        `8b   88     "88,        88       Y8a.    .a8P   d8'        `8b   88           888  
 "Y88888P"   88  88888888Y"'    88888888888      d8'          `8b  88       Y8b       88        `"Y8888Y"'   d8'          `8b  88888888888  888
*/


.sidebar-ze-zivota-skoly {  }
.sidebar-ze-zivota-skoly .in {  }
.sidebar-ze-zivota-skoly h4 { padding: 30px 40px; margin-bottom: 0; background-color: #06214B; color: #fff; font-weight: 700; font-size: 15px; }
.sidebar-ze-zivota-skoly h4 a { color: #fff; text-decoration: none; }

/* prispevky jsou naformatovany nize */














/*
 ad88888ba   88  88888888ba,    88888888888      88888888888  88888888ba   
d8"     "8b  88  88      `"8b   88               88           88      "8b  
Y8,          88  88        `8b  88               88           88      ,8P  
`Y8aaaaa,    88  88         88  88aaaaa          88aaaaa      88aaaaaa8P'  
  `"""""8b,  88  88         88  88"""""          88"""""      88""""""8b,  
        `8b  88  88         8P  88               88           88      `8b  
Y8a     a8P  88  88      .a8P   88               88           88      a8P  
 "Y88888P"   88  88888888Y"'    88888888888      88           88888888P" 
*/

/*
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
*/
@media (min-width: 1600px) {
	.sidebar-fb { text-align: center; }
}















/*
88        88  88888888ba   
88        88  88      "8b  
88        88  88      ,8P  
88aaaaaaaa88  88aaaaaa8P'  
88""""""""88  88""""""'    
88        88  88           
88        88  88           
88        88  88 
*/



.uvodni-nadpis { margin-bottom: 40px; }

@media (min-width: 960px) {
	.uvodni-nadpis { font-size: 40px }	
}
@media (min-width: 1400px) {
	.uvodni-nadpis { margin-bottom: 70px; }	
}


.uspechy {  }

.uspech { padding: 20px; margin-bottom: 30px; background-color: #FFFFFF; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06) }
.uspech > a { display: block; text-decoration: none; color: inherit; }

.uspech-logo { margin-bottom: 20px; }
.uspech-logo img { display: block; margin: 0 auto; }

.uspech-text h3 { margin-bottom: 10px; text-align: center; font-weight: 700; color: #454545; }
.uspech-text p { margin: 0; }


@media (min-width: 1100px) {
	.uspech { width: 48%; float: left; }
	.uspech:nth-child(2n+1) { clear: left; }
	.uspech:nth-child(2n+2) { float: right; }
}

@media (min-width: 1600px) {
	.uspech { position: relative; }
	.uspech-logo { position: absolute; width: 170px; top: 20px; left: 20px; bottom: 20px; margin: 0; overflow: hidden;  }
	.uspech-logo img { max-width: 170px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  }
	
	
	.uspech-text { margin: 0 0 0 190px;	 }
	.uspech-text h3 { text-align: left; }
	.uspech-text p { min-height: 60px }
}


@media (min-width: 1800px) {
	.uspech { padding: 40px; }
	.uspech-logo { width: 210px; }
	.uspech-logo img { max-width: 190px; }
}



















.partneri { margin-top: 50px; margin-bottom: 50px; }
.partneri h2 { font-size: 40px; margin-bottom: 30px; }

@media (min-width: 768px) {
	.partneri h2 { margin-bottom: 70px; }	
}

.partneri-loga { background-color: #fff;  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06)}


.partneri-loga .item img { display: block; margin: 0 auto; max-height: 45px; max-width: 90%; width: auto; }
.partneri-loga .item img { 
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
	filter: grayscale(100%); 
}
.partneri-loga a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
	filter: grayscale(0%);
}


.partneri-loga .item { width: 25%; height: 100px; float: left; position: relative; margin: 0; box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.03) }
.partneri-loga .item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  }

@media (min-width: 700px) {
	.partneri-loga .item { height: 150px;  }
	.partneri-loga .item img { max-height: 70px  }
}

@media (min-width: 1300px) {
	.partneri-loga .item { width: 20%; height: 165px; }
}

@media (min-width: 1600px) {
	.partneri-loga .item { width: 12.5%; }
}



/*
888888888888  88888888888          888888888888  88  8b           d8    ,ad8888ba,    888888888888         db                  ad88888ba        
         ,88  88                            ,88  88  `8b         d8'   d8"'    `"8b        88             d88b                d8"     "8b       
       ,88"   88                          ,88"   88   `8b       d8'   d8'        `8b       88            d8'`8b               Y8,               
     ,88"     88aaaaa                   ,88"     88    `8b     d8'    88          88       88           d8'  `8b              `Y8aaaaa,         
   ,88"       88"""""                 ,88"       88     `8b   d8'     88          88       88          d8YaaaaY8b               `"""""8b,       
 ,88"         88                    ,88"         88      `8b d8'      Y8,        ,8P       88         d8""""""""8b                    `8b       
88"           88                   88"           88       `888'        Y8a.    .a8P        88        d8'        `8b           Y8a     a8P  888  
888888888888  88888888888          888888888888  88        `8'          `"Y8888Y"'         88       d8'          `8b           "Y88888P"   888 
*/


/*
.rubriky-prispevku { margin-bottom: 20px; }
.rubriky-prispevku ul { list-style: none; text-align: center; }
.rubriky-prispevku li { display: inline-block; margin: 2px; }
.rubriky-prispevku a { display: inline-block; padding: 8px 20px; font-size: 15px; color: #595959; background-color: #ECECEC; text-decoration: none; font-weight: 700; }
.rubriky-prispevku a:hover { background-color: transparent; color: #0d3573; }
.rubriky-prispevku .current-cat a { background-color: #0D3573; color: #fff; position: relative; }
.rubriky-prispevku .current-cat a:after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
											width: 0; height: 0; 
											border-style: solid; border-width: 5px 5.5px 0 5.5px; border-color: #0D3573 transparent transparent transparent;  }
	
*/

/* kultura *//*
.rubriky-prispevku .current-cat.cat-item-1 a { background-color: #EBC03A ; }
.rubriky-prispevku .current-cat.cat-item-1 a:after { border-color: #EBC03A transparent transparent transparent; }

*//* souteze *//*
.rubriky-prispevku .current-cat.cat-item-8 a { background-color: #009EE0 ; }
.rubriky-prispevku .current-cat.cat-item-8 a:after { border-color: #009EE0 transparent transparent transparent; }

*//* sport *//*
.rubriky-prispevku .current-cat.cat-item-10 a { background-color: #009EE0 ; }
.rubriky-prispevku .current-cat.cat-item-10 a:after { border-color: #009EE0 transparent transparent transparent; }

*//* kurzy seminare *//*
.rubriky-prispevku .current-cat.cat-item-7 a { background-color: #AAC037 ; }
.rubriky-prispevku .current-cat.cat-item-7 a:after { border-color: #AAC037 transparent transparent transparent; }

*//* akce domova mladeze *//*
.rubriky-prispevku .current-cat.cat-item-11 a { background-color: #AAC037 ; }
.rubriky-prispevku .current-cat.cat-item-11 a:after { border-color: #AAC037 transparent transparent transparent; }

*//* jazyky *//*
.rubriky-prispevku .current-cat.cat-item-6 a { background-color: #AAC037 ; }
.rubriky-prispevku .current-cat.cat-item-6 a:after { border-color: #AAC037 transparent transparent transparent; }

*//* exkurze zajezdy *//*
.rubriky-prispevku .current-cat.cat-item-5 a { background-color: #EBC03A ; }
.rubriky-prispevku .current-cat.cat-item-5 a:after { border-color: #EBC03A transparent transparent transparent; }

*//* a jeste dalsi zajimavosti *//*
.rubriky-prispevku .current-cat.cat-item-12 a { background-color: #EBC03A ; }
.rubriky-prispevku .current-cat.cat-item-12 a:after { border-color: #EBC03A transparent transparent transparent; }

*//* uchazeci o studium *//*
.rubriky-prispevku .current-cat.cat-item-15 a { background-color: #C12F58 ; }
.rubriky-prispevku .current-cat.cat-item-15 a:after { border-color: #C12F58 transparent transparent transparent; }


@media (min-width: 960px) {
	.rubriky-prispevku { margin-bottom: 30px; }
}
@media (min-width: 1400px) {
	.rubriky-prispevku { margin-bottom: 50px; }
}
*/







/* prispevky */

.prispevek { position: relative; padding: 20px; margin-bottom: 30px; background-color: #FFFFFF; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06) }

@media (min-width: 1100px) {
	.prispevek { width: 48%; float: left; }
	.prispevek:nth-child(2n+1) { clear: left; }
	.prispevek:nth-child(2n+2) { float: right; }
}

.prispevek-date { color: #a9a9a9; font-size: 14px; font-weight: 700; }
.prispevek-date i { margin-right: 5px; }


.prispevek-kategorie { position: absolute; top: 20px; right: -6px; margin: 0; list-style: none; }
.prispevek-kategorie li { margin: 0 0 5px 0; text-align: right;  }
.prispevek-kategorie li:last-child { margin-bottom: 0;  }

.prispevek-kategorie a { position: relative; display: inline-block; padding: 5px 10px 5px 15px; line-height: 1; font-size: 10px; color: #fff; background-color: #124faf; text-decoration: none;   }

@media (min-width: 768px) {
	.prispevek-kategorie { top: 20px; }
	.prispevek-kategorie a { padding: 6px 15px 7px 20px; font-size: 13px; font-weight: 700; }
}

.cat-kultura a { background-color: #EBC03A ; border-color: #EBC03A;  }
.cat-souteze a { background-color: #009EE0; border-color: #009EE0; }
.cat-sport a { background-color: #009EE0; border-color: #009EE0; }
.cat-kurzy-seminare a { background-color: #AAC037; border-color: #AAC037; }
.cat-akce-domova-mladeze a { background-color: #AAC037; border-color: #AAC037; }
.cat-erasmus a { background-color: #AAC037; border-color: #AAC037; }
.cat-exkurze-zajezdy a { background-color: #EBC03A; border-color: #EBC03A; }
.cat-jazyky a { background-color: #AAC037; border-color: #AAC037; }
.cat-a-jeste-dalsi-zajimavosti a { background-color: #EBC03A; border-color: #EBC03A; }
.cat-uchazeci-o-studium a { background-color: #C12F58; border-color: #C12F58; }

.prispevek-kategorie a span { display: block; width: 6px; height: 6px; position: absolute; bottom: -6px; right: 0px; border-style: solid;  border-width: 0 0 6px 6px; border-color: transparent; }
.prispevek-kategorie a span { border-left-color: inherit; }

/*
.cat-kultura a span {  border-left-color: #EBC03A; }
.cat-souteze a span { color: inherit; border-left-color: inherit; }
.cat-sport a span { border-left-color: #0E6C93; }
.cat-kurzy-seminare a span { border-left-color: #AAC037; }
.cat-akce-domova-mladeze a span { border-left-color: #AAC037; }
.cat-erasmus a span { border-left-color: #AAC037; }
.cat-exkurze-zajezdy a span { border-left-color: #BF9A27; }
.cat-jazyky a span { border-left-color: #AAC037; }
.cat-a-jeste-dalsi-zajimavosti a span { border-left-color: #EBC03A; }
.cat-uchazeci-o-studium a span { border-left-color: #921E3F; }
*/

.prispevek-kategorie a:before { content: ''; display: block; width: 6px; height: 100%; position: absolute; left: 0; top: 0;   }
.prispevek-kategorie a:before {  border-style: solid;  border-width: 10px 0 10px 6px; border-color: transparent transparent transparent #fff; }

@media (min-width: 768px) {
	.prispevek-kategorie a:before { border-width: 13px 0 13px 6px; }
}


.prispevek-nadpis { margin-top: 15px; }
.prispevek-nadpis a { color: #454545; font-weight: 700; text-decoration: none; }
.prispevek-nadpis a:hover { text-decoration:underline; }

.prispevek-excerpt p { margin-bottom: 0; }






/* prispevky v levem sidebaru */

.sidebar-prispevek { position: relative; padding: 20px; border-bottom: 1px solid #143D7E; }
.sidebar-prispevek .prispevek-date { color: #91b2e5; }
.sidebar-prispevek .prispevek-kategorie a:before { border-color: transparent transparent transparent #0D3573;  }

.sidebar-prispevek .prispevek-odkaz { margin: 10px 0 0 0;  }
.sidebar-prispevek .prispevek-odkaz a { color: #fff; text-decoration: none; }
.sidebar-prispevek .prispevek-odkaz a:hover { text-decoration: underline; }

@media (min-width: 1100px) {
	.sidebar-prispevek { padding: 30px; }
	.sidebar-prispevek .prispevek-kategorie {   }
}










/* detail prispevku */


.prispevek-detail-date { font-weight: 700; color: #a9a9a9; }

.prispevek-detail-obsah { text-align: justify; margin-bottom: 80px; }

@media (min-width: 960px) {
	.prispevek-detail-obsah h1 { margin-bottom: 40px; }
	.prispevek-detail-obsah .text p { margin-bottom: 30px; }
}




.prispevek-detail-zpet {}
.prispevek-detail-zpet a { color: #595959; text-decoration: none; }


.sidebar-ul { list-style: none; margin: 0; border: 1px solid #E4E4E4; box-shadow: 0 0 30px rgba( 0, 0, 0, 0.06 ) }
.sidebar-ul li { margin: 0; }
.sidebar-ul a { display: block; padding: 15px 20px; background-color: #fff; border-bottom: 1px solid #E4E4E4; color: #595959; font-weight: 700; text-decoration: none; }
.sidebar-ul li:last-child a { border-bottom: 0; }
.sidebar-ul a:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+1,ffffff+100 */
										background: #f5f5f5; /* Old browsers */
										background: -moz-linear-gradient(left, #f5f5f5 1%, #ffffff 100%); /* FF3.6-15 */
										background: -webkit-linear-gradient(left, #f5f5f5 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
										background: linear-gradient(to right, #f5f5f5 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
										filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }



.rubriky-prispevku-detail li.current-cat a { position: relative; color: #fff; background: #0D3573; padding-left: 45px; }
.rubriky-prispevku-detail li.current-cat a:hover { color: #fff; background: #0D3573; }
.rubriky-prispevku-detail li.current-cat a:before { content:'\e803'; font-family: oachocen; position: absolute; top: 15px; left: 20px; width: 12px; height: 21px; }



.prispevek-detail-sidebar h4 { margin-top: 40px; }

@media (min-width: 960px) {
	.prispevek-detail-sidebar h4 { margin-bottom: 10px;  font-size: 24px; }	
}


@media (min-width: 1400px) {
	.prispevek-detail-obsah { width: 63%; float: left; margin-bottom: 0; }
	.prispevek-detail-sidebar { width: 29%; float: right; }
	
	.prispevek-detail-sidebar .tlacitko { width: 100%; text-align: center;}
}

@media (min-width: 1800px) {
	.prispevek-detail-obsah { width: 66%;  }
	.prispevek-detail-sidebar { width: 27%;  }
}



























/*
 ad88888ba          db         88888888ba   88             ,ad8888ba,    888b      88  8b        d8  
d8"     "8b        d88b        88      "8b  88            d8"'    `"8b   8888b     88   Y8,    ,8P   
Y8,               d8'`8b       88      ,8P  88           d8'        `8b  88 `8b    88    Y8,  ,8P    
`Y8aaaaa,        d8'  `8b      88aaaaaa8P'  88           88          88  88  `8b   88     "8aa8"     
  `"""""8b,     d8YaaaaY8b     88""""""8b,  88           88          88  88   `8b  88      `88'      
        `8b    d8""""""""8b    88      `8b  88           Y8,        ,8P  88    `8b 88       88       
Y8a     a8P   d8'        `8b   88      a8P  88            Y8a.    .a8P   88     `8888       88       
 "Y88888P"   d8'          `8b  88888888P"   88888888888    `"Y8888Y"'    88      `888       88 
*/


                   


.hlavickova-sablona-top { padding: 10px; margin-bottom: 25px; background-color: #fff; border: 1px solid #C0C0C0 }
.hlavickova-sablona-predtisk-s-tabulkou .hlavickova-sablona-top { margin-bottom: 0;  }

.hlavickova-sablona-logo {  }
.hlavickova-sablona-adresa {  }

.hlavickova-sablona-logo { margin-bottom: 10px; }
.hlavickova-sablona-logo img { display: block; margin: 0 auto; max-width: 100px; }

.hlavickova-sablona-adresa { text-align: center; font-size: 12px }
.hlavickova-sablona-adresa p { margin: 0; }

@media (min-width: 768px) {
	.hlavickova-sablona-top {  }
	.hlavickova-sablona-logo { float: left; width: 25%; margin-bottom: 0; text-align: left;  }
	.hlavickova-sablona-adresa { float: right; width: 72.5%; text-align: right; }
	
	.hlavickova-sablona-logo img { margin: 0; max-width: 200px; }
}
@media (min-width: 1200px) {
	.hlavickova-sablona-adresa { font-size: 14px }
}



.hlavickova-sablona-tabulka { width: 100%; margin: 10px 0 25px; font-size: 12px; background-color: #fff; }

.hlavickova-sablona-tabulka .s2 { font-weight: bold; }

@media (max-width: 767px) {
	.hlavickova-sablona-tabulka { display: block;   }	
	.hlavickova-sablona-tabulka tbody { display: block; }	
	.hlavickova-sablona-tabulka tr { display: block; }	
	.hlavickova-sablona-tabulka td { display: block; border-bottom: 0; }	
	.hlavickova-sablona-tabulka td.colspan { border-bottom: 1px solid #C0C0C0 }	
}

@media (min-width: 768px) {
	.hlavickova-sablona-tabulka { table-layout: fixed; }
	.hlavickova-sablona-tabulka td { width: 25%; }
	.hlavickova-sablona-tabulka td.colspan { width: 50%; }
}
@media (min-width: 1200px) {
	.hlavickova-sablona-tabulka { font-size: 14px }
}















/*
88      a8P     ,ad8888ba,    888b      88  888888888888         db         88      a8P   888888888888  8b        d8  
88    ,88'     d8"'    `"8b   8888b     88       88             d88b        88    ,88'         88        Y8,    ,8P   
88  ,88"      d8'        `8b  88 `8b    88       88            d8'`8b       88  ,88"           88         Y8,  ,8P    
88,d88'       88          88  88  `8b   88       88           d8'  `8b      88,d88'            88          "8aa8"     
8888"88,      88          88  88   `8b  88       88          d8YaaaaY8b     8888"88,           88           `88'      
88P   Y8b     Y8,        ,8P  88    `8b 88       88         d8""""""""8b    88P   Y8b          88            88       
88     "88,    Y8a.    .a8P   88     `8888       88        d8'        `8b   88     "88,        88            88       
88       Y8b    `"Y8888Y"'    88      `888       88       d8'          `8b  88       Y8b       88            88
*/


.kontakty-budova { margin-bottom: 50px; }
.kontakty-budova-nazev { font-weight: bold; margin-bottom: 30px; }

.kontakty-budova-adresa, .kontakty-budova-telefon, .kontakty-budova-email { margin: 0 0 10px; color: #0d3573;  }
.kontakty-budova-email { margin-bottom: 0; }
.kontakty-budova-adresa i, .kontakty-budova-telefon i, .kontakty-budova-email i { color: #91B2E5; margin-right: 15px; }
.kontakty-budova-email a { text-decoration: none; color: inherit; }
.kontakty-budova-email a:hover { text-decoration: underline; }

@media (min-width: 768px) {
	.kontakty-budova-adresa, .kontakty-budova-telefon, .kontakty-budova-email { font-size: 16px  }
}


.kontakty { background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }
.kontakty table {  width: 100%;  margin: 30px 0 0; border-color: #F3F3F3; }

.kontakty-odkryt-vse {  margin: 0;}
.kontakty-odkryt-vse a { display: block; padding: 15px; color: inherit; text-decoration: none; }
.kontakty-odkryt-vse a:hover { text-decoration: underline; }
.kontakty-odkryt-vse i { color: #DCDCDC; margin-right: 20px; }

.kontakty table tr {   }
.kontakty table tr.skryty-kontakt { display: none; }

.radek .kontakt-jmeno { font-weight: bold; color: #0d3573; }
.radek .kontakt-email .emplac { color: #ccc; }


@media (max-width: 768px) {
	.kontakty table	{ display: block;}
	.kontakty tbody	{ display: block; }
	.kontakty tr	{ display: block; }
	.kontakty td	{ display: block; border-bottom: 0; }
	.kontakty tr:last-child td:last-child { border-bottom: 1px solid #C0C0C0; }
	
	.kontakt-funkce, .kontakt-telefon, .kontakt-email { padding-left: 25px; }
	
	.kontakty-odkryt-vse { border: 1px solid #C0C0C0; }
}

@media (min-width: 768px) {
	.kontakty td { padding: 10px; border: 0; border-bottom: 1px solid #F3F3F3; }
}
@media (min-width: 960px) {
	.kontakty-budova { margin-bottom: 100px; }
	.kontakty td { padding: 15px; }
}
@media (min-width: 1400px) {
	.kontakty td { padding: 15px 10px 15px 25px; }	
}



.kontakt-hledani { display: inline-block; margin: 0 0 25px; padding: 10px; background-color: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }
.kontakt-hledani p { margin: 0; }
.kontakt-hledani input { border: 0; margin: 0;  }
.kontakt-hledani-search { width: 200px; background: transparent; font-size: 16px }
.kontakt-hledani-submit { text-indent: -8000px; width: 50px; background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVJJREFUeNqU008ohEEcxvFZLfl3JuWylz2p3ZvLbil/jptCm70pFCUHLjiI23tBSSvuLuTghERtykWbm5sLyl0ou+E79UxNb/tm91efZnubed6ZeX8bC4LAeNWGWeTRhw484xL7KJtQNXm/M3jEDlJ4wAUqmME99tDsB8Q19mtyDEso4subl1bwPLoxgV+3A7vNE00cxFZosdFuhnCMMcz5R5hGL9ZwZ6Kriim8YB0tLsAmfuDA/F923iG6MOAC0rrdT1NflTQmXUB7A4ttvWvsdAH2OycaCEhqfHMBV3qYqjMgr09YcgFFPdj1+iKqhpHDGZ5cQFk3m8WR+qJWjagP7MtWw524gB51WEZ9f6vLTWjbOS22L91Awba5C/jGKBaxogl+2YXnWMYmxvW84J/5B9u6i6z+ja267Wu8at6kjmpDqvGIlr2RWlVx28fpnwADAA54S9U0nNT2AAAAAElFTkSuQmCC); }


@media (min-width: 960px) {
	.kontakt-hledani { margin-bottom: 50px; }
	.kontakt-hledani-search { width: 300px; }
}


.zadny-zamesnanec { margin: 0; padding: 20px; }












/*
88      a8P   88888888ba,    88888888888      888b      88         db          ad88888ba       888b      88         db                 88  88888888ba,         
88    ,88'    88      `"8b   88               8888b     88        d88b        d8"     "8b      8888b     88        d88b                88  88      `"8b        
88  ,88"      88        `8b  88               88 `8b    88       d8'`8b       Y8,              88 `8b    88       d8'`8b               88  88        `8b       
88,d88'       88         88  88aaaaa          88  `8b   88      d8'  `8b      `Y8aaaaa,        88  `8b   88      d8'  `8b              88  88         88       
8888"88,      88         88  88"""""          88   `8b  88     d8YaaaaY8b       `"""""8b,      88   `8b  88     d8YaaaaY8b             88  88         88       
88P   Y8b     88         8P  88               88    `8b 88    d8""""""""8b            `8b      88    `8b 88    d8""""""""8b            88  88         8P       
88     "88,   88      .a8P   88               88     `8888   d8'        `8b   Y8a     a8P      88     `8888   d8'        `8b   88,   ,d88  88      .a8P   888  
88       Y8b  88888888Y"'    88888888888      88      `888  d8'          `8b   "Y88888P"       88      `888  d8'          `8b   "Y8888P"   88888888Y"'    888 
*/


.kde-nas-najdete-budovy { margin-bottom: 50px; }

.budova { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #E4E4E4; }
.budova:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.budova-foto { float: left; width: 100px; height: 150px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.budova-info { margin-left:  120px;  }

.budova-cislo { display: inline-block; margin-bottom: 5px; padding: 5px 7px; border: 2px solid #3E5E8F; font-size: 12px; font-weight: bold; line-height: 1; }
.budova-nazev { margin-bottom: 5px; }
.budova-popis { margin-bottom: 5px;  }
.budova-na-mape { font-weight: bold; margin-bottom: 0; }	
.budova-na-mape a { color: #0d3573; text-decoration: none; }	
.budova-na-mape a:hover { text-decoration: underline; }	

@media (max-width: 767px) {
	.budova-nazev { font-size: 14px; margin-bottom: 5px; }
	.budova-popis { font-size: 12px; margin-bottom: 5px;  }
	.budova-na-mape { font-size: 12px; font-weight: bold; }	
}


@media (min-width: 768px) {
	.budova { padding-bottom: 30px; margin-bottom: 30px; }
	.budova-foto { width: 180px; }
	.budova-info { margin-left: 220px; }
	.budova-cislo { margin-bottom: 10px; padding: 10px 15px; font-size: 16px; }
	.budova-nazev { margin-bottom: 10px; font-size: 24px }
	.budova-popis { margin-bottom: 10px; }
}

.kde-nas-najdete-mapa { margin-bottom: 50px; height: 500px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }

.kde-nas-najdete-adresa { clear: both; }
.kde-nas-najdete-adresa .tl { margin-top: 50px; }


@media (min-width: 1200px) {
	.budova-cislo { margin-bottom: 20px; }
}

@media (min-width: 1400px) {
	.kde-nas-najdete-budovy { float: right; width: 57%; }
	.kde-nas-najdete-mapa { float: left; width: 38%; height: 950px; }
	
	.budova-foto { height: 190px; }
}













/*
  ,ad8888ba,    88888888ba     ,ad8888ba,    88888888ba   8b        d8  
 d8"'    `"8b   88      "8b   d8"'    `"8b   88      "8b   Y8,    ,8P   
d8'        `8b  88      ,8P  d8'        `8b  88      ,8P    Y8,  ,8P    
88          88  88aaaaaa8P'  88          88  88aaaaaa8P'     "8aa8"     
88          88  88""""""8b,  88          88  88""""88'        `88'      
Y8,        ,8P  88      `8b  Y8,        ,8P  88    `8b         88       
 Y8a.    .a8P   88      a8P   Y8a.    .a8P   88     `8b        88       
  `"Y8888Y"'    88888888P"     `"Y8888Y"'    88      `8b       88
*/



.obor-detail-obsah h1 { position: relative; padding-left: 30px; }
.obor-detail-obsah h1:before { content:''; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 10px; }


.obor-cestovni-ruch h1:before { background-color: #864CAE; }
.obor-dane-a-finance h1:before { background-color: #0D3573; }
.obor-zahranicni-obchod h1:before { background-color: #009EE0; }
.obor-ekonomika-sportu h1:before { background-color: #51C39C; }
.obor-verejnospravni-cinnost h1:before { background-color: #AAC037; }
.obor-prodavac-vyroba-a-prodej-lahudek h1:before { background-color: #D92C59; }
.obor-cukrar h1:before { background-color: #F06B3C; }
.obor-kuchar-cisnik h1:before { background-color: #EFA415; }



.obor-zahlavi {}
.obor-zahlavi-foto { height: 100px; margin-bottom: 20px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.obor-zahlavi-info { margin-bottom: 20px; }

.obor-zahlavi-info table { border: 0; margin: 0; }
.obor-zahlavi-info td, .obor-zahlavi-info th { border: 0; padding: 8px 10px; }
.obor-zahlavi-info td { font-weight: bold; color: #0d3573; }


@media (min-width: 450px) {
	.obor-zahlavi-foto { height: 200px; }
}
@media (min-width: 450px) {
	.obor-zahlavi-foto { height: 300px; }
}
@media (min-width: 768px) {
	.obor-detail-obsah h1 { margin-bottom: 50px; }
	
	.obor-zahlavi { position: relative; margin-bottom: 30px; }
	.obor-zahlavi-foto { position: absolute; top: 0; left: 0; height: 100%; width: 48%; margin-bottom: 0; }
	.obor-zahlavi-info { margin-left: 52%; margin-bottom: 0; }
}


.obor-sekce, .obor-zahlavi { margin-bottom: 2em; }
.obor-sekce-nadpis { font-weight: 700; }









.seznam-oboru {}
.seznam-oboru h3 { font-size: 15px; color: #595959; }
.seznam-oboru ul { margin-bottom: 30px; }

.seznam-oboru li a { position: relative; padding-left: 50px; }
.seznam-oboru li a:before { content:''; display: block; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); height: 25px; width: 5px; }

.li-obor-cestovni-ruch a:before { background-color: #864CAE; }
.li-obor-dane-a-finance a:before { background-color: #0D3573; }
.li-obor-zahranicni-obchod a:before { background-color: #009EE0; }
.li-obor-ekonomika-sportu a:before { background-color: #51C39C; }
.li-obor-verejnospravni-cinnost a:before { background-color: #AAC037; }
.li-obor-prodavac-vyroba-a-prodej-lahudek a:before { background-color: #D92C59; }
.li-obor-cukrar a:before { background-color: #F06B3C; }
.li-obor-kuchar-cisnik a:before { background-color: #EFA415; }









@media (min-width: 1400px) {
	.obor-detail-obsah { width: 63%; float: left; margin-bottom: 0; }
	.obor-detail-sidebar { width: 29%; float: right; }
	
	.obor-detail-sidebar .tlacitko { width: 100%; text-align: center;}
}

@media (min-width: 1800px) {
	.obor-detail-obsah { width: 66%;  }
	.obor-detail-sidebar { width: 27%;  }
}












.kolecka { margin: 50px 0;  }
.kolecko { position: relative; margin-bottom: 40px; }

.kolecko h4 { position: relative; margin: 0 auto 20px; width: 126px; height: 126px; padding-top: 46px; border: 6px solid #E7E7E7; border-radius: 63px;  }
.kolecko h4 { background-color: #F5F5F5; color: #fff; font-weight: 700; text-align: center; font-size: 14px;  }
.kolecko h4:before { content: ''; display: block; width: 100px; height: 100px; background-color: #0D3573; }
.kolecko h4:before { position: absolute; top: 7px; left: 7px; z-index: 1; border-radius: 50px }
.kolecko h4 span { position: relative; z-index: 5; }

.kolecka ul { list-style: none; }
.kolecka li { margin: 0 0 5px; font-size: 16px; text-align: center; }
.kolecka li span { position: relative; padding-left: 25px; }
.kolecka li span:before { content:''; position: absolute; left: 0; top: 4px; width: 13px; height: 10px; background: url(img/modra-fajfka.png) center center no-repeat;  }


.dalsi-informace h4 { text-align: center; }



@media (min-width: 768px) {
	
	.kolecka {   }
	
	.kolecko { width: 50%; float: left; float: left; padding: 0 10px; }
	.kolecko:nth-child(2n+2) { float: right; clear: none; }
	
	.kolecko:before { content:''; display: block; position: absolute; left: 0; top: 60px; width: 100%; height: 6px; background: #E7E7E7;  }
	
	.dalsi-informace { clear: left; }
}










/*
88888888888    ,ad8888ba,    888888888888    ,ad8888ba,      ,ad8888ba,          db         88           88888888888  88888888ba   88  88888888888  
88            d8"'    `"8b        88        d8"'    `"8b    d8"'    `"8b        d88b        88           88           88      "8b  88  88           
88           d8'        `8b       88       d8'        `8b  d8'                 d8'`8b       88           88           88      ,8P  88  88           
88aaaaa      88          88       88       88          88  88                 d8'  `8b      88           88aaaaa      88aaaaaa8P'  88  88aaaaa      
88"""""      88          88       88       88          88  88      88888     d8YaaaaY8b     88           88"""""      88""""88'    88  88"""""      
88           Y8,        ,8P       88       Y8,        ,8P  Y8,        88    d8""""""""8b    88           88           88    `8b    88  88           
88            Y8a.    .a8P        88        Y8a.    .a8P    Y8a.    .a88   d8'        `8b   88           88           88     `8b   88  88           
88             `"Y8888Y"'         88         `"Y8888Y"'      `"Y88888P"   d8'          `8b  88888888888  88888888888  88      `8b  88  88888888888 
*/





.fotogalerie-na-prehledu { padding: 10px; margin-bottom: 20px; background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }


@media (min-width: 768px) {
	.fotogalerie-na-prehledu { padding: 20px; margin-bottom: 40px; }
}







/*
 ad88888ba   88888888888         db         88888888ba     ,ad8888ba,   88        88  
d8"     "8b  88                 d88b        88      "8b   d8"'    `"8b  88        88  
Y8,          88                d8'`8b       88      ,8P  d8'            88        88  
`Y8aaaaa,    88aaaaa          d8'  `8b      88aaaaaa8P'  88             88aaaaaaaa88  
  `"""""8b,  88"""""         d8YaaaaY8b     88""""88'    88             88""""""""88  
        `8b  88             d8""""""""8b    88    `8b    Y8,            88        88  
Y8a     a8P  88            d8'        `8b   88     `8b    Y8a.    .a8P  88        88  
 "Y88888P"   88888888888  d8'          `8b  88      `8b    `"Y8888Y"'   88        88 
*/


.search-item { padding: 10px; margin-bottom: 20px; background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }


@media (min-width: 768px) {
	.search-item { padding: 20px; margin-bottom: 40px; }
}








/*
88888888ba     ,ad8888ba,    888888888888    ,ad8888ba,   88888888888   ad88888ba   888888888888  888b      88  88  88      a8P   
88      "8b   d8"'    `"8b            ,88   d8"'    `"8b  88           d8"     "8b       88       8888b     88  88  88    ,88'    
88      ,8P  d8'        `8b         ,88"   d8'            88           Y8,               88       88 `8b    88  88  88  ,88"      
88aaaaaa8P'  88          88       ,88"     88             88aaaaa      `Y8aaaaa,         88       88  `8b   88  88  88,d88'       
88""""88'    88          88     ,88"       88             88"""""        `"""""8b,       88       88   `8b  88  88  8888"88,      
88    `8b    Y8,        ,8P   ,88"         Y8,            88                   `8b       88       88    `8b 88  88  88P   Y8b     
88     `8b    Y8a.    .a8P   88"            Y8a.    .a8P  88           Y8a     a8P       88       88     `8888  88  88     "88,   
88      `8b    `"Y8888Y"'    888888888888    `"Y8888Y"'   88888888888   "Y88888P"        88       88      `888  88  88       Y8b 
*/


.rozcestnik-maturitni-obory, .rozcestnik-ucebni-obory { display: block; padding: 20px; color: #fff; }
.rozcestnik-maturitni-obory { margin-bottom: 20px; }
.rozcestnik-maturitni-obory p, .rozcestnik-ucebni-obory p { margin: 0 0 5px; font-size: 18px; }
.rozcestnik-maturitni-obory ul, .rozcestnik-ucebni-obory ul { list-style: none; margin: 0; }
.rozcestnik-maturitni-obory li, .rozcestnik-ucebni-obory li { margin: 3px 0; padding-left: 15px; background: left center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAKCAYAAACT+/8OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFBJREFUeNpi+P//vxIQM8AwEwMDQygQGzPAAFBUEIh3w1TClBpDBQUZwaIQANLqwsSAACBz7sG0pAHxTJgZIP1noIaDBcphHJiAILLDAAIMAJedXZhXdXQNAAAAAElFTkSuQmCC); }
.rozcestnik-maturitni-obory a, .rozcestnik-ucebni-obory a { color: #fff; text-decoration: none; }
.rozcestnik-maturitni-obory a:hover, .rozcestnik-ucebni-obory a:hover { text-decoration: underline; }

.rozcestnik-ucebni-obory { background-color: #AAC037; }
.rozcestnik-maturitni-obory { background-color: #009DE1; }

@media (min-width: 960px) {
	.rozcestnik-maturitni-obory li { vertical-align: top; }
	.rozcestnik-maturitni-obory li { display: inline-block; width: 49%;    }
}

@media (min-width: 1400px) {
	.rozcestnik-obory { display: flex; justify-content: space-between; align-items: stretch; }
	.rozcestnik-maturitni-obory { width: 65%; margin: 0 }
	.rozcestnik-ucebni-obory { width: 34%; margin: 0 }
}
@media (min-width: 1600px) {
	.rozcestnik-maturitni-obory { width: 59%;}
	.rozcestnik-ucebni-obory { width: 39%; }
}




