html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
quotes: none;
    margin-left: 40px; 
    padding: 8px 0 8px 12px; 
    border-left: 1px solid #F2F2F2; 
    margin-bottom: 10px; 
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.floatleft { 
    float: left; 
}
.floatright { 
    float: right; 
}
.text-left { 
 	text-align: left;  
}
.center, 
.text-center { 
    text-align: center;    
}
.text-right { 
 	text-align: right;  
}
.clearboth { 
    clear: both; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.table { 
 	display: table;  
}
.table_cell { 
 	display: table-cell;  
}
.just { 
 	text-align: justify; 
  	font-size: 0.1em; 
}
.just > * { 
 	font-size: 10em;  
  	vertical-align: top; 
}
.just:after, 
.product_loop:after {
	content:'';
	display: inline-block;
	width: 100%;
}
.gap { 
  	height: 0; 
  	border: 0 !important; 
  	padding: 0 !important; 
}
.bb { 
 	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.ib { 
 	display: inline-block;  
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #F2F2F2; 
    margin-bottom: 12px; 
}
table tr > th, 
table tr > td { 
    padding: 10px; 
    line-height: 1.3; 
    vertical-align: middle; 
}
table tr > th { 
	
}
.hr { 
	clear: both;
	border: none;
	color: #fff; 
	height: 1px; 
	background-color: #fff;  
	margin: 1.9em 0 2em;
  	border-bottom: 2px dashed #E0E0E0; 
  	position: relative; 
  	z-index:0;
}
.hr:after { 
 	content: ''; 
  	position: absolute; 
  	top: 1px; 
  	left: 0; 
  	width: 100%; 
  	height: 1px; 
  	background: #fff; 
}
h1, h2, h3, h4, h5, h6 { 
    line-height: 1.3;    
    margin-bottom: 0.5em; 
  	font-weight: normal; 
}
h1 { 
    font-size: 2.4em;     
  	color: #5d7e95; 
}
h2 { 
    font-size: 2.4em;    
	color: #666666;   
}
h3 { 
    font-size: 2em;    
	color: #666666;   
}
	h3.callout { 
  		font-size: 2.4em; 
  		font-style: italic; 
  		color: #b24f62; 
    	margin: 30px auto; 
	}
h4 { 
    font-size: 1.8em;    
  	color: #808080; 
}
h5 { 
    font-size: 1.6em;    
	color: #808080; 
}
h6 { 
    font-size: 1.2em; 
  	color: #808080; 
}
a { 
  	text-decoration: none; 
  	color: #808080; 
}
a:hover { 
 	color: #5d7e95;  
}
a, 
a:focus, 
input, 
input:focus, 
select, 
select:focus, 
textarea, 
textarea:focus { 
    outline: none;    
}
input, 
textarea, 
select { 
	  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
::-webkit-input-placeholder { 
    opacity: 0.7; 
}
:-moz-placeholder { 
    opacity: 0.7; 
}
::-moz-placeholder { 
    opacity: 0.7; 
}
:-ms-input-placeholder { 
    opacity: 0.7; 
}
.hidden { 
    display: none;  
}

/***********************************************************************/ 
/* GLOBAL STYLES *******************************************************/ 
/***********************************************************************/ 

html { 
  	height: 100%; 
    min-height: 100%; 
  padding:0;
  margin:0; 	
  	 overflow-x:hidden;
  
 overflow-y: scroll;
	overflow: -moz-scrollbars-verticals;
}
* { 
 	-webkit-font-smoothing: antialiased;  
}
body { 
  overflow:hidden;
  	background: #FFFFFF; 
    font-family: 'Georgia', times, serif; 
  	color: #808080; 
	font-size: 62.5%; 
  
  min-height: 100%; 
  padding:0;
  margin:0;
}
.container { 
 	width: 94%; 
  	padding: 0 3%; 
	max-width: 1140px; 
	margin: auto; 
}
	.container.smaller { 
 		max-width: 972px;  
	}
	.container.smallest { 
 		max-width: 564px;  
	}
.heading { 
  	font-size: 1.6em; 
  	text-align: center; 
  	color: #466672; 
  	border-bottom: 1px solid #e0e0e0; 
  	padding: 0; 
    margin: 29px 0 69px; 
  	height: 26px; 
  	overflow: visible; 
  	position: relative; 
}
	#HomeHeading { 
  		margin-top: 39px; 
	}
.heading span { 
  	display: inline-block; 
  	padding: 0 30px; 
  	background: #fff; 
  	height: 50px; 
  	line-height: 52px; 
  	border: 1px solid #e0e0e0; 
  	letter-spacing: 0.1em; 
}
.heading:before { 
 	content: ''; 
  	position: absolute; 
  	top: 22px; 
  	left: 0; 
  	display: inline-block; 
  	border-left: 1px solid #e0e0e0; 
  	height: 8px; 
}
.heading:after { 
 	content: ''; 
  	position: absolute; 
  	top: 22px; 
  	right: 0; 
  	display: inline-block; 
  	border-left: 1px solid #e0e0e0; 
  	height: 8px; 
}
#ContentOuter { 
 	padding-bottom: 5em;  
  	position: relative; 
  	z-index: 100; 
}
.callout { 
  	display: inline-block; 
  	padding: 3.5% 7%; 
  	border: 2px dashed #E6E6E6; 
  	margin: 30px 0; 
}
.table { 
 	display: table;  
}
.table_cell { 
 	display: table-cell;  
}

/***********************************************************************/ 
/* STICKY FOOTER *******************************************************/ 
/***********************************************************************/ 

#SiteOuter { 
  	min-height: 100%; 
  	margin-bottom: -113px; 
}
#SiteOuter:after { 
  	content: ''; 
  	display: block; 
}
#Footer, .push { 
  	height: 113px; 
}

/***********************************************************************/ 
/* HEADER STYLES *******************************************************/ 
/***********************************************************************/ 

#Header { 
 	position: relative;  
  	z-index: 101; 
}
#Logo { 
  	position: relative; 
  	z-index: 5; 
 	display: block; 
 	margin: 0 auto; 
  	width: 210px; 
  	height: 110px; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/logo.png?4129123246900298253) center top no-repeat; 
  	text-indent: -9999px; 
}
span.menu_active { 
 	display: none;  
}
#MainNavOuter { 
 	position: relative; 
  	z-index: 4; 
  	width: 100%; 
}
#MainNav { 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-size: 1.4em; 
 	list-style: none;  
  	display: block; 
  	width: 100%; 
  	min-height: 50px; 
  	position: relative; 
  	text-align: center; 
  	background: #fff; 
}
#MainNav li { 
 	display: inline-block;  
}
#MainNav a { 
 	text-transform: uppercase; 
  	display: inline-block; 
  	height: 50px; 
  	line-height: 50px; 
  	padding: 0 10px; 
  	letter-spacing: 0.1em; 
  	font-weight: 600; 
}
#MainNav a:hover, 
#MainNav li.active > a { 
  	color: #5d7e95; 
}

/* TOP RIGHT BAR */ 

#TopBar { 
	position: relative; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 50px; 
  	overflow: visible; 
  	z-index: 1; 
  	background: transparent; 
  	margin-bottom: -2em; 
}
#TopBar .container { 
 	position: relative;  
}
#TopBar #TopLeft { 
 	position: absolute; 
  	top: 0; 
  	left: 2.5%; 
  	line-height: 52px; 
  	font-size: 1.3em; 
  	color: #B24F62; 
  	font-style: italic; 
}
#TopBar #TopLeft, 
#TopBar span, 
#TopBar a { 
   	-webkit-font-smoothing: subpixel-antialiased;  
}
#TopBar #TopRight { 
 	position: absolute; 
  	top: 0; 
  	right: 2.5%; 
  	font-size: 1.3em; 
}
#Search, 
#TopBar .separator, 
#CustomerLinks, 
#CartCustomer { 
 	display: inline-block;  
  	height: 50px; 
  	line-height: 52px; 
}
#Search .icon_search { 
  	border: 0; 
 	display: inline-block; 
  	width: 16px; 
  	height: 16px; 
	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 0 -20px no-repeat; 
  	cursor: pointer; 
  	position: relative; 
  	top: 5px; 
  	left: 4px; 
}
#Search.open span.icon_search { 
 	background-position: -20px -20px;  
}
#Search button.icon_search { 
 	display: none;  
}
#Search .search_query { 
  	display: inline-block; 
  	font-family: 'Georgia', times, serif; 
  	height: 1px; 
  	width: 1px;
  	padding: 0; 
 	border: 0;  
  	border-bottom: 1px solid #ffffff; 
  	vertical-align: top; 
	-webkit-transition: width .15s ease-in-out;
	-moz-transition:    width .15s ease-in-out;
	transition:         width .15s ease-in-out;
  	position: relative; 
  	font-weight: normal; 
  	background: transparent; 
  	font-size: 1em; 
}
#Search.open .search_query { 
  	height: 19px; 
  	line-height: 1; 
  	width: 150px; 
 	border-color: #e0e0e0;  
  	top: 14px; 
  	margin: 2px 0 0 5px;
}

/* CART BAR */ 

#CartAdd { 
 	background: #F2F2F2; 
  	border-bottom: 8px solid #F2F2F2; 
}
#CartAdd .container { 
  	padding: 1.75% 2.5% 1%; 
 	display: none;  
}

/***********************************************************************/ 
/* HOMEPAGE STYLES *****************************************************/ 
/***********************************************************************/ 

#HeroOuter { 
	display: block; 
	position: relative;
  	width: 100%; 
  	height: 100%; 
  	padding-top: 39.91%; 
  overflow: hidden
}
#HeroSpacer { 
   	position: absolute; 
	top: 0; 
	left: 0; 
  	bottom: 0; 
  	right: 0; 
  	width: 100%; 
  	height: 100%; 
}
#Hero { 
	position: relative; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
}
#Hero .slide { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
    display: table; 
	width: 100%; 
  	height: 100%; 
  	opacity: 0; 
}
#Hero img { 
 	width: 100%;  
}
#Hero .hero { 
  	position: relative; 
  	display: table-cell; 
 	text-align: center; 
  	width: 50%; 
  	height: 100%;
  	vertical-align: middle; 
  	color: #F2F2F2; 
  	padding: 2%; 
  	opacity: 0; 
  overflow:hidden;
    -webkit-transition: opacity .35s ease-out;
    -moz-transition:    opacity .35s ease-out;
    transition:         opacity .35s ease-out;
}
  #Hero .hero.hero_left, 
  #Hero .hero.hero_right {  
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    padding: 0; 
  }
  #Hero .hero > a, 
  #Hero .hero > a{ 
    position: relative; 
    vertical-align: middle; 
  
  }
  #Hero .hero .slide_details, 
  #Hero .hero .slide_details { 
  position:relative;
  	display:block; 
  	height: auto; 
  vertical-align:middle;
  margin: 0 auto;
  z-index: 2; 
  }
#Hero .hero h5 { 
 	color: #F2F2F2;  
}
#Hero .hero.hero_full { 
 	width: 100%; 
  	padding: 0; 
}
#Hero .hero img { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	z-index: 1; 
 	width: 100%; 
  	height: auto; 
  	opacity: 1; 
}
#Hero.loading .hero img { 
 	opacity: 0;  
}
#Hero .hero h3 { 
  	letter-spacing: 0.3mm; 
  	display: inline-block; 
  	font-size: 3.2em; 
  	color: #f2f2f2; 
  	border-bottom: 2px solid rgba(255, 255, 255, 0.6); 
  	margin-top: -30px; 
  	margin-bottom: 30px; 
  	opacity: 0; 
    -webkit-transition: all .65s ease-out;
    -moz-transition:    all .65s ease-out;
    transition:         all .65s ease-out;
}

#Hero .hero h3.contact {
  color: #fff;
font-size: 3.7em;
font-style: italic;
  border:0;
}
#Hero span { 
  	color: #F2F2F2; 
 	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	text-transform: uppercase; 
  	font-size: 1.8em; 
  	display: inline-block; 
  	padding: 3.5% 7%; 
  	border: 2px dashed rgba(255, 255, 255, 0.6); 
  	margin: 30px 0; 
  	letter-spacing: 0.1em; 
  	font-weight: 600; 
  	opacity: 0; 
    -webkit-transition: opacity .35s ease-out;
    -moz-transition:    opacity .35s ease-out;
    transition:         opacity .35s ease-out;
}
#Hero .hero_full span { 
 	padding: 1.75% 3.5%;  
}
#Hero h5 { 
  	margin-top: 30px; 
  	margin-bottom: -30px; 
 	font-size: 1.6em;  
  	opacity: 0; 
    -webkit-transition: all .65s ease-out;
    -moz-transition:    all .65s ease-out;
    transition:         all .65s ease-out;
}
#Hero.loading { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/temp-loader.gif?4129123246900298253) center center no-repeat transparent;  
}
#Hero .active .hero h3, 
#Hero .active .hero h5 { 
  	margin-top: 0; 
  	margin-bottom: 0; 
	opacity: 1; 
}
#Hero .active .hero, 
#Hero .active .hero span { 
 	opacity: 1;  
}
#Hero .active .hero_right h3, 
#Hero .active .hero_right h5, 
#Hero .active .hero_right span { 
	transition-delay: .3;
	-moz-transition-delay: .35s; 
	-webkit-transition-delay: .35s;  
}
.view_more a { 
 	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-weight: 600; 
  	font-size: 1.3em; 
  	text-transform: uppercase; 
  	color: #B24F62; 
}
.view_more span { 
  	clear: both; 
  	display: inline-block; 
  	width: 50px; 
  	height: 20px; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 0 10px no-repeat transparent; 
  	padding-top: 10px; 
    -webkit-transition: margin .1s ease-in;
    -moz-transition:    margin .1s ease-in;
    transition:         margin .1s ease-in;
}
  .view_more:hover span { 
      margin-left: 10px;  
  }

/***********************************************************************/ 
/* PRODUCT LOOP ********************************************************/ 
/***********************************************************************/ 

.product_loop { 
  position:relative;
 	list-style: none; 
  	text-align: justify; 
  	margin-bottom: 4em;
}
#Collections .product_loop {
  min-height:500px;
}
  
.product_loop li { 
 	display: inline-block; 
  	width: 24.12%;
  	margin-bottom: 1.5em; 
  	vertical-align: top; 
}
.product_loop li > a { 
	display: block; 
}
.product_loop img { 
 	width: 100%;  
}
.product_loop .img_spacer_outer { 
   	display: inline-block; 
  	width: 100%;
  	height: 100%; 
  	padding-top: 100%; 
  	position: relative; 
  	overflow: hidden; 
}
.product_loop .img_spacer { 
 	position: absolute; 
  	top: 0; 
  	left: 0; 
  	right: 0; 
  	bottom: 0; 
}
.product_loop .img_border_fake { 
 	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
  	border: 1px solid #fff; 
	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
  	z-index: 9; 
}
.product_loop .img_outer { 
  	display: block; 
 	width: 100%; 
  	height: 100%; 
  	padding: 10px; 
	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
	border: 2px dashed #fff; 
	-webkit-transition: border-color .15s ease-in-out;
	-moz-transition:    border-color .15s ease-in-out;
	transition:         border-color .15s ease-in-out;
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/temp-loader.gif?4129123246900298253) center center no-repeat #fff; 
}
	.product_loop .img_outer img { 
  		opacity: 0; 
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition:    opacity .25s ease-in-out;
        transition:         opacity .25s ease-in-out;
	}
	.product_loop .img_outer.loaded { 
  		background: #fff; 
	}
	.product_loop .img_outer.loaded img { 
  		opacity: 1; 
	}
.product_loop li:hover .img_outer { 
  	border-color: #cccccc; 
}
.product_loop .table { 
 	width: 100%; 
  	height: 100%; 
}
.product_loop .table_cell { 
 	vertical-align: middle;  
}
.product_loop .details { 
  	margin-top: 15px; 
	font-size: 1.4em; 
  	text-align: center; 
  	padding: 0 10px; 
}
.product_loop .product_price { 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-weight: 600; 
  	color: #808080; 
}
.sale_price { 
  	color: #af4e65; 
}
.product_loop .product_title { 
 	-webkit-font-smoothing: subpixel-antialiased; 
}

/***********************************************************************/ 
/* COLLECTIONS PAGE ****************************************************/ 
/***********************************************************************/ 

#Submenu { 
 	display: block; 
  	width: 100%; 
  	background: #385667; 
 	color: #bdccd4;
  	text-align: center; 
  	font-size: 1.3em; 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
}
#Submenu li { 
 	display: inline-block;  
}
#Submenu a { 
 	text-transform: uppercase; 
  	display: inline-block; 
  	height: 50px; 
  	line-height: 50px; 
 	color: #bdccd4; 
  	padding: 0 10px; 
  	letter-spacing: 0.1em; 
  	font-weight: 600; 
}
#Submenu a.active, 
#Submenu a:hover { 
 	color: #e8edef;  
}

#Filter { 
  	width: 100%; 
 	padding: 1em 0; 
  	background: #F7F7F7; 
  	border-top: 1px solid #E6E6E6; 
  	border-bottom: 1px solid #E6E6E6; 
  	font-size: 1.3em; 
  	text-align: center; 
}
#Filter .filter_outer { 
 	display: inline-block;  
  	position: relative; 
  	border: 1px solid #E6E6E6; 
  	background: #fff url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 10px -116px no-repeat; 
  	width: 93px; 
  	height: 28px; 
  	line-height: 30px; 
  	text-align: left; 
  	padding: 0 10px; 
  	margin: 0 6px; 
  	cursor: pointer; 
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition:    background-color .15s ease-in-out;
    transition:         background-color .15s ease-in-out;
}
#Filter .filter_outer span { 
   	-webkit-font-smoothing: subpixel-antialiased;  
}
#Filter .filter_outer:hover, 
#Filter .filter_outer.open { 
 	background-color: #5C7E95; 
  	color: #f7f7f7; 
 	background-position: 10px -136px; 
}
#Filter .filter_outer ul { 
 	position: absolute;  
  	top: 29px; 
  	left: -1px; 
  	background: #fff; 
  	list-style: none; 
  	width: 113px; 
  	border: 1px solid #f0f0f0; 
  	border-top: 0; 
  	z-index: 99; 
  	display: none; 
  	color: #808080; 
  	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.15); 
  	box-shadow: 0 0 4px rgba(0,0,0,0.15); 
}
#Filter .filter_outer li { 
  	padding: 0 10px; 
 	border-bottom: 1px solid #E6E6E6;  
  	-webkit-font-smoothing: subpixel-antialiased; 
}
	#Filter .filter_outer li:hover { 
  		background: #F7F7F7; 
  		/*color: #5d7e95; */
	}
#Filter .filter_outer li:last-child { 
 	border-bottom: 0;  
}
#Label { 
 	margin-right: 6px;  
  	-webkit-font-smoothing: subpixel-antialiased; 
}
#Reset { 
 	cursor: pointer;  
  	margin: 6px 0 6px 6px; 
  	-webkit-font-smoothing: subpixel-antialiased; 
}
#Reset:hover { 
 	color: #5d7e95;  
}

.product_loop .mix {
    opacity: 0;
    display: none;
}
.product_loop .failmessage { 
  	display: none; 
}
	.product_loop.fail .failmessage { 
  		display: block; 
  		width: 100%; 
  		font-size: 1.5em; 
	}

/***********************************************************************/ 
/* PRODUCT PAGE ********************************************************/ 
/***********************************************************************/ 

#ProductMain { 
	border-top: 1px solid #E6E6E6; 
  	padding-top: 50px; 
}
#LeftCol { 
 width: 37.85%;  
  text-align: left; 
  float:left;
}
#RightCol { 
 width: 50.4%;  
  text-align: left; 
  float:right;
}
#RightCol .spacer { 
  	width: 100%; 
 	padding-top: 100%; 
  	position: relative; 
}
.breadcrumbs { 
  	font-size: 1.2em; 
}
#LeftCol h1 { 
 	margin-bottom: 0.15em;  
}
.product_description { 
 	font-size: 1.5em;  
  	line-height: 1.6; 
  	margin-bottom: 1em; 
}
.product_description p, 
.product_description > * { 
  	font-size: 1em; 
 	margin-bottom: 1em;  
}
#ImageLarge { 
 	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;   
}
#ImageLarge .slide { 
  	position: absolute; 
 	opacity: 0;  
  	width: 100%; 
  	height: 100%; 
  	display: table; 
	overflow: visible !important; 
}
#ImageLarge img { 
  	opacity: 0; 
 	width: 100%; 
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition:    opacity .25s ease-in-out;
    transition:         opacity .25s ease-in-out;
}
#ImageLarge .img_outer { 
  	display: table-cell; 
 	width: 100%; 
  	height: 100%; 
  	vertical-align: middle; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/temp-loader.gif?4129123246900298253) center center no-repeat #fff; 
}
	#ImageLarge .img_outer.loaded { 
  		background: #fff; 
	}
	#ImageLarge .img_outer.loaded img { 
  		opacity: 1; 
	}

#ZoomedImg { 
 	position: absolute; 
  	top: 0; 
  	left: -100%; 
  	width: 98%; 
  	height: 450px; 
  	border: 1px solid #e8e8e8; 
  	overflow: hidden; 
  	visibility: hidden; 
  	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15); 
    box-shadow: 0 0 10px rgba(0,0,0,0.15); 
  z-index:10;
}
.ctz {
  opacity:0;
  -webkit-transition: opacity .25s ease-in-out;
    -moz-transition:    opacity .25s ease-in-out;
    transition:         opacity .25s ease-in-out;
  position:absolute;
  top:50%;
  left:50%;
  margin:-20px 0 0 -65px;
  padding:10px;
  background:rgba(0,0,0,0.5);
  color:white;
  font-size:16px;
}
.ctz.box {
  background:rgba(255,255,255,0.5);
  text-indent:-999999px;
  display:block;
  width:300px;
  height:300px;
  margin:-150px 0 0 -150px;
}
.no-touch #ImageLarge:hover .ctz {
  opacity:1;
}
	#ZoomedImg.on { 
  		visibility: visible; 
	}

#ImageThumbs ul { 
 	list-style: none;  
}
#ImageThumbs li { 
 	width: 17%;  
  	padding-top: 17%; 
  	display: inline-block; 
  	overflow: hidden; 
  	position: relative; 
  	border: 1px solid #E6E6E6; 
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
  	margin-bottom: 3.75%; 
}
#ImageThumbs a { 
 	position: absolute; 
  	top: 0; 
  	left: 0; 
  	right:0;
  	bottom:0;
}
#ImageThumbs .img_outer { 
  	width: 100; 
 	height: 100%; 
}
#ImageThumbs img { 
  	max-width: 100%;
 	/*width: auto; 
  	height: 100%; 
  	max-height:100%;
  	margin-left: -22%; */
}
#RelatedProducts { 
 	display: none;  
}
.select { 
 	margin-bottom: 20px;  
}
.select label { 
 	display: inline-block; 
  	margin-right: 10px; 
  	font-size: 1.4em; 
}
.select .selector-wrapper { 
	display: inline-block;   
}
.select .SizeChart { 
  	margin-left: 10px; 
 	font-size: 1.3em; 
}

/* dropdown from PK, restyled by DT */

.ez-dropdown,
.ez-dropdown div,
.ez-dropdown li{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-weight: 600; 
}

.ez-dropdown{
  	display: inline-block; 
	position: relative;
	width: 150px;
	border: 1px solid #E6E6E6;
	cursor: pointer;
	background: #F2F2F2;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ez-dropdown.open{
	z-index: 2;
  	border-color: #5C7E95; 
}

.ez-dropdown .carat{
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
  	width: 16px; 
  	height: 20px; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 100% -122px no-repeat;
}

.ez-dropdown:hover{
  	border-color: #5C7E95; 
}

.ez-dropdown select{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.ez-dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.ez-dropdown .selected,
.ez-dropdown li{
	display: block;
	font-size: 1.3em;
	line-height: 1;
	color: #808080;
	padding: 9px 10px;
	overflow: hidden;
}

.ez-dropdown .selected{
	white-space: nowrap;
}

.ez-dropdown div{
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #5C7E95;
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.ez-dropdown.open div{
	opacity: 1;
	z-index: 2;
}

.ez-dropdown.scrollable.open div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #fff;
	pointer-events: none;
}

.ez-dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.ez-dropdown.scrollable.open ul{
	overflow-y: auto;
}

.ez-dropdown li{
	list-style: none;
	padding: 8px 12px;
}

.ez-dropdown li.focus{
	background: #f2f2f2;
	position: relative;
	z-index: 3;
}

.ez-dropdown li.active{
	font-weight: 700;
}

/* form styles */ 

input[type="text"], 
input[type="email"], 
input[type="password"],
textarea { 
  	padding: 0 5px; 
  	margin: 0; 
  	border: 1px solid #E6E6E6;
	background: #F2F2F2;
  	color: #808080; 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-size: 1.3em; 
  	height: 30px; 
  	line-height: 30px; 
  	font-weight: 600; 
}
input[type="submit"], 
a.btn { 
 	border: 0; 
  	/*padding: 0; 
  	width: 140px; */
  	padding: 0 15px; 
  	width: auto; 
  	height: 50px; 
  	line-height: 50px; 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	background: #385667; 
  	color: #fff; 
  	font-weight: bold; 
  	text-transform: uppercase; 
  	font-size: 1.3em; 
  	cursor: pointer; 
  	-webkit-transition: background-color .25s ease-in-out;
    -moz-transition:    background-color .25s ease-in-out;
    transition:         background-color .25s ease-in-out;
  	text-align: center; 
  
  	-webkit-appearance: none; 
}
input[type="submit"]:hover, 
a.btn:hover { 
 	background: #5C7E95; 
}
input[type="submit"]:disabled { 
 	background: #B04F63; 
  	cursor: default; 
}

#recover-password { 
 	margin-top: 20px;  
}
input#customer_decline { 
 	display: inline; 
  	margin: 0; 
}

/* product page form styles */

.select input[type="text"] { 
  	text-align: center; 
}
input#add-to-bag { 
 	width: 140px;  
}

/* ACCOUNT PAGES */ 

#add_address, 
#address_tables { 
 	margin-top: 20px;  
}
.address_actions { 
  	font-size: 0.85em; 
}
	.address_actions a { 
  		text-transform: uppercase; 
	}
.address_table { 
 	display: inline-block; 
  	width: 30%; 
  	margin-right: 3%; 
}

/***********************************************************************/ 
/* SOCIAL SHARES *******************************************************/ 
/***********************************************************************/ 

#ProductSocial { 
 	font-size: 1.3em;  
  	font-style: italic; 
}
#ProductSocial a { 
  	display: inline-block; 
  	width: 20px; 
  	height: 20px; 
  	
}
	#ProductSocial a:first-child { 
  		margin-left: 0.5em; 
	}
#ProductSocial #PNT { 
  	display: inline-block; 
  	width: 20px; 
  	height: 20px; 
  	overflow: hidden; 
  	vertical-align: bottom; 
}
/*#ProductSocial .tw { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 0 -80px no-repeat;  
}
#ProductSocial .tb { 
  	text-indent:0;
}
  #ProductSocial .tw:hover { 
      background-position: 0 -100px;  
  }
#ProductSocial .fb { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) -20px -80px no-repeat;  
}
  #ProductSocial .fb:hover { 
      background-position: -20px -100px;  
  }
#ProductSocial .gp { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) -40px -80px no-repeat;  
}
  #ProductSocial .gp:hover { 
      background-position: -40px -100px;  
  }*/
#ProductSocial #PNT a { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) -60px -80px no-repeat !important;
	background-size: 100px 320px !important; 
text-align:-99999;  
}
  #ProductSocial #PNT a:hover { 
      background-position: -60px -100px !important;  
  }

/***********************************************************************/ 
/* CART STYLES *********************************************************/ 
/***********************************************************************/ 

#CartTableOuter { 
 	width: 100%;  
  	margin: 0;
  	padding: 0; 
}
#CartTableOuter > tbody > tr > td, 
#CartTableOuter > tr > td { 
   	padding: 0; 
}
#CartTableInner { 
   	width: 67.37%;  
  	padding: 0 2.5% 0 0 !important;
  	border-right: 1px solid #E0E0E0; 
}
#CartTable { 
  	border: 0; 
  	width: 100%; 
 	font-size: 1.4em;  
  	margin-bottom: 0; 
}
#CartTable td { 
 	padding: 19px 10px;  
}
#CartTable tfoot td { 
 	padding: 0;  
}
#CartTable input[type="text"] { 
  	width: 30px; 
 	background: #fff;  
  	font-size: 1em; 
  	text-align: center; 
}
#CartTable input.btn[type="submit"] { 
  	width: auto; 
  	height: auto; 
  	font-size: 0.875em; 
 	background: transparent;  
  	color: #385667; 
  	line-height: 1; 
}
#CartTable tbody tr td:first-child { 
 	padding-left: 0;  
}
#CartTable tbody tr td { 
 	border-bottom: 1px solid #E0E0E0; 
}
#CartTable tbody tr td.cart_total { 
 	white-space: nowrap;  
}
#CartTable tbody tr:last-child td { 
 	border-bottom: 0;  
}
#CartTable .img_outer { 
 	width: 60px; 
  	height: 60px; 
  	overflow: hidden; 
}
#CartTable .img_outer img { 
 	height: 100%; 
  	width: auto; 
  	margin-left: -13px;
}
#CartAdd #CartDetails {
  	vertical-align: bottom; 
  	text-align: right;  
  	padding-left: 2.5%; 
 	width: 27.28%;  
  	height: 100%;
  	font-size: 1em; 
}
#CartAdd #CartDetails > table { 
  	width: 100%; 
  	height: 100%; 
}
#CartDetails td { 
 	padding: 0;  
}
#CartDetails #KeepShopping {
  	text-align: center; 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
	font-weight: bold; 
  	text-transform: uppercase; 
 	display: inline-block; 
  	width: 52%; 
  	height: 50px; 
  	line-height: 50px; 
  	background: #fff; 
  	color: #5D7E95; 
  	font-size: 12em; 
  	letter-spacing: 0.1em; 
  	-webkit-transition: color .25s ease-in-out;
    -moz-transition:    color .25s ease-in-out;
    transition:         color .25s ease-in-out;
}
	#CartDetails #KeepShopping:hover { 
  		color: #b24f62; 
	}
	#CartDetails #KeepShopping span { 
  		display: inline-block; 
  		line-height: 1.2; 
  		vertical-align: middle; 
  		padding: 0 5px; 
	}
#CartDetails input.btn[type="submit"] { 
  	display: inline-block; 
  	font-size: 12em; 
  	letter-spacing: 0.1em; 
  	width: 45%; 
}
.cart_info_container { 
 	text-align: right;  
}
	.cart_info_container input[type="submit"] { 
  		padding: 0 10px; 
  		width: auto; 
	}

/***********************************************************************/ 
/* SECONDARY PAGES *****************************************************/ 
/***********************************************************************/ 

#HeroOuter.secondary { 
    padding-top: 26.316%; 
    margin-bottom: 50px; 
}
#Hero.secondary { 
 	position: absolute;  
}
#Hero.secondary .slide_text { 
 	position: absolute; 
  	top: 0; 
  	left: 0; 
  	z-index: 99; 
  	width: 100%; 
  	height: 100%; 
  	text-align: center; 
  	display: table; 
}
	#Hero.secondary .table_cell { 
  		color: #fff; 
  		font-size: 3.7em; 
  		font-style: italic; 
  		vertical-align: middle; 
  		padding: 0 20px; 
	}
#Hero #Pager { 
  	position: absolute; 
  	bottom: 0; 
  	left: 0; 
  	width: 100%; 
  	text-align: center; 
  	z-index: 9999; 
}
#Hero .pager_list { 
 	margin: auto; 
  	display: inline-block; 
}
#Hero .pager_list li { 
  	display: inline-block; 
  	width: 10px; 
  	height: 10px; 
  	margin: 0 5px 15px; 
  	border-radius: 5px; 
  	background: #A19E9D; 
  	cursor: pointer; 
  	text-indent: -9999px; 
}
	#Hero .pager_list li.active { 
  		background: #D6D3D1; 
	}

.slide .overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /*background:rgba(0,0,0,.30);*/
  background: transparent; 
  z-index: 1;
  height:300%;
  display:block;
}

/* columns (about) */ 
.half { 
 	width: 46%;  
}
	.half .text { 
  		font-size: 1.5em; 
	}
.text { 
 	font-size: 1.4em;  
}
  .text h1,
  .text h2 { 
  	font-size: 1.7em;      
  }
  .text h3 { 
  	font-size: 1.4em; 
  }
  .text h4 { 
  	font-size: 1.3em; 
  }
  .text h5 { 
    font-size: 1.2em; 
  	color: #B24F62; 
  }
.text p { 
  	line-height: 1.75; 
 	margin-bottom: 1.5em;  
}
.text table { 
 	border: 0; 
  	width: auto !important; 
  	margin-bottom: 1.5em; 
}
	.smallest .text table tr > td { 
  		padding: 5px 10px; 
	}
	.smallest .text table tr > td:first-child { 
  		padding-left: 0; 
  		width: 180px; 
	}
.text ul, 
.text ol { 
 	margin: 0 0 1.5em 1.5em;  
}
.text .btn, 
.text input[type="submit"], 
.text input[type="text"], 
.text input[type="email"], 
.text input[type="password"], 
.text textarea { 
 	font-size: 0.9em;  
}

.page-about .text-left { 
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
 	padding: 0 0 0 5%;  
}
.page-about .center { 
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
 	padding: 5% 0 0;  
}

#Page { 
	border-top: 1px solid #E6E6E6; 
  	padding-top: 50px; 
}

/* form (contact) */ 

.container.smallest { 
  	-moz-box-sizing: border-box; 
 	box-sizing: border-box;  
}
.form-outer.text { 
 	margin-bottom: 20px;  
}
.form-outer .form_field { 
 	margin: 15px 0; 
}
.form-outer label { 
 	display: inline-block; 
  	width: 25%; 
  	margin-right: 4%; 
  	margin-top: 8px; 
  	vertical-align: top; 
}
.form-outer input[type="text"], 
.form-outer input[type="email"], 
.form-outer input[type="password"],
.form-outer textarea { 
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
  	width: 70%; 
  	font-size: 1em; 
  	text-align: left; 
  	padding: 5px; 
  	/*line-height: 35px; */
  	height: 35px; 
}
.form-outer textarea { 
  	line-height: 1.5; 
  	height: 150px;
  	resize: none; 
  	overflow: hidden; 
}
.form-outer input[type="checkbox"] { 
 	margin: 8px 5px 0 0;  
}
.form-outer input[type="submit"] { 
 	margin-left: 29.5%; 
    font-size: 0.9em; 
}
.form-outer input[type="submit"]:before { 
 	content: ' ';  
}

/* dropdown from PK, restyled by DT */

.contact-dropdown,
.contact-dropdown div,
.contact-dropdown li{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.contact-dropdown{
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
  
  	display: inline-block; 
	position: relative;
	width: 70%;
	border: 1px solid #E6E6E6;
	cursor: pointer;
	background: #F2F2F2;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  
  	font-family: 'Georgia', serif; 
  	font-style: italic; 
}

.contact-dropdown.open{
	z-index: 2;
  	border-color: #5C7E95; 
}

.contact-dropdown .carat{
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
  	width: 16px; 
  	height: 20px; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 100% -122px no-repeat;
}

.contact-dropdown:hover{
  	border-color: #5C7E95; 
}

.contact-dropdown select{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.contact-dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.contact-dropdown .selected,
.contact-dropdown li{
	display: block;
	font-size: 1em;
	line-height: 1;
	color: #808080;
	padding: 9px 10px;
	overflow: hidden;
}

.contact-dropdown .selected{
	white-space: nowrap;
}

.contact-dropdown div{
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #5C7E95;
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.contact-dropdown.open div{
	opacity: 1;
	z-index: 2;
}

.contact-dropdown.scrollable.open div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #fff;
	pointer-events: none;
}

.contact-dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
  margin:0;
}

.contact-dropdown.scrollable.open ul{
	overflow-y: auto;
}

.contact-dropdown li{
	list-style: none;
	padding: 8px 12px;
  margin:0;
}

.contact-dropdown li.focus{
	background: #f2f2f2;
	position: relative;
	z-index: 3;
}
.errors, 
.errors p { 
 	color: #B24F62; 
}

.pagination {
  width:100%;
  display:block;
  text-align:center;
  margin:0;
  padding:0;
  position:relative;
  font-size:16px;
  padding-top:20px;
}
#Collections .pagination, #Collections .collectiondiv {
  display:none;
}
.pagination .paginate_left {
  position:absolute;
  left:0;
  top:20px;
}

.pagination .paginate_right {
}

#Collections .loading {
  width: auto !important;
  height:auto !important;
  margin: 0 auto;
  position:absolute;
  top:100px;
  left:50%;
}


  

/***********************************************************************/ 
/* FOOTER **************************************************************/ 
/***********************************************************************/ 

#Footer { 
  	height: 113px; 
 	position: relative;  
  	background: #385667; 
  	/*border-top: 22px solid #fff; */
  	z-index: 9999; 
}
#FooterLogo { 
 	position: absolute; 
  	top: -22px; 
  	left: 50%; 
  	margin-left: -40px; 
  	width: 81px; 
  	height: 45px; 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/footer1x.png?4129123246900298253) top left no-repeat transparent; 
  	z-index: 5; 
}
#FooterContent { 
  	position: relative; 
  	z-index: 4; 
  	top: 0; 
  	left: 0; 
  	height: 68px; 
  	padding-top: 45px; 
}
#Footer .container > div { 
 	font-size: 12em; 
  	color: #bdccd4; 
  	line-height: 30px; 
}
#Footer .container > div, 
#Footer .container > div > *, 
#Footer .container > div > div > * { 
 	-webkit-font-smoothing: subpixel-antialiased;  
}
#Footer .container a { 
  	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-weight: 600; 
  	text-transform: uppercase; 
 	color: #bdccd4;  
  	margin: 0 1em; 
}
#Footer .container a:hover { 
 	color: #ffffff;  
}

#FooterMailChimp { 
  	text-align: left; 
	width: 28.5%;  
}
#FooterNav { 
  	text-align: center; 
  	width: 40%;
  	padding: 0 1%; 
}
#FooterCredits { 
  	text-align: right; 
	width: 28.5%; 
}

#BacktoTop { 
  	position: absolute; 
  	bottom: 20px; 
  	right: 50px; 
  	z-index: 99999999; 
  	
 	border: 1px solid #E9E9E9; 
  	display: none; 
  	width: 60px;
  	height: 70px; 
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box; 
	font-family: 'Open Sans', helvetica, arial, sans-serif; 
  	font-weight: bold;
  	font-size: 1.3em; 
  	color: #5d7e95; 
  	background: rgba(255,255,255,0.9); 
  	text-transform: uppercase; 
  	text-align: center; 
}
	#BacktoTop span { 
  		display: block; 
  		margin: 15px auto 0; 
  		width: 21px; 
  		height: 20px; 
  		background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 0 -40px no-repeat transparent; 
	}
#BacktoTop:hover { 
 	color: #b24f62;  
}
	#BacktoTop:hover span { 
  		background-position: 0 -60px; 
	}

/***********************************************************************/ 
/* MAILCHIMP ***********************************************************/ 
/***********************************************************************/ 

#MailchimpLabel { 
  	font-style: italic; 
  	margin-right: 10px; 
}
.mc-field-group { 
 	display: inline-block;  
}
.mc-field-group input[type="email"] { 
 	height: 30px; 
  	line-height: 30px; 
	padding: 0 5px; 
  	border: 0; 
  	margin: 0; 
  	font-size: 0.9em; 
}
.mc-field-group input[type="submit"] { 
  	border: 0; 
  	display: inline-block; 
  	width: auto; 
  	padding: 0 20px; 
  	height: 30px; 
  	line-height: 30px; 
  	background: #243E48; 
  	color: #BDCCD4; 
  	font-weight: 600; 
  	text-transform: uppercase; 
  	font-size: 1em; 
}
.mc-field-group input[type="submit"]:hover { 
 	background: #5C7E95; 
  	color: #fff; 
}
#mce-error-response {
  position:absolute;
}

/***********************************************************************/ 
/* MODAL ***************************************************************/ 
/***********************************************************************/ 

#ModalOverlay { 
  	position: fixed; 
 	width: 100%;  
  	height: 100%; 
  	top: 0; 
  	left: 0; 
  	right: 0; 
  	bottom: 0; 
  	background: #fff; 
  	background: rgba(255,255,255,0.75); 
  	z-index: 9998; 
  	display: none; 
}
.next-image {
  display:none;
  cursor:pointer;
  font-size:25px;
  font-weight:bold;
  float:left;
  margin-left:20px;
  width:16px;
  height:26px;
  text-indent:-9999999px;
  background:url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/arrow-left.png?4129123246900298253) no-repeat;
}
.next-image.right {
  float:right;
  margin-right:20px;
  background:url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/arrow-right.png?4129123246900298253) no-repeat;
}
#ModalOverlay .toggler {
  position:absolute;
  width:100%;
  left:0px;
  top:50%;
}
#ModalMessage { 
	position: absolute; 
  	border: 1px solid #e8e8e8; 
 	width: 498px;  
  	height: 248px; 
  	top: 50%; 
  	left: 50%; 
  	margin: -125px 0 0 -250px; 
  	background: #fff;  
  	display: none; 
  	text-align: center; 
}
	#ModalMessage h1 { 
  		text-align: center; 
  		margin-top: 35px; 
	}
	.modal_message { 
  		padding: 10px 40px 110px; 
  		font-size: 1.3em; 
  		text-align: center; 
	}
	#ModalMessage .btn { 
  		display: inline-block; 
  		padding: 0; 
  
  		position: absolute; 
  		bottom: 40px; 
  		left: 50%; 
  		margin-left: -70px; 
  		width: 140px; 
	}
#ModalSizeChart { 
	position: absolute; 
  	border: 1px solid #e8e8e8; 
 	width: 800px;  
  	height: 500px; 
  	top: 50%; 
  	left: 50%; 
  	margin: -250px 0 0 -400px; 
  	background: #fff; 
  	display: none; 
}
	.modal_img { 
  		text-align: center; 
	}
#ModalMessage, 
#ModalSizeChart { 
 	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);  
  	box-shadow: 0 0 10px rgba(0,0,0,0.15);  
}
.modal_close { 
  	display: inline-block; 
 	position: absolute; 
  	top: 15px; 
  	right: 20px; 
  	cursor: pointer; 
  	font-size: 28px; 
  	color: #ccc; 
}
#customer_login_guest, #customer_login, .page_search form.search {
    text-align:center;
 }
span.form-divider {
  max-width:300px;
  margin:50px auto;
  border-color:#F0F0F0;
  background:transparent;
  outline:0;
  display:block;
  border:0;
  border-top:1px solid #F0F0F0;
}
.page_search form.search {
  margin-top:20px;
}
.page_search form.search .search_box {
  padding: 10px 5px;
	width: 250px;
}
#customer_login_guest input[type="submit"], #customer_login input[type="submit"] {
    margin-left:0;
  }
#customer_login_guest span {
  display:inline-block;
  margin-bottom:20px;
}
/***********************************************************************/ 
/* RESPONSIVE **********************************************************/ 
/***********************************************************************/ 

@media screen and (max-width: 1024px) { 
  .product_loop li { 
	width: 32%;
  }
  #RelatedProducts .product_loop li { 
   	width: 24.12%;  
  }
  #CartTable .cart_remove, 
  #CartTable .cart_total { 
    display: none; 
  }
  #CartAdd #CartDetails { 
   	text-align: center;  
  }
  #CartDetails #KeepShopping, 
  #CartDetails input.btn[type="submit"] {
   	letter-spacing: 0;  
    width: 80%; 
    height: 40px; 
    line-height: 40px; 
    margin-top: 10px; 
  }
  #CartDetails .just { 
   	text-align: center;  
  }
}
@media screen and (max-width: 769px) { 
  .container { 
   	width: 90%; 
    padding: 0 5%; 
  }
  #MainNav { 
   	margin-bottom: 10px;  
  }
  #SiteOuter { 
   	margin-bottom: 0;  
  }
  #Hero .hero h3 { 
   	font-size: 2.4em;  
  }
  #Hero span, 
  #Hero .hero_full span { 
   	font-size: 1.2em;  
    padding: 10px; 
    margin: 10px; 
  }
  #Hero.secondary .table_cell { 
   	font-size: 3em;  
  }
  /* collections page */ 
  .product_loop li { 
	width: 48%;
  }
  /* product page */ 
  #ProductMain { 
    padding-top: 20px; 
  }
  #LeftCol, 
  #RightCol { 
   	width: 100%; 
    float:none;
  }
  #RightCol .hr {
    display:none;
  }
  #ZoomedImg { 
  	display: none;
  }
  /* footer */ 
  #Footer, 
  .push { 
   	height: auto;  
  }
  #FooterContent {   
  	height: 100%; 
  }
  #FooterMailChimp, 
  #FooterNav, 
  #FooterCredits { 
    display: block; 
    width: 100%; 
    text-align: center; 
    margin: 10px 0; 
  }
  #FooterNav { 
  	margin: 20px 0;   
  }
  #Footer .container > div { 
   	line-height: 1.4;  
  }
  #Footer .container a { 
    display: inline-block; 
   	margin: 0.5em 1em;  
  }
  .mc-field-group input[type="email"] { 
   	margin: 0 5px;  
  }
  #mc-embedded-subscribe-form{
    position:relative;
  }
  #mce-error-response, #mce-responses, div.mce_inline_error{
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: 5px;
    left:0;
  }
  
}
@media screen and (max-width: 640px) { 
  #MainNav a { 
   	height: 30px; 
    line-height: 30px; 
  }
  #HeroOuter { 
   	display: none;  
  }
  .heading { 
   	margin-bottom: 49px;  
  }
  /* modals */ 
  #ModalMessage { 
   	width: 86%; 
    top: 10%;
    margin: 0 7% 0 -43%; 
  }
  
  /* cart on top */ 
  #CartTableOuter, 
  #CartTableInner, 
  #CartAdd #CartDetails { 
   	display: block;  
    width: 100%; 
    border: 0; 
    padding: 0; 
  } 
  #CartAdd #CartDetails { 
   	margin-top: 20px;  
  }
}
@media screen and (max-width: 480px) { 
  .container { 
   	width: 90%; 
    padding: 3% 5%; 
  }
  #TopBar .container { 
   	padding-bottom: 0;  
  }
  #TopBar #TopRight { 
   	font-size: 1.4em;  
  }
  h2.heading span {
    font-size:16px;
  }
  .page_search form.search .search_box {
  display:block;
    margin:0 auto 10px;
}
  /* mobile menu */ 
  span.menu_active, 
  span#Label, 
  #MainNav a, 
  #Submenu a { 
    display: block; 
   	margin: 0 10%; 
    background: #385667 url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 98% -237px no-repeat; 
    color: #fff; 
    font-family: 'Open Sans', helvetica, arial, sans-serif; 
    font-size: 1.4em; 
    text-transform: uppercase; 
    padding: 0 15px; 
    height: 45px; 
    line-height: 45px; 
    font-weight: bold; 
    letter-spacing: 0.1em;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    cursor: pointer; 
    font-style: normal; 
  }
  #MainNav, 
  #Submenu { 
    width: 80%; 
    margin: 0 10%; 
    position: relative; 
    z-index: 999; 
    -webkit-transition: max-height 300ms ease-in;
	-moz-transition: max-height 300ms ease-in;
	-ms-transition: max-height 300ms ease-in;
	transition: max-height 300ms ease-in;
    min-height: 0; 
    max-height: 0; 
    overflow: hidden; 
  }
  	#MainNav.open, 
  	#Submenu.open { 
    	max-height: 800px; 
  	}
  #MainNav li, 
  #Submenu li { 
    display: block; 
  }
  #MainNav li span, 
  #Submenu li span { 
   	display: none;  
  }
  #MainNav a, 
  #Submenu a, 
  #Submenu a.active, 
  #Filter .filter_outer { 
    font-weight: bold; 
    display: block; 
    text-align: left; 
    background: #5A7E96; 
    margin: 0; 
    font-size: 1em; 
    border: 0; 
    border-bottom: 1px solid #99ABB7; 
    height: 46px; 
    font-family: 'Open Sans', helvetica, arial, sans-serif; 
    text-transform: uppercase; 
    color: #fff; 
  }
  #MainNav a:hover, 
  #MainNav li.active > a { 
   	color: #fff;  
  }
  	#MainNav li:last-child a, 
  	#Submenu li:last-child a { 
    	height: 45px; 
    	border-bottom: 0; 
  	}
  	#MainNav a:hover, 
 	#MainNav a:active, 
  	#Submenu a:hover, 
 	#Submenu a:active { 
    	color: #fff; 
    	background: #385667; 
  	}
  .collection span.menu_active,
  .collection span.menu_active.open,
  span#Label, 
  #Filter .filter_outer.filtered,
  #Filter .filter_outer.filtered.open,
  #Filter .filter_outer.filtered:hover { 
    background: #F7F7F7 url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 98% -237px no-repeat; 
    border: 1px solid #5D7E95; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    color: #5D7E95; 
  }
  	#Filter .filter_outer.filtered, 
  	#Filter .filter_outer.filtered.open,
  	#Filter .filter_outer.filtered:hover { 
    	border-top: 0; 
  	}
  .collection .index span.menu_active,
  span#Label{ 
    background: #3A5666 url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 98% -238px no-repeat; 
    color: #fff; 
  }
  	span.menu_active.open, 
  	.open span#Label { 
    	background-position: 98% -200px; 
  	}
  /* hero imgs */ 
  #Hero .hero h3 { 
   	font-size: 1.8em;  
  }
  #Hero span, 
  #Hero .hero_full span { 
    border: 0; 
    padding: 5px 10px; 
  }
  #Hero .hero h5 { 
   	font-size: 1.2em;  
  }
  #Hero.secondary .table_cell { 
   	font-size: 2em;  
  }
  #TopBar { 
	height: auto; 	 
    margin-bottom: 0; 
  }
  /* top bar */ 
  #TopBar #TopLeft, 
  #TopBar #TopRight { 
   	position: relative;  
    left: auto; 
    right: auto; 
    text-align: center; 
    line-height: 2; 
    width:100%;
  }
  #Search, 
  #TopBar .separator, 
  #CustomerLinks, 
  #CartCustomer { 
   	height: 30px; 
    line-height: 32px; 
  }
  #TopBar #TopRight.search_open {
    margin-bottom:20px;
  }
  #TopBar #TopRight.search_open #SearchForm, #Search.open  {
    width:100%;
    display:block;
  }
  #TopBar #TopRight.search_open .separator.first {
    display:none !important;
  }
  #Search.open {
    margin-bottom:20px;
  }
  #TopBar #TopRight.search_open #CustomerLinks {
  }
  #Search.open .search_query { 
   	 width:90%;
  }
  /* collections page */ 
  .product_loop li { 
	width: 100%;
  }
  #Collections .heading { 
   	display: none;  
  }
  #ContentOuter {
   	padding-top: 1em;  
  }
  #Filter { 
   	background: transparent; 
    border: 0; 
    text-align: left; 
    font-size: 1em; 
  }
  #Filter em { 
   	font-style: normal;  
  }
  #Filter .container { 
   	padding: 0; 
    width: 100%; 
    max-height: 45px; 
    overflow: hidden; 
    
    -webkit-transition: max-height 300ms ease-in;
	-moz-transition: max-height 300ms ease-in;
	-ms-transition: max-height 300ms ease-in;
	transition: max-height 300ms ease-in;
  }
    #Filter.open .container { 
    	max-height: 1000px; 
    }
  #Filter .filter_outer, 
  #Filter .filter_outer:hover{ 
	width: 80%; 
    margin: 0 10%; 
    padding: 0; 
    background: #5A7E96 url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/icons.png?4129123246900298253) 98% -237px no-repeat; 
    height: auto; 
  }
  	#Filter .filter_outer span { 
    	font-size: 1.4em; 
    	padding: 0 15px; 
    	height: 45px; 
    	line-height: 45px; 
    	-webkit-font-smoothing: antialiased; 
  	}
  	#Filter .filter_outer.open { 
    	background-position: 98% -200px; 
  	}
  	#Filter .filter_outer.open span { 
    	display: block; 
  	}
  #Filter .filter_outer ul { 
   	display: none; 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    border: 0; 
    -moz-box-shadow: none; 
    box-shadow: none; 
    border-top: 1px solid #E0E0E0; 
  }
  #Filter .filter_outer li { 
   	padding: 0 15px; 
    border: 0; 
    border-bottom: 1px solid #E0E0E0; 
    background: #F7F7F7; 
    height: 45px; 
    line-height: 45px; 
    font-size: 1.4em; 
  }
  #Reset { 
	width: 80%; 
    margin: 0 10%; 
    font-size: 1.4em; 
    font-family: 'Open Sans', helvetica, arial, sans-serif; 
    text-transform: uppercase; 
    height: 45px; 
    line-height: 45px; 
    color: #5A7E96; 
    font-weight: bold; 
    padding: 0 15px; 
  }
  /* product page */ 
  #ProductMain { 
   	border-top: 0; 
    padding-top: 0; 
  }
  #ProductMain .breadcrumbs { 
   	display: none; 
  }
  #RelatedProducts .product_loop li { 
   	width: 48%;   
  }
  #MailchimpLabel {
    margin-bottom: 10px;
	display: block;
  }
  .mc-field-group {
    display: block;
	width: 100%;
  }
  .mc-field-group input[type="email"] {
    width: 60%;
	padding: 5px 5px;
  }
  .mc-field-group input[type="submit"] {
    height: 40px;
	width: 28%;
  }
  
  #CartTable .img_outer { 
 	width: 30px; 
  	height: 30px;  
	}
  #CartTable tr td:nth-child(2){
    
    min-width:50%;
  }
  #CartTable tr td:nth-child(2) a{
  display: block;
min-width: 100px;
  }
	#CartTable .img_outer img { 
 		height: 100%; 
  		width: auto; 
  		margin-left: -13px;
	}
  .form-outer label {
    display:block;
    width:100%;
    margin-bottom:10px;
  }
  .form-outer input[type="text"], .form-outer input[type="email"], .form-outer input[type="password"], .form-outer textarea, .contact-dropdown {
    display:block;
    width:100%;
  }
  .half { 
 	width: 100%;  
}
  .page_search .heading {
    border:none;
    height:auto;
    line-height:120%;
  }
  .page_search .heading span {
    border:none;
    height:auto;
    line-height:120%;
  }
  #mce-error-response, #mce-responses, div.mce_inline_error {
    position:relative;
  }
}

/***********************************************************************/ 
/* RETINA **************************************************************/ 
/***********************************************************************/ 

.touch #Logo { 
  	background: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/logo2x.png?4129123246900298253) center top no-repeat;  
  	background-size: 100%; auto; 
}
.touch #FooterLogo { 
  	background-image: url(//cdn.shopify.com/s/files/1/0021/6772/t/7/assets/footer2x.png?4129123246900298253); 
  	background-size: 100% auto; 
}