/*!
 * 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.
 */


.slide-image {
    width: 100%;
}

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

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

.caption {
    height: 160px;
    overflow: hidden;
}

.title h4 {
    white-space: normal;
}

.thumbnail img {
    width: 100%;
    height: 180px !important;
}

.ratings {
    padding: 10px 10px 18px 10px;
}

.thumbnail {
    padding: 0;
    background-color: #FAFAFA;
}

.thumbnail .caption{
    padding: 0 5px 0 5px;
}

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

.category{
    background-color: rgba(245,130,20,0.65);
    position: absolute;
    top: 10px;
    right: 18px;
    padding: 8px 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.imagePost{
    width: 250px;
    height: 250px;
    background-repeat:no-repeat;

}

.news {
    margin: 0 5px 10px 0;
  }

.news h2{
    font-size: 14px !important;
    line-height: 1.1;
}

.news p{
    font-size: 12px !important;
}

.news h2 a{
    font-weight: bold;
    color: #4f99c6;
}

.label-success{
    background-color: #6dcb30!important;
    font-size: 13px;
}

.LoaderImage{
    background: url('/theme2/assets/img/loading.gif') no-repeat;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
