/**
 * Place your custom styles here.
 */

b, strong{
  font-weight: bold;
}

.navbar, body{
  background: #eead1c;
}

@media (min-width: 767px) {
  .navbar-text{
    color: #1382b9;
    margin-top: 90px;
    font-size: 36px;
  }
  /*.views-field-field-subtitel{
    height: 40px;
  }*/

  .views-field-field-image{
    height: 120px;
  }

}
@media (max-width: 767px) {
  .logo img{
    width: 50%;
  }

}
.navbar-nav{
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
}
.navbar-default{
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}

.dropdown-menu{
  border-radius: 0px;
  border: none;
  background: #fff;
}

.dropdown-menu > li > a:hover {
    background-color: #1382b9;
    background-image: none;
    color: #fff;
}

.container{
background: #fff;
border: none;
border-radius: 0px;
}

.main-container{
  padding-top: 25px;
  padding-bottom: 25px;
}
.dropdown:hover .dropdown-menu {
     display: block;
}

.footer{
  margin-top: 0px;
  background: url(../stripe.gif) top no-repeat #3f3f3f;
}



#block-velosport-footer ul li a{
  color: #1382b9;
}

a{
  color: #1382b9;
}

@media (max-width: 767px) {
    .navbar {
        padding: 0px;
    }
}


#block-facebook{
  float: right;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    color: #fff;
    background-color: #1382b9;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus{
  color: #fff;
  background-color: #1382b9;
}

.language-link, .language-icon{
  float: left;
  text-transform: lowercase;
}
.language-switcher-language-url{
  float: right;
  margin-top: -50px;
}
.language-switcher-language-url ul{
  list-style-type: none;
}
.language-switcher-language-url img{
  margin-top: 5px;
  margin-right: 5px;
}

.main-container .img-responsive{
  padding-bottom: 10px;
  padding-right: 10px;
}

 .webform-confirmation__message {
   white-space: pre;
 }

.checkbox .help-block{
   font-size: 14px;
}

/*.views-field-field-subtitel{
  height: 40px;
}

.views-field-field-image{
  height: 120px;
}*/


.field--type-image .field--item{
  float: left;
  display: inline;
}

h4{
  margin-bottom: 0px;
}


legend{
  margin-bottom: 0px;
  font-size: 14px;
}

#edit-2nd-bike .panel-heading a::after, #edit-3rd-bike .panel-heading a::after, #edit-4th-bike .panel-heading a::after {
    content: " (optional)";
    font-style: italic;
}

.panel-heading a::before {
    color: #1382b9;
    font-weight: bold;
    content: "+ ";
}

.page-node-type-page .content img{
  padding: 15px;
}

.view-bikes .view-header h2{
  display: none;
}

.special-offer {
  background: #fff;
  padding: 25px;
  margin:auto;
  font-size: 20px;
  font-weight: bold;
  border:1px solid #eead1c;
}

.special-offer h6{
  font-size: 26px;
  text-align: center;
}
.special-offer p{
  margin-bottom: 15px;
}