/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



#teksten .teksten-item {
    margin: 0 0 15px;
    right: 0
}

#teksten .teksten-item .teksten-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#teksten .teksten-item .teksten-link .caption {
    background: rgba(240, 95, 64, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#teksten .teksten-item .teksten-link .caption:hover {
    opacity: 1
}

#teksten .teksten-item .teksten-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#teksten .teksten-item .teksten-link .caption .caption-content i {
    margin-top: -12px
}

#teksten .teksten-item .teksten-link .caption .caption-content h3,
#teksten .teksten-item .teksten-link .caption .caption-content h4 {
    margin: 0
}

#teksten * {
    z-index: 2
}

@media (min-width:767px) {
    #teksten .teksten-item {
        margin: 0 0 30px
    }
}

.teksten-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

.teksten-modal .modal-content h2 {
    margin: 0;
    font-size: 3em
}

.teksten-modal .modal-content img {
    margin-bottom: 30px
}

.teksten-modal .modal-content .item-details {
    margin: 30px 0
}

.teksten-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.teksten-modal .close-modal:hover {
    opacity: .3
}

.teksten-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.teksten-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.teksten-modal .modal-backdrop {
    opacity: 0;
    display: none
}