/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px;/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Prata', serif !important;
}

/*.slide-image {
    width: 100%;
}*/

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

.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: #b99676;
}

.thumbnail {
    padding: 0;
}

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

footer {
    margin: 20px 0;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

a {
    color: #cba074;
    text-decoration: none;
}

a:hover {
    color: #b99676;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    color: #000000;
    background-color: #e0b78f;
    border-color: #e0b78f;
}

.col-md-9 {
    width: 100%;
}

.navbar-brand {
    float: left;
    height: 50px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
    font-size: 18px;
    line-height: 20px;
}

h3{color: #cba074;
	text-align: center;
	padding-bottom: 10px;
	font-size: 32px;
	border-bottom: #000000 1px solid;
	margin-bottom: 20px;
}
h5{color: #cba074;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 0px;
}
.caption {
    height: 100%;
    overflow: hidden;
}

i.icon-gift { font-family: 'iconfont' !important;
    margin: 0 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #b99676;
    font-size: 2.857em;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #b99676;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 15px;
	}
}

@media (max-width: 1260px){
.carousel-inner>.item>img  {
	max-width: 200%;
	padding-right: 50%;
	}
}

@media (max-width: 600px){
.carousel-inner>.item>img {
	max-width: 200%;
	padding-right: 50%;

	}
}


