a {
    color: #337ab7;
}

.paddinga {
  margin-top: 10%;
}

.paddingb {
  margin-top: 30%;
}

.intro {
  padding: 0;
  background-attachment: local;
  background-position: center;
}

.intro .intro-section {
  padding-top: 70px;
  padding-bottom: 10px;
}

.intro-section > h1 {
    font-size: 35px;
}

.icon-fh {
    height: 6em;
}

.fa-fh {
    height: 2em;
}

#brief {
  background-color: #ffffff;
}

#screenshots {
    background: #ffffff none repeat scroll 0% 0%;
}

.schema-item {
  float: left;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.navbar-default .navbar-nav .btn-login {
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 20px;
}

.top-buttons-static {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: inline-block;
    color: #00aeef;
}

.btn-login-static {
    font-size: 14px;
    padding: 6px 12px;
    color: #ffffff;
}

.top-static-menu-item {
    font-size: 14px;
    padding: 6px 12px;
    color: #ffffff;
    cursor: pointer;
}

#cookielaw {
    animation-duration: 2.8s;
    animation-name: slideUp;
    opacity: 0.9;
    background: #222 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 80%;
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    display: none;
}

.btn-cookielaw {
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    margin-left: 10px;
}

.btn-cookielaw:hover {
    color: #111;
}

.btn-cookielaw:focus {
    color: #111;
}

#dealers-map {
    width: 100%;
    height: 500px;
}

.gm-style-iw p {
    font-size: 90%;
}

.gm-style-iw h3 {
    font-size: 90%;
}

.gm-style-iw a:link {
    color: #1E649B;
}

#buy {
    padding-bottom: 0;
    background: #ffffff none repeat scroll 0%
}

#eshop {
    padding-top: 50px;
    padding-bottom: 150px;
    text-align: center;
    background: #ffffff;
}

.dropdown-menu {
    min-width: 100px;
}

.top-static-menu-item:hover {
    color: #33bbff;
}

.top-static-menu-item:active {
    color: #0088cc;
}

.schema .container .row .col-md-4 {
    width: auto;
}

/* disable scroll wheel over distributors map */
.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:500px;
    top:500px;
    margin-top:-500px;
    z-index: 1000;
}

/* fix feature text overflow */

.features .feature .icon-container {
    margin: 0;
}

.feature-details p {
    font-size: 13px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video {
    background-color: #f9f9f9;
}

#extra {
    background-color: #f9f9f9;
}

#features {
    background-color: #ffffff;
}

#advantages {
    background-color: #f9f9f9;
}

#download {
    background-color: #f9f9f9;
}

#partners {
    background-color: #f9f9f9;
    padding: 50px;
}

#partners a img {
    padding-left: 20px;
    padding-right: 20px;
}