@font-face {
	font-family: "bm";
	src: url('bm.woff2');
}

body {
	font-family: 'bm';
	position: relative;
	padding: 0;
	margin: 0;
}
.header {
	border-bottom: 5px solid #444;
    background: #961432;
	height: 70px;
	font-size: 23px;
	position: fixed;
	color: #FFF;
	top: 0;
	width: 100%;
	z-index: 2;
}
.header_wrapper {
	width: 1200px;
	position: relative;
	margin: auto;
}
.header_wrapper > div {
	display: inline-block;
	position: absolute;
	top: 10px;
}

.logo {
	left: 0;
}
.logo img {
	height: 50px;
}

.menu {
	right: 0;
	top: 20px !important;
	width: 785px;
	margin: auto;
	text-align: right;
}
.menu > div {
	display: inline-block;
	margin: 5px 15px;
	cursor: pointer;
}

.body_wrapper {
	width: 1200px;
	min-height: 500px;
	margin: auto;
	position: relative;
	margin-top: 100px;
	z-index: 1;
}
.body_wrapper > div {
	position: absolute;
}
.collection {
	left: 0;
	width: 150px;
	font-size: 18px;
}
.collection > h1 {
	font-size: 25px;
}
.collection > div {
	display: table;
	cursor: pointer;
}
.images {
	right: 0;
	width: 1020px;
}
.subtext {
	margin: 0 0 15px 15px;
}
.subtext > div {
	display: inline-block;
	width: 485px;
	margin-right: 15px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}
.images img {
	max-width: 495px;
	max-height: 730px;
	margin: 0 0 10px 15px;
}
.go_back, .go_back1 {
	cursor: pointer;
	top: -22px;
	left: 26px;
	font-size: 20px;
	letter-spacing: 1px;
}
.backward, .backward1 {
	cursor: pointer;
	top: -24px;
	font-size: 20px;
}
.thumbs {
	top: 10px;
	left: 530px;
	width: 670px;
	min-height: 200px;
}
.thumbs img {
	width: 155px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.image {
	top: 10px;
	left: 0;
	width: 500px;
	min-height: 200px;
}
.image img {
	width: 100%;
}
.description {
	top: 790px;
	min-height: 200px;
	font-size: 15px;
	margin: 20px 0 30px 0;
	text-transform: none !important;
	position: relative;
}
.description .left, .description .right {
	background-color: #edecea;
	display: inline-block;
	width: 560px;
	vertical-align: top;
	padding: 15px;
	min-height: 205px;
}
.description .left {
	margin-right: 15px;
}
.description .left ul {
	margin: 0;
}
.description .right {
	width: 525px;
}
.description .title {
	text-align: center;
	font-size: 50px;
	font-family: "Mustang";
	margin-bottom: 15px;
}
