body {
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-weight: 300;
}

#logo {
    width: 150px;
}

#top-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

#top-col {
    border-bottom: 1px solid #F2F2F2;
}

#main-navigation {
    margin-top: 23px;
}

#footer {
    margin-top: 15px;
    color: #CCC;
}

#footer .content {
    border-top: 1px solid #F2F2F2;
    padding: 5px;
}

#stripe-row {
    margin-bottom: 15px;
}

.stripe {
    border-bottom: 1px solid #F2F2F2;
}

#main-navigation a {
    font-weight: 700;
    font-size: 16px;
}

.nav-pills > li > a {
    color: #315288;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.nav-pills > li > a:hover {
    background: none;
    border-bottom: 3px solid #CCC;
}

.nav-pills > li.active > a {
    background: none;
    color: #315288;
    border-bottom: 3px solid #315288;
}

.nav-pills > li.active > a:hover {
    background: none;
    color: #315288;
}

h4.product-title {
    line-height: 1.5;
    max-height: 3em;
    min-height: 3em;
    overflow: hidden;
    position: relative;
}

#big-text-row {
    margin-top: 15px;
}

.big-text {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 100px;
    font-size: 20px;
    color: #666;
}

@media screen and (max-width: 768px) {
    .big-text {
        padding: 15px 5px;
    }
}

#big-text-row-bottom .big-text {
    border-bottom: none;
    padding-bottom: 0;
}


#visual-row .visual-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    background-image: url(../images/bg_50_opacity.png);
    padding: 15px 15px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #visual-row .visual-description {
        position: relative;
        background: none;
        color: #000;
    }
}

.additional-images img {
    cursor: pointer;
    margin-bottom: 5px;
}

.additional-images.visible-xs.visible-sm img {
    height: 70px;
}

.additional-images img.active {
    border-bottom: 3px solid #315288;
}
