html, body {
    width: 100%;
    height: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Open Sans', sans-serif;
	font-family: 'Noto Sans', sans-serif;
	font-family: 'Sarabun', sans-serif;
	font-family: 'Inconsolata', monospace;
	font-family: 'Nanum Gothic', sans-serif;	
    font-size: 12px;
}

.main-content {
	margin-top: 60px;
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 0.07em;
	line-height: 1.6em;
}

img {
	max-width: 100%;
}

.narrow-block {
	max-width: 600px;
	margin: auto;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 7px;
	margin-bottom: 20px;
}

h3 {
	text-align: center;
	font-weight: 200;
}

.collection a,
.collection a:hover {
	color: inherit;
	text-decoration: inherit;
	/* display: block; */
	position: relative;
}

.product-thumbnail a {
	display: block;
	margin: 40px;
	margin-top: 10px;
}

.collection a .secundary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover !important;
	background-position-x: center !important;
	background-position-y: center !important;

	transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	-o-transition:opacity 0.4s ease;
	opacity: 0;
}

.collection a:hover .secundary {
	opacity: 1;
}

.collection a:hover img {
	opacity: 0.9;
}

.collection .collection-name {
	position: absolute;
	bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.2em;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 60px;
	margin: 0px;
	color: white;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.32)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.collection .col-sm-4 {
	margin-bottom: 10px;
}

.anchor {
	position: absolute;
	margin-top: -70px;
}

section {
	clear: both;
}

.collection  {
	text-align: center;
}

.center {
	text-align: center;
}

.navbar {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.3em;
	background-color: rgba(0, 0, 0, 1);
	z-index: 1100;
	position: relative;
	margin-top: -50px;
	margin-bottom: 0px;
	border: 0px;
	transition:background-color 1s ease;
	-webkit-transition:background-color 1s ease;
	-moz-transition:background-color 1s ease;
	-o-transition:background-color 1s ease;
}

.navbar.navbar-fixed-top {
	position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar.navbar-fixed-top #navbar{
    padding-right: 15px;
    padding-left: 15px;
}   

.home .navbar {
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.32)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.home .navbar.scrolled {
	background-color: rgba(0, 0, 0, 1);
}


.navbar .navbar-nav > li > a {
    color: rgb(255, 255, 255);
    text-transform:uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    font-weight: 300;
    bottom: 0px;
    transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}

.navbar .navbar-nav > li > a.heavy {
	font-weight: 500;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
}

.navbar .navbar-nav > li > a:hover {
    bottom: 3px;
}

.navbar .navbar-brand {
	position: relative;
	bottom: 4px;
    width: 129px;
}

.navbar .navbar-brand {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
}

/*
.home .navbar .navbar-brand{
	opacity: 0;
	width: 0px;
	top: -2px;
}

.home .navbar.scrolled .navbar-brand{
	opacity: 1;
	width: 140px;
}*/

.navbar .navbar-brand img{
	max-height: 100%;
	max-width: 100%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: inherit;
}

.header-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    
    background-color: black;
}

.header-slideshow .logo {
    z-index: 1000;
    max-width: 60%;
    margin: auto;
    padding-bottom: 40px;
    padding-right: 20px;
}

.header-slideshow .logo img {
    width: 100%;
}

.full-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header-slideshow .slide-container {
	opacity: 0.5;
	height: 100%;
	width: 100%;
} 

.header-slideshow .slide-container > * {	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.header-slideshow .slide-container * {	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    
    /*-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);*/
}

.button {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.collection .collection-home-buttons img {
	width: 100%;
}

.about h2 img {
	max-width: 300px;
}

.about .definitions {
	line-height: 1.2em;
	font-size: 0.8em;
	margin-bottom: 30px;
}

.about .name {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 1.2em;
	word-spacing: -3px;
	margin-top: 40px;
}

.about .definition-blurb {
	
}

.definition {
	margin-bottom: 60px;
}

.medium-size {
	font-size: 1.1em;
}

.definition .dot {
    position: relative;
    top: 2px;
    margin-left: -2px;
    margin-right: -0.5px;
}

.thank-you {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
}

.contacts-table {
	margin-top: 40px;
}

.social-media {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.social_media {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	font-size: 2.5em;
}

.social_media a {
	display: block;
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 1.4em;
}

.social_media.facebook a:hover {
	color: rgb(59,89,152);
}

.social_media.flickr a:hover {
	color: #0063DC ;
}

.social_media.twitter a:hover {
	color: rgb(0, 172, 237);
}

.social_media.tumblr a:hover {
	color: #35465c;
}


.social_media.instagram a:hover {
	color: #D92E7F;
}


.social_media.pinterest:hover {
	color: rgb(187, 0, 46);
}

table.size-chart {
    margin: auto;
    min-width: 300px;
}

.retail-form {
    max-width: 700px;
    margin: auto;
}

.order-table {
    width: 100%;
    margin-bottom: 20px;
}

.order-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.order-table tr:last-child td {
    border-bottom-width: 0px;
}

/* quantity cell */
.order-table td:nth-child(3) {
    width: 80px;
}

/* price cell */
.order-table td:nth-child(4) {
    width: 80px;
    text-align: right;
}

.order-table .quantity-field {
    width: calc(100% - 30px);
    display: inline;
}

.submit-button {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.collection-home-buttons {
	max-width: 800px;
    margin: auto;
}

.collection-home-buttons a {
	display: block;
	position: relative;
	width: 100%;
}



.product-container h1 {
	text-align: left;
	margin-top: 0px;
}

.product-container {
	max-width: 900px;
	margin: auto;
}

.image-gallery-nav {
    /* text-align: left; */
    /* margin-top: 5px; */
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    width: 84px;
    /* float: left; */
    display: inline-block;
    position: relative;
    top: 0px;
    display: inline-block;
    vertical-align: top; /* here */
}

.image-gallery-nav img {
	display: block;
	/* float: left; */
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}

.image-gallery-nav img:hover {
	opacity: 0.7;
}

.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	color: rgb(130, 130, 130);
}

.breadcrumbs a:hover {
    color: black;
}

.image-gallery-container {
    width: calc(100% - 94px);
    display: inline-block;
}

.product-description {
	text-align: left;
}