
/*
  Styly pro vzhled webu.
*/
.cleaner {
        clear: both;
}

@font-face {
	font-family: 'Conv_SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.eot');
	src: local('☺'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype'), url('fonts/SourceSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_SourceSansPro-Semibold';
	src: url('fonts/SourceSansPro-Semibold.eot');
	src: local('☺'), url('fonts/SourceSansPro-Semibold.woff') format('woff'), url('fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('fonts/SourceSansPro-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

strong {
    font-family: 'Conv_SourceSansPro-Semibold';
    font-weight: normal;
}


.font10, .font10 a {
    font-size:10px !important;
}
.font11, .font11 a {
    font-size:11px !important;
}
.font12, .font12 a {
    font-size:12px !important;
}
.font13, .font13 a {
    font-size:13px !important;
}
.font14, .font14 a {
    font-size:14px !important;
}
.font15, .font15 a {
    font-size:15px !important;
}
.font16, .font16 a {
    font-size:16px !important;
}
.font17, .font17 a {
    font-size:17px !important;
}
.font18, .font18 a {
    font-size:18px !important;
}
.font19, .font19 a {
    font-size:19px !important;
}
.font20, .font20 a {
    font-size:20px !important;
}
.font21, .font21 a {
    font-size:21px !important;
}
.font22, .font22 a {
    font-size:22px !important;
}
.font23, .font23 a {
    font-size:23px !important;
}
.font24, .font24 a {
    font-size:24px !important;
}
.font25, .font25 a {
    font-size:25px !important;
}
.font26, .font26 a {
    font-size:26px !important;
}
.font27, .font27 a {
    font-size:27px !important;
}
.font28, .font28 a {
    font-size:28px !important;
}
.font29, .font29 a {
    font-size:29px !important;
}
.font30, .font30 a {
    font-size:30px !important;
}



body {
    font-family: 'Conv_SourceSansPro-Regular',Sans-Serif;
    font-size:15px;
}

html, body { 
      scroll-behavior: smooth !important;
}


.twitter-timeline {
  margin-top:60px !important;
}


/* hlavicka */
#header {
	/*background-color: #E5E6EC;*/
}

#logo {
	padding: 13px 0;
}
#logo A {
        
	display: block;
	width: 220px;
	height: 73px;	
	background-repeat: no-repeat;
	background-image: url(../img/logo-mkcr.jpg);
}
#logo.en A {
	background-image: url(../img/logo-mkcr-en.jpg);
        width:281px;
}
.page-header h1 {
    font-size:32px;
    font-family:"Conv_SourceSansPro-Semibold";
}
#topbar, #topbar-xs {
	padding: 10px 15px;
	color: #AAAAAA;
}
#topbar A, #topbar-xs A {
	color: #AAAAAA;
        font-size:12px;
}

#topbar UL.langs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
        position:relative;
        left:15px;
}
#topbar UL.langs LI {
	display: inline-block;
	padding: 0 4px 0 5px;
        line-height: 24px;
        border-radius: 20px;
        border: solid 1px #aaaaaa;
        position:relative;
        top:22px;
}


#topbar UL.langs LI A {
}

#topbar .langs,
#topbar .user {
	display: inline-block;
}
#topbar .user {
	margin-left: 20px;
}
#topbar-xs UL.langs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
        position:relative;
        left:15px;
}
#topbar-xs UL.langs LI {
	display: inline-block;
	padding: 0 4px 0 4px;
        line-height: 23px;
        border-radius: 20px;
        border: solid 1px #aaaaaa;
        position:relative;
        top:22px;
}



#topbar-xs .langs,
#topbar-xs .user {
	display: inline-block;
}



/* hlavni menu */
#mainMenu.navbar {
    min-height:40px !important;
    height:40px;
}
#mainTopMenu>ul>li>a {
    padding-top:10px;
    padding-bottom:10px;
}
#mainTopMenu {
    height:40px !important;
    width:1170px;
    padding-left:0px;
}
#mainMenuFixHelper {
        position:relative;
        height:0px;
}
#mainMenuFixHelper.affix {
        height:40px;
}
#mainMenu {
	background-color: #06629C;
        border-radius: 0px;
        border:none;
}
#mainMenu.affix {
    z-index:1000;
    top:0px;
}

#mainMenu A {
	color: #FFFFFF;
        font-family: 'Conv_SourceSansPro-Semibold';
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
        font-size:16px;
        letter-spacing:1.0px;
}
#mainMenu .dropdown-menu a{
    font-size: 13px;
    line-height: 16px;
    letter-spacing:normal;
}
#mainMenu>div>UL>LI>a {
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a {
    background:none;
}


#mainMenu A:focus,
#mainMenu A:hover {
	background-color: #f8f8f8;
        color: black;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    #mainMenu A:focus,
    #mainMenu A:hover {
            background-color: rgba(0,0,0,0);
            color: white;
    }
}
#mainMenu .dropdown-menu {
    border:none;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 9px 7px rgba(0,0,0,.175);
     box-shadow: 0 9px 7px rgba(0,0,0,.175);
}

#mainMenu .dropdown-menu li {
    display: block;
    position: relative;
    top:-5px;
    border-top:solid 1px #f8f8f8;
    padding-top: 25px;
}
.sekce {
    /*min-width:225px;*/
    min-height: 200px;
    /*float:left;*/
    /*padding-right: 20px;*/
    margin-bottom: 25px;
}
#mainMenu .sekce STRONG {
    display:block;
    text-transform: uppercase;
    margin-bottom:18px; 
}
#mainMenu .sekce>a {
    font-family:"Conv_SourceSansPro-Regular";
    display: block;
    margin-top: 13px;
    color: #06629C;
    margin-bottom: 7px;
}
#mainMenu .sekce STRONG>a {
    color:black;
    display: block;
    margin-bottom: 10px;
    font-family: 'Conv_SourceSansPro-Semibold';
}
/*.fixedPosition {
	overflow-y:scroll;
	position:fixed;
}*/
#mainMenuXsLinks .sub {
	display: none;
}


#menuXs .navbar-default {
    background:none;
    margin-top:20px;
}
#menuXs .navbar-collapse {
    background: #EAEAEA;
    margin-top:20px;
}
#menuXs .navbar-default .navbar-toggle {
    background: #EAEAEA;
	z-index: 999;
}
.blue-toggle {
	background:#06629C!important;
}
.blue-toggle .icon-bar {
	background-color:white!important;
}
#mainMenuXsLinks.in,
#mainMenuXsLinks.collapsing {
    margin-top: -70px;
    height: 100vh!important;
    max-height: 100vh!important;
    width: 100vw;
    position: absolute;
	transition:none!important;
}

 
#content .searchString {
    font-size:25px;
    font-family: "Conv_SourceSansPro-Semibold";
    line-height:40px;
    margin-top:30px;
    margin-bottom:10px;
}
#search h2 {
    font-size: 19px;
    font-family: "Conv_SourceSansPro-Regular";
    line-height: 27px;
    padding: 0px;
    margin-bottom:2px;
    font-weight:normal;
}
#searchbox {
	padding: 11px 10px 8px 20px;	
	width: 480px;
	position:relative;
	left:-50px;
	top:11px;
}
#searchbox input[type=search] {
    opacity:0;
    color: #AAAAAA;
    line-height: 18px;
    font-size: 15px;
        background: transparent;
    border: none;
    box-shadow: none;
}
#searchboxButton {
    border:none;
    padding-bottom: 0;
    background-color:transparent;
}
#searchboxButton:active,
#searchboxButton:focus {
    outline:none;
	box-shadow: none;
}
#searchboxLupa {
    position:relative;
    top:-5px;
    position: relative;
}
#searchboxButton:hover {
    background:none;
}

/* paticka */
#footer {
        background: #06629C;
        padding-bottom:25px;
        color:white;
        padding-top:20px;
        margin-top:100px;
        line-height: 28px;
}
#footer1 a{
    display:block;
    margin-bottom:10px;
    padding-left:20px;
    color:white;
}
#footer2 {
    display:block; 
    color:white;
    height:180px;
    border-left:solid 1px #4686af;
    padding-left:30px;
        margin-top: 5px;
            font-size: 13px;
    line-height: 20px;
}
#footer2 span, #footer3 span {
    font-size: 18px;
    line-height: 27px;
    display:block;
    margin-top:11px;
}
#footer2 img{
    position:relative;
    left:-5px;
}
#footer .btn-footer {
    border-color:white;
    display:inline-block;
    color:white;
    margin-top:10px;
    padding-left:20px;
    padding-right:20px;
    font-size:13px;
}
#footer .btn-footer:hover {
    background-color: #998505;
}

/* leve menu */
#menu {
    font-family: "Conv_SourceSansPro-Semibold";
}
#menu UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu > UL {
	margin-top: -5px;
}
#menu UL UL {
	border-top: 0;
	padding: 1px 0 1px 14px;	
}
#menu UL LI.active UL {
}
#menu UL LI.active LI.active UL {
	border-top: 0;
}
#menu ul LI:first-of-type {
  border-top:solid 1px #DCDCDC;
}
#menu UL LI {
        font-size: 15px;
        line-height: 18px;
        color: #06629C;
        border-bottom:solid 1px #DCDCDC;
}
#menu UL LI LI {
	border-bottom: 0;
}


#menu UL LI UL LI UL   {
        display:none;
}

#menu LI SPAN {
	display: block;
	/*background-image: url("../img/li_left.gif");*/
	background-repeat: no-repeat;
	background-position: left center;
	/*background-color: #E5E6EC;*/
	padding: 10px 15px 10px 20px;
	color: #06629C;
}
/* vychozi zobrazeni menu 1. urovne */
#menu LI.active A SPAN {
	/*background-image: url("../img/li_left.gif");*/
	color: #333333;
}
/* vybrana polozka menu 1. urovne */
#menu LI.active SPAN {
	/*background-image: url("../img/li_left_active.gif");*/
	color: #000000;
}

/* vychozi zobrazeni menu 2. a nizsi urovne */
#menu * LI.active LI SPAN {        
}
#menu * LI.active LI A SPAN {
	/*background-image: url("../img/li_left.gif");*/
	/*background-color: #FFFFFF;*/
	color: #06629C;
}
/* aktualne vybrana polozka menu 2. a nizsi urovne */
#menu LI.active * LI SPAN {
	/*background-image: url("../img/li_left_active.gif");*/
	/*background-color: #FFFFFF;*/
	color: #000000;
}

/* prejeti mysi po menu */
#menu LI A:hover SPAN {
	/*background-image: url("../img/li_left_active.gif");*/
	/*background-color: #D6D6D6; #EFEFF0;*/
	text-decoration: underline;
	color: #06629C;
}
#menu UL LI A:hover {
	text-decoration: none; /* SAFARI BUGFIX */
}
#menu LI LI A:hover SPAN {
	/*background-image: url("../img/li_left_active.gif");*/
	/*background-color: #EFEFF0; transparent;*/
	color: #06629C;
}

/* obsah */
.noHtmlContent  {
    margin-top:0px !important;
}
#contentContainer {
        background-color: #F8F8F8;
}
.breadcrumb {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
	background-color: transparent;;
        margin-top: 35px !important;
        margin-bottom: 0px !important;
        color: #AAAAAA !important;
        font-size:13px;
}
.breadcrumb a {
    color: #AAAAAA !important;
}

.page-header {
        padding-bottom:0;
	margin-top: 20px;
        border-bottom:none;
}

.main > .childStructures {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #DCDCDC;
	list-style: none;
}
.main > .childStructures.noborder {
	margin: 0;
	padding: 0;
	border-top: 0;
}

.main .loginForm {
	max-width: 640px;
}
.navbar {
    margin-bottom: 0px;
}

.childStructures {
    line-height:27px;
}

#sectionTopMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 10px 0;
}
#sectionTopMenu a {
    font-size: 14px;
    margin: 10px;
    padding: 10px;
    background-color: rgba(6,98,156,1);
    color: rgba(255,255,255,1);
    text-align: center;
    text-decoration: none;
    transition: all 350ms ease;
    border: 1px solid rgba(6,98,156,1);
}
#sectionTopMenu a:hover {
    background-color: rgba(6,98,156,0);
    color: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
}
#sectionTopMenu a:first-of-type {
    margin: 10px 10px 10px 0px;
}

/* styly pro semantiku z puvodniho */
.signpost h2 a, 
.signpost h3 a,
.module h2 a, 
.module h3 a{
    font-size:15px;
    line-height:23px;
}
.signpost h2:first-of-type a, 
.signpost h3:first-of-type a,
.module h2:first-of-type a, 
.module h3:first-of-type a{
    position:relative;
    top:-8px;
}
.signpost h2 {
    margin-top:0px;
}
#casto-kladene-dotazy h2 {
    font-size: 25px;
    line-height: 40px;
    font-family: 'Conv_SourceSansPro-Semibold';
}
.signpost h3, .module h3 {
    font-size:19px;
    font-family:"Conv_SourceSansPro-Semibold";
    line-height: 30px;
}
.signpost hr {
    margin-bottom:5px;
}
.signpost p,
.module p {
    line-height:27px;
}
.signpost li,
.module li {
    line-height:27px;
}
.signpost table tr td,
.signpost table tbody tr td {
    border-bottom:none;
    padding-left:5px;
}

.rightBarNadpis {
    border-bottom: solid 2px #dcdcdc;
    padding-bottom: 10px;
    text-transform:uppercase;
    font-size:17px;
    color:black;
    margin-bottom:5px;
    font-family:"Conv_SourceSansPro-Semibold";
}
.quickApproach {
    margin-top:93px !important;
}
.quickApproach {
    line-height:27px;
}
.noBorder {
    border:none;
}
.rightBarCastoHledate a {
    color:#7f7f7f;
}
.rightBarCastoHledate {
    /*margin-bottom:60px;*/
    margin-bottom:0px;
    /* uprava kvuli twitter feedu na homepage */
}
.kalendarMinistraDen {
    font-size: 25px;
    line-height: 30px;
    display:inline-block;
    color: #464646;
}
.kalendarMinistraMesic {
    font-size: 14px;
    line-height: 20px;
    display:block;
    color: #464646;
    text-transform: uppercase;
}
.kalendarMinistraCas {
    font-size: 14px;
    line-height: 20px;
        color: #7F7F7F;
}
.kalendarMinistraText {
    font-size: 15px;
    font-weight:400;
    line-height: 23px;
}
.kalendarMinistraCelyText {
    display:none;
}
.kalCol2 {
    display:block;
    margin-top:-10px;
    padding-top:10px;
    text-decoration:none;
    min-height: 95px;
    color:#464646;
    cursor:pointer;
}
.kalCol2:hover {
    background: #d2d2d2;
    text-decoration:none;
    color:#464646;
}
#kalendar-ministra-archiv .kalCol2:hover {
    cursor:default;
    background:white;
}
.rightBarKalendarMinistra .row {
    background:white;
    margin:3px 0 0 0;
    padding-top:10px;
    /*padding-bottom:15px;*/
}
.rightBarKalendarMinistra {
    margin-bottom:12px;
}
.rightBarKalendarMinistraCelyKalendar {
    text-align:center;
    font-size:16px;
    color:#007FFF;
    margin-bottom:60px;
}
.celyKalendarLink {
    margin-top:25px;
}
#kalendar-ministra-archiv .kalendarMinistraDatumOrig {
    display:none;
}
.rightBarKalendarMinistra h2 {
    font-size: 19px;
    font-family: "Conv_SourceSansPro-Semibold";
    line-height: 30px;
    margin-top: 60px;
}
.rightBarKalendarMinistra h2:first-of-type {
    margin-top: 20px;
}

.kalZavrit {
    display:block;
    margin: 30px 0 10px 0;
}
.h1small {
    margin-top:55px;
    font-size:25px !important;
    font-family:"Conv_SourceSansPro-Semibold";
}
.h1smallWithBreadcrumbs {
    margin-top: 20px;
}
#casto-kladene-dotazy, #casto-kladene-dotazy table, #casto-kladene-dotazy-view, #casto-kladene-dotazy-view table {
    width:100%;
}
#casto-kladene-dotazy tr td:first-of-type, #casto-kladene-dotazy-view tr td:first-of-type {
    width:40px;
    vertical-align:middle;
}
#casto-kladene-dotazy td, #casto-kladene-dotazy-view td {
    border-bottom:none;
    padding: 15px 0 15px 0
}
.kalendar-archiv-paging {
    margin-top:20px;
}
#kalendar-ministra-archiv .kalendarMinistraCelyText {
    display:block;
}

.rightBar {
    width: 340px;
    margin-left: 50px;
    margin-top:102px;
    padding-right:0px;
}
.rightBar.rightBarKalendar {
    width:320px;
    margin-top: 68px;
}
.rightBarNovinky {
    margin-top:67px;
}
.rightBarSearch {
    margin-top:20px;
}

#predFooter {
    background-color: #ECECEC;
    padding-top:18px;
    margin-bottom:-100px;
    padding-bottom:20px;
}
#predFooter .footerHledam {
    font-size:19px;
    font-family: 'Conv_SourceSansPro-Semibold';
    line-height: 30px;
    margin-bottom: 10px;
}
#predFooter .footerHledam span, #predFooter A {
    margin-left:20px;
    display:block;
}
#predFooter A {
    color: #007FFF;
    font-size: 14px;
    line-height: 31px;
    text-decoration:underline;
}
#predFooter A:hover {
    text-decoration:none;
}

#banner {
    display:none;
}
#banner .list {
    width:100%;
    overflow:hidden;
    float:left;
    display:block;
    position:relative;
    background-image:none;
}
.container-100 {
    width:100%;
}
#cyclingHeader {
    position:relative;
    float:left;
    height: 380px;
}
.cyclingDivBoundary {
        overflow: hidden;
    float: left;
    height: 380px;
    position: relative;
    top: 0;
    left: 0;
}
.cyclingDiv {
    position:absolute;
    height:380px;
    display:block;
    top:0px;
    left:0px;
}
.cyclingDivDiv {
    width:390px;
    float:left; 
    display:block;
    position:relative;
}
.cyclingDivText {
    height:190px;
    color:white;
    padding:20px 25px 10px 25px;
}
.cyclingDivText a {
    color:white;
}
.cyclingDivText .nadpis {
    font-size: 22px;
    line-height: 31px;
    /*font-weight: 700;*/
    font-family: 'Conv_SourceSansPro-Semibold';
}
.cyclingDivText .text {
    font-size: 17px;
    line-height: 24px;
    margin-top:3px;
}
.cyclingDivText .link span {
    display:inline-block;
    position:relative;
    left:-8px;
    font-size: 20px;
}
.cyclingDivText a {
    display:block;
}
.cyclingDivText .link {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    line-height: 21px;
    padding-top: 10px;
    position:absolute;
    bottom:20px;
    right:25px;
}
.inverse .cyclingDivText .link {
    bottom:210px;
}
.cyclingDivBoundary .cyclingDivDiv.rotate1 {
    background-color:#37AFE7;
}
.cyclingDivBoundary .cyclingDivDiv.rotate2 {
    background-color:#F9CA00;
}
.cyclingDivBoundary .cyclingDivDiv.rotate3 {
    background-color:#06629c;
}
.cyclingDivBoundary .cyclingDivDiv.rotate4 {
    background-color:#8B8A89;
}
.cyclingDivBoundary .cyclingDivDiv.rotate5 {
    background-color:#261c67;
}
.cyclingDivBoundary .cyclingDivDiv.rotate6 {
    background-color:#e31f26;
}


#en-pravy-sloupec-quick-approach a {
    display:block;
}

#homepageLoga {
    background:white;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom: 60px;
    margin-top:120px;
    
}
#homepageLoga .list {
    padding-left:10px;
    width:100%;
    display:block;
}
#homepageLoga .list div {
    display:inline-block;
}

#postFooter, #postFooter span, #postFooter a {
    color:#5F5F5F;
        font-size: 12px;
    line-height: 26px;
    font-weight: 400;
}
#postFooter #postFooterLinkyLeft a:first-of-type {
    margin-left:5px;
}
#postFooter a {
    display:inline-block;
}
#postFooter span {
    display:inline-block;
    margin-left:15px;
    margin-right:0px;
}
#postFooterLinkyLeft {
    padding-top:17px;
}
#zapati-menu a span:hover {
    text-decoration:underline !important;
}
#postFooter {
    min-height:60px;
    border-bottom:solid 1px #06629C;
    background-color: #ECECEC;
}
#postFooter #postFooterSpojteSeSNami>div {
    margin-right:20px;
       display:inline-block;
}
#spojte-se-s-nami div div {
    display:inline-block;
    margin-right:20px;
}
#spojte-se-s-nami div div:last-of-type {
    margin-right:0px;
}
#postFooter #postFooterSpojteSeSNami {
    padding-top:10px;
    padding-right:10px;
}
#postFooterSpojteSeSNami span {
    position:relative;
    left:-15px;
}


.novinkaRow {
    margin-top:50px;
}
.novinkaWhiteBg {
    background:white;
    
}
.novinkaNadpis {
        color: #464646;
        font-size: 19px;
        font-weight: 400;
        line-height: 27px;
        padding: 0px;
}
.novinkaInfo {
    margin-top:10px;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
}
.novinkaDivider {
    display:inline-block;
    margin:0 10px 0 10px;
}
.novinkaDruh {
    font-size: 14px;
    line-height: 21px;
    text-transform:uppercase;
}
.novinkaText {
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding: 0px;
}
.squareNovinka {
    display:inline-block;
    width: 10px;
    height: 10px;
    margin-right:5px;
}
.redNovinka {
    background-color: #E31F26;
}
.yellowNovinka {
    background-color: #F9CA00;
}
.blueNovinka {
    background-color: #37AFE7;
}
.typyNovinek {
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 0px 18px 0;
}
.typyNovinek div {
    display:inline-block;
    margin-right:15px
}
.typyNovinek div:last-of-type {
    margin-right:0;
}
.novinkaImg {
    background-size:cover;
}
.velkaNovinka {
    background:white;
}
.velkaNovinka .novinkaImg {
    height:300px;
    width:480px;
    margin-left: 300px;
}
.velkaNovinka .novinkaNadpis {
    overflow: hidden;
}
.velkaNovinka .novinkaText {
    max-height: 133px;
    overflow: hidden;
}
.velkaNovinka .novinkaTexty {
    padding:17px;
    background-color:white;
    height:auto;
    width:295px;
    float:left;
}
.novinka {
    display:block;
}
.novinka:hover {
    text-decoration:none;
}
.novinka:hover * {
    text-decoration:none;
}
.novinka:hover .novinkaNadpis {
    text-decoration:underline;
}
#newsletter .novinka:hover .novinkaNadpis {
  text-decoration:none;
}
.newsletterHomepageNadpis {
	margin-top:40px;
}
.newsletterHomepage .novinkaImg {
	display:block;
	height:225px; 
	width:150px;
	margin:20px auto 15px auto;;
}
.novinkaTelo img {
  max-width:100%;
  height:auto;
}

#content .usermodule>div>div>.hpBig {
    margin-top:50px;
}
#content .usermodule>div>div>.hpBig.row0, #content .usermodule>div>div>.hpMiddle.row0,  #content .usermodule>div>div>.hpSmall.row0 {
    margin-top:0px;
}

#content.znakMkcr {
  background: url(../img/znak-mkcr.png) no-repeat bottom right 40px;
}
@media (max-width:767px) {
  #content.znakMkcr {
    background: none !important;
  }
}

.row .stredniNovinka:last-of-type {
    margin-left:45px;
}
.stredniNovinka {
    width:365px;
    float:left;
}
.stredniNovinka .novinkaImg {
    height:225px;
}
.stredniNovinka .novinkaTexty {
    margin-top: 18px;
}


.row .malaNovinka {
    margin-left:40px;
}
.row .malaNovinka:first-of-type {
    margin-left:0px;
}
.malaNovinka {
    width:230px;
    float:left;
}
#aktuality_male_3_v_radku .malaNovinka, #newsletter .malaNovinka {
    width:222px;
    margin-right:40px;
    margin-left:0px;
    margin-bottom:30px;
}
#aktuality_male_3_v_radku .malaNovinka:nth-of-type(3n+0), #newsletter .malaNovinka:nth-of-type(3n+0) {
    margin-right:0px;
}
.novinkaInfo div {
    margin-top:3px;
}
#homepageNovinkyDruh input[value=Zobrazit], #aktuality_male_3_v_radku input[value=Zobrazit], #newsletter input[value=Zobrazit] {
    display:none;
}
.malaNovinka .novinkaImg, #aktuality_male_3_v_radku .malaNovinka .novinkaImg {
    height:142px;
}
#newsletter .malaNovinka .novinkaImg {
	height:225px;
	width:auto !important;
	max-width:150px !important;
	margin:0 auto;
}
.malaNovinka .novinkaTexty {
    margin-top: 18px;
}
.archivNovinekCara {
    border-bottom: solid 3px #DCDCDC;
    width:100%;
    margin-top:11px;
    margin-left:-15px;
    margin-right:-15px;
}
.archivNovinekNadpisSekce {
    margin-left:-15px;
    margin-right:15px;
}
@media (max-width:767px) {
    .archivNovinekNadpisSekce {
        margin-left:auto;
        margin-right:auto;
    }
}
.archivNovinek {
    margin-top:45px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
#aktuality-archiv {
    text-align:left;
    margin-left:-15px;
}
#aktuality-archiv a {
    margin-top:30px;
}
#dalsiNovinky {
    color:#06629C;
    font-size:16px;
    margin-top: 40px;
    display: block;
    cursor:pointer;
}
#dalsiNovinky:hover {
    text-decoration:underline;
}
.obsahArchivu {
    overflow: hidden;
}
.novinkaDruh p {
    display:inline-block;
}




.dont-hide {
    display:block !important;
}
#aktuality-detail .kontaktypravaStrana, #aktuality_male_3_v_radku .kontaktypravaStrana, #newsletter .kontaktypravaStrana {






    margin-top:-15px;
    width: 340px;
    margin-left: 50px;
}
#aktuality_male_3_v_radku .kontaktypravaStrana, #newsletter .kontaktypravaStrana { 
    margin-top:-40px;
}
#aktuality_male_3_v_radku .detail .kontaktypravaStrana, #newsletter .detail .kontaktypravaStrana {
    margin-top:-13px;
}
.novinkaDetail .novinkaImg {
    height: 465px;
    max-height: 465px;
    margin-top:25px;
    background-repeat:no-repeat;
}
.novinkaDetail h2 {
    font-size: 25px;
    line-height: 40px;
    font-family: 'Conv_SourceSansPro-Semibold';
}
.novinkaDetail .novinkaInfo {
    margin-top:12px;
    margin-bottom:20px;
}


#homepageNovinkyDruh {
    margin-bottom:25px;
}
#homepageNovinkyDruh .btn, #aktuality_male_3_v_radku #filterForm .btn, #newsletter #filterForm .btn {
    text-align:left;
    background:none;
    padding-left:0;
    padding-top:0;
    padding-bottom:0;
    text-transform: uppercase;
}
#homepageNovinkyDruh  #filterForm .druhNovinky, #aktuality_male_3_v_radku #filterForm .druhNovinky {
    display:inline-block;
        width: 10px;
    height: 10px;
        margin-right: 5px;
        
}
.druhNovinky.druh1895, #aktuality_male_3_v_radku #filterForm .druhNovinky.druh1895 {
    background-color:#F9CA00;
}
.druhNovinky.druh1894, #aktuality_male_3_v_radku #filterForm .druhNovinky.druh1894 {
    background-color:#37AFE7;
}
.druhNovinky.druh1893, #aktuality_male_3_v_radku #filterForm .druhNovinky.druh1893 {
    background-color:#E31F26;
}
#aktuality_male_3_v_radku .filter {
    padding-top:0;
}
#seznam-kategorii-videi .col-xs-12,
#videa .col-sm-4 {
	margin-bottom:45px;
}
#seznam-kategorii-videi A,
#seznam-kategorii-videi IMG,
#seznam-kategorii-videi A:hover,
#seznam-kategorii-videi IMG:hover,
#seznam-kategorii-videi A:focus,
#seznam-kategorii-videi IMG:focus
{
	text-decoration:none;
}
#seznam-kategorii-videi A,
#videa H2 A 
{
	font-size: 19px;
    font-family: "Conv_SourceSansPro-Regular";
    line-height: 27px;
}
#videa strong {
	display:block;
	margin-top:20px;
}
#seznam-kategorii-videi IMG,
#videa IMG {
	width:100%;
	
}
#videa IMG {
	max-width:300px;
}
#videa .detail h2 {
	margin-bottom:20px;
	margin-top:0;
}
#videa .detail p:first-of-type {
	margin-top:45px;
}

/* --- 2020 02 - prihlasky hodnotitele --- */
.prihlaska-hodnotitele INPUT, 
.prihlaska-hodnotitele TEXTAREA {
	border-radius:0;
}
.prihlaska-hodnotitele LABEL {
	margin-top:15px;
}
.prihlaska-hodnotitele .radio LABEL {
	margin-top:0px;
}
.prihlaska-hodnotitele INPUT::-webkit-input-placeholder { /* Edge */
  color: #dcdcdc;
}
.prihlaska-hodnotitele INPUT:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dcdcdc;
}
.prihlaska-hodnotitele INPUT::placeholder {
  color: #dcdcdc;
}
.prihlaska-hodnotitele TEXTAREA::-webkit-input-placeholder { /* Edge */
  color: #dcdcdc;
}
.prihlaska-hodnotitele TEXTAREA:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dcdcdc;
}
.prihlaska-hodnotitele TEXTAREA::placeholder {
  color: #dcdcdc;
}
H2.prihlaska-hodnotitele-nadpis {
	text-transform:uppercase; 
	color:#06629C; 
	margin-bottom:20px; 
	margin-top:35px; 
	font-weight:bold; 
	font-size:20px;
}
/* --- ! 2020 02 - prihlasky hodnotitele --- */

/* --- rozsireny table pro novou uredni desku (2022) --- */
#tblUredniDeska {
    width: 100%!important;
}
#tblUredniDeska tr td {
    border: none;
}
#tblUredniDeska tr th {
    border: none;
}
#tblUredniDeska tbody tr:hover {
    background-color: rgba(200,200,200,0.15);
    transition: all 350ms ease;
}
#tblUredniDeska tbody tr:hover {
    background-color: rgba(200,200,200,0.15);
    transition: all 350ms ease;
}
#tblUredniDeska thead th {
    border-bottom: 1px solid #DDDDDD;
}
#tblUredniDeskaDetail {
    border: none;
}
#tblUredniDeskaDetail tr td {
    border: none;
}
#tblUredniDeskaDetail tr th {
    border: none;
}
#tblUredniDeskaDetail .filesTable tr {
    border: none;
}

/* custom styling pro filter */
.control-label-custom {
    text-align: left!important;
}
.form-value-custom input {
    border-radius: 0px!important;
    border-color: rgba(204,204,204,0.75);
}
.form-value-custom select {
    border-radius: 0px!important;
    border-color: rgba(204,204,204,0.75);
}
.form-value-custom .btn {
    border-radius: 0px!important;
}
.form-group-custom .button {
    font-weight: bold;
    padding: 12px 20px;
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.form-group-custom .button:focus,
.form-group-custom .button:hover, 
.form-group-custom .button:active {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

@media (min-width:1200px) {
    #mainMenu .nav>li>a {
        padding-left: 34px;
        padding-right: 34px;
    }
    .sekce {
        width:225px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #mainMenu .nav>li>a {
        padding-left: 18px;
        padding-right: 18px;
    }
    #mainTopMenu {
        width:970px;
    }
    .sekce {
        width:190px;
    }
    .velkaNovinka .novinkaTexty {
        width:270px;
    }
    .velkaNovinka .novinkaImg {
        width:376px;
        margin-left:271px;
        height:232px;
    }
    .stredniNovinka {
        width:300px;
    }
    .stredniNovinka .novinkaImg {
        height:185px;
    }
    .malaNovinka, #aktuality_male_3_v_radku .malaNovinka, #newsletter .malaNovinka {
        width:188px;
    }
    #aktuality_male_3_v_radku .malaNovinka, #newsletter .malaNovinka {
        margin-right:26px;
    }
    .malaNovinka .novinkaImg, #aktuality_male_3_v_radku .malaNovinka .novinkaImg {
        height:116px;
    }
    .rightBar {
        width:270px;
    }
    .rightBar.rightBarKalendar {
        width:245px;
    }
    #aktuality-detail .kontaktypravaStrana, #aktuality_male_3_v_radku .kontaktypravaStrana, #newsletter .kontaktypravaStrana {
        width: 245px;
    }
    #aktuality-detail .novinkaImg, #aktuality_male_3_v_radku .novinkaImg, #newsletter .novinkaImg {
        height:382px;
        max-height:382px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #mainMenu .nav>li>a {
        padding-left: 7px;
        padding-right: 7px;
        font-size:14px;
    }
    #mainTopMenu {
        width:750px;
    }
    .sekce {
        width:150px;
    }
    .velkaNovinka .novinkaTexty {
        width:190px;
    }
    .velkaNovinka .novinkaImg {
        width:310px;
        height:192px;
        margin-left:190px;
    }
    .stredniNovinka .novinkaImg {
        height:140px;
    }
    .stredniNovinka {
        width:227px;
        /*height:195px;*/
    }
    .malaNovinka, #aktuality_male_3_v_radku .malaNovinka, #newsletter .malaNovinka {
        width:100%;
        float:none;
        margin-left:0 !important;
        margin-top: 40px;
    }
	#newsletter .malaNovinka {
		clear:both;
		margin-bottom: 20px;
	}
    #aktuality_male_3_v_radku .malaNovinka:first-of-type, #newsletter .malaNovinka:first-of-type {
        margin-top:0px;
    }
    .malaNovinka .novinkaImg, #aktuality_male_3_v_radku .malaNovinka .novinkaImg {
        float:left;
        width:150px;
        height:95px;
    }
	#newsletter .malaNovinka .novinkaImg {
        float:none;
        width:150px;
        height:225px;
		margin:0 auto;
    }
    .malaNovinka .novinkaTexty {
        margin-left: 170px;
        margin-top:0;
    }
    #newsletter .malaNovinka .novinkaTexty {
        margin-left: 0;
        margin-top:auto;
    }
    
    .typyNovinek {
        font-size:12px;
    }
    .rightBar {
        width:220px;
        margin-left:30px;
    }
    .rightBar.rightBarKalendar {
        width:190px;
    }
    #aktuality-detail .kontaktypravaStrana, #aktuality_male_3_v_radku .kontaktypravaStrana, #newsletter .kontaktypravaStrana {
        width: 190px;
    }
    #aktuality-detail .novinkaImg, #aktuality_male_3_v_radku .novinkaImg, #newsletter .novinkaImg {
        height:292px;
        max-height:292px;
    }
    #searchbox {
        width:300px;
    }
    #homepageNovinkyDruh {
        margin-bottom:-12px;
    }
}
@media (max-width:767px) {
    
    /* START zarovnani linii na mobilech START */
    /* homepage nadpis, rozklikavac novinek */
    .homepage {
        padding-left:15px !important;
    }
    #contentContainer.homepage .usermodule .h1small, #contentContainer .usermodule #homepageNovinkyDruh {
        margin-left:-15px;
    }
    /* homepage kalendar */
    .homepage .rightBar {
        margin-top:50px;
        margin-left:-15px !important;
        margin-right:-15px !important;
    }
    .rightBarKalendarMinistra {
        margin-left:-15px !important;
        margin-right:-15px !important;
    }
/*    .rightBarNadpis {
        margin-left:15px;
    }*/
    /* paticka */
    .homepage #predFooter>div {
        margin-left:-20px;
    }
    .homepage #footer1 {
        margin-left:-15px;
    }
    .homepage #footer2 {
        margin-left:15px !important;
    }
    
    
    
    /* dalsi stranky */
    .container-fluid {
        padding-left:0px;
    }
    /* dalsi stranky pravy sloupec */ 
    .kontaktypravaStrana {
        margin-top:50px !important;
    }
    .kontaktypravaStrana .rightBarNadpis {
        margin-left:0px !important;
    }
    .kontaktypravaStrana .row {
        margin-right:-30px;
    }
    /* dalsi stranky spodek */
    #footer1 a {
        padding-left:15px;
    }
    #footer2 {
        margin-left:30px !important;
    }
    
    
    /* KONEC zarovnani linii na mobilech KONEC */
    
    
    
    .h1small {
        margin-top:25px;
    }
    #banner {
        display:none;
    }
    #topbar-xs UL.langs {
	position:absolute;
        z-index:2000;
        left:50px;
    }
    #mainTopMenu {
        height:50px;
    }
    #mainMenuXsLinks ul {
        padding-left:0;
    }
    #mainMenuXsLinks li {
        list-style-type:none;
    }
    #mainMenuXsLinks li a {
        display:block;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:15px;
        line-height:20px;
        border-bottom:solid 1px #cccccc;
        text-decoration:none;
        
    }
    
    .homepageLink {
        display:block;
        border-bottom:solid 1px #cccccc;
        /*background:#dddddd;*/
        color:#337ab7 !important;
    }
    #mainMenuXsLinks .nav.navbar-nav {
        margin-top:0px;
        margin-bottom:0px;
		padding-top: 25px;
    }
    #mainMenuXsLinks ul li a:hover {
        background: #AAAAAA;
    }
    #mainMenuXsLinks>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>span {
        padding-left:25px;
        /*background:E4E4E4;*/
    }
    #mainMenuXsLinks>ul>li>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>ul>li>span {
        padding-left:35px;
        /*background:#dddddd;*/
    }
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>span {
        padding-left:45px;
        /*background:E4E4E4;*/
    }
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>span {
        padding-left:55px;
        /*background:#dddddd;*/
    }
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>span {
        padding-left:65px;
        /*background:E4E4E4;*/
    }
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a,
    #mainMenuXsLinks>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>span {
        padding-left:75px;
        /*background:#dddddd;*/
    }
    #menu-xs-active {
        display:block;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:15px;
        line-height:20px;
        border-bottom:solid 1px #cccccc;
        /*background:#06629C;*/
        color:#337ab7;
    }
    #xsOverlay {
        position:absolute;
        z-index:50;
        background:rgba(0,0,0,0.58);
        width:100%;
        height:100%;
        display:none;
    }
    #xsHeaderBg {
        background:white;
/*        position:relative;
        z-index:60;*/
        height:98px;
    }
	#xsHeaderBg.hideForMenu {
		position: relative;
		z-index: -2;
	}
	
    #logo A {
        position:absolute;
        z-index:2000;
        background-size:cover;
    }
    #footer, #postFooter, #predFooter, #homepageLoga {
        margin-left:-30px;
        margin-right:-30px;
    }
    #footer2 {
        margin-top:40px;
        margin-left:20px;
        padding-left:0;
        border:0;
        height:auto;
    }
    
    
    #logo.en A {
        width: 251px;
        height: 62px;
        top: 17px;
    }
    #homepageLoga {
        text-align:center;
        margin-bottom:0;
        margin-top:40px;
    }
    #homepageLoga .module>div>div>div {
        margin-left:40px !important;
    }
    #spojte-se-s-nami>div>div:last-of-type {
        margin-right:0px !important;
    }
    #homepageLoga img {
        max-width:100%;
    }
    #postFooterLinkyLeft {
        text-align:center;
    }
    #postFooterLinkyLeft a {
        margin-left:0px !important;
        padding-left:0;
        padding-right:0; 
        display:block;
        line-height:35px;
    }
    #postFooterSpojteSeSNami {
        text-align:center !important;
        padding-right:0 !important;
        margin-bottom: 20px;
        margin-top:10px;
    }
    #postFooter #postFooterSpojteSeSNami .module {
        margin-right:0px;
    }
    #postFooterSpojteSeSNami #spojte-se-s-nami, #postFooterSpojteSeSNami .list {
        margin-right:0 !important;
    }
    .rightBar {
        margin-left:-15px;
        margin-right:-15px;
        width:auto;
        padding-right:15px;
    }
    .rightBar.rightBarKalendar {
        width:auto;
    }
    #aktuality-detail .kontaktypravaStrana, #aktuality_male_3_v_radku .kontaktypravaStrana, #newsletter .kontaktypravaStrana {
        width: auto;
        margin-left:auto;
        margin-top:50px;
    }
    
    .novinkaImg, #aktuality_male_3_v_radku .list .malaNovinka .novinkaImg {
        display:none;
    }
	#newsletter .list .malaNovinka .novinkaImg {
		display:block;
		max-width: 220px;
		margin: 0 auto;
	}
    #aktuality-detail .novinkaImg, #aktuality_male_3_v_radku .novinkaImg, #newsletter .novinkaImg {
        display:block;
        width:auto;
    }
	.newsletterHomepage .novinkaImg, .newsletterHomepage .novinkaTexty {
		margin-left:0;
		text-align:left;
	}
    .novinkaRow {
        margin-top:0px;
    }
    .velkaNovinka, .stredniNovinka, .malaNovinka, #aktuality_male_3_v_radku .malaNovinka {
        width:auto;
        margin-left:0 !important;
        margin-right:0;
    }
	#newsletter .malaNovinka {
        width:100%;
        margin-left:0 !important;
        margin-right:0;
    }
    .novinkaTexty {
        width:auto !important;
        height:auto !important;
    }
    .velkaNovinka .novinkaTexty {
        margin-left:-15px;
        margin-right:-15px;
    }
    .footerHledam:last-of-type {
        margin-top:20px;
    }
    
    
    
    .kalendar-archiv-paging {
        padding-left:15px;
    }
    .kalendarMinistraH2 {
        /*padding-left:15px;*/
    }
    #contentContainer .kalendarMinistra {
        margin-right: 0px !important;
        margin-top:0px;
    }
    .kalendar-ministra.rightBarKalendarMinistra>.row {
        margin: 3px -15px 0 -15px;
    }
    

	#topbar {
		margin-top: -20px;
		margin-bottom: 20px;
	}
	#topbar>DIV {
		float:none!important;
	}
	#topbar #searchbox {
		left:0;
		background-color: #f8f8f8;
		width:505px;
		max-width: 100%;
		float:none!important;
	}
	#searchbox input[type=search] {
		opacity: 1;
	}
	
}

