/*-----------------------------------------------------------------------------------
 
  Theme Name: ProjektyAlbrecht
  Theme URI: http://www.drosera.cz
  Description: one page theme 
  Author: Jan Kafka
  Author URI:  http://www.drosera.cz
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1
 
 Designed & Handcrafted by 
 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
 
-----------------------------------------------------------------------------------*/
body {
 color:#497EAE;
}
#nav {
  z-index: 1000;
  position:static;
  
}
img {
  max-width:100%;
}
.fcb img {
 float:right;
 padding: 10% 0 0 0;
}
.navbar {
  background-color:#1095f4;
  background-image:none;
  box-shadow:none;
  border-radius:15px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  text-transform:uppercase;
  font-weight:bold;
  font-size:18px;    
  color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #DDD;
}
div.wpcf7 {
    background-color:#1095f4;
    color:#FFF;
    padding-bottom: 2%;
}
#contact-form-left,
#contact-form-right,
#contact-form-submit,
#contact-form-top {
 padding: 0 6%;
}
.wpcf7 textarea {
  height:180px;
}
#contact-form-submit {
  text-align: center;
}
div.wpcf7-validation-errors {
    border: 2px solid #e22;
    padding-bottom:1%;
}
wpcf7-quiz-label {
 font-weight:bold;
}
.ajax-loader {
 position: fixed;
 top:50%;
 left:50%;
}
.page {
  margin-top:20px;

}
.page h2 {
  text-align:center;
  font-weight: bold;
}
.ngg-gallery-thumbnail-box {
    margin: 20px 29px;
}
.footer {
  color:#000;
  padding-bottom:20px;
}
.wpcf7-quiz-label {
 font-weight:bold;
}
.top-scroll-box {
    position: fixed;
    right: 0px;
    top: 50%;
    margin: -100px 0px 0px;
    height: 97px;
    width: 48px;
    z-index: 800;
    opacity: 0.6
}
.top-scroll-box:hover {

    opacity: 1
}
.top-scroll-box .toplink {
    background: url('img/nahoru.png') no-repeat scroll 0px 0px transparent;
    width: 48px;
    height: 97px;
    display: block;
    margin-bottom: 10px;
}