/* Add here all your css styles (customizations) */
@import url("/gfx/flags/flags.css");

.heading-md img {
    opacity: 0.6;
}

.orWord {

}

.white li i.color-green {
    color: white;
}

.white li {
    color: white;
}

li i.color-green {
    color: #72C02C;
}

.list-unstyled ul {
    margin-left: 20px;
}

.purchaseWithTestimonials {
    padding-top: 100px;
}

#photographyTypes img {
    max-width: 80px;
    max-height: 80px;
}

#homePageTestimonials .testimonials {
    margin-top: 50px;
}

#homePageTestimonials .item p {
    font-size: 20px;
}

.purchase .testimonial-author {
    font-size: 15px;
}

.purchase.home {
    margin-top: 40px;
}

#contact .form-group {
    marign-bottom: 10px;

}

#contact .form-group:last-child {
    text-align: right;
}

#fieldset-final #save {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

#pass-label, #final-label {
    display: none;
}

.loginbar{
    position: relative;
}
#langswitch {
    background-color: white;
    position: absolute;
    left: 0px;
    padding: 5px;
    display: inline-block;
}

#langswitch li {
    cursor: pointer;
    display: none;
}

#langswitch li a {
    display: inline-block;
    width: inherit;
    height:inherit;
}

#langswitch:hover li:last-of-type {
    margin-bottom: 0px;
}

#langswitch:hover li {
    display: block;
    margin-bottom: 5px;
}

#langswitch li.active {
    display: block;
}
