/* 

	RyanFosterDesign Ltd www.ryanfosterdesign.com 

*/
/* @group Image Sprite */
/* @end */
/* @group Mixins and Variables */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* variables */
/* @end */
/* @group Globals */
body {
  color: #999999;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
}
a {
  color: #142f46 !important;
  text-decoration: underline;
}
a:hover {
  color: #142f46;
  text-decoration: none;
}
img {
  max-width: 100%;
}
hr {
  border-top: 1px solid #C4BFB7;
  margin: 20px 0;
}
hr.blue {
  background: url(lines-blue.png?123) 0 0 repeat-x;	
  border: none;
  height: 13px;
  margin: 10px 0;
}
hr.red {
  background: url(lines-red.png) 0 0 repeat-x;	
  width: 100px;
  display: block;
  margin: 40px auto 0 auto;
  border: none;
  height: 17px;
}
.divider {
  color: #142f46;
  padding: 0 10px;
}
.hidden {
	display:none;
}
/* @end */
/* @group Forms */
label {
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  color: #142f46;
  padding-bottom: 5px;
}
input {
  -webkit-appearance: none;
}
.button,
.button:hover,
input.button,
input.button:hover {
  background: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #142f46 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #142f46 !important;
}
.button:hover,
input.button:hover {
  background: #142f46 !important;
  color: #fff !important;
}
input.field,
textarea.field {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999999 !important;
  width: 100%;
}
input.field:focus,
textarea.field:focus {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 30 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.error {
  color: red;
}
.success {
  color: green;
}
/* @end */
/* @group Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 44x;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "rooney-web", sans-serif;
  color: #142f46;
  margin-bottom: 20px;
}
h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #142f46;
  margin-bottom: 20px;
}
h2.subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "rooney-web", serif;
}
h3 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #142f46;
  margin-bottom: 20px;
}
h4,
h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h4 {
  font-style: italic;
  color: #142f46;
}
h6 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
}
p {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
del {
  color: #999999;
}
strong, b {
	font-weight: bold;
	color: #999;
}
/* @end */
/* @group Header */
header {
  display: block;
  position: relative;
  height: 210px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #142f46;
}
header a {
  text-decoration: none;
}
header a:hover {
  color: #999999 !important;
}
header h1 {
  width: 100%;
  position: absolute;
  top: 55px;
}
header h1.logo a {
  background: url(logo.svg?rpf) 0 0 no-repeat;
  width: 380px;
  height: 80px;
  background-size: 380px 80px;
  display: block;
  margin: 0 auto;
}
header h1.logo a span {
  display: none;
}
/* @end */
/* @group Header - Upper */
header section.upper {
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  top: 10px;
  width: 100%;
}
header section.upper div.search {
  display: block;
  float: left;
  width: 115px;
}
header section.upper div.search form {
  margin-bottom: 0;
}
header section.upper div.search input.field {
  border: 0 !important;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #142f46;
  width: 90px;
  margin: 0;
  padding: 0 0 5px 0;
  float: left;
}
header section.upper div.search input.search.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 5px;
  display: inline-block;
  background: url(sprite.png) -40px 0px no-repeat !important;
  text-indent: -10000px;
  width: 10px;
  height: 11px;
  float: right;
}
header section.upper div.search input.search.button:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
header section.upper span.divider {
  display: block;
  float: left;
}
header section.upper div.currency {
  display: block;
  float: left;
}
header section.upper div.currency form {
  margin: 0;
}
header section.upper div.currency label {
  font-weight: 400;
  float: left;
  font-size: 11px;
}
header section.upper div.currency div.styled-select {
  display: block;
  float: left;
  width: 50px !important;
  height: 30px;
  overflow-x: hidden !important;
  margin-top: -10px;
}
header section.upper div.currency div.styled-select select {
  font-size: 11px;
  width: 80px !important;
  max-width: 80px;
  height: 30px;
  padding: 6px 5px;
  display: inline-block;
  background: transparent;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0;
  color: #142f46;
  background: #ffffff url(pointer-down.png) no-repeat 32px 5px;

}
header section.upper div.promo-msg {
  text-align: center;
  padding-bottom: 10px;
}
header section.upper div.promo-msg p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}
header section.upper div.account-links a,
header section.upper div.account-links span.divider {
  float: right;
}
header section.upper div.mini-cart {
  float: right;
}
span.count {
  font-weight: 700;
}
/* @end */
/* @group Header - Lower */
header section.lower {
  position: absolute;
  bottom: 0;
  width: 100%;
}
header section.lower hr {
  margin: 15px 0;
}
/* @end */
/* @group Header - Desktop Menu */
header section.lower nav.main-menu.desktop {
  border-bottom: 1px solid #C4BFB7;
}
header section.lower nav.main-menu.desktop.hero {
  border-bottom: none;
}
header section.lower nav.main-menu.desktop ul {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}
header section.lower nav.main-menu.desktop ul li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
header section.lower nav.main-menu.desktop ul li:first-child {
  padding-left: 0;
}
header section.lower nav.main-menu.desktop ul li:last-child {
  padding-right: 0;
}
/* @end */
/* @group Header - Mobile Menu */
header section.mobile {
  display: none;
}
header section.mobile a.mobile-nav-toggle {
  background: url(sprite.png) -75px 5px no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
}
header section.mobile nav.main-menu.mobile ul {
  background: #142f46;
  margin: 0;
}
header section.mobile nav.main-menu.mobile ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
}
header section.mobile nav.main-menu.mobile ul li:last-child {
  border-bottom: none;
}
header section.mobile nav.main-menu.mobile ul li a {
  color: #fff !important;
  padding: 12px 0;
  display: block;
}
header section.mobile nav.main-menu.mobile ul li ul {
  padding: 0;
  margin: 0;
  display: none;
}
header section.mobile nav.main-menu.mobile ul li ul li {
  border-bottom: none;
  border-top: 1px dotted #fff;
  background: #2b3759;
}
header section.mobile nav.main-menu.mobile ul li ul li a {
  font-size: 11px;
}
header section.mobile hr {
  margin: 0 0 20px 0 !important;
}
/* @end */
/* @group Header - Fixed Menu */
header section.lower nav.main-menu.desktop.fixed {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  display: none;
  z-index: 1000;
  background: #fff;
  border-bottom: none;
}
header section.lower nav.main-menu.desktop.fixed hr {
  margin: 0;
}
header section.lower nav.main-menu.desktop.fixed ul {
  padding: 5px 0;
  margin-bottom: 0;
}
header section.lower nav.main-menu.desktop.fixed ul li {
  padding: 0 20px;
  margin: 0;
  display: inline;
}
header section.lower nav.main-menu.desktop.fixed ul li a {
  line-height: 35px;
}
header section.lower nav.main-menu.desktop.fixed a.logo {
  display: inline-block;
  float: left;
  width: 65px;
  height: 40px;
  background: url(logo-hares-blue.svg?1) 0 0 no-repeat;
  background-size: 65px 40px;
  padding: 0;
  margin: 2px 0 0 2px;
}
/* @end */
/* @group Header - Subcategory Drop Menu*/
header section.lower nav.main-menu ul li div.subcategory {
  display: none;
}
header section.lower nav.main-menu ul li:hover div.subcategory {
  display: block;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 0;
  cursor: pointer;
}
header section.lower nav.main-menu ul li:first-child:hover div.subcategory {
  left: -15px;
}
header section.lower nav.main-menu ul li:hover div.subcategory ul {
  margin: 0;
  width: 160px;
  background: #fff;
  margin-top: 21px;
  padding: 15px 15px 10px 15px;
  border: 1px solid #e8e8e8;
}
header section.lower nav.main-menu ul li:hover div.subcategory ul li {
  display: block;
  padding: 5px 0 10px 0;
  margin-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
header section.lower nav.main-menu.fixed ul li:hover div.subcategory ul li {
  padding: 5px 0 10px 0 !important;
}
header section.lower nav.main-menu.fixed ul li:hover div.subcategory ul li a {
  line-height: 18px;
  display: block;
}
header section.lower nav.main-menu.fixed ul li:hover div.subcategory {
  left: 5px;
}
header section.lower nav.main-menu ul li:hover div.subcategory ul li:last-child,
header section.lower nav.main-menu.fixed ul li:hover div.subcategory ul li:last-child {
  border: none;
  margin-bottom: 0 !important;
}
/* @end */
/* @group HH Club */
section.hh-club {
  color: #fff;
  background: #142f46;
  padding: 30px 0;
  text-align: center;
  display: none;
  position: relative;
  background: #142f46;
}
section.hh-club h1 {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
  color: #fff;
  font-family: "rooney-web", sans-serif;
  padding-right: 20px;
}
section.hh-club h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 10px;
}
section.hh-club form {
  display: block;
  margin: 0 auto;
}
section.hh-club input.field {
  padding: 9px;
  line-height: 16px;
  font-size: 16px;
  width: 72%;
  float: left;
  margin-bottom: 10px;
}
section.hh-club input.button,
section.hh-club input.button:hover {
  color: #fff !important;
  border-color: #fff !important;
  padding: 10px 20px;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  float: right;
  margin-bottom: 10px;
}
section.hh-club input.button:hover {
  background: #fff !important;
  color: #142f46 !important;
}
section.hh-club a.close {
  color: #999 !important;
  font-size: 11px;
}
section.hh-club p {
	font-size: 11px;
	color: #999;
	margin-bottom: 0;
}
section.hh-club .four.columns {
	border-right: 1px solid #fff;
}
section.hh-club .ten.columns form {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	margin-bottom: 10px;
}
/* @end */
/* @group Hero */
section.hero {
	position: relative;
}
section.hero .cover  {
	left: 0;
	width: 100%;
	position: relative; 
	overflow: hidden;
}
section.hero .cover img  {
	float: left;
	max-width: none;
    pointer-events: none;
	position: relative;
	top: 0;
	width: 2000px;
	left: 50%;
	display: block; 
	margin-left: -1000px;
}
section.hero .cover.two, 
section.hero .cover.three {
	display: block;
}
body.index section.intro {
	margin-top: 40px;
}
body.index section.intro {
	margin-top: 40px;
}

section.hero .images {
	height: 600px;
}

section.hero .images .cover {
	position: absolute;
	top: 0;
}
body.index {
	overflow-x: hidden;
}

/* @end */
/* @group Hero - Featured */
section.hero div.featured {
  position: absolute;
  z-index: 2;
  bottom: -80px;
  width: 100%;
}
section.hero div.featured div.box {
  border: 1px solid #e8e8e8;
  border-top: none;
  width: 960px;
  margin: 0 auto;
}
section.hero div.featured div.box div.lower {
  background: #fff;
  border-top: 1px solid #e8e8e8;
}
section.hero div.featured div.box a.feature {
  display: block;
  width: 279px;
  float: left;
  text-decoration: none;
  border-right: 1px solid #e8e8e8;
  padding: 20px 20px 0 20px;
  min-height: 115px;
}
section.hero div.featured div.box a.feature.three {
  border-right: none;
}
section.hero div.featured div.box a.feature span {
  color: #999999;
}
section.hero div.featured div.box a.feature img {
  float: left;
  margin-right: 10px;
  border: 1px solid #e8e8e8;
}
section.hero div.featured div.box a.feature h2 {
	font-size: 14px;
}
section.hero div.featured div.box a.feature:hover h2 {
  color: #999999;
}
section.hero div.featured div.box div.upper div.feature {
  display: block;
  width: 279px;
  padding: 3px 20px;
  float: left;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  min-height: 25px;
  background: #fff;
}
section.hero div.featured div.box div.upper div.feature h2 {
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 16px;
}
section.hero div.featured div.box div.upper div.feature.active {
  background: transparent url(pointer-cut.png) center 0 no-repeat;
  border-top: none;
  border-bottom: 1px solid #fff;
}
section.hero div.featured div.box div.upper div.feature.active h2 {
  padding-top: 6px;
}
section.hero div.featured div.box div.upper div.feature.three {
  border-right: none;
  width: 280px;
}
/* @end */

/* @group Hero - Product */
body.product section.hero {
  min-height: 440px;
  margin-bottom: 20px;
}
body.product section.hero.no-features {
	margin-top: 25px;
}
/* @end */
/* @group Page - Intro */
section.intro {
  text-align: center;
}
section.intro h3 {
  margin-bottom: 0;
}
body.index section.intro {
  margin: 125px 0 45px 0;
}
body.collection section.intro {
  margin-bottom: 45px;
}
/* @end */
/* @group Collections - Featured */
section.collections img {
  width: 100%;
}
section.collections div.collection {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
section.collections div.collection.three {
  margin-bottom: 30px;
}
section.collections div.collection div.info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
section.collections div.collection div.info h2 {
  color: #fff;
  padding-top: 30%;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "rooney-web", serif;
  font-weight: 400;
  letter-spacing: 2px;
}
section.collections div.collection div.info a.button {
  border: 2px solid #fff !important;
  color: #fff !important;
}
section.collections div.collection div.info a.button:hover {
  border: 2px solid #142f46 !important;
}
/* @end */
/* @group Collections - Nav*/
nav.collection-nav {
  font-size: 11px;
  line-height: 17px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0 5px 0;
  margin-bottom: 30px;
  /*border-bottom: 1px dotted @blue;*/
}
nav.collection-nav a {
  text-decoration: none;
  padding-bottom: 5px;
}
nav.collection-nav a:hover {
  text-decoration: none;
  color: #999999 !important;
}
nav.collection-nav div.filter {
  display: block;
  position: relative;
}
nav.collection-nav div.filter a {
  display: block;
  background: url("pointer-down.png") no-repeat right -5px;
  padding-bottom: 5px;
}
nav.collection-nav div.filter ul {
  display: none;
}
nav.collection-nav div.filter ul li a {
  background: none;
  text-align: left;
  padding-right: 0;
}
nav.collection-nav div.filter:hover ul {
  display: block;
  padding: 20px 20px 15px 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: absolute;
  z-index: 400;
  left: -20px;
  width: 95%;
}
nav.collection-nav div.filter ul li {
  margin-bottom: 5px;
  line-height: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
}
nav.collection-nav div.filter ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* @end */
/* @group Collections - Product Grid */
section.product-grid {
  padding-bottom: 30px;
}
section.product-grid h2.subtitle {
  text-align: center;
  margin-bottom: 30px;
}
section.product-grid a.product {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
section.product-grid a.product img.two {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
section.product-grid a.product:hover img.two {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: 1px solid #e8e8e8;
}
section.product-grid a.product p {
  line-height: 18px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}
section.product-grid a.product p span.price {
  color: #999999;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0;
}
section.product-grid a.button {
  border: 1px solid #142f46 !important;
  margin: 20px auto;
  display: block;
  width: 180px;
}
section.product-grid span.sticker {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #142f46;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 50px;
}
body.index section.product-grid {
  display: none;
}
body.index section.product-grid .collection {
  display: none;
}
/* @end */
/* @group Product - Options */
h1.product-name {
  margin-bottom: 5px;
  line-height: 42px;
  font-family: "rooney-web", sans-serif;
  font-weight: 400;
}
a.product-type {
  font-size: 11px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding-bottom: 30px;
  display: inline-block;
}
a.product-type:hover {
  color: #999999 !important;
}
section.product-images {
  margin-bottom: 10px;
}
section.product-info {
  margin-bottom: 30px;
}
section.product-options div.selector-wrapper {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow-x: hidden;
}
section.product-options div.selector-wrapper label {
	display: none;
}
section.product-options div.selector-wrapper select {
  font-size: 13px;
  line-height: 18px;
  width: 115%;
  max-width: 115%;
  display: inline;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #999999 !important;
  padding: 6px 5px;
  margin-bottom: 0 !important;
  background: #ffffff url(pointer-down.png) no-repeat 85% 5px;
}
section.product-options div.selector-wrapper select.single-option-selector {
  margin-bottom: 10px;
}
section.product-options input.monogram {
  padding: 7px 4px;
  width: 95%;
  margin-bottom: 0;
  display: none;
}
section.product-options p.monogram-info {
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	display:none;
}
section.product-options h2.price {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  padding: 30px 0;
  margin-bottom: 0;
}
section.product-options h2.price s {
  color: #999;
  font-size: 22px;
}
section.product-options #stock-alert {
	padding-bottom:10px;
}
section.product-options input.add-to-cart.button {
  padding: 15px 0;
  font-size: 18px;
  width: 240px;
  background-color:#142f46 !important;
  color: #fff !important;
}
section.product-options div.actions {
  margin: 10px 0 20px 0;
}
section.product-options div.actions div.links {
  float: left;
}
/* @end */
/* @group Product - Features */
section.product-features {
  margin-bottom: 50px;
  display: block;
}
section.product-features h2.subtitle {
  text-align: center;
  margin-bottom: 30px;
}
section.product-features div.feature h2 {
  margin-bottom: 10px;
}
section.product-features img {
  border: 1px solid #e8e8e8;
}
/* @end */
/* @group Cart - Contents */
section.cart-contents header {
  height: auto;
  border-bottom: 1px solid #C4BFB7;
  margin-bottom: 30px;
}
section.cart-contents header h3 {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.cart-contents div.row.items {
  border-bottom: 1px solid #C4BFB7;
  margin-bottom: 30px;
}
section.cart-contents div.row.items img {
	margin-bottom: 30px;
}
section.cart-contents div.row.items h2 {
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: none;
}
section.cart-contents div.row.items h2 a {
  text-decoration: none;
}
section.cart-contents div.row.items h2 a:hover {
  text-decoration: none;
  color: #999999 !important;
}
section.cart-contents div.row.items input.field {
  padding: 5px 10px;
  width: 30px;
  text-align: center;
}
section.cart-contents div.row.items div.remove {
  text-align: center;
  font-size: 11px;
}
section.cart-contents div.row.items div.total h3.price {
  font-weight: 400;
}
/* @end */
/* @group Cart - Total */
section.cart-total {
  padding-bottom: 60px;
}
section.cart-total h2.price {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  padding: 0 0 15px 0;
 font-family: "rooney-web", sans-serif;
}
section.cart-total textarea.field {
  width: 95%;
  height: 100px;
}
section.cart-total div.order-summary {
  text-align: right;
}
section.cart-total div.order-summary input.checkout.button {
  padding: 15px 0;
  font-size: 18px;
  width: 240px;
  background-color:#142f46 !important;
  color: #fff !important;
}

}


/* @end */
/* @group Blog */
section.article-grid {
	padding-bottom: 10px;
}
section.article-grid a {
  text-decoration: none;
  margin-bottom: 30px;
  color: #999999 !important;
}
section.article-grid h3 {
  padding: 15px 0;
  margin-bottom: 0;
}
section.article-grid h3 span.info {
  display: block;
  font-weight: 300;
}
section.article-grid span.button {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 10px;
}
section.article-grid.featured {
  margin-bottom: 60px;
}
section.article-grid.featured h2 {
  text-align: center;
}
/* @end */
/* @group Blog - Article */
article.main h1,
article.main h2.subtitle {
  text-align: center;
}
article.main h1 {
  margin: 0;
}
article.main h2 {
  margin-bottom: 30px;
  font-weight: 300;
}
article.main h2 a {
  text-decoration: none;
}
article.main h2 a:hover {
  text-decoration: none;
  color: #999999 !important;
}
article.main {
  margin-bottom: 30px;
}
section.comments div.disqus {
  padding: 45px 0;
}
section.share {
  margin-top: 15px;
  text-align: center;
}
section.share h3 {
  margin-bottom: 0;
}
section.share h3 a {
  text-decoration: none;
}
section.share h3 a:hover {
  color: #999999 !important;
}
section.share div.addthis_toolbox.addthis_default_style {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
}
article.main section.paging {
	padding-bottom: 0;
}
/* @end */
/* @group Page */
body.page article.main h1 {
  padding-top: 30px;
  margin-bottom: 30px;
}
/* @end */
/* @group RTE */
div.rte {
	padding-bottom: 15px;
}
div.rte img {
  margin-bottom: 30px;
}
div.rte img.left {
  float: left;
  margin: 0 30px 30px 0;
}
div.rte img.right {
  float: right;
  margin: 0 0 30px 30px;
}
div.rte blockquote {
  border-left: 1px solid #e8e8e8;
  color: #999999;
  font-size: 13px;
  line-height: 19px;
  padding: 10px 0 10px 20px;
  margin: 0 0 30px 0x;
}
div.rte ol,
div.rte ul {
  margin-bottom: 30px;
}
div.rte ol li,
div.rte ul li {
  margin-bottom: 5px;
}
div.rte ul {
  list-style-type: disc;
  padding-left: 30px;
}
div.rte p {
  margin-bottom: 30px;
}
div.rte table {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 30px;
}
div.rte table th {
  text-align: left;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  color: #142f46;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
}
div.rte table td {
  text-align: left;
  padding: 10px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/* @end */
/* @group Empty */
section.empty {
  margin-bottom: 60px;
  text-align: center;
}
/* @end */
/* @group Paging */
.paging {
  text-align: center;
  padding: 10px 0 60px 0;
}
.paging a {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
}
.paging a {
  text-decoration: none;
}
.paging a:hover {
  color: #999999 !important;
}
.paging a span.icon {
  background: url(sprite.png) -60px 0 no-repeat;
  display: inline-block;
  width: 8px;
  height: 6px;
}
.paging a.previous span.text {
  padding-left: 10px;
}
.paging a.next span.text {
  padding-right: 10px;
}
.paging a.previous span.icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.paging a.next span.icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav.collection-nav .paging {
  padding: 0 0 5px 0;
  text-align: right;
}
/* @end */
/* @group Footer */
footer {
  position: relative;
  display: block;
}
footer span.hares {
  position: absolute;
  top: -56px;
  width: 120px;
  height: 70px;
  margin: 0 45%;
  background-color: #fff;
}
/* @end */
/* @group Footer - Featured In */
footer div.featured-in {
  padding: 0 0 40px 0;
  text-align: center;
}
footer div.featured-in img {
  margin-top: 20px;
}
/* @end */
/* @group Footer - Upper */
footer section.upper {
  padding: 40px 0 30px 0;
  position: relative;
}
footer section.upper nav a {
  text-decoration: none;
  color: #999999 !important;
}
footer section.upper nav a:hover {
  color: #142f46 !important;
}
footer section.upper nav.shop-menu ul li {
  width: 50%;
  display: block;
  float: left;
}
footer section.upper nav ul li {
  margin-bottom: 5px;
}
footer section.upper nav.hh-club p {
  margin-bottom: 15px;
}
footer section.upper nav.hh-club a {
  color: #142f46 !important;
}
footer section.upper nav.hh-club a:hover {
  color: #fff !important;
}
/* @end */
/* @group Footer - Lower */
footer section.lower {
  text-align: center;
}
footer section.lower p {
  font-size: 11px;
  margin: 20px 0;
}
footer section.lower nav.follow {
  margin: 20px 0 40px 0;
}
footer section.lower nav.follow a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -10000px;
}
footer section.lower nav.follow a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer section.lower nav.follow a.facebook {
  background: url(sprite.png) -35px -25px no-repeat;
  margin: 0 15px;
}
footer section.lower nav.follow a.instagram {
  background: url(sprite.png) 0px -25px no-repeat;
  margin-right: 15px;
}
footer section.lower nav.follow a.twitter {
  background: url(sprite.png) -70px -25px no-repeat;
}
footer section.lower nav.follow a.googleplus{
  background: url(sprite.png?3) -105px -25px no-repeat;
}
/* @end */
/* @group AddThis */
div.addthis_toolbox.addthis_default_style {
  padding: 20px 0 20px 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
div.addthis_toolbox.addthis_default_style.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
a.addthis_button_facebook_like {
  width: 85px;
  margin-right: 7px;
}
a.addthis_button_tweet {
  width: 80px;
  overflow: hidden;
  margin-right: 7px;
}
a.addthis_button_pinterest_pinit {
  width: 40px;
  overflow: hidden;
}
/* @end */
/* @group Flexslider */
div.flexslider ol.flex-control-nav.flex-control-paging {
  list-style: none;
  margin: 0;
  display: block;
  text-align: center;
}
div.flexslider ol.flex-control-nav.flex-control-paging li {
  margin-right: 5px;
  display: inline-block;
}
div.flexslider ol.flex-control-nav.flex-control-paging li a {
  background: url(sprite.png) -15px 0px no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -10000px;
}
div.flexslider ol.flex-control-nav.flex-control-paging li a.flex-active {
  background: url(sprite.png) 0px 0px no-repeat;
}
/* @end */
/* @group FancyBox */
/*! fancyBox v2.1.5 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: #fff;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  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('fancybox_sprite.png');
}
#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('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  border-bottom: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* 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 !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  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);
  color: #FFF;
  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, 0.8);
}
div.popup-info {
  display: none;
  width: 460px;
}
div.popup-video {
  display: none;
  width: 750px;
}
/* @end */

/* @group Customer Accounts */

section.customer-accounts {
	display:block;
	padding-top: 30px;	
	min-height: 200px;
}

section.customer-accounts h1 span a {
	font-size: 13px;
	text-transform: none;
	float: right; 
	letter-spacing: 0;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif !important;
	font-weight: normal;
}

section.customer-accounts #customer_login_guest input.guest {
	width: 90%; 
	background: #142f46 !important; 
	color:#fff !important;
}

section.customer-accounts #customer_login_guest input.guest:hover {
	background: #fff !important; 
	color:#142f46 !important;
}

section.customer-accounts #create-account input[type="password"], #create-account input[type="email"]  {
	width: 90%;
}

section.customer-accounts div.address.note {
	margin-bottom: 30px;
}

section.customer-accounts h2.customer-name {
	margin-bottom: 5px;
}

section.customer-accounts table { 
	width: 100%; 
	margin-bottom: 30px;
}

section.customer-accounts table th { 
	text-align: left; 
	font-weight: bold; 
	color:#142f46;
	padding: 5px; 
	border-bottom: solid 1px #e8e8e8;
}

section.customer-accounts table td { 
	padding: 5px; 
	border-bottom: solid 1px #e8e8e8; 
}

section.customer-accounts div.saved-addresses {
	padding: 15px 0 30px 0;
}

section.customer-accounts h2#new-address {
	padding: 15px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

section.customer-accounts .customer_address_table td { 
	border: none !important; vertical-align: top; 
}

section.customer-accounts .customer_address_table td.label {
	width: 200px;
}

section.customer-accounts .customer_address_table input[type="text"], #customer input[type="text"], #customer input[type="password"], #customer input[type="email"], #create-account input[type="text"] {
	margin-bottom: 5px;
	width: 90%;
}

section.customer-accounts .customer_address_table select {
	padding: 5px;
}

section.customer-accounts #add_address {
	margin-bottom: 20px; 
	border-bottom: 1px solid #e8e8e8;
}

section.customer-accounts div.saved-address {
	padding: 20px; border: 1px solid #e8e8e8; 
	margin-right: 20px; 
	margin-bottom: 20px; 
	min-height: 240px;
}

section.customer-accounts div.saved-address.last {
	margin-right: 0;
}

section.customer-accounts div.saved-address form {
	margin-bottom: 0;
}

section.customer-accounts h1.order {
	margin-bottom: 5px;
}

section.customer-accounts h2.order {
	margin-bottom: 30px;
}

section.customer-accounts h3.address {
	margin-bottom: 0;
}

section.customer-accounts table.order {
	margin-bottom: 45px;
}
/* @end */


/* @group Fluid Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

#our-story section {
  text-align: center;
}
.half {
 float: left;
  width: 50%;
}
.the-boxer {
 background: url(about-the-boxer.jpg?1185) center center no-repeat;
  background-size: cover;
  height: 495px;
}
.other-products {
 background: url(about-other-products.jpg?1189) center center no-repeat;
  background-size: cover;
  height: 499px;
}
.frank-video {
 background: url(about-frank.jpg) center center no-repeat;
  background-size: cover;
  height: 499px;
  position: relative;
}
.frank-video .play-icon {
  background: url(play-icon.png) 0 0 no-repeat;
  width: 100px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -50px;
}
.our-hero {
  background: #f1f0ee;
}
section .content-area {
 margin: 30px 0;  
}
section.full {
 margin: 30px 0; 
}
.our-hero .content-area, .other-prods .content-area, .ambassador .content-area {
 margin: 0 auto;
  width: 75%;
  margin-top: 20%;
}
#our-story .hares {
  margin: 0 auto;
  width: 129px;
  height: 79px;
  margin-bottom: 20px;
}
#our-story .hares img { max-width: 100%; }
#our-story .cad { text-align: center; }
#our-story .cad p {
	position: absolute;
	top: 40%;
	margin: 0 25%;
	text-align: center;
	font-size: 19px;
	color: #26304b;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "proxima-nova", sans-serif;
	width: 50%;
	text-transform: uppercase;
	line-height: 32px;
}