body { 
  color:#727272;
 /* background: url(/obrazek/3/bg-png/) repeat fixed center top / auto 70px;*/
  background-color:#f3f3f3;
  font-size:14px;
}

h1, h2, h3, h4, h5 {color:#000; font-family: 'Roboto Condensed', sans-serif; }

h1, h1.title {font-size:2.3em; margin-bottom:0.5em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em}


a {text-decoration:underline; color:#000}

#bar-poweredby {display:none;}


#mainContainer {
  padding-top: 0px!important;
    background-image: none;
    background-position: center top;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto;
}



/*
#content {
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}*/

.item-photogallery .thumbnail {background-color: #f9f9f9; border-radius:0px;}
.item-photogallery .thumbnail .btn-primary {
      color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.item-photogallery .thumbnail .btn-primary:hover{
    color: #333;
    background-color: #f9f9f9;
    border-color: #dddddd;
}
/*--- motive ----*/
#box-custom-motive {display:none}
#index #box-custom-motive {display:block; }

/* #box-custom-motive {
  width:100%;
  margin:0;
  background-color:;
  box-shadow:none;
   }

#box-custom-motive > .row, #box-custom-motive > .col-lg-12 {width:100%; margin:0; padding-left:0px; padding-right:0px;}*/

#box-custom-motive {padding:15px; }

#carousel-example-generic {margin-bottom:px;}

#carousel-example-generic h3{color:white; font-size:25px; }



/*----- sluzby --------*/

.sluzby {margin-bottom:1.5em}

.sluzby .thumbnail {background-color:#f9f9f9; border-color:#dddddd; padding:0; margin:10px 0px; }

.sluzby .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.sluzby .thumbnail p, .sluzby .thumbnail h2 {color:#757575; margin:0;}
.sluzby .thumbnail p:last-of-type {padding:5px 0px;}

.sluzby .thumbnail h2 {margin:0; padding:5px 0 15px;  margin-bottom:0px; font-size:1.4em; }
.sluzby .thumbnail h2 a { text-decoration:none}
.sluzby .thumbnail h2 a:hover {}

.sluzby .thumbnail .caption {margin:; padding:;color:}


.sluzby .btn.btn-primary {background-color: #ffd700; border-color:#ffd700;}


/*----- menu -----*/
nav {position:relative!important}


.navbar {
    background-color: #202020;
    border: 0;
      margin-bottom: 0px;
}

.nav > li > a {
    padding: 6px 15px;
  margin:0 2px;
}


.navbar .navbar-nav > li > a {
  color: #fff;
  border-radius:5px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #000;
  background-color: #ffd700;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,.navbar .navbar-nav > .active > a:focus {
  color: #000;
  background-color:#ffd700;
}


/*------ oceneni --------*/
.oceneni {margin-top:25px}
.oceneni .thumbnail { padding:15px; text-align:center; border-radius:5px;  position:relative; border-color:; }

.oceneni .thumbnail i {
  font-size:50px; 
  color:#000; 
  background-color:#ffd700; 
  padding:28px; 
  width:110px; 
  vertical-align:middle;  
  border-radius:110px;
  border:1px solid #ffd700; 
  }

.oceneni .thumbnail a:hover i {background-color:transparent;}
.oceneni h2 {padding:0; margin:18px 0 10px; color:; }


/*---- postranní box --------*/

#panel-custom-1.panel {border:0; padding:0; margin:0; box-shadow:none;}
#panel-custom-1.panel > .panel-heading {display:none;}

#panel-custom-1.panel > .panel-body {padding:0; margin:0; border:0}

#panel-custom-1.panel > .panel-body h3 {margin-top:0;}



/*----- patička --------*/
#box-custom-footer {
  width:100%;
  margin-top: 30px;
  padding-left:0;
  padding-right:0;
  background-color:#707070;
  color: #fff;
  padding-top:5px;
  }

#box-custom-footer > .row, #box-custom-footer  .col-lg-12 {width:100%; margin:0; padding-left:0px; padding-right:0px;}

  #box-custom-footer .col-lg-12 > .container {padding:20px}

footer #footer-content {
    background:#707070;
    color: #fff;
    margin-bottom:10px;
}

#footer-contact h3, #footer-links h3 {
    margin-top: 0;
    display: block;
  color:#ffd700;
}

#footer-contact .fa {    color:#ffd700;}

#bar-footer {
    color: #fff;
    background: #202020;
    border-top: 0px ;
}

/*---- kontakt -------*/


#support .panel-body { border: 1px solid #e3e3e3;  }

/* ------ rozlozeni ---------*/
main {left:0!important; width:100%!important;}
aside {right:0!important;display:none;}

#index aside, #article-266393 aside {display:block}





/*-------- responsive ------------*/
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
  #index main, #article-266393 main {width:100%!important;}
  
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
  
  #index main, #article-266393 main  {width:66.6%!important;}
  
    ul#list-footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .container {
    width:1070px;
  }
    
    #index main, #article-266393 main  {width:75%!important;}  
    
    ul#list-footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}


