/* skryti leveho sloupce na uvodni strane */
#index aside { display: none; }
#index main { width: 100%; }
#index .col-lg-push-3 { left: 0%; }

/* uprava pozice motta u loga */
@media (max-width: 479px){ 
  #motive { height: 120px; }
  #motto #motto-text { margin-top: 0px; }
  header .col-md-4 { float: none; }
  header #box-custom-header { float: none; width: 100%; height: auto; text-align: center; }
}

@media (min-width: 480px) {
  #box-custom-header { float: right; width: 60%; height: 75px; margin-top: 35px; }  
}

@media (min-width: 600px) {
  #box-custom-header { float: right; width: 60%; height: 75px; margin-top: 35px; }  
}

@media (min-width: 992px) {
  #box-custom-header { float: right; width: 80%; height: 75px; margin-top: 35px; }  
}

header .col-md-4 { width: 20%; }
#motto #motto-text { color: #4f4f4f; text-shadow: none; }

/*navbar*/
.navbar {
  background-color: #0582CB;
  background-image: url(/obrazek/3/pozadi-menu-jpg/); background-repeat: repeat-x;
  border-color:#fff;
}

.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus { color: #fff; background-color: #0582CB; background-image: url(/obrazek/3/pozadi-menu-jpg/); }
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus { color: #fff; background-color: #0582CB; background-image: url(/obrazek/3/pozadi-menu-jpg/); }


#box-custom-footer { height: auto; background-color: #414141; color: #FFF; margin-top: 20px; }
#box-custom-footer a { color: #FFF; text-decoration: underline; }
#box-custom-footer a:hover { text-decoration: none; }

#copyright { height: 58px; line-height: 58px; text-align: center; margin-top: 40px; font-size: 12px; color: #AAA; background-color: #2B2B2B; }
#copyright a { color: #AAA; text-decoration: underline; }
#copyright a:hover { text-decoration: none; }

#bar-poweredby { display: none; }

/*bootstrap-custom.css*/
/*main*/
body{ font-size: 14px; }

/*homepage motive*/
#motive { border-bottom: 0px solid #E7E7E7; }

/* skryti horního kosiku */
#topbar { display: none; }

/*logo*/
#logo img{ max-height: 97px; }

/*
.col-xs-12, .col-sm-12, .col-md-8, .col-lg-9 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: blue;}
.col-md-push-4, col-lg-push-3 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: red;}
.col-md-4, col-lg-3 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: green;}
.col-md-pull-8, .col-lg-pull-9 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: black;}
*/

#cvicne-oramovani3 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: blue;}
/* ---------------------------------------------- */