/** Shopify CDN: Minification failed

Line 157:4 Expected identifier but found "*"
Line 512:11 Expected ":"
Line 512:19 Expected ":"

**/
html, body{
	
	margin: 0;
	padding: 0;
	
}

em{
	font-style: normal;
	color: #b7b9ba;
}

#nav-main {
    left: 20px;
    position: absolute;
    top: 15px;
}

#subnav {
    left: 20px;
    position: absolute;
    top: 35px;
}

a {
    outline: 0
}

a:hover,
a:active {
    outline: 0
}

a:hover {
    -moz-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #111;
    transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
}

td,
td img {
    vertical-align: top
}

a img {
    border: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

object,
embed {
    max-width: 100%
}

header nav ul li {
    float: left;
    margin: 0 1.8em 0 0;
}

ul {
    list-style: none
}

header a {
    color: #fff
}

blockquote,
q {
    quotes: none
}

header nav ul li a:hover,
header nav ul li a.current, a.selected {
    color: #ab9a63;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    *vertical-align: baseline;
    vertical-align: bottom;
}

.ie6 input {
    vertical-align: text-bottom
}

select,
input,
textarea {
    font: 99% sans-serif
}

table {
    font: 100%;
    font-size: inherit;
}

table.basketcase{
	
	color: #111;
	width: 100%;
	margin: 20px auto;
	
}

select.replace{
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 8px 32px;
	font-family: Georgia,Times,serif;
	background: #b7b9ba  url(/cdn/shop/t/1/assets/select-icon-light.png?v=1345568829) 92% center no-repeat;;
	color: #111;
}

.proceed{
	
	display: block;
	height: 80px;
	
}

.btn{
	
	-moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #b7b9ba;
    color: #111;
    padding: 10px 12px 10px 12px;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    width: 170px;
	
}

#update-cart{
	width: 150px;
	color: #fff;
}

.proceed button  {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #ab9a63 url(/cdn/shop/t/1/assets/icn-bag.png?v=1343839024) 90% center no-repeat;
    color: #fff;
    padding: 10px 32px 10px 12px;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    width: 150px;
	float: right;
}

.continue{
	
	float: right;
	margin: 0 10px;
	color: #fff;
	
}

.proceed button:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #111 url(/cdn/shop/t/1/assets/icn-bag.png?v=1343839024) 90% center no-repeat;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

table{
	table-layout: fixed;
}

table.basketcase th{
	
	border-bottom: 1px solid #b7b9ba;
	border-collapse: collapse;
	text-align: left;
	font-weight: normal;
	padding: 10px 0;
	width: 160px;
}


table.basketcase th:last-child{   
	
	width: 150px;
	
}


table.basketcase td{
	
	border-bottom: 1px solid #b7b9ba;
	padding: 10px 0;
	border-collapse: collapse;
	vertical-align: top;
}

table.basketcase td.update-quantities{
	padding: 0;
	height: 35px;
	vertical-align: middle;
}

.container{
	
	width: 80%;
	margin: 0 auto;
	
}

small {
    font-size: 85%
}

strong,
th {
    font-weight: bold
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

pre,
code,
kbd,
samp {
    font-family: monospace,sans-serif
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}

button:hover {
    color: #ab9a63
}

button,
input,
select,
textarea {
    margin: 0
}

button {
    overflow: visible;
    width: auto;
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

body {
    background: #fff;
    color: #fff;
    font-family: Georgia,Times,serif;
    font-size: 11px;
    padding-top: 82px;
}

input {
    background: #f7f5ee;
    border: 0;
	font-family: Georgia,Times,serif;
}

button {
    background: #fff;
    border: 0;
    color: #a9a9a9;
    font-family: Georgia,Times,serif;
    font-size: 11px;
    padding: 0;
    text-align: left;
    width: 100%;
}

#main-head {
    background: #111;
    height: 82px;
    line-height: 30px;
    padding: 0;
	margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.logo {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 207px;
}

.logo img {
    cursor: pointer;
    height: 16px;
    margin: 0 0 0 0;
    vertical-align: middle;
    width: 207px;
}

strong,
a {
    color: #ab9a63;
    font-weight: normal;
    text-decoration: none;
}

#content {
    clear: both;
	min-width: 840px;
}

#content .newsletter a {
    color: #ab9a63;
    text-decoration: none;
}

#content .newsletter a:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #fff;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#content .show a {
    color: #ab9a63
}

#content a:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #ab9a63;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#shopfront {
    margin: 0 auto
}

.product {
    color: #8a8a8a;
    float: left;
    margin: 0 0 0 20px;
    text-align: left;
    width: 150px;
	z-index: 999;
}

.product strong {
    color: #111;
    display: block;
}

.product header {
    margin: 20px 0
}

.product h3 {
    color: #b7b9ba;
    font-size: 18px;
    font-weight: normal;
}

.product h2 {
    color: #111;
    font-size: 18px;
    font-weight: normal;
}

#page-title {
    color: #ab9a63;
    font-size: 18px;
    font-weight: normal;
}

.desc {
    border-bottom: 1px solid #b7b9ba;
    border-top: 1px solid #b7b9ba;
    padding: 10px 0;
}

.sharer {
    margin: 10px auto;
	width: 400px;
	text-align; center;
}

.sharer a:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #000;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.sharer strong {
    display: inline-block;
	color: #111;

}

.sharer img {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

#share-mail{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/cdn/shop/t/1/assets/icn-email.png?v=1347803760) no-repeat;
}

#share-tweet{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/cdn/shop/t/1/assets/icn-twit.png?v=1347804995) no-repeat;
}

#share-fb{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/cdn/shop/t/1/assets/icn-face.png?v=1347804987) no-repeat;
}

#share-print{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/cdn/shop/t/1/assets/icn-print.png?v=1347804989) no-repeat;
}

#share-pin{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 34px;
	height: 24px;
	background: url(/cdn/shop/t/1/assets/icon-pin.png?v=1347805000) no-repeat;
}

#share-mail span{ background: url(/cdn/shop/t/1/assets/icn-email.png?v=1347803760) no-repeat; background-position: 0 -50px; }
#share-tweet span{ background: url(/cdn/shop/t/1/assets/icn-twit.png?v=1347804995) no-repeat; background-position: 0 -50px; }
#share-fb span{ background: url(/cdn/shop/t/1/assets/icn-face.png?v=1347804987) no-repeat; background-position: 0 -50px; }
#share-print span{ background: url(/cdn/shop/t/1/assets/icn-print.png?v=1347804989) no-repeat; background-position: 0 -50px; }
#share-pin span{ background: url(/cdn/shop/t/1/assets/icon-pin.png?v=1347805000) no-repeat; background-position: 0 -50px; }

.sharer a span{
	position: absolute;
	top: 0;left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.sharer a:hover span{
	opacity: 1;
}

.buy {
    bottom: 40px;
    position: absolute;
}

.buy button {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #ab9a63 url(/cdn/shop/t/1/assets/icn-bag.png?v=1343839024) 90% center no-repeat;
    color: #fff;
    padding: 30px 32px 30px 12px;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    width: 150px;
}

.buy button:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #111 url(/cdn/shop/t/1/assets/icn-bag.png?v=1343839024) 90% center no-repeat;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.buy select {
    -webkit-appearance: none;
    border: 1px solid #b7b9ba;
    border-radius: 0;
    display: block;
    margin: 5px 0;
    padding: 5px 5px 5px 11px;
	font-family: Georgia,Times,serif;
	background: #fff url(/cdn/shop/t/1/assets/select-icon.png?v=1345123818) 94% center no-repeat;
    width: 150px;
}

.az-zoom{
	
	z-index: 99990;
	
}

.error{
	border: 2px solid #c02e27 !important;
}

#fullscreen {
    background: #fff;
    display: none;
    left: 0;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 82px;
    width: 100%;
    z-index: 99999;
}

#fullscreen img {
    margin: 0 auto;
    text-align: center;
	max-width: 100%;
}

#fullscreen a {
    background: url(/cdn/shop/t/1/assets/icn-close.png?v=1343839025) left center no-repeat;
    color: #111;
    left: 20px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    top: 20px;
}

.gallery {
    border-bottom: 1px solid #b7b9ba;
    border-top: 1px solid #b7b9ba;
    bottom: 160px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}

.gallery p,
.options p {
    margin: 0;
    text-align: left;
}

.scroll {
    height: 310px;
    overflow-y: scroll;
}

.options {
    bottom: 20px;
    height: 130px;
    position: absolute;
    right: 20px;
    width: 200px;
}

.options img {
    display: block;
    float: left;
    margin: 0 7%;
    width: 35%;
}

h1 {
    font-size: 11px;
    font-weight: normal;
}

p {
    line-height: 14px;
    margin: 0 0 14px 0;
}

#logo {
    margin: 0 auto;
    margin-top: 25%;
    text-align: center;
    width: 96%;
}

#logo img {
    max-width: 100%;
    width: 100%;
}

#subnav {
    line-height: 30px
}

#drawer {
    background: #fff;
    color: #111;
    font-size: 12px;
    margin: 0;
    opacity: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#drawer .footer {
    -moz-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #222;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#drawer .buy a.checkout {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #b7b9ba;
	color: #fff;
    display: block;
    margin: 5px 0;
    padding: 8px 12px;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    width: 126px;
}

#drawer .footer:hover {
    -moz-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #ab9a63;
    transition: color 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#drawer .buy a.checkout:hover, .btn:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: #111;
    color: #fff;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#drawer .footer h2 {
    font-size: 12px;
    font-weight: normal;
}

.share img {
    display: block;
    float: right;
    margin: 0 0 0 5px;
}

#slides {
    background: url(/cdn/shop/t/1/assets/loading.gif?v=1343839055) no-repeat center;
    height: 430px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
	min-width: 450px;
	max-width: 580px;
}

#gofullscreen{
	
	position: absolute;
	left: 0;
	top: 23px;
	
}

.next,
.pressnext {
    bottom: 30px;
    color: #ab9a63;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 20px;
    width: 32px;
}

.next:hover,
.pressnext:hover,
.prev:hover,
.pressprev:hover {
    color: #000
}

.prev,
.pressprev {
    bottom: 30px;
    color: #ab9a63;
    cursor: pointer;
    height: 32px;
    left: 20px;
    position: absolute;
    width: 32px;
}

#collection {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
}

#shoe-gallery img{
	
	cursor: pointer;
	max-width: 128px;
	margin-bottom: 18px;
	
}

.item {
    background: url(/cdn/shop/t/1/assets/loading.gif?v=1343839055) no-repeat center;
    border-bottom: 1px solid #a9a9a9;
    cursor: pointer;
    float: left;
    height: 200px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 140px;
}

.item h2 {
    color: #000;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.item p {
    color: #a9a9a9
}

.item img {
    max-width: 100%;
	max-height: 131px;
	height: 131px;
	margin-top: 20px;
}

#img-large img{
	
	max-width: 100%;
	width: 430px;
	max-height: 430px;
	
}

li.current, .item.current {
    border-bottom: 3px solid #000
}

.show {
    background: #fff;
    display: none;
    position: absolute;
    text-align: center;
    top: 170px;
    width: 140px;
}

#profile {
    color: #000;
    display: none;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
}

#contact,
#press,
#terms {
    color: #a9a9a9;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
}

#contact a,
#press a,
#terms a {
    color: #a9a9a9
}

#sub-terms {
    color: #ab9a63
}

.cols {
    -moz-column-count: 4;
    -moz-column-gap: 50px;
    -webkit-column-count: 4;
    -webkit-column-gap: 50px;
    column-count: 4;
    column-gap: 50px;
}

#press {
    padding-bottom: 400px;
    padding-top: 30px;
}

#stockists,
#blog {
    color: #a9a9a9;
    display: none;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
}

#stockists strong,
#contact strong {
    color: #000
}

#blog a:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #000;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#stockists a {
    color: #a9a9a9
}

#blog {
    width: 97%
}

.col {
    float: left;
    margin: 0 20px 0 0;
    width: 210px;
}

.subnav li {
    display: block;
    float: left;
    margin: 0 1.8em 0 0;
}

.subnav li a {
    color: #fff
}

.subnav li a:hover,
.subnav li a.current,
#main-head a.current {
    border-bottom: 0;
    color: #ab9a63;
}

.post {
    border-top: 1px solid #a9a9a9;
    color: #a9a9a9;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.post strong {
    color: #000
}

.media,
.timestamp,
.notes {
    margin: 0 auto;
    text-align: center;
    width: 460px;
}

.media img {
    max-width: 410px
}

.media p {
    font-size: 20px;
    line-height: 24px;
}

.details {
    float: left;
    width: 210px;
}

.details a {
    color: #a9a9a9
}

.content {

}

#gallery-page {
    color: #000;
    float: right;
    margin: 0 20px 0 0;
}

#gallery-page li {
    margin: 0 5px 0 0
}

label {
    display: block
}

.message {
    background: #333;
    color: #fff;
    display: block;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100001;
}

#ajax-loader{
    background: #fff;
	background: rgba(255,255,255,0.8);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#ajax-loader .icon {
    background: url(/cdn/shop/t/1/assets/loading.gif?v=1343839055) no-repeat center;
    color: #000;
    display: block;
    font-weight: bold;
    height: 100px;
	border-radius: 50px;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
    left: 50%;
    line-height: 100px;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    top: 250px;
    width: 100px;
}

#full {
    background: #fff;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 82px;
    width: 100%;
}

#message{
	color: #000;
    display: block;
    font-weight: normal;
    height: 300px;

    left: 50%;
    margin: 0 0 0 -150px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 300px;
}

#feedback {
    display: none
}

#campaigns .caption {
    color: #999;
    float: left;
    position: absolute;
    width: 15%;
}

.cleared {
    clear: both
}

#slide {
    display: block;
    margin: 60px auto;
    text-align: center;
}

#slide img {
    cursor: pointer;
    height: auto;
}

.searchTitle {
    color: #06c;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    position: absolute;
}

@-webkit-keyframes fadein { 
	0% {
	    opacity: 0
	}

	100% {
	    opacity: 1
	}
}

@-moz-keyframes fadein { 
	0% {
	    opacity: 0
	}

	100% {
	    opacity: 1
	}
}

.fadeIn {
    -moz-animation-delay: 1.5s;
    -moz-animation-duration: 800ms;
    -moz-animation-fill-mode: forwards;
    -moz-animation-name: fadein;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 800ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: fadein;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translatez();
    opacity: 0;
}

.track {
    -moz-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    bottom: -1155px;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    position: absolute;
    transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    width: 100%;
}

.track:hover #home header.title,
.up #home header.title {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: url(/cdn/shop/t/1/assets/drawer-arrow.png?v=1343839008) no-repeat center -64px;
    nowhitespace: afterproperty;
    padding: 20px 20px 0 20px;
    text-align: center;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.track #home header.title {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    background: url(/cdn/shop/t/1/assets/drawer-arrow.png?v=1343839008) no-repeat center 14px;
    nowhitespace: afterproperty;
    padding: 20px 20px 0 20px;
    text-align: center;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.track header,
.up header {
    cursor: pointer
}

.nudge {
    -moz-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    bottom: -1115px;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
}

.shopslider {
    -moz-transition: all 100ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 100ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 100ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 100ms cubic-bezier(0.645,0.045,0.355,1);
    margin-left: 0;
    nowhitespace: afterproperty;
    transition: all 100ms cubic-bezier(0.645,0.045,0.355,1);
}

.nudgeleft {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    margin-left: -10px!important;
    nowhitespace: afterproperty;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.nudgeright {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    margin-left: 10px!important;
    nowhitespace: afterproperty;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

#home {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0 6px rgba(0,0,0,0.33);
    display: block;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 1026px;
    padding-bottom: 14px;
    position: relative;
    width: 100%;
    z-index: 5000;
}

#home header h1 {
    color: #ab9a63;
    font-family: "Futura Medium",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 12px;
    font-size-adjust: .47;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin: 14px 0;
    text-transform: uppercase;
}

#home header h1 a {
    color: #fff;
    font-weight: 300;
}

#home header h1 a:hover {
    -moz-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
    color: #ab9a63;
    nowhitespace: afterproperty;
    transition: all 400ms cubic-bezier(0.645,0.045,0.355,1);
}

.row {
    margin: 10px auto;
    max-width: 960px;
}

.row .contact {
    float: right;
    margin: 0;
    width: 560px;
}

.row .social {
    float: left;
    margin-left: 20px;
    width: 340px;
}

.home-blog {
    background: #111;
    color: #878787;
    margin: 10px 0;
    padding: 0;
}

.gold {
    color: #ab9a63
}

.home-blog-meta {
    color: #ab9a63
}

.home-blog-intro {
    float: left;
    margin: 20px;
    max-width: 260px;
    width: 80%;
}

.home-blog-thumb {
    float: right
}

.home-blog-thumb img {
    border: 0;
    display: block;
}

.shop-slideshow {
    background: #fff;
    margin: 10px 0;
    min-height: 344px;
    position: relative;
    width: 100%;
}

.video-player,
.campaign-slider {
    margin: 10px 0;
    padding: 0;
}

.campaign-slider {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.hslide {
    overflow: hidden;
    text-align: center;
}

.vslide {
    margin-top: -50%
}

.vslide li {
    margin: 0 0 5px
}

.camp-next,
.camp-prev {
    background: rgba(0,0,0,0.5) url(/cdn/shop/t/1/assets/arrows.png?0) no-repeat 140px;
    height: 63px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5005;
}

.camp-next:hover,
.camp-prev:hover {
    background-position-x: -637px
}

.shop-next,
.shop-prev {
    background: url(/cdn/shop/t/1/assets/dark-arrows.png?v=1343839006) no-repeat center;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 63px;
    z-index: 5005;
}

.shop-next:hover {
    background-position-x: -320px
}

.shop-prev:hover {
    background-position-x: -44px
}

.camp-prev {
    background-position-y: -40px;
    bottom: 0;
}

.camp-next {
    background-position-y: 24px;
    top: 0;
}

.shop-prev {
    background-position-x: 16px;
    left: 0;
}

.shop-next {
    background-position-x: -380px;
    right: 0;
}

#shop-slide-title {
    color: #000;
    cursor: pointer;
    font-family: "Futura Medium",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 57px;
    font-size-adjust: .47;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 344px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
}

#shop-slide-caption,
#shop-slide-view {
    background: #fff;
    bottom: 20px;
    color: #ab9a63;
    font-family: "Futura Medium",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 14px;
    font-size-adjust: .47;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
}

#shop-slide-view {
    display: none
}

footer.main {
    -webkit-font-smoothing: antialiased;
    background: #111;
    margin: -10px 0 0 0;
    padding-bottom: 10px;
}

footer.main address.cs {
    width: 230px
}

footer.main address {
    float: left;
    font-size: 11px;
    font-style: normal;
    line-height: 13px;
    margin: 0 0 24px 0;
    min-width: 155px;
}

footer.main button {
    -moz-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    background: #ab9a63;
    color: #fff;
    nowhitespace: afterproperty;
    padding: 3px 4px;
    text-align: center;
    transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    vertical-align: middle;
    width: 60px;
}

footer.main button:hover {
    -moz-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
    background: #888;
    nowhitespace: afterproperty;
    transition: all 800ms cubic-bezier(0.645,0.045,0.355,1);
}

footer.main input {
    background: #1d1d1b;
    color: #fff;
    font-family: Georgia,Times,serif;
    font-size: 11px;
    line-height: 11px;
    margin: 0 10px 0 0;
    padding: 4px;
    width: 210px;
}

footer.main h1,
footer.main h2 {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #ab9a63;
    font-family: "Futura Medium",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 12px;
    font-size-adjust: .47;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 14px 0;
    text-transform: uppercase;
}

.shop footer.main {
    clear: both
}

.shop footer.main input {
    background: #808080;
    color: #111;
}

.shop ::-webkit-input-placeholder {
    color: #111
}

.shop :-moz-placeholder {
    color: #111
}

footer.fixed {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.twitterlink {
    background: url(/cdn/shop/t/1/assets/icon-twitter.png?v=1343839032) no-repeat;
    color: #fff;
    margin: 0 14px 0 0;
    padding: 4px 0 5px 28px;
}

.facebooklink {
    background: url(/cdn/shop/t/1/assets/icon-fb.png?v=1343839029) no-repeat;
    color: #fff;
    padding: 4px 0 5px 28px;
}

.twitterlink:hover,
.facebooklink:hover {
    color: #ab9a63
}

.rsslink {
    background: url(/cdn/shop/t/1/assets/icon-rss.png?v=1343839031) no-repeat 2px 1px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 20px;
}

.product-price em{
	text-decoration: underline;
	color: #f72039;
	font-style: normal;	
}

.tools {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 22px;
}

.search {
    height: 20px;
    line-height: 20px;
}

.search button {
    background: url(/cdn/shop/t/1/assets/icn-search.png?v=1343839027) no-repeat center 2px;
    height: 16px;
    width: 24px;
}

.search input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Georgia,Times,serif;
    font-size: 12px;
    margin-top: -8px;
    padding: 3px 0 0;
    width: 70px;
}

#currencies{
	
	margin: 0 20px 0 0;
	
}

.basket .icn-bag {
    background: url(/cdn/shop/t/1/assets/icn-bag.png?v=1343839024) 91% no-repeat;
    color: #fff;
    padding: 0 24px 0 0;
}

.twitheader {
    float: left;
    padding: 0;
    width: 80px;
}

#twitter_update_list {
    float: left
}

#twitter_update_list li {
    display: block;
    height: 16px;
    list-style-type: none;
}

.tickercontainer {
    color: #878787;
    float: left;
    height: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 14px 0;
    overflow: hidden;
    width: 90%;
}

.legal {
    font-size: 11px;
    margin-left: 20px;
    margin-top: -54px;
}

.legal li {
    display: inline-block;
    margin: 0 14px 0 0;
}

.legal li:last-child:after {
    content: ''
}

.legal li:after {
    content: '\007C'
}

.legal li a {
    color: #fff;
    padding: 0 14px 0 0;
}

.legal li a:hover {
    color: #ab9a63
}

.fontainer {
    margin: 0 auto
}

.fontainer .row {
    max-width: 100%
}

.social p {
    margin-bottom: 24px
}

a.next, a.prev{
	
	color: #ab9a63;
	display: block;
	position: absolute;
	top: 48%;
	
}

a.next{
	
	background: url(/cdn/shop/t/1/assets/shoparrows.png?v=1345118908) right center no-repeat;
	right: 20px;
	
}

a.prev{
	
	background: url(/cdn/shop/t/1/assets/shoparrows.png?v=1345118908) left center no-repeat;
	left: 20px;
	
}

.az-small-inner, .az-small, .az-wrap-inner{
	
	width: 430px !important;
	height: 430px;
	margin: 0 auto;
	
}

.payment-methods{
	color: #111;
	width: 440px;
	float: left;
	line-height: 48px;
}

.payment-methods img{
	display: inline-block;
	vertical-align: middle;
}

.cart{
	
	margin-top: 20px;
	width: 950px;
	
}

@media screen and (max-width:480px) { 
	#main-head {
	    height: 70px
	}

	#main-head nav {
	    font-size: 1.4em;
	    left: 45px;
	    top: 35px;
	}

	#subnav {
	    font-size: 1.4em;
	    height: 40px;
	    line-height: 40px;
	    top: 70px;
	}

	#collection {
	    display: block;
	    padding-bottom: 0;
	    padding-top: 70px;
	}

	#drawer {
	    height: 375px;
	    top: 100px;
	}

	#slides {
	    height: 375px;
	    margin: 0 auto;
	    width: 300px;
	}

	#slides img {
	    margin: 80px auto;
	    max-height: 280px;
	    text-align: center;
	}

	#profile,
	#contact,
	#press,
	#terms,
	#stockists,
	#blog {
	    padding-top: 100px
	}

	.media,
	.timestamp,
	.notes {
	    width: 100%
	}

	.details {
	    float: none;
	    width: 100%;
	}

	.selectedInfo {
	    font-size: 1.4em
	}

	.prev,
	.next {
	    bottom: 0;
	    z-index: 10000;
	}

	.col {
	    float: none;
	    margin: 0 20px 0 0;
	    width: 100%;
	}

	.share,
	#product-code {
	    display: none
	}

	.logo {
	    left: 50%;
	    margin: 0;
	    margin-left: -90px;
	    position: absolute;
	}

	.logo img {
	    cursor: pointer;
	    height: 17px;
	    margin: 0 25px 0 0;
	    vertical-align: middle;
	    width: 180px;
	}

	#main-head {
	    padding: 0
	}
}