/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: 'TTNormExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormExtraBold'), url('../fonts/ttnormsproextrabold.otf');
}

@font-face {
    font-family: 'TTNormDemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormDemiBold'), url('../fonts/ttnormsprodemibold.otf');
}

@font-face {
    font-family: 'TTNormRegular';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormRegular'), url('../fonts/ttnormsproregular.otf');
}

html * {
    font-family: TTNormRegular !important;
}

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%;
}

.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%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

#bannerimage img {
    width: 100%;
    height: 60%;
}

footer {
    padding: 40px;
    background: #10204C;
    color: #fff;
    font-family: TTNormRegular !important;
    font-size: 16px;
}

/* Custom */
table.vertical-align > tbody > tr > td {
    vertical-align: middle;
}
