@import url(https://fonts.googleapis.com/css?family=Roboto:300,700&subset=latin,latin-ext);

body {font-family: Roboto;}
a:hover {color: #bb1428;}

h1, h2, h3, h4, h5, h6 {font-family: Roboto; text-transform: uppercase;}

h2, .h2 {font-size: 1.7em;}
h3, .h3 {font-size: 1.4em;}

/* hlavička stránek */

.f-nav {display: none;}
#border.minn {padding-top: 0px;}

#top-ribbon {display: none;}

#search-bar { z-index: 80; position: fixed; }
#form-search { display: inline-block;}

.languages {margin: 5px 0 0 20px; font-weight: bold;}

form#form-search input {background-color:#d4d4d4; border-radius: 0; top: 1px; color: #fff; }
form#form-search .btn-danger { border-radius: 0; }
form#form-search .btn { padding: 3px 8px; }
form#form-search .form-control {height: 30px;}

/* menu */
.navbar {position: fixed; z-index: 78; display: block;}

.navbar-collapse.collapse {width: 80%;}

.nav.navbar-nav {float: left;  margin-left: 20px;}

#navbar {z-index: 80; margin: 0 0 0 20px;}
/* //menu*/
/* //hlavicka stránek*/

/* motivy */
/*AC*/
#article-274295 #motive {
  background-image: url("/obrazek/3/logian-banner-ac-jpg/"); 
  height: 113px; 
  background-position: center center;
}
#article-274295 #motive #carousel-example-generic {display: none;}

/*PD*/
#article-274310 #motive {
  background-image: url("/obrazek/3/logian-banner-pd-jpg/"); 
  height: 113px; 
  background-position: center center;
}
#article-274310 #motive #carousel-example-generic {display: none;}

/*PM*/
#article-274311 #motive {
  background-image: url("/obrazek/3/logian-banner-ei-jpg/"); 
  height: 113px; 
  background-position: center center;
}
#article-274311 #motive #carousel-example-generic {display: none;}

/*EI*/
#article-274518 #motive {
  background-image: url("/obrazek/3/logian-banner-ss-jpg/"); 
  height: 113px; 
  background-position: center center;
}
#article-274518 #motive #carousel-example-generic {display: none;}

/*SS*/
#article-274519 #motive {
  background-image: url("/obrazek/3/logian-banner-pm-jpg/"); 
  height: 113px; 
  background-position: center center;
}
#article-274519 #motive #carousel-example-generic {display: none;}

/* //motivy */

main {margin-top: 50px;}
#index main {margin-top: 0px;}

#index article {margin-top: 60px;}

/* services home */

#index main ul {  padding-left: 0; list-style: none;}

#index main ul>li {
display: inline-block;
padding: 15px;
position: relative;}

#index main ul>li img { margin-bottom: 15px;}

#index main ul>li p {width: 90%;}

#index main .panel-title {display: none;}


#index main ul ul>li {list-style-type:disc; }
#index main ul ul>li {width: 100%; padding: 1px 0; }

/* //services home*/




/* separator */

#separator p {font-family: 'Roboto', sans-serif;
font-size: 34px;
color: #ffffff;}

#separator {min-height: 60px;
background-color: #d4d4d4;
margin: 20px 0 0 0;}

#wrap #panel-custom-1 {margin: 15px 0 0px 0;}

/* //separator */

/* boxy info */

#second ul { list-style: none; padding-left: 0;}

#second li {
display: inline-block;
/*float: left; */
padding: 15px;
position: relative;}

#second li img {float:left; padding-right: 10px; margin-top: 5px;}

#second .panel-title {display: none;}

#wrap #panel-custom-2 {margin: 15px 0 0 0;}

/* //boxy info */

#border {border-bottom: 0px;}

.date {display: none;}

/* patička */
#footbox { background-color: #3a3a3a; color: #6d6d6d;}

#footbox a {color: #6d6d6d;}
#footbox a:hover {color: #bb1428; text-decoration: none;}

.footer-logo {background-color: #303030; text-align: center;}
.copy {display: none;}

#footer-contact {display: none;}  

.footer-menu {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    text-transform: uppercase;
    list-style: none;
}
  
  .footer-menu li::before { 
    content: " | ";
  margin: -1px 0 0 0;
    /*  width: 1px;
      background-color: #3a3a3a;
      height: 20px; */
}


.container.footer { padding-top: 40px;}

@media (max-width: 580px) { /*zobrazení pro mobil*/
	#index main li {width: 98%; }
	#second li {width: 95%;}


	#search-bar {
 		 top:10px;
 		 width: 40%;
		 right: 10px;}

	.navbar .logo img {
    max-height: 30px;
	}

	#form-search {display: none;}

.footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-transform: uppercase;
    list-style: none;
}


}

@media (min-width: 581px) { /*zobrazení pro mobil*/
	#index main ul>li {width: 48%; }
	#second li {width: 95%;}

	#search-bar {
 		 top:10px;
 		 width: 50%;
		 right: 20px;}

	.navbar .logo img {
    max-height: 36px;
}

.footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-transform: uppercase;
    list-style: none;
}

}

@media (min-width: 768px) { /*zobrazení pro tablet*/
	#index main ul>li {width: 48%; }
	#search-bar {
 		 top:10px;
 		 width: 45%;
		 right: 20px;}

.navbar .logo img {
    max-height: 38px;
}


.footer-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count:3;
    text-transform: uppercase;
    list-style: none;
}

}

@media (min-width: 992px) { /*zobrazení pro malý notebook*/
	#index main ul>li {width: 33%; }
	#second li {width: 45%; }
	#search-bar {
 		 top:35px;
 		 width: 27%;
		 right: 20px;}

header {height: 100px;}

.navbar .logo img {
    max-height: 45px;
}

#list-panel-news li { width: 47%; padding:50px 3% 50px 0; } /* novinky */

#list-panel-news img {max-height: 180px; margin-right:15px; }

}

@media (min-width: 1200px) { /*zobrazení pro monitor*/

	#search-bar {
 		 top:35px;
 		 width: 25%;
		 right: 80px;}

}

@media (min-width: 1628px) { /*zobrazení pro monitor*/

	#search-bar {
 		 top:35px;
 		 width: 25%;
		 right: 200px;}

}




