
	
	@font-face {
		font-family: 'RequiemDisp-Roman';
		src: url('fonts/RequiemDisp-Roman.eot');
		src: url('fonts/RequiemDisp-Roman.eot?#iefix') format('embedded-opentype'),
			 url('fonts/RequiemDisp-Roman.woff') format('woff'),
			 url('fonts/RequiemDisp-Roman.ttf')  format('truetype'),
			 url('fonts/RequiemDisp-Roman.svg#RequiemDisp-Roman') format('svg');
	}
	

/*
=====================================

Global styles

=====================================
*/
	* {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	html, body {
		font-size:15px;
		font-family:"RequiemDisp-Roman", serif;
	}
	a {
		text-decoration:none;
		color:#000;
	}
	p a {
		display:inline;
		border-bottom:1px solid #000;
		color:#000;
		padding:0px 3px;
	}
	h2 {
		font-size:18px;
		margin-bottom:20px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	input, select, textarea {
		outline:none;
	}	
	
	input[type=submit],.button {
		display: inline-block;
		width: auto;
		padding: 10px 20px;
		border: 1px solid #000;
		cursor: pointer;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color:#000;
		background-color:transparent;
	}
		.button {
			padding-top: 12px;
			padding-bottom: 11px;
			position: relative;
			top: 1px;
		}
		input[type=submit].good:hover, .button.good:hover {
			border-color:#7ce961;
			color:#7ce961;
		}
		input[type=submit].bad:hover, .button.bad:hover {
			border-color:#DB272A;
			color:#DB272A;
		}
	.load_hide {
		display:none;
	}

/*
=====================================

Header

=====================================
*/

	header {
		padding-top: 15px;
		position: fixed;
		width: 100%;
		z-index: 2000;
		padding-bottom: 20px;
	}
		#main_logo {
			background-image:url('../images/black_logo.png');
			background-repeat:no-repeat;
			background-size:contain;
			width: 300px;
			height: 150px;
			margin: 0 auto;
			display:block;
			border:none;
			text-indent:-9999px;
		}
			html.svg #main_logo {
				background-image:url('../images/black_logo.svg');
			}
		.outlying {
			padding-top: 85px;
			font-family:"RequiemDisp-Roman", serif;
			text-transform:uppercase;
			font-size:18px;
			letter-spacing:2px;
		}
	ul#primary_nav,#secondary_nav {
		margin-top:30px;
	}
	#secondary_nav {
		display:none;
	}
		ul#primary_nav li,#secondary_nav li {
			display: inline-block;
			margin: 0 30px;
			font-family:"RequiemDisp-Roman", serif;
			text-transform:uppercase;
			font-size:16px;
			letter-spacing:2px;
		}
		ul#primary_nav li.active,#secondary_nav li.active {
			border-bottom:1px solid #000;
		}
	
	.message {
		border: 1px solid #000;
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
		.message.bad {
			border-color:#DB272A;
		}
		.message.good {
			border-color:#7ce961;
		}
	#sign_in_box {
		position: absolute;
		margin-top: 14px;
		width: 200px;
		display:none;
		z-index: 10000;
	}
		#sign_in_box input[type=text],#sign_in_box input[type=password] {
			background-color:transparent;
			border:1px solid #000;
			-webkit-appearance:none;
			padding:4px;
		}
		#sign_in_box.pop {
			display:block;
		}
	
	#splash {
		position:fixed;
		height:100%;
		width:100%;
		top:0px;
		left:0px;
		background-image:url('../images/loading.gif');
		background-repeat:no-repeat;
		background-position:center;
		z-index: 10000;
		background-color: #FFF;
	}
		#splash #splash_img {
			position:absolute;
			height:100%;
			width:100%;
			top:0px;
			left:0px;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			display:none;
			cursor:pointer;
		}
			#splash #splash_img #splash_logo {
				position:absolute;
				width:40%;
				left:30%;
				top:50%;
			}
				#splash #splash_img #splash_logo img {
					max-width:100%;
				}
				#splash #splash_img #splash_logo p {
					text-align:center;
					margin-top:30px;
					font-size:21px;
					color:#FFF;
				}
			

/*
=====================================

Home page

=====================================
*/

	#main_content {
		padding-bottom:100px;
		padding-top:250px;
	}
	.blog_thumb {
		position:relative;
		padding:0px;
		border:none;
		margin-bottom: 60px;
	}
		.blog_thumb .overlay {
			background-color:rgba(0,0,0,0.8);
			position:absolute;
			width:100%;
			height:100%;
			top:0px;
			left:0px;
			z-index:1000;
			opacity:0;
			-webkit-transition:opacity .3s;
			-o-transition:opacity .3s;
			-moz-transition:opacity .3s;
			transition:opacity .3s;
		}
		.blog_thumb .overlay:hover {
			opacity:1;
		}
			.overlay .text {
				position: absolute;
				top: 40%;
				padding: 0px 200px;
				text-align: center;
				width: 100%;
				color: #FFF;
				font-size: 52px;
			}
	.blog_body p {
		line-height: 22px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.blog_title {
		padding-top:40px;
	}
		.blog_title h1 {
			font-size:18px;
			margin-bottom:20px;
			font-weight:normal;
			text-transform:uppercase;
			letter-spacing:2px;
		}
		.blog_title h3 {
			font-size:14px;
			margin-bottom: 20px;
			font-weight:normal;
		}

/*
=====================================

Footer

=====================================
*/

	.contact {
		font-style:italic;
		font-size:18px;
		margin-bottom:20px;
		font-weight:normal;
		letter-spacing:2px;
		text-decoration:none;
		border:none;
	}
	footer {
		padding-bottom:20px;
	}
		footer .finale {
			padding: 10px 0px;
			margin-top: 30px;
			border-top: 2px solid #e5e5e5;
			border-bottom: 2px solid #e5e5e5;
			font-size: 10px;
		}
		footer .finale a.anc {
			display: inline-block;
			padding-right: 10px;
			margin-right: 10px;
			position: relative;
		}
		footer .finale a.anc:after {
			content: "";
			position: Absolute;
			height: 20px;
			width: 1px;
			background-color: #000;
			top: -4px;
			right: -1px;
		}



/*
=====================================

Collections page

=====================================
*/

	.collection_tile h3 {
		text-align:center;
		font-weight:normal;
		font-size:18px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
		

/*
=====================================

Shop page

=====================================
*/


	.shop_tile h3 {
		text-align:center;
		font-weight:normal;
		font-size:18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}



/*
=====================================

Product page

=====================================
*/


	.product_info h1 {
		font-size:18px;
		margin-bottom:20px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:2px;
		margin-bottom:10px;
	}
	.product_info h3 {
		font-size:14px;
		margin-bottom:40px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.product_info p {
		width:80%;
		text-align:center;
		margin:0 auto;
		line-height: 22px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.attribute_list {
		width:60%;
		margin:0 auto;
	}
	.attribute_list li {
		padding-bottom:10px;
		line-height: 22px;
		font-size: 14px;
		cursor:pointer;
	}
		.attribute_list li:not(.no-stock):not(.title):hover {
			background-color:#e5e5e5;
		}
		.attribute_list li.no-stock {
			text-decoration:line-through;
		}
	.attribute_list li.title {
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:2px;
		margin-bottom:10px;
		margin-top: 30px;
	}
	.background-zoom {
		position:absolute;
		width:100%;
		height:100%;
		display:none;
		z-index:5000;
	}
	.image_thumb {
		cursor:pointer;
		width:25%;
		margin-right:0px;
	}
	.product_info {
		position: relative;
	}
		


/*
=====================================

Login page

=====================================
*/


	.login_forms h2 {
		font-size:18px;
		margin-bottom:20px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:2px;
		margin-bottom:15px;
	}
	.login_forms .right, .login_forms .left {
		padding:20px;
	}
		.login_forms .right {
			border-left: 1px solid #e5e5e5;
		}
		.login_forms input:not([type=submit]) {
			display:block;
			width:100%;
			padding:5px;
			-webkit-appearance:none;
			border:1px solid #e5e5e5;
			margin-bottom:10px;
		}
		.login_forms label {
			margin-bottom:10px;
			display:block;
		}


/*
=====================================

Cart page

=====================================
*/
	
	.cart-label-remove, .cart-label-image, .cart-label-title, .cart-label-price, .cart-label-quantity, .cart-label-update {
		font-family:"RequiemDisp-Roman", serif;
		text-transform:uppercase;
		font-size:16px;
		letter-spacing:2px;
	}
		.cart-label-remove, .cart-label-title, .cart-label-price, .cart-label-quantity, .cart-label-update {
			padding:10px 0px;
		}
		.cart-label-quantity input {
			display: inline-block;
			width: 25px;
			position: relative;
			top: -3px;
			text-align: center;
		}
	.cart-title {
		padding:30px 0px;
	}
	.cart-label-title .attr {
		color: #777;
		font-size: 70%;
		font-style: italic;
	}
	.cart_wrapper {
		padding-bottom:80px;
	}
	.shipping_list {
		padding-top:10px;
	}
		.shipping_list h5 {
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
		}
			.shipping_list h5 input[type="radio"] {
				position: relative;
				top: -3px;
			}
		.shipping_list .ship-price {
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
		}
	.shipping_list li {
		padding-bottom: 10px;
	}
	.total-slice {
		padding-top:20px;
	}
		.total-pane {
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
		}
	.address-pane {
		padding-top: 40px;
	}
		.address-pane h3 {
			font-size:14px;
			margin-bottom:20px;
			font-weight:normal;
			text-transform:uppercase;
			letter-spacing:2px;
		}
	.same-as {
		position: absolute;
		right: 0px;
	}
	.address-form .input input,.address-form .input select {
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
		border-radius:0px;
	}
		.address-form .input input[readonly], .address-form .input select[readonly] {
			opacity: 0.5;
		}


/*
=====================================

Checkout page

=====================================
*/
	.summary_wrapper {
		padding-bottom: 50px;
		padding-top: 30px;
	}
		.summary_wrapper .row_contain {
			padding-bottom:10px;
		}
			.summary_wrapper .headers {
				font-size: 18px;
				line-height: 22px;
				text-align: right;
			}
			.summary_wrapper .values {
				font-size: 18px;
				line-height: 22px;
			}
	.inlineB {
		width:auto !important;
		display:inline-block;
		margin-right:10px;
	}
	#payment_error {
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
		background-color:#DB272A;
		color:#FFF;
		font-size:18px;
		display:none;
	}
	
/*
=====================================

Account page

=====================================
*/
	.order_row {
		padding-top: 20px;
		padding-bottom: 10px;
	}
		.order_row .heading {
			font-weight:bold;
		}
			.order_status {
				border:1px solid #000;
				padding:10px;
			}
				.order_status.green-border {
					
				}
	.account_address {
		line-height:18px;
	}
		.account_address h6 {
			margin-bottom:15px;
		}
		.account_address p {
			margin-bottom:10px;
		}
	.account_view h3 {
		
	}
	.big_list {
		
	}
		.big_list li {
			width:100%;
			padding:20px 0;
		}
			.big_list li .info {
				width:60%;
				float:left;
			}
				.big_list li .info h4 {
					font-size:24px;
					margin-bottom:8px;
				}
				.big_list li .info h5 {
					font-weight:normal;
				}
			.big_list li .actions {
				width:40%;
				float:left;
				text-align:right;
			}
	.clear {
		clear:both;
	}
	
	.mobile_show {
		display:none !important;
	}
	.pay-loading {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.8);
		background-image:url('../images/loading.gif');
		background-repeat:no-repeat;
		background-position:center;
		z-index:10000;
		display:none;
	}
		.pay-loading .modal {
			position:absolute;
			width:300px;
			margin-left:-150px;
			left:50%;
			top:60px;
			color:#FFF;
			font-size:32px;
			text-align:center;
		}
	
@media screen and (min-width:1200px) {
	.hide-desktop, .show-mobile, .show-tablet {
		display:none !important;
	}
	.show-desktop, .hide-mobile, .hide-tablet {
		display:block !important;	
	}
}
@media screen and (max-width:1199px) and (min-width:950px) {
	.parent_contain {
		width:950px;
		margin-left:auto;
		margin-right:auto;
	}
	.hide-desktop, .show-mobile, .show-tablet {
		display:none !important;
	}
	.show-desktop, .hide-mobile, .hide-tablet {
		display:block !important;	
	}
}
@media screen and (max-width:951px) and (min-width:768px) {
	.parent_contain {
		width:768px;
		margin-left:auto;
		margin-right:auto;
	}
	.hide-desktop {
		display:none !important;
	}
	.show-mobile, .show-tablet {
		display:none !important;
	}
	.hide-desktop, .show-mobile, .show-tablet {
		display:none !important;
	}
	.show-desktop, .hide-mobile, .hide-tablet {
		display:block !important;	
	}
}
@media screen and (max-width:767px) {
	.outlying {
		display:none;
	}
	ul#primary_nav {
		display:none;
		margin-top:10px;
	}
		ul#primary_nav li,#secondary_nav li {
			display:block;
			padding:10px;
			border-bottom:1px solid #000;
		}
	#secondary_nav {
		display:block;
		margin-top:10px;
	}
	header {
		background-color:#FFF;
	}
	header.open #secondary_nav {
		display:none;
	}
	header.open #primary_nav {
		display:block;
	}
	#main_content {
		padding-top: 175px;
	}
	.overlay .text {
		padding:0px;
	}
	.image_thumb {
		width:33.33% !important;
	}
	#main_logo {
		width: 80%;
		height: 80px;
		background-position: center;
	}
	.background-zoom {
		display:none !important;
	}
	.product_info h1 {
		margin-top:20px;
	}
	.mobile_show {
		display:block !important;
	}
	.cart-label-remove {
		width:20% !important;
		float:left !important;
	}
	.cart-label-image {
		width:80% !important;
		float:left !important;
		margin-bottom: 20px;
	}
	
	.cart-label-title,.cart-label-quantity {
		width: 50% !important;
		float: left !important;
	}
	.cart-label-price,.cart-label-update {
		width: 50% !important;
		float: right !important;
	}
	.shipping_list .block-8 {
		width:50% !important;
		float:left !important;
	}
	.shipping_list .ship-price, .summary_wrapper .headers , .summary_wrapper .values {
		width:50% !important;
		float:left !important;
	}
	.summary_wrapper .headers {
		text-align:left;
	}
	.total-slice {
		text-align:center!important;
	}
	.address-pane .block-6 {
		margin-bottom:40px !important;
	}
}
	@media screen and (max-width:767px) and (min-width:480px) {
		.parent_contain {
			width:100%;
			margin-left:auto;
			margin-right:auto;
		}
		[class*='block-']:not(.non-respond) {
			float:left;
			margin-right:0%;
			width:100%;
		}
		[class*='push-']:not(.non-respond) {
			margin-left:0;
		}
		.show-desktop, .hide-mobile, .show-tablet {
			display:none !important;
		}
		.hide-desktop, .show-mobile, .hide-tablet {
			display:block !important;	
		}
	}
	@media screen and (max-width:479px) {
		.parent_contain {
			width:100%;
			margin-left:auto;
			margin-right:auto;
		}
		[class*='block-']:not(.non-respond) {
			float:left;
			margin-right:0%;
			width:100%;
		}
		[class*='push-']:not(.non-respond) {
			margin-left:0;
		}
		.show-desktop, .hide-mobile, .show-tablet {
			display:none !important;
		}
		.hide-desktop, .show-mobile, .hide-tablet {
			display:block !important;	
		}
	}
	@media screen and (max-width:767px) {
		.blog_thumb .overlay {
			opacity: 1;
			top: 100%;
			background-color: transparent;
			height: auto;
			position:relative;
		}
		.overlay .text {
			color:#000;
			font-size:18px;
			position: relative;
			margin: 40px 0px;
		}
		.blog_thumb {
			margin-bottom:0px;
		}
	}
	
	.blog_body.formatted {
		
	}
	.blog_body.formatted h1 {
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom:12px;
		font-weight:normal;
	}
	.blog_body.formatted h2 {
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom:12px;
		font-weight:normal;
	}
	.blog_body.formatted h3 {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom:12px;
		font-weight:normal;
	}
	.blog_body.formatted h4 {
		font-weight:normal;
	}
	.blog_body.formatted h5 {
		font-weight:normal;
	}
	.blog_body.formatted p.expand {
		width: 166.67%;
		margin-left: -33.34%;
	}
	.blog_body.formatted p.expand a {
		border:none;
		padding:0px;
	}

	@media screen and (max-width:767px) {
		.blog_body.formatted p.expand {
			width:auto;
			margin-left:0%;
		}
		.order_row .heading {
			display:none;
		}
	}

	@media print {
		.order_row img {
			display: none;
		}
	}
	.relPos {
		position:relative;
	}
	.social {
		position:absolute;
		height:32px;
		width:32px;
		background-size:32px;
		background-position:center;
		background-repeat:no-repeat;
		text-indent:-9999px;
		top: -57px;
	}
	.social.instagram {
		left:0px;
		background-image:url('../images/instagram.png');
	}
	.social.twitter {
		right:0px;
		background-image:url('../images/twitter.png');
	}