html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, strong, ol, ul, li, form, label, table, caption, tr, td, footer, header {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-rendering: optimizeLegibility;
}
ol, ul {
	list-style: none;
}
a:focus {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
::-moz-selection {
 background: #dc6573;
 color: #fff;
}
::selection {
	background: #dc6573;
	color: #fff;
}
body {
	color: #585a5c;
	font-family: 'DIN Next W01 Regular', sans-serif;
	line-height: 1.5;
}
.wrapper {
	margin: 0 auto;
	width: 940px;
}
.clear {
	clear: both;
}
.content-wrap {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.top-nav {
	position: fixed;
	top: 0;
	z-index: 400;
	display: block;
	padding: 20px 0;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	color: #678c99;
}
.top-nav h1 a {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 80px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
.top-nav h1 a:hover {
	opacity: 0.50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
}
#intro {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 720px;
	text-align: center;
}
#intro .background {
	position: absolute;
	z-index: 100;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 720px;
	background: url(../img/background.jpg) center center no-repeat fixed;
}
#intro .container {
	position: relative;
	top: 200px;
	z-index: 150;
}
h2 {
	color: #fff;
	text-transform: none;
	text-transform: uppercase;
	text-shadow: 6px 6px 0 rgba(34, 42, 86, 1);
	letter-spacing: 0.1em;
	font-size: 96px;
	font-family: 'Brandon Grot W01 Black', sans-serif;
	line-height: 1;
}
h2 span {
	display: block;
	margin-bottom: 14px;
	color: #dc6573;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.1em;
	font-style: normal;
	font-size: 21px;
	font-family: 'Brandon Grot W01 Black', sans-serif;
}
.subheader h3 {
	margin: 14px auto;
	color: #e4db96;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.2em;
	font-size: 16px;
	font-family: 'Brandon Grot W01 Black', sans-serif;
}
.subheader h3:before {
	float: left;
	margin-top: 9px;
	width: 10%;
	height: 3px;
	background: #dc6573;
	content: "";
}
.subheader h3:after {
	float: right;
	margin-top: 9px;
	width: 10%;
	height: 3px;
	background: #dc6573;
	content: "";
}
p.details {
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
	font-family: 'DIN Next W01 Light', sans-serif;
}
.buttons-order {
	margin: 50px auto 0;
	width: 100%;
}
.button-dropdown {
	position: relative;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	outline: none;
	border: 3px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.1em;
	font-size: 24px;
	font-family: 'DINNextW01-CondensedReg', sans-serif;
	cursor: pointer;
}
.button-dropdown:hover {
	background: #dc6573;
}
.button-dropdown.active {
	background: #dc6573;
}
.button-dropdown:after {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent;
	content: "";
}
.button-dropdown .dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	left: -3px;
	width: 100%;
	border: 3px solid #fff;
	list-style: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
}
.button-dropdown .dropdown li a {
	display: block;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button-dropdown .dropdown li:nth-child(1) a {
	padding: 12px 0 0;
}
.button-dropdown .dropdown li:nth-child(2) a {
	padding: 12px 0 0;
}
.button-dropdown .dropdown li:nth-child(3) a {
	padding: 12px 0;
}
.button-dropdown .dropdown li:hover a {
	color: #dc6573;
}
.button-dropdown.active:after {
	border-width: 0 8px 8px 8px;
}
.button-dropdown.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}
.no-opacity .button-dropdown .dropdown, .no-pointerevents .button-dropdown .dropdown {
	display: none;
	opacity: 1;
	pointer-events: auto;
}
.no-opacity .button-dropdown.active .dropdown, .no-pointerevents .button-dropdown.active .dropdown {
	display: block;
}
.arrow {
	display: block;
	margin: 30px auto 0;
	width: 10px;
	height: 56px;
	background: url(../img/arrow-down.png) center top no-repeat;
}
.features {
	position: relative;
	z-index: 300;
	padding: 60px 0 0;
	border-top: 10px solid white;
	background: url(../img/texture.jpg) repeat;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.album {
	position: relative;
	display: block;
	border: 10px solid #fff;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.buttons-share {
	margin: 60px auto;
	list-style: none;
	text-align: center;
}
.buttons-share li {
	display: inline;
}
.buttons-share li:nth-child(1) a {
	margin-right: 1em;
}
.buttons-share li:nth-child(2) a {
	margin-right: 0;
}
.buttons-share-item {
	position: relative;
	margin: 0 auto;
	padding: 12px 18px;
	width: 100%;
	border: 3px solid #163743;
	color: #163743;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-family: 'DINNextW01-CondensedReg', sans-serif;
}
.buttons-share-item:hover, .buttons-share-item:active, .buttons-share-item:focus {
	color: #dc6573;
}
.footer {
	display: block;
	height: 120px;
	background: url(../img/footer.jpg) repeat;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
	font-family: 'Skolar W01 Regular', sans-serif;
}
.footer p {
	clear: both;
	padding: 40px 0 0;
	color: #fafaf8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 2;
}
.footer a {
	color: #dc6573;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}
#TSCart_header_wrap {
	width: auto !important;
}
#TSCart_header_container {
	padding: 4px 12px !important;
	height: auto !important;
}
#TSCart_header a {
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 10px !important;
	font-family: 'Skolar W01 Regular', sans-serif;
}
#TSCart_header a:hover {
	color: #dc6573 !important;
}
/* Responsive ------------------------------------------ */

 @media(min-width: 768px) and (max-width: 979px) {
h2 {
	font-size: 80px;
}
.subheader h3 {
	font-size: 14px;
}
.subheader h3:before, .subheader h3:after {
	width: 5%;
}
.button-dropdown {
	font-size: 21px;
}
}
 @media(min-width: 480px) and (max-width: 767px) {
.top-nav {
	position: absolute;
}
.features {
	padding: 30px 0;
}
.album {
	margin-bottom: 20px;
}
.buttons {
	margin-top: 20px;
}
h2 {
	font-size: 64px;
}
.subheader h3:before, .subheader h3:after {
	width: 25%;
}
}
 @media(max-width:480px) {
.top-nav {
	position: absolute;
}
.features {
	padding: 30px 0;
}
h2 {
	font-size: 42px;
}
h2 span {
	font-size: 14px;
}
.buttons {
	margin: 30px auto 20px;
	width: 280px;
}
p.details {
	font-size: 16px;
}
.subheader h2 {
	width: 380px;
}
.buttons-share-item {
	display: block;
	padding: 12px 0;
}
.buttons-share li {
	display: block;
}
.buttons-share li:nth-child(1) a {
	margin-right: 0;
	margin-bottom: 20px;
}
.buttons-share li:nth-child(2) a {
	margin-right: 0;
}
.footer p {
	clear: both;
	padding: 40px 0 0;
	color: #fafaf8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	line-height: 2;
}
}