* {
	float: none;
	box-sizing: border-box;
}
.container {
	min-width: 320px;	
}
body, p, li, ul {
	
}
body {
	font-size: 8pt;	
}
body, #texture-border {
	background: url('../images/bg_home_rotated_mobile.jpg') repeat-y;
}
.mobile-hide {
	display: none !important;	
}
.desktop-only {
	display: none !important;	
}

img {
	max-width: 100%;
}

#logo {
	position: relative;
	z-index: 1;
}
#nav {
	position: relative;	
	clear: both;
	height: 50px;
	overflow: hidden;
}

#mobile-title {
	position: absolute;
	left: 70px;
	z-index: 1000;	
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-weight: normal;
	margin: 0;
	font-size: 13px;	
	top: 0;
}
#mobile-title, #mobile-title a {
	color: #FFF;	
}
#header {
	width: 100%;
}	
.collection-indv .bg-wrapper {
	background: #FFF !important;
}
body.mobilemenu-open, .mobilemenu-open #texture-border, .mobilemenu-open .bg-wrapper {
	background: #FFD4BB !important;
}
.mobilemenu-open #main-wrapper, .mobilemenu-open #footer, .mobilemenu-open #logo {
	display: none;
}

.collection-indv-padding, #subpage-wrapper {
    padding: 50px 20px !important;
}

#banner-wrapper h1 {
	font-size: 28px;
	line-height: 40px;
	margin: 0;
	padding: 60px 20px 0 20px;
	text-align: left;
	width: 100%;
}
#banner-wrapper .banner-description {
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 20px;
}
.subpage #main-wrapper h1 {
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#main-wrapper.container {
	padding: 0 !important;
}

.home #banner-wrapper h1 {
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	width: 100%;
	margin: 0;
	padding: 70px 10px 0;
}
.home #main-wrapper h2 {
	padding-top:40px;
}
#main-wrapper {
	min-height: 300px;
}
#main-wrapper.topmargin {
	margin-top: 230px;
}
#main-wrapper p img {
	height: auto !important;
}
#banner-wrapper {
	width: 100%;
	height: 360px !important;
	text-align: center;
}
.home #main-wrapper, .namesake #main-wrapper, #main-wrapper.pink {
	padding: 30px;
}
.say-hi2 #main-wrapper {
	padding: 30px 20px;
}

.bg-wrapper {
	background: url('../images/bg_home_mobile.jpg') repeat-y top center;
	background-size: 100% auto;
	background-position: center -120px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 50px;
	height: 100%;
	z-index: 0;
	left: 0;
	right: 0;
	min-width: 320px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

#banner-wrapper a.watch-video {
	position: relative;
	margin-top: 50px;
	bottom: 0;
	left: 0;
	display: block;
}

.home #main-wrapper h2, .namesake #main-wrapper h2, #main-wrapper.pink h2 {
	text-align: center;
}
.home-block {
	width: 100%;
	margin: 0 0 40px 0;
}
.home-block-image {
	height: auto;
}

.collection, .collection:nth-child(3n) {
	width: 50%;
	height: 200px;
}
.collection-name {
	width: 95%;
	line-height: 23px;
}
.collection-box {
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	margin: 0;
	padding-top: 160px;
}
.collection-indv p, .collection-indv .credit-content {
	font-size: 14px;
}
.collection-indv .credit-heading {
	font-size: 16px;
}

.collection-indv-padding {
	padding: 40px 30px;
}
.collection-indv #main-wrapper h1 {
	font-size: 35px;
	line-height: 45px;
	width: 100%;
}
.collection-indv .collection-credits, .collection-indv .collection-description {
	float: none;
	width: 100%;
}
.collection-indv .collection-credits {
	text-align: center;
	margin: 40px 0;
}
.collection-page #banner-wrapper h1 {
	font-size: 40px;
	text-align: center;
	margin: 0;
	width: 100%;
	max-width: none;
	padding-left: 10px;
	padding-right: 10px;
}
.say-hi2 .contact-form input, .say-hi2 .contact-form textarea {
	font-size: 16px;
	width: 100% !important;
}
.collection-indv .text-block {
	font-size: 14px;
}

.subpage .collection-credits, .subpage .presentation-image {
	float: none;
	width: 100%;
	margin: 60px 0;
}
.subpage .collection-description, .subpage .presentation-image + .presentation-content {
	float: none;
	width: 100%;
}
.subpage .collection-short-description, .subpage .collection-description,.subpage .credit-heading, .subpage .credit-content {
	font-size: 14px;
	line-height: 22px;
}

@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 440px) {
		
}

