/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.slide-image-container {
    height: 150px;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    /* height: 130px; */
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    /*width: 100%;*/
    max-height: 180px;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
    height: 220px;
    overflow: hidden;
    text-align: center;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.bg-popup {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity : 0.5;
    background-image: url('../img/bg_popup.jpg');
    background-position: center center;
    background-size: cover;
}

#vision-container {
    text-align: center;
}

#vision-container  p {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 30px;
}

.outstanding {
    background-color: #ECFFEC;
}

.img-code {
    /*text-align: center;*/
    font-size: 20px;
    color: #2fa4e7;
    background-color: white;
    padding: 0 5px;
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: 1;
}

.bg-gray {
    background-color: lightgray;
}

.bg-gray a {
    text-decoration: none;
    color: #ffffff;
}

.lightgray {
    color: lightgray;
}

.btn-del-keyword {
    cursor: pointer;
    display: block;
    padding: 5px 7px;
    margin-right: 5px;
}
.list-group .list-item {
    width: 50%;
    float: left;
}
.list-group a {
    text-align: center;
}
.list-group {
    clear: both;
}
/*
@media screen and (max-width: 991px) {
    .left-menu {
        visibility: hidden;
        height: 25px;
    }
}
*/
.text-align-right {
    text-align: right;
}

.container {
    width: 100%;
}