/* Main */
body {
	font-family: georgia, courier new, arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 17px;

}
`
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: georgia, courier new, sans-serif, times; 
	font-style: italic;
	
}

/* Prev/Next buttons ---------------------- */
ul.prevnext { color: #999; font-family: arial,Helvetica; font-size: 9px; }
ul.prevnext li a, ul.prevnext li span { text-transform: uppercase; margin-left: 6px; font-size: 9px; color: #999; }

td#orderTotal {
	text-align: right;
}

span#orderTotalSpan {
	font-size: 1.4em;
}

a { color: #ad9371; text-decoration: none; line-height: inherit; }

::selection { background: #666; }
::-webkit-selection { background: #666; }
::-moz-selection { background: #666; }

a:hover { color: #ad9371; }

a:focus { color: #37a4ec; outline: none; }

p { font-family: georgia, courier new, sans-serif, times; }

p a, p a:visited { line-height: inherit; }

.panel {
	color: #333;
}

select {
	width: auto;
}

img:hover { opacity: .9; }
img.nopacity:hover { opacity: 1; }

hr { border: none;
	border-top: 1px solid #dddddd;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.topNav {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr.mainNav {
	margin-top: 4px;
	margin-bottom: 2px;
}
hr.dark {
	border-top: 1px solid #dddddd;
}

hr.white {
	border-top: 1px solid #dddddd;
}

hr.subhead { 
	border: none;
	border-top: 1px solid #dddddd;
	margin-top: 1px;
	margin-bottom: 5px;
}

hr.subnav {
	margin-top: 10px;
	margin-bottom: 12px;
}

.verticalLine {
    border-right: thin solid #dddddd;
}

/* Top Bar */
.top-bar, .contain-to-grid {
	background-color: #fff;
}

.top-bar ul > li.search form input[type=search] { 
background-color: #666666;
 }
 
.top-bar ul > li.search form input[type="text"] {
	margin-top: 5px;
	font-family: arial;
}
.top-bar ul > li a:not(.button) { 
color: #666; 
display: block;
font-family: tablet-gothic,arial; 
font-size: 0.8em; 
font-weight: bold; 
height: 30px; 
line-height: 30px; 
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 0 15px; 
text-align: left;
}



.top-bar ul > li.search form {
	width: 200px;
}

/* <nav> */

.nav-highlight, .nav-highlight a {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: georgia, times, serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  color: #ffffff;
}


/*.top-bar ul > li:hover, .top-bar ul > li.active { background: #e0e0e0; }*/
.top-bar ul > li:hover a, .top-bar ul > li.active a { color: none; }

.top-bar ul > li.has-dropdown:hover { background: #e0e0e0; }

.top-bar ul > li.has-dropdown .dropdown { background: #e0e0e0;  }
.top-bar ul > li.has-dropdown .dropdown li { background: #e0e0e0 }
.top-bar ul > li.has-dropdown .dropdown li:hover { background: #e0e0e0 }
.top-bar ul > li.has-dropdown .dropdown li a:hover { background: #e0e0e0; color: #ad9371; }

.top-bar ul > li.has-dropdown a:first-child:after { 
    content: ""; 
    display: none; 
    width: 0; 
    height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 15px; top: 17px; 
    }

 .cartNavCount {
	    background-color: #5f5f5f;
	    padding: 2px 4px;
	    margin-left: 0px;
	    color: #e1e1e1;
	    font-weight: bold;
	    border-radius: 2px;
    }
    .arrow_box {
	position: relative;
	background: #5f5f5f;
	margin-left: 6px;
}
.arrow_box:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(228, 228, 228, 0);
	border-right-color: #5f5f5f;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}

.top-bar ul > li.search:hover {
	background-color: #e0e0e0;
}

.mobileslide { font-size: 15px; font-weight: bold; margin-left: 10px; margin-bottom: 10px; margin-top: 10px

}
/*.top-bar ul > li:hover {
	background-color: #e0e0e0;
}*/

/* Forms */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { 
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 0px solid #cccccc; 
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
-ms-border-radius: 0px; 
-o-border-radius: 0px; border-radius: 0px; 
-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1); 
-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1); 
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1); 
color: #999999; 
display: block; 
font-size: 14px; 
margin: 0 0 12px 0; 
padding: 6px; 
height: 32px; 
width: 100%; 
-webkit-transition: all 0.15s linear; 
-moz-transition: all 0.15s linear; 
-o-transition: all 0.15s linear; 
transition: all 0.15s linear; 
background-color: #f3f3f3;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { 
background: #fafafa; 
outline: none !important; 
border-color: #b3b3b3; }

ul.productDetails {
	list-style-type: none;
}

ul.productDetails li {

}

/* Navigation */ 
.nav-bar { 
	height: auto; 
	display: table;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding: 0px; 
	background: none;
	border-right: none;
	margin-left: auto;
	margin-right: auto;
}
.nav-bar > li { 
	display: block; 
	position: relative; 
	padding: 0;
	margin: 0; 
	border: 0px none #333333;
	border-right: none; 
	line-height: 20px; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	background: none;
}

.nav-bar > li:first-child { 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}

.nav-bar > li:last-child > a { 
	border-right: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;

}
.nav-bar > li.active { 
	background: none; 
}
.nav-bar > li.active > a { 
	/* Link color */
	color: #999999;
	cursor: default; 
}
.nav-bar > li.active:hover { 
	background: none; 
	cursor: default; 
}
.nav-bar > li:hover { 
	background: none; 
}

.nav-bar > li { padding: 0px; margin: 0px; letter-spacing: 0.05em; }
.nav-bar > li > a { color: #242424;  }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 18px !important; position: relative; }
.nav-bar > li.dark > a:first-child { color: #666666; }
.nav-bar > li.dark > a:first-child:hover { color: #666666; }
.nav-bar > li.has-flyout > a:first-child:after { 
    content: ""; 
    display: none; 
    width: 0; 
    height: 0; 
    border: solid 4px; 
    border-color: #e6e6e6 transparent transparent transparent; 
    position: absolute; 
    right: 20px; 
    top: 10px; 
    }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: center; right: 0; top: 0; padding: 15px; z-index: 2; display: block; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 1.1em;
text-transform: uppercase;
font-style: italic;
font-weight: normal; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar > li > a.dark {
color: #8e8e8e;
}
.nav-bar > li > a:first-child {
	padding-left: 8px;
	padding-right: 18px;
}

.nav-bar > li > a.search {
	padding-right: 0px !important;
}

.flyout { 
background: #ffffff;  
margin: 0 auto;  
z-index: 40; 
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none; 
}

li.mainNavHeader {
	font-weight: bold;
	/* text-transform: uppercase; */
}

.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.66667px; }
.flyout.largeCollege { width: 800px; margin-left: -485px; }
.flyout.superwide { width: 1000px; height: 160px; margin : 0 auto; position: absolute; left: -220px; padding: 0;}

.flyout.navZero { width: 200px; height: 220px; margin : 0 auto; position: absolute; left: -25px; padding: 10px; }
.flyout.navOne { width: 860px; height: 340px; margin : 0 auto; position: absolute; left: -100px; padding: 10px; }
.flyout.navTwo { width: 860px; height: 300px; margin : 0 auto; position: absolute; left: -200px; padding: 10px; }
.flyout.navThree { width: 420px; height: 300px; margin : 0 auto; position: absolute; left: -50px; padding: 10px;}
.flyout.navFour { width: 420px; height: 400px; margin : 0 auto; position: absolute; left: -50px; padding: 10px;}
.flyout.navFive { width: 420px; height: 400px; margin : 0 auto; position: absolute; left: -150px; padding: 10px;}
.flyout.right { left: auto; right: -2px; }
.flyout.left { right: auto; left: -2px; }
.flyout.up { top: auto; bottom: 39px; }

.flyoutwrapper { 
	background: #fff;
    width: 4000px;
    left: -2000px;
    z-index: 1000;
    position: absolute;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

ul.flyout, .nav-bar li ul { padding: 0; list-style: none; text-align: left; }
ul.flyout li, .nav-bar li ul li { border-left: none; }
ul.flyout li a, .nav-bar li ul li a { 
background: #ffffff; 
border-width: 0px 0px 0 0; 
color: #666; 
display: block; 
font-weight: normal;
height: auto; 
line-height: 1; 
padding: 6px 0px; 
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none; 
}
ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #fafafa; color: #242424; }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 0px solid #ad9371; border-left: 0px solid #1a1a1a; }
ul.flyout li.active a, .nav-bar li ul li.active a { background: #ffffff; border: none; color: #ad9371; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

.slideSign{
	backgroundcolor:#666;
}

.subnavcaption {
	font-family: georgia, arial;
	font-style: bold;
	text-transform: uppercase;
	font-style: italic;
	font-size: .8em;
	color: #ad9371;
}

.subnavcaption:hover {
	text-decoration: underline;
}

/* Product */
table.productPrice, table.productPrice td{
	background: none;
	border: 0px none;
	color: #999;
	vertical-align: middle;
	width: auto;
	padding:0px;
	padding-right: 5px;
	margin: 0px;
	margin-bottom: 12px;
	margin-top:10px;
	font-weight: bold;
	text-transform: uppercase;
}
td.dark {
	color: #353535;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

table.productPrice td h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	color: #999;
}

h2.productPrice, h3.productPrice {
	margin: 0px;
}

.subnav, .subnav-highlight a {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #666;
}

.PDPdescription {
	font-family: tablet-gothic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.0em;
	}


/* Normal Buttons ---------------------- */
.button { 
width: auto; 
background: #2b2b2b; 
border: 0px solid #1e728c; 
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none; 
color: white;  
display: inline-block; 
font-family: alternate-gothic-no-2-d, Arial, sans-serif; 
font-size: 17px;
letter-spacing: 0.05em;
font-weight: bold; 
margin: 0; 
outline: none; 
padding: 10px 20px 10px; 
position: relative; 
text-align: center; 
text-decoration: none; 
-webkit-transition: background-color 0.15s ease-in-out; 
-moz-transition: background-color 0.15s ease-in-out; 
-o-transition: background-color 0.15s ease-in-out; 
transition: background-color 0.15s ease-in-out; 
text-transform: uppercase;
}

.blue {
	background: #1e728c;
}

/* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ 
.button:hover { 
color: white; 
background-color: #ad9371; 
}

.blue:hover {
	background-color: #175b6f;
}
.button:active { 
-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) inset; 
-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) inset; 
box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) inset; 
}
.button:focus { 
-webkit-box-shadow: 0 0 0px #2ba6cb, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
-moz-box-shadow: 0 0 0px #2ba6cb, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
box-shadow: 0 0 0px #2ba6cb, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
color: white; 
}

.button.large { font-size: 17px; padding: 15px 50px 15px; }
.button.medium { font-size: 14px; }
.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; }
.button.primary:hover { background-color: #ca3e2a; }

.button.primary:focus { 
-webkit-box-shadow: 0 0 0px #ca3e2a, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
-moz-box-shadow: 0 0 4px #ca3e2a, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
box-shadow: 0 0 4px #ca3e2a, 0 0px 0 rgba(255, 255, 255, 0.5) inset; 
}
.button.success { background-color: #ca3e2a; border: 0px solid #396516; }
.button.success:hover { background-color: #ca3e2a; }
.button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover { background-color: #ca3e2a; }
.button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.secondary { background-color: #fff; color: #1d1d1d; border: 0px solid #c3c3c3; }
.button.secondary:hover { background-color: #e9e9e9; }
.button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { 
    opacity: 0.6; 
    cursor: default; 
    background: #999999; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; b
    ox-shadow: none; 
    }
.button.disabled :hover, .button[disabled] :hover { background: #2ba6cb; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
.button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; }

#product-photo-thumbs, #product-photo-thumbs-modal {
	list-style-type: none;
}

#product-photo-thumbs1, #product-photo-thumbs2, #product-photo-thumbs3, #product-photo-thumbs4  {
	list-style-type: none;
}


.productTitle {
	margin-top: 0px;
	margin-bottom: 4px;
	padding-right: 70px;
}

/* Text Selection */
/* Mozilla based browsers */
/*
::-moz-selection {
       background-color: #ad9371;
       color: #ececec;
}
*/

/* Works in Safari */
/*
::selection {
       background-color: #ad9371;
       color: #ececec;
}

*/

textarea { height: auto; }

form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; margin: 0 auto; }
.headline, .subHeadline { text-transform: uppercase; font-weight: normal; }

div.collection div.overlay {
    background-color: #242424;
	background: rgba(30,30,30, .95);
	height: 220px;
    width: 100%;
    padding: 22px;
	padding-bottom: 5px;
	display: block;
	z-index: 5;
    text-align: left;
	position: absolute;
	bottom: -220px;
	left: 0px;
	padding-top: 0px;
	-webkit-transition: bottom 0.25s ease-in-out 0s;
	-moz-transition: bottom 0.25s ease-in-out 0s;
	-o-transition: bottom 0.25s ease-in-out 0s;
	transition: bottom 0.25s ease-in-out 0s;
}
div.collection:hover div.overlay {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    -transition-delay: .2s;
	bottom: 0px;
    visibility: visible;
}

div.collection:hover div.noVariant {
	bottom: -100px;
}

div.collection div.soldout {
	bottom: -135px;
	background: rgba(30,30,30, 0.95);
	-webkit-transition: background 0.25s ease-in-out 0s;
	-moz-transition: background 0.25s ease-in-out 0s;
	-o-transition: background 0.25s ease-in-out 0s;
	transition: background 0.25s ease-in-out 0s;
}

div.collection div.multi {
	bottom: -135px;
	background: rgba(30,30,30, 0.95);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

div.collection div.soldout p {
	margin-top: 12px;
	color: #949494;
	font-size: 1.3rem;
}

span.soldoutHeader {
	 font-weight: bold; 
	 font-style: italic;
	 /* color: #242424; */
	 color: #f0f0f0;
	 -webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

div.collection:hover div.soldout span.soldoutHeader {
	color: #f0f0f0;
	font-size: 1.3rem;
}

div.collection:hover div.soldout {
	bottom: -135px;
	background: rgba(30,30,30, 0.95);
}

div.collection:hover div.multi {
	bottom: 0px;
	background: rgba(30,30,30, 0.95);
}

div.collection {
	position: relative;
	z-index: 2;
	overflow: hidden;
    /* For max height
    display: table-cell;
    vertical-align: middle;
    */
}
li.singleproduct p {
/* display: none; */
}
div.collection img {
    /* display: none;  */  
    }
div.collection .ui-button-text-only .ui-button-text {
    width: 40px;
    }
div.collection .ui-widget {
    font-size: .9em;
    }
    
div.fullWidth{
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
	max-width: initial;
}

.C1wrapper{
	position: relative;
	overflow: hidden;
	height: 0px;
	padding-bottom: 32.14285714%;
	margin-right: 0px;
	margin-left: 0px;
}

.C1banner{
	text-align: center;
	margin-bottom: 0px;
	height: 450px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.block-grid.three-up > li {
    padding: 0 0 12px;
    }
    
    .modalLabel, .modalLabel:first-child {
     margin-top: 12px;   
    }
    
    .label { padding: 1px 4px 2px; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #666666; }
a.collectionText { font-family: georgia; color: #242424; font-size: 1em; font-weight: normal; text-align: left; }
a.collectionText:hover { color: #ad9371; } 
.collectionText.headline { font-family: tablet-gothic; font-weight: 700; text-transform: uppercase; font-size: 1.0em;} 
.collectionText.vendor { font-style: italic; text-transform: none; font-size: 0.9em; color: #666666; }
.collectionText.price { font-family: tablet-gothic; font-weight: 400; text-transform: uppercase; font-size: 1.0em;} 


.product-photo-thumb img, .product-photo-thumb-modal img { cursor: pointer; }
.productVendor { font-style: italic; margin-top: 0px; margin-bottom: 5px; color: #999999}

table.cart, table.sizeChart { border-collapse: collapse; width: 100%; background: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; margin: 0 0 18px; border: 0px solid #ddd; }
table.cart thead, table tfoot { background: none; }
table.cart thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table.cart thead tr th, table tfoot tr td { padding: 0px 10px 4px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
table tfoot tr td { text-transform: none; font-size: 20px; padding-top: 22px; }


table.cart tbody tr.even, table tbody tr.alt { background: none; }
table.cart tbody tr:nth-child(even) { background: none; }
table.cart tbody tr td { padding: 9px 10px; vertical-align: top; border: none; }
table.cart tbody tr.product { padding-bottom: 12px; border-bottom: solid 1px #dddddd; }

table.sizeChart thead, table tfoot { background: none; }
table.sizeChart thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table.sizeChart thead tr th, table tfoot tr td { padding: 0px 10px 4px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
table.sizeChart tbody tr.even, table tbody tr.alt { background: none; }
table.sizeChart tbody tr:nth-child(even) { background: none; }
table.sizeChart tbody tr td { padding: 9px 10px; vertical-align: top; border: none; }
table.sizeChart tbody tr.product { padding-bottom: 12px; border-bottom: solid 1px #dddddd86; }

ul li ul.navCollege, ul li ol.navCollege a {
    font-size: 0.9em;
    font-weight: 700;
    margin-left: 0px;
    }



@media only screen and (min-width: 481px) {
.nav-wrapper {
	margin-left:5px;
	margin-right:5px;
	
}


.centerBlock {
	text-align: center;
}

    

/*@media only screen and (max-width: 935px) {
	.nav-bar > li.has-flyout > a:first-child:after { 
    content: ""; 
    display: block; 
    width: 0; 
    height: 0; 
    border: solid 4px; 
    border-color: #e6e6e6 transparent transparent transparent; 
    position: absolute; 
    right: 15px; 
    top: 17px;
   
    */

.nav-bar > li.has-flyout > a.flyout-toggle { 
border-left: 0 !important; 
position: absolute; 
right: 0; 
top: 0; 
padding: 0px; 
z-index: 2; 
display: block; 
}
ul.flyout li a, .nav-bar li ul li a { 

font-size: 1.1em;


}

.nav-bar > li.has-flyout > a:first-child {
	padding-left: 0px !important;
}

.nav-bar > li > a:first-child {
	padding-right: 18px;
	padding-left: 0px !important;
}



    /*
.top-bar ul > li.has-dropdown a:first-child:after { 
    content: ""; 
    display: block; 
    width: 0; 
    height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 15px; top: 17px; 
    }
*/
    
    .reveal-modal.product {
	    height: 100%; 
    width: 100% !important; 
    
    }
    

	
}

<!-- MAX WIDTH 767PX -->
@media only screen and (max-width: 767px) { 

.indexMainBlock {
	height: 180px !important;
}

.indexMainBlock .eight, .indexMainBlock .six {
	margin-top: 15px !important;
}

.indexMainBlock h1, .indexSecondBlockBG h1 {
	font-size: 2.4em !important;
	padding-top: 8px !important;
}

.indexMainBlock p, .indexSecondBlockBG p {
	font-size: 1.1em !important;
}

.indexSecondBlock {
	height: 180px !important;
}

.indexSecondBlock .twelve, .indexSecondBlock .six {
	margin-top: 15px !important;
}

.indexSecondBlockBG {
	height: 180px !important;
}

.indexSecondBlockBG .eight {
	padding: 8px !important;
}
.indexSecondBlockBG h1 {
	font-size: 3.0em !important;
	padding-top: 8px !important;
}

.top-bar { 
margin-bottom: 0; 
overflow: hidden; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ 
}
  .top-bar .js-generated { display: block; }
  .contain-to-grid .top-bar { width: auto; }
  .top-bar section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms; -moz-transition: left 300ms; -o-transition: left 300ms; transition: left 300ms; }
  .top-bar ul { width: 100%; min-height: 100%; height: 100%; margin-bottom: 0; display: block; }
  .top-bar ul li { float: none; /* Branding and name */ /* Dropdown Toggle */ /* Divider for breakpoint */ /* Search Overrides for breakpoint size */ /* Dropdown Level 1 */ /* Dropdown Level 2 */ }
  .top-bar ul li.active, .top-bar ul li:hover { background: #090909; }
  .top-bar ul li.name { background: black; }
  .top-bar ul li.name h1 { line-height: 1; }
  .top-bar ul li.name h1 a { padding-left: 22.5px; }

.top-bar ul li.search form input[type=text] { width: auto; /* margin-left: 110px; */ }
h1 { font-size: 30px; margin-bottom: 0px; }
h2 { font-size: 26px; margin-bottom: 0px; }
h3 { font-size: 18px; margin-bottom: 0px; }


.top-bar ul li.search, .top-bar ul > li.search:hover {
/*
background-image: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/mtsLogo.png?5015143722959475780'); 
background-repeat: no-repeat;	
background-position: 10px 11px;
*/
}

div.collection div.overlay { display: none; }
.top-bar ul li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: #ececec transparent transparent transparent; padding: 0; position: absolute; top: 50%; right: 22.5px; margin-top: -4px; }
.column, .columns { padding: 0 12px; }
.block-grid.three-up > li { padding: 0px; }
form.custom ul { padding-top: 4px; padding-bottom: 4px; }
.toggle-menuicon{display: block; }



}


/* Reveal Modals ---------------------- */
.reveal-modal-bg { 
    position: fixed; 
    height: 100%; 
    width: 100%; 
    background: #000; 
    background: rgba(0, 0, 0, 0.98); z-index: 40; display: none; top: 0; left: 0; }

.reveal-modal { 
background: #ffffff; 
visibility: hidden; 
display: none; 
top: 10px; 
left: 50%; 
margin-left: -260px; 
width: 520px; 
position: absolute; 
z-index: 41; 
padding: 30px; 
-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4); 
box-shadow: 0 0 0px rgba(0, 0, 0, 0.4); 
}
.reveal-modal *:first-child { margin-top: 0; }
.reveal-modal *:last-child { margin-bottom: 0; }
.reveal-modal .close-reveal-modal { 
    font-size: 20px; 
    font-size: 2.0rem; 
    line-height: .5; 
    position: absolute; 
    top: 28px; 
    right: 26px; 
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6); 
    font-weight: bold; 
    cursor: pointer; 
    }
    
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }

.reveal-modal.cart { width: 940px; max-width: 940px; margin-left: -470px; }
.reveal-modal.help { width: 766px; max-width: 766px; margin-left: -383px; }
reveal-modal.signin { width: 520px; max-width: 520px; margin-left: -260px; }
.reveal-modal.product { width: 100%; max-width: 100%; margin-left: -50%; height: 100%; }

div#paypal {
	float: right;
}

div#verisign {
	width: 90%;
	margin-bottom: 8px; 
}
@media only screen and (max-width: 940px) { 
.reveal-modal.cart { width: 100%; margin-left: -50%; }
}

@media only screen and (max-width: 767px) {
.reveal-modal.help, .reveal-modal.product { 
	width: 100% !important; 
	margin-left: -50% !important; 
}	

td#orderTotal { 
	text-align: left; 
}

div#paypal {
	float: left;
}

div#verisign {
	width: 100%; 
}

.row .mobile-two {
	padding: 0 6px;
}

input.login {
	width: 100% !important;
}
}


/* Hiding the drop-downs. */
#product-variants, .selector-wrapper { display:none; }

/* Style the swatches */
#swatches { margin:15px 0 0; }
li.singleproduct #swatches { margin:0 0 0 0px; }
.swatch { margin:15px 0; }
li.singleproduct .swatch { margin: 8px 0; }
.swatch ul { list-style-type:none; margin:0; padding:0; font-weight:bold; }
.swatch li {
  /* Rounded corners */
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color:#ffffff;
  /* Spacing between buttons */
  margin:0px 4px 8px 0;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  border: #545454 1px solid !important;
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:10px;
  color: #666666;
}

.swatch li:hover {
	background-color: #e0e0e0;
	
}

/* Styles for the text or color container within the swatch button */
.swatch li span { display:block; width: 50px; margin-top: 4px; margin-bottom: 4px; text-align: center; margin-left: 0px; margin-right: 0px; font-family: arial; }

li.singleproduct .swatch li span { display: block; width: 50px; margin-top: 4px; margin-bottom: 4px; text-align: center; margin-left: 0px; margin-right: 0px; }
/* Special styles for color swatches */
/* They don't contain text so they need to have a width and height */
.swatch li.color { width:65px; height:30px; }
/* The container of the image/color must be as big as its container */
.swatch li.color span { width:100%; height:100%; margin:0; }

/* Styling sold out options */
.swatch ul.options li.soldout { display:none; }
/* That's the image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; right:0; }
.swatch li .crossed-out { display:none; }
.swatch li.soldout .crossed-out { display:none; }
.swatch li.soldout span { display:none; }

/* Styling selected swatch */
/* Darker border and slightly raised */
.swatch li.selected {
  border:#white 1px solid !important;
  background-color: #222222;
  color: white;
}


#cartLink:hover span.arrow_box:after {
	
	border-right-color: #ad9371;
}

#cartLink:hover span.cartNavCount {
	background-color: #ad9371;
}
.modalLabel, .modalLabel:first-child {
     margin-top: 12px;   
    }
 
ul.shareLinks li { list-style: none; float: left; padding-right: 5px; margin-bottom: 12px; }
.fancyShare { width: 90px; }
.pinterestShare { width: 65px; }
.twitterShare { width: 65px; }

ul.womenFlyout:hover {
	/* display:none; */
	background-color: blue;
	color: blue;
}
dl.sub-nav {
	/* text-transform: uppercase; */
}
dl.sub-nav dd.active a {
	background-color: #999;
	text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}

dl.sub-nav dd a {
	
}

dl.sub-nav dt {
	
	color: #666;
}

dl.sub-nav dt, dl.sub-nav dd {
	font-size: .85em;
	font-weight: bold;
}

li.product-photo-thumb {
	border: 1px #e1e1e1 solid;
	opacity: .7;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 10px;
	width: 60px;
}

li.product-photo-thumb2 {
	/* border: 1px #e1e1e1 solid; */
	border-radius: 2px;
	opacity: .7;
	margin-bottom: 6px;
	width: 40px;
	float: left;	
	margin-right: 20px;

}

.block-grid.three-up:first-child {
	margin-right: 0px;
}

.footer > li > a {
	color: #999999;
	font-size: 10px;
}

.footerheader{
	font-size: 12px;
	font-family: georgia;
	font-style: italic;
}

.footerlink{
	color: #666;
	font-size: 9px;
	letter-spacing: .1em;
	font-family: Verdana;
	text-transform: uppercase;
	list-style-type: none;
	padding-bottom: 10px;
}

a.footerlink:hover{
	text-decoration: underline;
	color: #666;
}

.footersocial{
	color: #666;
	font-size: 14px;
	list-style-type: none;
	padding-bottom: 10px;
}


.social > li > a {
	color: #000000;
	font-size: 2em !important;
}

ol.pages > li {
	margin-bottom: 18px;
}

.button.secondary {
	background-color: #d2d2d2;
	color: #090909;
}

.button.secondary:hover {
	background-color: #ad9371;
}

tr.contactUs {
	border-top: 1px solid #333;
}

td.righty {
	text-align: right;
	width: 35%;
}


#directions_text #direction_destination .name, .addresses li a .name {
	color: #999999;
}
        
#directions_text #direction_destination, .addresses li {
	background-image: url("/apps/store-locator/markers/map-pin-orange2.png")
}
        /*#col-main {width:90%;max-width:67em;margin:0 auto;color:#fff;}*/

#directions_steps .directions_instructions {
	color:#eee; 
}

#directions_steps .directions_step_id { 
	color:#888; 
}

#directions_text #direction_destination { 
	color: #EEE; 
}

.search_bar {
	background-color: #ffffff
}

.addresses li a span {
	color:#EEE;
}
#store_map {
	color:#333;
} 

a.socialLinks:hover {
	color: #666666;
}


div.orbit-wrapper div.slider-nav span.right {
	width: 78px;
	height: 100px;
	right: 0;
	opacity: .0;
	background: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/right-arrow.png?5015143722959475780');
}

div.orbit-wrapper div.slider-nav span.left {
	width: 78px;
	height: 100px;
	left: 0;
	opacity: .0;
	background: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/left-arrow.png?5015143722959475780');
}

div.orbit-wrapper:hover div.slider-nav span.right, div.orbit-wrapper:hover div.slider-nav span.left {
	opacity: .5;
}

ul.vcard {
	border: 1px solid #353535;
}

div.alert-box { 
display: block; 
padding: 6px 7px 7px; 
font-weight: bold; 
font-size: 14px; 
color: white; 
background-color: #0385b0; 
border: 0px solid rgba(0, 0, 0, 0.1); 
margin-bottom: 12px; 
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
-ms-border-radius: 0px; 
-o-border-radius: 0px; 
border-radius: 0px; 
text-shadow: 0 -0px rgba(0, 0, 0, 0.3); 
position: relative; }

span.salePrice {
	color: #ad9371;
}

.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }




img.press {
/*
	opacity: .8;
	-webkit-transition: bottom 1.2s ease-in-out 0s;
	-moz-transition: bottom 1.2s ease-in-out 0s;
	-o-transition: bottom 1.2s ease-in-out 0s;
	transition: bottom 1.2s ease-in-out 0s;
*/
}

img.press:hover {
/* 	opacity: 1; */
}

#pagination {
	font-size: 1.4em;
}

.swipe {
  /* padding-bottom:20px; */
}
.swipe li div, .swipe div div div {
  /*
margin:0 10px;
  padding:0px 0px;
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
*/
}

.strong {
	font-weight: bold;
}

#blog_article_title, #blog_body p, #blog_list li {
	font-family: Georgia, Times, serif;
	color: #242424;	
}
#blog_list li {
list-style-type: none;
font-size: 2.0rem;
margin-bottom: 16px;
}

#blog_article_title {
	font-size: 3.0rem;
	line-height: 3.8rem;
	/*
text-transform: uppercase;
	text-align: center;
*/
}

#blog_article_title a {
	color: #242424;
}

#blog_body p {
	font-size: 2.0rem;
}

#blog_body_list p, #blog_body_list a.blog_body {
	font-family: Georgia, Times, serif;
	font-size: 1.5rem;
	text-align: left;
}

#blog_body_list p {
	color: #242424;
}

#blog_body_list a.blog_body {
	text-transform: uppercase;
}

#blog_body img {
	margin-bottom: 0px;
}

p.blog_date {
	font-size: 1.4rem !important;
	margin-top: -15px;
	color: #242424;
	/* text-align: center !important; */
	font-family: Georgia, Times, serif;
}

a.blog_body {
	text-align: center;
}

p.blog_author {
	font-size: 1.9rem;
	color: #242424;
	text-align: center;
	font-family: Georgia, Times, serif;
}

img.blog_logo {
	margin-bottom: 6px;
	margin-top: 46px;
}

#sharing{
  float:left;
  margin:0px 33% 0 33%;
}

#blogShare {

}

#blogShare .box{
}

#blogShare .box a, p.blog_comment_header, h2.sidebar {
  color:#242424;
  font-family: Georgia, serif, Times;
  text-transform: uppercase;
  font-size: 16px;
}

ul.sidebar, p.blogSidebar {
	list-style: none;
	font-family: Georgia, serif, Times;
	font-size: 0.9em;
	font-weight: bold;
}

p.blogSidebar {
	color: #242424;
	margin-bottom: 0px;
}

hr.sidebar {
	margin-top: 6px;
	margin-bottom: 6px;
}

p.blogSidebar {
	font-weight:normal;
	font-size: 0.8em;
}
#sampleSaleShare .box a {
  font-family: Georgia, serif, Times;
  text-transform: uppercase;
  font-size: 16px;
}


#blogShare .box a:hover{
  text-decoration:none;
}
#blogShare .count {
  font-weight:bold;
  font-size: 16px;
  border-right:1px solid #242424;
  line-height:40px;
  padding-right:10px;
  display: none;
}
#blogShare .share {
  margin-left:10px;
  font-size:16px;
  width:82px;
}
#blogShare .buttons {
  position: relative;
  width:100%;
  background-color:#fff;
  border: 0px solid rgba(0,0,0,.2);
  padding:10px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,.1);
  box-shadow: 0 0px 0px rgba(0,0,0,.1);
}
#blogShare .button {
  /* float:left; */
  max-width:50px;
  margin:0 10px 0 0;
  background: #fff;
  color: #242424;
  padding: 0px;
}
#blogShare .facebook {
  margin:0 6px 0 0;
}

#sampleSaleShare .buttons {
  position: relative;
  width:100%;
  background-color: none;
  border: 0px solid rgba(0,0,0,.2);
  padding:10px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,.1);
  box-shadow: 0 0px 0px rgba(0,0,0,.1);
}
#sampleSaleShare .button {
  /* float:left; */
  max-width:50px;
  margin:0 10px 0 0;
  background: none;
  color: #242424;
  padding: 0px;
}

#sampleSaleShare a.count {
	display: none;
}
table tbody tr:nth-child(even) {
	background: none;
}

.nav-bar > li > a.footer {
	font-size: 0.9em;
	

}

.scrollup {
	background-color: #eaeaea;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;
    padding: 16px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    color: #242424;
    font-weight: bold;
    font-size: .8em;
    z-index: 5
}

.scrollup:hover {
	background-color: #f6f6f6;
	color: #242424;
}

.indexImage {
	padding-bottom: 20px;
}

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.catsubhead{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	font-family: georgia;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;

}

.championLanding {
margin-top: 20px; 
margin-bottom: 20px; 
height: 770px; 
padding-top: 240px; 
padding-bottom: 80px; 
background-image: url('https://dl.dropboxusercontent.com/u/225501/tsUpdates/championBackground.jpg'); 
background-repeat: no-repeat; 
background-position: center center;
}



.flex-video {
	margin-bottom: -80px;
}

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

.flex-video {
	margin-bottom: -40px;
}

#product-photo-container {
	margin-bottom: 12px;
}
.championLanding {
margin-top: 10px; 
margin-bottom: 10px; 
height: auto; 
padding-top: 20px; 
padding-bottom: 20px; 
background-image: none; 
background-repeat: no-repeat; 
background-position: center center;
}


p.blog_date {
	margin-top: 0px;
}

.indexImage {
	padding-bottom: 0px;
}

.reveal-modal { 
top: 10px; 
left: 0%; 
margin-left: 0px; 
width: 100%; 
}

.reveal-modal.help, .reveal-modal.product { 
	width: 100% !important; 
	margin-left: 0px !important; 
	padding: 12px;
	padding-left: 2px;
	padding-right: 2px;
}	

table.sizeChart tbody tr td, table.sizeChart thead tr th, table tfoot tr td {
	padding: 9px 0px;
}

	}
	
	
	
h2.category {
	font-family: georgia, courier new, times, serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 18px;
	color: #999;
}	
	

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #f0f0f0;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/fancybox_sprite.png?5015143722959475780');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/ajax-loader.gif?5015143722959475780') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/blank.gif?5015143722959475780'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//cdn.shopify.com/s/files/1/0186/1574/t/114/assets/fancybox_overlay.png?5015143722959475780');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
	background-color: #000;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 0px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 10px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 10;
	border: 0px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 0px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

dl.tabs dd.active {
	border-top: 1px solid #353535;
	margin-top: -1px;
	
}

dl.tabs dd.active a {
	color: #fff;
		background-color: #353535;
		border-left: none;
		border-right: none;
}
dl.tabs {
	border-bottom: solid 1px #353535;
}

table.sizeChart tr:hover td{
	background-color: #e0e0e0;
}




/* Gift 
d container */



#gift-card-outer-container {

  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(#000, .1) inset;
  padding: 1em;

}

  #gift-card-inner-container {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(#000, .1);
    border-radius: 2px;
  }

/* Header */




  #gift-card-header .tag {
      float: right;
  }

/* To/From */

#gift-card-tofrom {
  list-style-type: none;
  padding: 1em .75em 0; margin: 0;
}

  #gift-card-tofrom li {
    @include clearfix;
    padding: .5em 0;
  }

    #gift-card-tofrom h4 {
      float: left;
      width: 5em;
    }

    #gift-card-tofrom a {
      float: left;
      font-weight: 600;
      color: $darkgrey;
      &:hover { color: $accent; }
    }

/* Card holder */

#gift-card-holder {
  margin: .75em;

  margin-top: .35em;
  position: relative;
}






#gift-card {
  position: relative;
  @include box-sizing(border-box);
  @include innerShadow($radius: 10px);
}

  #gift-card img {
    border-radius: 10px;
  }

  #gift-card-code-outer {
    position: absolute; bottom: 1em;
    text-align: center;
    width: 100%;

    &.medium { font-size: .875em; }
    &.small { font-size: .75em; }

  }

    #gift-card-code-inner {
   margin: 1em;
      color: #242424;
      padding: .5em;
      border-radius: 4px;
     background-color: #EBEBEB;
   

    }

      #gift-card-code-inner strong {
        font-weight: 400; font-size: 1.875em; text-transform: uppercase;
     
  
        padding: .4em .5em;
        @include inline-block;
    
        line-height: 1;
      }

      #gift-card-code-inner span + span {
 
      }

  #gift-card-amount {
    position: absolute; top: 0; right: 0;
    color: #fff;
    font-size: 2.55em;
    padding: .4em .5em;
  }

    #gift-card-amount.medium {
      font-size: 2.25em;
    }

    #gift-card-amount strong {
      display: block;
    }



  #gift-card-amount .tooltip-label {
    font-size: .4em;
    color: #fff;
  }

    #gift-card-amount .tooltip-label small {
      text-transform: uppercase; letter-spacing: .1em; color: #b3b3b3;
      font-size: .875em;
    }

#gift-card-instructions {
  font-size: .875em; text-align: center; color: #999;
  margin: 0 .75em 1.5em;
}

/* Actions */

#gift-card-actions {
  padding: 1.25em .75em;
  padding-top: 0em;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
}


/*
========================================================================================

PRINT STYLES

---------------------------------------------------------------------------------------- */

@media print {

  body { background-color: #fff; color: #000; }

  #gift-card-actions, #gift-card-holder .corner, .tooltip-container {
      display: none;
  }

  #gift-card-code-inner strong { color: #555; }

  #gift-card-amount .tooltip { color: #fff !important; }

  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

  #gift-card-outer-container, #gift-card-inner-container { box-shadow: none; }

}

/* ===============================================
// Reveal module
// =============================================== */
 
.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}
 
@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}

