
img {
    max-width: 100%;
}

a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
        filter: alpha(opacity=50); /* IE7 */
        opacity: 0.6;
        text-decoration: none;
    }

    .thumbnails li > .fff .caption {
        background: #fff !important;
        padding: 0px 10px 10px 10px;
    }

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
    }

ul.thumbnails {
    margin-bottom: 0px;
}


/* Thumbnail Box */

.caption h4 {
    color: #444;
    font-size: 16px;
}

.caption p {
    color: #999;
}

    .thumbnail {
        max-width: 300px;
        padding: 0px;
        overflow: hidden;
    }

        .thumbnail .container-image {
            overflow: auto;
        }

        .thumbnail img {
            width: 100%;
        }


/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
}

.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}


li {
    list-style-type: none;
}

/*::selection {
    background: #ff5e99;
    color: #FFFFFF;
    text-shadow: 0;
}

::-moz-selection {
    background: #ff5e99;
    color: #FFFFFF;
}*/

.carousel-inner > .item {
    transform: translate3d(10,0,0) !important;
}

.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

    .carousel-inner > .item:first-of-type {
        position: relative;
    }

.carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner > .active.left,
.carousel-inner > .active.right {
    z-index: 1;
}

.carousel-control {
    z-index: 4;
}


.border {
    padding:5px;
    text-align:center;
    margin:45px;
    min-height:350px;
    max-height:700px;
}

.img-thumbnail{
    width:500px !important;
}
