@font-face {
    font-family: 'balhamregular';
    src: url('../fonts/balham-webfont.eot');
    src: url('../fonts/balham-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/balham-webfont.woff') format('woff'),
         url('../fonts/balham-webfont.ttf') format('truetype'),
         url('../fonts/balham-webfont.svg#balhamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p, h1, h2, h3, #blog h3, h4, td, input {
	font-family: 'balhamregular', "Oranienbaum",Georgia,"Times New Roman",Times,serif; !important;
}

body {
	font-size: 14px;
	line-height: 1.5em;
}

h1 {
	font-size: 120px
}

h2 {
	font-size: 32px;
}

h4 {
	font-size: 18px;
}

.navbar-nav > li > a {
	color: #807154;
}

.navbar-nav > li > a:hover {
	color: #fff;
}

.slider-img {
	top: -100px !important;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

.bespoke-gallery {
	margin: 0 0 90px;
	text-align: center;
}

.bespoke-gallery img {
	display: inline-block;
	margin: 0 5px;
}

.paisley-link {
	display: block;
	height: 355px;
	background: no-repeat center center;
}

.paisley-link .overlay {
	height: 355px;
	line-height: 355px;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
}

.paisley-link:hover .overlay {
	-webkit-transition: all 0.4s;
	background: rgba(128, 113, 84, 0.6);
}

.paisley-link.ltd-collection {
	background-image: url('../images_paisley/ltd-collection.jpg');
}

.paisley-link.bespoke {
	background-image: url('../images_paisley/bespoke.jpg');
}

ul.gallery {
	margin: 30px 0 0;
	padding: 0 !important;
}

#model .gallery li {
	background: transparent;
}

#model h2 {
	margin: 120px 0 0;
	font-size: 24px;
}

#contact h4:hover {
	color: #fff;
}

#contact a.normal {
	background: transparent;
	border-radius: 0;
	display: inline-block;
	font-size: 15px;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	line-height: 1em;
}

.news-image {
	float: left;
	margin: 0 auto 15px;
	padding: 0 15px;
	text-align: center;
}

.news-image img {
	margin: 0 auto 5px !important;
}

.img-responsive {
	margin: auto;
}

@media (max-width: 767px) {
	.slider-img {
		top: 0 !important;
	}
	
	.paisley-link .overlay {
		font-size: 24px;
	}
}

@media (max-width: 468px) {

}