/* **** CUSTOM CSS **** */

strong {
	font-weight: bolder;
}

/* body site */
body.site {
    border-top: none!important;
    padding: 0px;
    background-color: #0a0203;
}

/* body site */
header a.logo {
     float: left;
    position: relative;
}

/* TOP BANNER */
.bannertop {
margin:15px 0 50px 0;
}

/***** upravy fontu - start *****/
/*  zakladni font Courier */
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
}

ul.breadcrumb {
font-family: 'Montserrat', sans-serif;
}

.navbar-search .search-query {
  font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/***** upravy fontu - end *****/

/*  logo nahore */

.pull-middle.logo {
display: block;
width:280px;
}

@media (max-width: 400px) {

.pull-middle.logo {
display: block;
width:200px;
}

}

/* body ramovani */
.body .container {
	background-color: #0a0203;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
   -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer hr {
    border: none;
	margin: 10px 0;
}

/* links */
a {
		color: #f28a58;
		text-decoration: none;
	}
	
a:hover, a:focus {
    color: #f28a58;
    text-decoration: underline;
}

/* nadpisy */

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #1e1c1c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.breadcrumb > li {
  text-shadow: none; 
}

.breadcrumb > li, .breadcrumb > .active {
    color: #fdfdfd;
}

/* pagination */

.pagination {
    margin: 5px 0;
	padding:15px 5px 10px 5px;
	background-color: #1e1c1c;
}

.pagination ul > li > a, .pagination ul > li > span {
font-weight:600;
}

.pagination ul > .disabled > span, 
.pagination ul > .disabled > a, 
.pagination ul > .disabled > a:hover, 
.pagination ul > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
    cursor: default;
}

.pagination ul > .active > a, 
.pagination ul > .active > span {
    color: #000;
    cursor: default;
}

.pagination ul > li > a, 
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left-width: 0;
}

/* nadpisy */
	
/***** nadpis componentheading  - start *****/
/* stejne jako H2 */

.componentheading {
	margin: 9px 0;
 font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 36px; 
	font-size: 28px;
	text-rendering: optimizelegibility;
	color:#175b47;
}


h1, h2, h3, h4, h5, h6, .site-title {
font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color:#fff;
}

.page-header {
   border-bottom: none; 
}


/* navigace */

.header {
    margin-bottom: 0px;
}

header .navigation {
	 float: right;
    border-top: none;
    border-bottom: none;
    padding:0;margin: 0;
	position:relative;
}


nav > li > a {
    color: #fff;
    text-decoration: none;	
	font-weight:700;
	font-weight:bold;
}

.nav-tabs > li > a,
.nav-pills > li > a {
	margin-right: 0px;
	margin-left: 24px;
	padding-right:0px;
	padding-left:0px;
}

.nav-pills > li > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-weight:bold;
}



.nav > li > a:hover, 
.nav > li > a:focus {
    color: #f28a58;
	background: transparent;
    text-decoration: none;
	font-weight:bold;
	border-bottom:2px solid #f28a58;
}

.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus {
       color: #f28a58;
       background: transparent;
      text-decoration: none;	
	  font-weight:bold;   
	  border-bottom:2px solid #f28a58;
}

@media (max-width: 979px) {

.nav > li > a:hover, 
.nav > li > a:focus {
	border-bottom:none;
}

.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus {
	  border-bottom:none;
}


.nav-collapse .nav > li.active > a {
    color: #f28a58;
    background-color:transparent;
}

.nav-collapse .nav > li > a:hover, 
.nav-collapse .nav > li > a:focus, 
.nav-collapse .dropdown-menu a:hover, 
.nav-collapse .dropdown-menu a:focus {
    background-color: #transparent;
}

}

@media (max-width: 979px) {

.nav-pills.nav.menu {
    float: none;
    right: 0;
    position: relative;
	min-width: 300px;
}

.nav-collapse .nav > li {
    padding:5px 0;
}

.navigation .nav-collapse {
float:none;
position: absolute;
top:45px;
right:0px;
background-color: #fff;
}
}

@media (max-width: 768px) {
.header .nav-pills > li > a {
    border: none;
}

.header .nav-pills > li:last-child > a {
border: none;
}
}

@media (max-width: 400px) {


.nav-pills.nav.menu {
    min-width:200px;
}

}

.item-page.rada img {    
width: 130px;
height: 130px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;	
float:left;
margin-right:20px;
margin-bottom:0px;
box-shadow: 0 0 3px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.item-page.rada hr {clear:both;}

@media (max-width: 767px) {

.item-page.rada img {float:none;  margin-right:0px; } 

}

/*  3 side-by-side module positions to the footer  */
#footerfull {clear: both;}
#footerThreeMods {width: 100%; }
#footerleft, #footermiddle, #footerright {width: 32%;float: right; }
#footerleft {}
#footermiddle {margin-left: 2%}
#footerright {margin-left: 2%}



@media (max-width: 960px) {
    #footerThreeMods {width: auto; }
}

@media (max-width: 767px) {
    #footerleft, #footermiddle, #footerright {width: auto; float: none; }
}




/*  submenu */

.navigation .nav-child {
    min-width: 200px;
}

.navigation .nav-child a {
    font-size: 18px;
	font-weight: 600;
    line-height: 22px;
	 color: #000;
}


.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #f28a58;
	background-image: none;
	filter: none;
}


/* put the search box on the same line as the horizontal menu */	
.navigation ul.nav {float: left;}
.navigation form {float: right;width: 250px;}
.navigation {height: 34px}

/***** bocni menu  - start *****/	
.moduletable.temata ul.nav {
 font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

.moduletable.temata ul.nav li a {
font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding:5px 0 5px 2px;
}
/***** bocni menu  - end *****/	

/***** nadpis componentheading - end *****/

/***** upravy formularu - start *****/

.filtrace form {margin-left:0px!important;padding-left:0px!important;}


/* pole hledat sirka */
.hledattext input[type="search"] {width:190px;}

/* pozadí poctu vysledku hledani */
.badge-info {
	background-color: #196F36;
}

input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}

/* tlacitka */
.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn-primary,
.btn-default  {
	color: #fff;
	text-shadow: none;
	background-image: none;
	filter: none;
	border-color: #ccc;
	background-color: #f28a58;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #000;
	background-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
	color: #000;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	text-shadow: none;
	background-image: none;
	filter: none;
	border-color: #ccc;
	background-color: #FAA61A;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #333333;
}

/* zruseni kulatych rohu */
.btn.searchvideo {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #0a0203;
	color: #fff;
	text-shadow: none;
	background-image: none;
	filter: none;	
	border-color: #fff;
}

.btn.searchvideo:hover,
.btn.searchvideo:focus,
.btn.searchvideo:active,
.btn.searchvideo.disabled,
.btn.searchvideo[disabled] {
	color: #000;
	background-color: #f28a58;
}

.btn.searchvideo {
padding: 1px;
}

.btn span.iconsearch {
    background: url(search/icon.png) no-repeat;
	display:block;
    width: 24px;
    height: 24px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #0a0203;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.075);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.075);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(242,138,88,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.075), 0 0 8px rgba(82,168,236,.6);
}

input,
textarea,
.uneditable-input {
	width: 150px;
}

.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		width: 150px;
	}


.hledani form {
  margin:0;
}	

/***** upravy formularu - end *****/

.navbar .btn.btn-navbar {
    margin-top:0px;
    color: #fff;
    text-shadow: none!important;
    background-image: none!important;
    filter: none!important;
    border-color: transparent!important;
     -webkit-box-shadow:  none!important;
    -moz-box-shadow:  none!important;
    box-shadow:  none!important;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #f28a58;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***** TOP video na HP  *****/
.moduletable.topvideo h3 {
    font-size: 28px;
    line-height: 30px;
}


/* skryt TOP video z podstranek */

.module-wrapper.tvideo.view-video {display:none;}
.module-wrapper.tvideo.view-search {display:none;}

/*.module-wrapper.hledat.view-video {display:none;}*/


.module-wrapper.hledat {text-align:left;}
.modulateble.hledani {text-align:left;}
 .avs.search.hledani {float:right;}
 .avs.search {text-align:left;margin-bottom:20px;}
 
 .input-append {float:none;}
 .module-wrapper:after {clear: both;}
@media (max-width: 979px) {
.avs.search {text-align:left;}
}	


/* okenko videaTOP video na HP  */

.avs .thumbnail, 
.avs .thumbnail .caption {
    padding: 0;
    border: none!important;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;	
}

.avs .thumbnail .caption h4 {
margin:0px;
padding: 10px 5px;
 background-color:  #1e1c1c;
 }

.avs .thumbnail .caption h4 a {
 color: #fff;
}

.avs .thumbnail .caption h4 a:hover {
color: #f28b52;	
text-decoration: none;
}

.avs .thumbnail .caption .muted {
    color: #f28b52;	
	padding: 5px;
}
.avs.video .muted {
    color: #f28b52;	
	padding: 5px;
}

.avs.video .avs-player {
    margin-bottom: 50px;
}

.avs .thumbnail h4 {
	font-size: 18px;
	line-height: 20px;	
}


.avs-thumbnail .avs-play-icon {
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px;
}

.avs-thumbnail .avs-play-icon.big {
    width: 150px;
    height: 150px;
    margin: -75px 0px 0px -75px;
}

.avs.video .souvisejici {
 border-top:1px solid #ccc;
    padding-top: 20px;
	margin-top:20px;
}


/* paticka */

#footerfull {
margin: 20px;
}


#footerfull .moduletable,
#footerleft .moduletable,
#footermiddle .moduletable,
#footerright .moduletable  {
  margin: 40px 0;
}

.moduletable.dalsiweby .banneritem {
    display:inline-block;
}

.moduletable.dalsiweby a img {
    border: 1px solid #312f2f;
    margin: 2px 1px;
	background-color:#fff;
}

.moduletable.partneri a img {
    border: 1px solid #312f2f;
    margin: 2px 1px;
}

#footerfull .moduletable h3,
#footerleft .moduletable h3,
#footermiddle .moduletable h3,
#footerright .moduletable h3  {
  text-align: center;
}


li[id^="favsocial-icon"] .favsocial,
li[id*=" favsocial-icon"] .favsocial {
  width: 1.5em!important;
  height: 1.5em!important;
  line-height: 1.5em!important;
}


#patadown {
border-top:1px solid #312f2f;
padding-top:30px;

}
