/** Shopify CDN: Minification failed

Line 49:2 Expected identifier but found "*"
Line 50:2 Expected identifier but found "*"
Line 274:2 Expected identifier but found "*"
Line 288:2 Expected identifier but found "*"
Line 306:2 Expected identifier but found "*"
Line 322:2 Expected identifier but found "*"
Line 323:2 Expected identifier but found "*"
Line 402:2 Expected identifier but found "*"
Line 403:2 Expected identifier but found "*"
Line 4295:2 Expected identifier but found "*"
... and 2 more hidden warnings

**/
/*
 * HTML5 Boilerplate!
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/*
   =============================================================================
   Box sizing rest for all elements
   ==========================================================================

*/
* {
  /* Firefox 1, probably can drop this */
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}



/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #67c5cc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #67c5cc;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links - EDIT
   ========================================================================== */
a {
  color: #67c5cc;
}

a:hover {
  text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b8b28d;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

address {
  font-style: normal;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/****************************************************************/
/* --------------------- Utility Classes  -------------------- */
/**************************************************************/
.clear {
  clear: both;
}

div.clear {
  height: .01em;
  overflow: hidden;
}

.no-clear {
  clear: none;
}

.inline-block {
  display: inline-block;
}

body.lt-ie9 .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
}

.no-frame {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

p.break {
  min-height: 1rem;
  visibility: hidden;
}

.is--underline {
  text-decoration: underline;
}

body .disableLink {
  pointer-events: none;
  cursor: default;
}

.hidden {display:none!important;}

.mt20 {margin-top:20px;}
.mt15 {margin-top:15px;}
.mt10 {margin-top:10px;}
.bottomzero {bottom: 0!important;}

.margin-me {margin: 0 15px;}

/*****************************************************************
 *********************** Site Specific CSS ***********************
 *****************************************************************/
/* ------------------------
   Variables
------------------------ */
.smoothie {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe[name='google_conversion_frame'],
iframe[name='_rdrt'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
  position:fixed;

}



img.alignleft, img.alignright, img.aligncenter, .yes-frame, span.model_tag, span.models_tag {
  visibility: visible;
}

/* ------------------------
   Mobile-first definitions
------------------------ */
/* ------------------------
   Typography (and primary body style)
------------------------ */

/*Fonts*/
@font-face {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif,'HelveticaNeue';
  src: url('HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeue.woff') format('woff'), url('HelveticaNeue.ttf')  format('truetype'), url('HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStdBold';
  src: url('FuturaStdBold.eot');
  src: local('☺'), url('FuturaStdBold.woff') format('woff'), url('FuturaStdBold.ttf') format('truetype'), url('FuturaStdBold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStdMedium';
  src: url('FuturaStdMedium.eot');
  src: local('☺'), url('FuturaStdMedium.woff') format('woff'), url('FuturaStdMedium.ttf') format('truetype'), url('FuturaStdMedium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('georgiaitalic.eot');
  src: local('☺'), url('georgiaitalic.woff') format('woff'), url('georgiaitalic.ttf') format('truetype'), url('georgiaitalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #909295;
  min-width: 320px;
  text-align: center;
}

a sup, h1 > sup, h2 > sup, h3 > sup, h4 > sup, h5 > sup {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  position: static;
}

.futurastd { font-family: 'FuturaStdMedium';}
.futurabold {font-family: 'FuturaStdBold';}
.font-white {color:#fff}


.inner-grid .right-col h1 {font-family:'Futura'; text-transform: uppercase; font-weight:bold;}

/* ------------------------
Common/UI elements (images, video, buttons, etc)
------------------------ */
video {
  max-width: 100%;
  height: auto;
}

.back-to-top {
  text-align: right;
  display: block;
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone .caption {
  display: block;
  height: auto;
  margin: 0 auto 1em;
  max-width: 100%;
}

.button, .buttons a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
}

a.button.black-button{
  border: 3px solid #000;
  background: #000;
  color: #fff!important;
  width: calc(100% / 3);
}

.disclaimer {
  font-size: 11px;
  font-style: italic;
}

#sortBy {border:1px solid black; padding:5px;}


.left-col.sidebar {
  color: black;
  font-size: 11px;
  font-weight: bold;
}

.sidebar h4 {letter-spacing: 4px;}



#videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color:#000;
}
#videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videoContainer img {margin-top:50px;}
.repoimage {width:100%; height: auto;}
.md3 {width:33.333%;padding:0 15px; float:left; position:relative;}
a.comingsoon:hover::after {
  color: #fff;
  content: "Coming Soon";
  left: 113px;
  position: absolute;
  top: 102px;
}
a.vidready:hover::after {
  color: #fff;
  content: "Click To Play";
  left: 113px;
  position: absolute;
  top: 102px;
}

@media screen and (max-width:768px){
	.md3 {width:100%;padding:0 15px; float:none; position:relative; padding-bottom:15px;}
}


/* ***************************************** */
/* --------------- Layouts ----------------- */
/* ***************************************** */
/* -----------------------
  Basic layout
----------------------- */
.container, .container-full {
  position: relative;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  font-family:"HelveticaNeue",sans-serif;
  font-size: 11px;
  color: #000;
}

.container p {
	font-family:"HelveticaNeue",sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

.hidden-phone {
  display: none;
}

/* ------------------------
  Header
------------------------ */

#customer_login_link, .cart {
	font-family:"HelveticaNeue",sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
}
.breadcrumb  * {
	font-weight:bold;
	font-size:11px;
}
  header *{
    font-family: 'FuturaStdBold', sans-serif;
	text-transform: uppercase;
  }

  header .container{
    padding: 0 20px;
  }

  .header-top{
    background: #67c5cc;
  }

  .header-top span{
    float: left;
    width: 33.3333333%;
    width: calc(100% / 3);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
	text-transform: uppercase;
  }

  .header-top a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }

  .header-top span:nth-of-type(1){
    text-align: left;
  }
  .header-top span:nth-of-type(2){
    text-align: center;
  }
  .header-top span:nth-of-type(3){
    text-align: right;
  }

  .header-main.header-main-desktop{
    display: none;
  }

  .header-main{
    height: 120px;
  }

  .header-main > span{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .menu-button img{
    width: 25px;
    height: 15px;
  }

  .search-icon img{
    width: 15px;
    height: 15px;
  }

  .mobile-search {
    background-color: white;
    border: 1px solid black;
    display: none;
    height: 45px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 96%;
    z-index: 1000;
    margin: 0 2%;
  }

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

	.mobile-search {top:45px;}

  }

  .mobile-search .search_box {
    border:none;
    text-align: left;
    width: 80%;
	height: 40px;
	text-indent:5px;
	font-family: Georgia, sans-serif;
	color: black;
  }
  .mobile-search .fa.fa-close {
  float: right;
  font-size: 2em;
  font-weight: 100;
  margin-right: 7px;
  margin-top: 7px;
}
   .mobile-search form {height:45px;}



  .fa.fa-star, .fa.fa-shopping-cart {
    color: #000;
    font-size: 1.5em;
    vertical-align: text-top;
  }
  .favorite-icon img{
    width: 16px;
    height: 15px;
  }

  .cart-trigger img{
    width: 16px;
    height: 16px;

  }

  .header-logo{
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    width: 100%;
    max-width: 160px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

/* ------------------------
  Nav
------------------------ */

nav {
  position: fixed;
  top: 0;
  height: 100%;
  width: 320px;
  z-index: 50;
  background: #e6e6e6;
  overflow-x: scroll;
  box-shadow: 0px 0px 5px 0px #000;
  transition: .5s ease-in-out transform;
  transform: translateX(-110%);
}

.menu {
  text-align: left;
}

.menu li {
  padding: 0;
  position: relative;
}

.menu li:before {
  content: '';
  display: none;
}

.menu a {
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #000;
  display: block;
  color: #000;
  text-decoration: none;
  background: #e6e6e6;
  transition: .3s ease-in-out background, .3 ease-in-out color;
}

.menu a:hover {
  background: #000;
  color: #fff;
}

.menu .sub-menu {
  background: #e6e6e6;
}

.menu .sub-menu a {
  border: none;
  font-size: 13px;
  padding-left: 45px;
}

.menu .sub-menu.level-2 a{
  padding-left: 70px;
}

.menu .sub-menu a:hover {
  background: rgba(61, 33, 105, 0.9);
}


.menu-item-has-children.menu-open .nav-dropdown-button:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.nav-dropdown-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 75px;
  cursor: pointer;
  background: transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;

}

.nav-dropdown-button:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(arrow-right-white.svg);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: .3s ease-in-out -webkit-transform;
    transition: .3s ease-in-out transform;
}

.close-menu {
  cursor: pointer;
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  transition: .3s ease-in-out background-color;
}

.close-menu:hover {
  background-color: #763acc;
}

.svg-close {
  position: relative;
  top: 2px;
  margin-right: 5px; }
  .svg-close g path {
    stroke: #fff !important;
}

.menu-is-open nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


.mobile-menu #customer_login_link {
	font-family: "FuturaStdBold",sans-serif;
	text-transform: uppercase;
  background: #e6e6e6 none repeat scroll 0 0;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  padding: 15px 20px 15px 30px;
  text-decoration: none;
  font-size:13px;
  font-weight:bold;
}

/* ------------------------
  Content
------------------------ */

.content-wrap .container{
  padding: 20px;
}


.container p.surflist {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0;
}

.button.button-surflist {
  background-color: #000;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  width: 250px;
}
.button.button-surflist i {font-size: 16px;}
/*ABOUT PAGE  */

.about-full-container {
	width:100%;
	display:block;
}
.about-full-container img {width: 100%; height: auto;}

.about-full-container .teal {
	background-color: #65c5cd;
      color: #fff;
      display: block;
      font-family: "FuturaStdBold",sans-serif;
      position: relative;
      width: 100%;
	  overflow: hidden;
}

.about-full-container .about-black {
	background-color: #000;
      color: #fff;
      display: block;
      font-family: "FuturaStdBold",sans-serif;
      position: relative;
      width: 100%;
	  overflow: hidden;
}
.about-full-container .about-blue {
	background-color: #617eca;
      color: #fff;
      display: block;
      font-family: "FuturaStdBold",sans-serif;
      position: relative;
      width: 100%;
	  overflow: hidden;
}
.about-full-container .about-gray {
	background-color: #e6e6e6;
      color: #000;
      display: block;
      position: relative;
      width: 100%;
	  overflow: hidden;

}

.about-full-container .about-gray p {
	  font-family: "Helvetica",sans-serif;
	    font-size: 13px;
		text-align: left;

}
.about-content.hours-page p strong {font-family:"Futura Std"; text-transform:uppercase;}
.about-content.hours-page p {
  font-size: 15px;
  line-height: 29px;
}

.about-content {max-width:980px; margin: 0 auto; text-align: center; padding: 50px 20px;}

.about-content > h2 {
  font-size: 24px;
  margin: 50px 0;
  text-transform: uppercase;
}

.about-full-container p {
	font-family: 'FuturaStdBold';
	font-size:21px;
}


.call-button {
  background-color: black;
  color: white;
  display: block;
  font-family: Georgia;
  font-size: 1.2em;
  line-height: 0;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 171px;
}

.about-col-1 {
  line-height: 30px;
  text-align: center;
  width: 100%;
  display:block;

}

.about-full-container .about-gray .about-col-1 p,
.about-full-container .about-gray .about-col-2 p {
	text-align:center;
}

.about-col-2 span {
  display: inline-block;
  width: 80px;
}


@media screen and (min-width:600px) {

	.about-full-container .about-gray .about-col-1 p,
	.about-full-container .about-gray .about-col-2 p {
		text-align:left;
	}

	.call-button {margin: 0;}

	.about-col-1 {
	  float: left;
	  line-height: 30px;
	  margin-left: 10%;
	  text-align: left;
	  width: 40%;
	}


	.about-col-2 {
	  float: left;
	  margin-right: 5%;
	  margin-left:5%;
	  width: 40%;
	  text-align: left;
	  line-height: 30px;
	}



	.about-content {
	    margin: 0 auto;
	    max-width: 980px;
	    overflow: hidden;
	    padding: 50px 20px;
	    text-align: center;
	}


}


/* GOODS */
.bg-image-holder {
  width:100%;
  max-width:100%;
  height:100%;
}

.bg-image-cover {

-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;


  display:block;
  position:relative;
}
.content-goods .container {
  text-align: center;
  width: 100%;
}
.content-goods.content{
  text-align: center;
  width: 100%;
  float:none;
}
.content-goods .container h2 {font-size:26px; font-family: "FuturaStdBold";}
.content-goods .container p {
  font-family: "FuturaStdBold";
  font-size: 24px;
  line-height:45px;
}

a.good-btn {
    border: 4px solid black;
    color: #808080;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 300px;
    font-family: "Georgia";
	font-size:14px;
	text-decoration: none;
}

a.good-btn-blk {
    border: 4px solid #fff;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 300px;
    font-family: "Georgia";
	font-size:24px;
	text-decoration: none;
}

.good-button {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}

.bg-black {background-color:#000; padding-bottom:46px;}

.content-goods-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
.chalkimage {margin-top:96px; max-width:768px;}

.bg-black h2 {font-size:30px; margin-bottom:54px;}
.bg-black p {font-size:30px; margin-bottom:50px;}

.numbers-mb {display:none;}
.futurastd.font-white > span {
    margin-left: 10%;
}

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

.content-goods .container h2 {
  font-family: "FuturaStdBold";
  font-size: 20px;
}

  .content-goods .container p {
  font-family: "FuturaStdBold";
  font-size: 18px;
  line-height: 38px;
}

  a.good-btn {width:100%}

  .bg-black h2 {
  font-size: 24px;
  margin-bottom: 54px;
}

  .bg-black p {
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

  a.good-btn-blk {width:100%;}

  .numbers {display:none!important;}
  .numbers-mb {display:block;}

}

.futurastd.font-white > span {
    margin-left: 0;
  display:block;
}

/*404 PAGE*/

.grid-item-full {width: 100%;}
.gray {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+50,efefef+50,ffffff+50,efefef+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #efefef 43%,  #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 45%,#efefef 43%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  #ffffff 0%, #ffffff 45%,#efefef 43%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}

.grid-item-full img {width: 100%; height:auto;}
.not-found-list a,
.not-found-cat-box a {
	  font-family: 'FuturaStdBold';
	    color: #000;
		text-decoration: none;
}
.not-found-list > ul:first-of-type {
  color: #000;
  display: inline-block;

  list-style: outside none none;
  text-align: left;
  vertical-align: top;
  margin-right: 135px;
}

.not-found-list > ul:last-of-type {
  color: #000;
  display: inline-block;
  font-family: 'FuturaStdBold';
  list-style: outside none none;
  text-align: left;
  vertical-align: top;
}

.not-found-list {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -100px;
}

.not-found-cat-box {width:35%; display:inline-block;  vertical-align: top;}
.not-found-cams-box {width: 60%; display:inline-block;  vertical-align: top;}
.not-found-cat-box h4,
.not-found-cams-box h4 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "Futura Std";
  font-size: 11px;
  letter-spacing: 3px;
  margin: 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  height: 61px;
}
.not-found-cams-box h4 {line-height:30px;}

.not-found-cat-box ul,
.not-found-cams-box ul {
  border: 1px solid #d1d1d1;
  font-size: 11px;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 15px 18px 18px;
  height: 180px;
}

.not-found-cams-box li {
  display: inline-block;
  width: 181px;
}

.mb-100 {margin-bottom:100px;}

.homeblockinsta {   font-size: 23px !important;}

.reviews-heading {
  margin-top: 2em;
  font-size: 24px;
}
#bri-widget-container {
  border-bottom: 3px solid #67c5cc;
  margin-bottom: 3em;
  padding-bottom: 1em;
  padding-top: 1em;
}

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

	.not-found-list {
		display:none;

	}

  .homepagecontent > h1 {
  font-family: 'FuturaStdBold';
}
.homepagecontent > p {
  font-size: 14px;
  line-height: 22px;
}
  .homepagecontent a {color:#2D2D2D}

	.not-found-list > ul:first-of-type,
	.not-found-list > ul:last-of-type {
	  display: block;
	  margin: 0;
	  text-align: center;
	}
	.not-found-list > ul:last-of-type {margin-bottom:1em;}

	.not-found-cat-box,
	.not-found-cams-box {
		display:block;
		width: 100%;
	}
	.not-found-cat-box > ul {
	  text-align: center;
	}

	.not-found-cams-box > ul {
	  display: block;
	  text-align: center;
	}
	.not-found-cams-box li {margin-bottom: 1em;}
	.not-found-cat-box ul,
	.not-found-cams-box ul {height: auto;}

}

/*404 PAGE*/


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.footer-pagination {
	 font-family: 'FuturaStdBold', sans-serif;
}


.wetsuit-table {
	width:100%;
}
.wetsuit-table p {text-align:center;}

.wetsuit-table td {display:block;}

.wetsuit-table img {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.wetsuit-guide {margin: 0 auto;}
.size-guide-image {  text-align: center;}
.sb-list.sb-box.sizing-box li {text-align:center;}

@media screen and (min-width:980px) {
	.wetsuit-table td {display:table-cell;}
	.wetsuit-table img {width:100%;}
}


/* ------------------------
  Aside
------------------------ */

.aside{
  margin: 25px auto;
  width: 300px;
}

/*FOOTER*/

.copy {color: white;}
.mobile-footer{
  overflow: auto;
}


  .mobile-footer .social h2{
    font-family: 'FuturaStdBold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin: 0 auto 15px auto;
  }

  .mobile-footer .social .social-icon {
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: top;
    width: calc(100% / 4);
  }

  .mobile-footer .social .social-icon .fa {font-size: 3em; color: #000;}
.mobile-footer .social .social-icon .fa:hover {color: #67C5CC;}


  .subscribe{
    background: #f2f2f2;
    overflow: auto;
  }

  .subscribe input{
    border: 1px solid #000;
    color: #000;
    font-family: 'Georgia', serif;
    font-size: 12px;
    position: relative;
    width: 100%;
    max-width: 280px;
    z-index: 5;
    padding: 7px 20px;
    box-sizing: border-box;
  }

  .subscribe h2{
    text-transform: uppercase;
    font-family: 'FuturaStdBold', sans-serif;
    color: #000;
    font-size: 16px;
  }

  .mobile-footer-contact{
    background: #f2f2f2;
    overflow: auto;
  }

  .mobile-footer-contact h2{
    font-family: 'FuturaStdBold', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }

  .mobile-footer-contact .button.black-button{
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .25s ease-in-out background, .25s ease-in-out border;
    width: 47%;
  }

  .mobile-footer-contact .button.black-button:hover{
    background: #67c5cc;
    border: 3px solid #67c5cc;
  }

  .footer-currency{
    overflow: auto;
    background: #f2f2f2;
    padding: 10px 20px 40px 20px;
  }

  .footer-currency h2{
    font-family: 'FuturaStdBold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
  }

  .footer-nav-mobile{
    background: #67c5cc;
    padding: 20px;
  }

  .footer-nav-mobile ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .footer-nav-mobile ul li{
    list-style-type: none;
  }

  .footer-nav-mobile ul li:before{
    display: none;
  }

  .footer-nav-mobile ul li a{
    color: #fff;
    text-decoration: none;
  }

  .footer-bottom{
    background: #000;
    color: #fff;
    font-style: italic;
    padding: 10px;
	font-family: Georgia;
  }

  .footer-bottom a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 7px;
	float:left;
  }

  .privacy{
    border-right: 1px solid #fff;
    padding-right: 7px;
    margin-right: 5px;
  }

  .footer-info {
	  background-color: #f2f2f2;
	  text-align:center;
  }

  .payment-options {text-align: center; padding-top:1em;   font-family: "FuturaStdBold",sans-serif;}

  .subscribe {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: auto;
    padding-top: 1em;
    text-align: center;
  }

  .footer-info .social {
    text-align: center;
	padding-bottom: 2em;
  }

  .footer-info .social .fa {
    color: black;
    font-size: 35px;
    padding: 0 10px;
  }


  .footer-nav-desktop {
    background: #67c5cc none repeat scroll 0 0;
    padding: 30px 20px 0;
	color: #fff;
  }

 .container p.footer-address {
	  color: #fff;
	  font-size: 13px;
	  line-height: 20px;
	  text-decoration: none;
	  font-family: "FuturaStdBold",sans-serif;
	  margin-bottom: 0;

  }


  .footer-nav-desktop .two-column-list {
    float: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
	color: white;
  }

  .footer-nav-desktop h2 {
    color: #fff;
    font-family: "HelveticaNeue",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
  }

  .two-column-list ul {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }

  .footer-nav-desktop li {
    list-style-type: none;
  }

  .footer-nav-desktop a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
  }


  .twocolUL {width:100%!important;}

  .footer-blue-bottom {padding-top:100px;}
  .footer-blue-bottom .free-shipping {
    color: #fff;
    font-family: "FuturaStdBold",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    width: auto;
  }

  .footer-blue-bottom .footer-logo {
    bottom: 10px;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    min-height: 170px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
  }

  .footer-logo > span {
    display: block;
    height: 20px;
    text-align: center;
    width: 100%;
  }

  .footer-blue-bottom .footer-phone {

    font-family: "FuturaStdBold",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }


  .footer-bottom-left {
    display: block;
    float: none;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .copy {
    color: white;
  }
  .hansen-icon {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-bottom-right {
    display: block;
    float: none;
    overflow: auto;
    position: relative;
    text-align: center;
    width: 100%;

  }
  .footer-bottom a {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 0 7px;
    padding: 0 7px 0 0;
	float:none;
  }
  .footer-bottom a:nth-last-of-type(1) {
    border-right: medium none;
  }

  .hansen-icon {
    display: block;
    left: 0;
    margin: 10px auto;
    width: 30px;
	position: relative;
	transform: none;
  }


/*  OVERWRITE MOBILE FOOTER*/
 @media only screen and (min-width: 767px) {

	.footer-bottom-left {height:auto;}
	.footer-bottom-right {
		margin-top: 0;
	  width: auto;
	}

	.payment-options {text-align: left; padding-top:0;}

	.subscribe {
	  overflow: auto;
	  padding-top: 0;
	  text-align: left;
	}

	.footer-info .social {
	  text-align: left;
	  padding-bottom:0;
	}


	  .twocolUL {width:100%!important;}

}

/*END OVERWRITE*/




/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
  Home Page
------------------------ */

  .home-slideshow {

  }

  .home-slideshow .slide{
    position: relative;
  }

  .home-slideshow .slide{
    width: 100%;
    height: 225px;
    transition: .4s ease-in-out height;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home-slideshow .slide.slide-1{
    background: url(slide-1-mobile.jpg) top center no-repeat;
    background-size: cover;
  }

  .home-slideshow .slide.slide-2{
    background: url(slide-1-mobile.jpg) top center no-repeat;
    background-size: cover;
  }

  .home-slideshow .slide.slide-3{
    background: url(slide-1-mobile.jpg) top center no-repeat;
    background-size: cover;
  }

  .home-slideshow .slide.slide-4{
    background: url(slide-1-mobile.jpg) top center no-repeat;
    background-size: cover;
  }


  .home-slideshow .slide .slide-contents{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-inline: 1rem;
  }

  .slide-contents .tag{
    font-family: 'FuturaStdBold', sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    text-shadow:1px 1px 1px #000;
  }

  .slide-contents .tag:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 5px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
  }

  .slide-contents .tag span{
    display: block;
  }

  .slide-contents .family{
    font-family: 'Georgia', serif;
    /* Missing Bodoni 72 font */
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    text-shadow:1px 1px 1px #000;
  }

.slide-contents .button-wrap .slide-button {
  background-color: rgba(101, 197, 205, 0.8);
  color: #fff;
  font-family: Georgia;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: background 0.25s linear 0s;
  vertical-align: top;
  width: 140px;
  text-shadow:.5px .5px .5px #424242;
}

  .slide-contents .button-wrap .slide-button:hover{
    background: rgba(#000, .5);
  }

  .slide-contents .button-wrap .slide-button:nth-of-type(1){
    margin-left: 10px;
  }

  .slide-contents .button-wrap .slide-button:nth-of-type(2){
    margin-left: 10px;
  }

.owl-nav button {
  border:none;
}

  .home-slideshow .owl-nav{

  }
  .home-slideshow .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url("slide-arrow.svg") no-repeat scroll 0 0 / contain ;
    bottom: 50%;
    display: block;
    height: 27px;
    left: 1%;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    width: 27px;
  }

  .home-slideshow .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url("slide-arrow.svg") no-repeat scroll 0 0 / contain ;
    bottom: 50%;
    display: block;
    height: 27px;
    right: 1%;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 27px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	text-indent:9999px;
  }


    .home-slideshow .owl-dots{
      height: 12px;
      position: absolute;
      width: 100%;
      bottom: 4%;
      text-align: center;
    }

    .home-slideshow .owl-dots .owl-dot{
      height: 12px;
      width: 12px;
      border-radius: 50%;
      background: #65c5cd;
      display: inline-block;
      margin: 0 5px;
    }

    .home-slideshow .owl-dots .owl-dot.active{
      background: #fff
    }

    .grid-wrap > .container{
      padding: 20px 20px;
    }

    .notices-slideshow{
      position: relative;
      margin-bottom: 20px;
    }

    .notices-slideshow .owl-controls{
      position: static;
      top: 0;
      width: 100%;
      left: 0;
    }

    .notices-slideshow .owl-controls .owl-prev,
    .notices-slideshow .owl-controls .owl-next{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: auto;
      width: 35px;
      height: 35px;
      font-size: 0;
      background-color: #fff;
      border-radius: 50%;
    }

    .notices-slideshow .owl-controls .owl-prev{
      left: 10px;
      background-image: url(notice-arrow.svg);
      background-size: 28px 20px;
      background-repeat: no-repeat;
      background-position: center;
    }

    .notices-slideshow .owl-controls .owl-next{
      right: 10px;
      background-image: url(notice-arrow.svg);
      background-size: 28px 20px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%);
    }

    .notices-slide{
      background: #67c5cc;
      color: #fff;
      text-align: center;
      font-family: 'FuturaStdBold', sans-serif;
      font-size: 16px;
      padding: 40px 50px;
    }


    .row{
      transition: .5s ease-in-out height, .5s ease-in-out width;
    }

    .row .block{
      display: block;
      width: 100%;
      margin-bottom: 20px;
      background-color: #e6e6e6;
      color: #000;
      font-family: 'FuturaStdBold', sans-serif;
      position: relative;
    }

	.block.bgwhite.related-product-block {
  background: #fff none repeat scroll 0 0;
}

    .row .block .button{
      display: block;
      border: none;
      font-size: 18px;
      padding: 20px 20px;
      color: #000;
      text-align: left;
      position: relative;
      text-transform: uppercase;
    }

    .row .block .button:after{
      content: '';
      background-image: url(arrow-right.svg);
      background-size: 30px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 20px;
      top: 50%;
      height: 30px;
      width: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .row .half-block{
      float: left;
      width: calc(50% - 10px);
    }

    .row .half-block .button{
      display: inline-block;
      width: auto;
      font-size: 10px;
      color: #fff;
    }

    .row .half-block .button:after{
      display: none;
    }

    .row .half-block:nth-of-type(odd){
      margin-right: 10px;
    }

    .row .half-block:nth-of-type(even){
      margin-left: 10px;
    }

@media screen and (max-width: 767px) {
  .home-block .row:not(.row-half) > .block {
    background-image: unset !important;
    background-color: #e6e6e6;
  }
}


	.force-background {
		background-image:none!important;
		background-color: #e6e6e6!important;
	}

    .mens-block{
/*       background-image: url(shop_mens.jpg); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 130px;
      text-align: center;

    }
    @media screen and (max-width: 767px) {
     .womens-block,
      .mens-block {
        aspect-ratio: 184/130;
      }
    }

    .womens-block{
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 130px;
      text-align: center;
    }

    .mens-block .button,
    .womens-block .button{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .mens-block .button{ background: #67c5cc;}
    .womens-block .button {background: #eb2279;}

    .brands-block{
      height: 100px;
      background: url(shop_by_brand.jpg) center no-repeat;
      background-size: cover;
    }

    .brands-block .button.block-button{
      position: absolute;
      top: 50%!important;
      transform: translateY(-50%);
      padding: 7px 25px!important;
      background: transparent!important;
      width: 225px!important;
      color: #000!important;
      border: 3px solid #000!important;
    }

    .instagram-feed{
      display: none;
    }

    .instagram-feed a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.instagram-feed a span {
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.5em;
}
.instagram-feed a span.alignright {
  margin-left: 1em;
}

.blog-headline-index.hidden-phone.visible-tablet > a {
  color: black;
  text-decoration: none;
  font-size: 24px;
}

a.h-blog-link {
  color: #000;
  text-decoration: none;
}

	.blog-area h3 {text-transform:uppercase; font-weight:100;}
    .row .block.blog-post-block{
      height: auto;
      padding: 20px 0;
      background: none;
    }

    .blog-post-block img{
      width: 100%;
      height: auto;
    }

    .blog-info{
      color: #67c5cc;
      font-style: italic;
      font-family: 'Georgia', serif;
      font-size: 11px;
    }

    .post-excerpt{
      color: #909295;
      font-size: 13px;
      line-height: 24px;
      font-weight: 400;
      font-family: 'HelveticaNeue', sans-serif;
    }

    .blog-read-more{
      text-transform: uppercase;
      color: #000;
      text-decoration: none;
      font-weight: 600;
      font-size: 11px;
    }

    .add-more-block{
      background-color: transparent!important;
      text-align: center;
    }

    .add-more-block .button.black-button{
      font-size: 12px;
      margin: 0 auto;
      text-align: center;
      transition: .25s ease-in-out background;
    }

    .add-more-block .button.black-button:after{
      display: none;
    }

    .add-more-block .button.black-button:hover{
      background: #67c5cc;
    }

	 .blog-headline-index {
	  color: black;
	  font-family: 'FuturaStdBold';
	  letter-spacing: 2px;
	  text-align: center;
	  text-transform: uppercase;
	  margin-bottom:.5em;
	}

	.blog-area div.blog-post-block {
		margin-right:14px;
	}

	.blog-area div.blog-post-block:nth-child(3n+1) {
        clear:left;
	}









	.blog-cover {
		position:relative;
		width:299px;
		height:168px;
		top:0;
		left:0;
		display:block;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.blog-cover img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    margin: auto;
	    width: 100%;
	    height: 100%;
	    overflow-x: hidden;
	}

	.blog-area div.blog-post-block {display:none;}



	#surfboard-inventory h1 {
	  background: #000000 none repeat scroll 0 0;
	  color: #ffffff;
	  font-size: 25px;
	  line-height: normal;
	  margin: 0 0 18px;
	  padding: 9px;
	  text-align: center;
	  text-transform: uppercase;
	}




#popup {
  font-family: "FuturaStdBold";
  max-width: 100%;
  width: 779px;
  background-image: url("/cdn/shop/files/popbg.jpg?9863372371949061804");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;

}

#popup p {margin:0;}
.popuptop {
  color: #fff;
  font-family: Georgia,serif;
  font-size: 20px;
  padding-top: 5px;
}
.popmid {
  color: #fff;
  font-family: "FuturaStdBold",sans-serif;
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

#popup input {
  display: inline-block;
  vertical-align: baseline;
}
#popup .caption {
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#popup .klaviyo-form-J4V7yq.klaviyo-form.form-version-cid-2 {
  max-width: 60%;
  margin: 0 auto;
}

#popup .inputfield {text-align:center;}
#popup .text.field.fb-email {
	   height: 30px;
	}
#popup input[type="submit"] {background-color: #65c2ca; color: #fff;}
#popup .checkboxfield {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

#popup .checkboxwrap {
  color: #fff;
  font-family: Georgia;
  margin-right: 22%;
  margin-top: 7px;
  text-align: center;
}

#popup div#mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#popup .mc-field-group {padding: 0 20px;}
#popup .mc-field-group .email {width:200px;}


#popup .mc-field-group.input-group ul {display:inline-block; list-style-type:none;}

#popup .mc-field-group.input-group ul li {
display: inline;
width: 100px;

}
#popup .mc-field-group.input-group ul li label {margin-left:5px}

.subscribe .button {width:100px; margin-top:5px;}

.footer-info .container div#mc_embed_signup_scroll {width:100%;}


.onpageform label {display:block; font-size:14px;font-weight:bold;}
.onpageform input[type="text"] {display:block; margin-bottom:10px;}
.onpageform .button {display:block;}

.onpageform .birthday {
	display: inline-block !important;
	width: 25% !important;
}
.onpageform input.mczipcode {
	width: 25%!important;
}

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

  .onpageform input[type="text"],
  .onpageform input[type="email"]{display:block; margin-bottom:10px;width:100%;height:30px}


/* END */
}

.inventorylist td:first-child {width:33%;}
.inventorylist td {width: 50%; padding-bottom: 20px;}
.inventorylist h4 {margin-top:0px;}


.owl-wrapper-cams {
  border: 1px solid #d1d1d1;
  width: 100%;
}
.owl-carousel-cams {padding: 5px;}
.owl-wrapper-cams .items {text-align:center;}
.owl-wrapper-cams .owl-nav {
  display: none;
}

#cardiff-reef-free-live-streaming-surf-cam .inner-grid .right-col {
  float: left;
  padding: 0 10px;
  width: calc(100% - 450px);
}
.right-sidebar {float:left; width:225px;}

.right-sidebar h4 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "Futura Std";
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 ;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.owl-wrapper-cams .owl-dots {
  text-align: center;
}
.owl-wrapper-cams .owl-dots .owl-dot {
  display: inline-block;
}
.owl-wrapper-cams .owl-dots .owl-dot span {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}

.owl-wrapper-cams .owl-dots .owl-dot.active span, .owl-wrapper-cams .owl-dots .owl-dot:hover span {
  background: #869791 none repeat scroll 0 0;
}
.owl-wrapper-cams a {text-decoration:none;}
.owl-wrapper-cams .product-name {text-decoration:none!important; color:black;}

.owl-wrapper-cams .item . {
  background: #00a2dd none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #92cfed;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 22px;
  width: auto;
}
.owl-wrapper-cams .item .:hover {
  background: #444 none repeat scroll 0 0;
}
.bannerheader img {
  width: 100%;
  height: auto;
  border: 1px solid black;
}

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

  .subscribe .button {margin: 5px auto;}

  .right-sidebar {
    float: none;
    width: 84%;
    margin: 0 auto;
  }
  #cardiff-reef-free-live-streaming-surf-cam .inner-grid .right-col {
    float: none;
    margin: 0 auto;
    padding: 8%;
    width: 100%;
  }
  .page-content.surfcam-content > iframe {
    height: auto;
  }

}



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


.inventorylist tr, .inventorylist td, .inventorylist td:first-child {display:block; width:100%;}
.inventorylist img {display:block; width:100%; height: auto;}

  #popup {height: auto;}

   #popup .checkboxwrap {
	  margin-right: 0;
	  margin-top: 7px;
	  text-align: center;
	}
  .popmid {line-height:1;}
  #popup input[type="submit"], #popup .text.field.fb-email {margin-bottom:10px; height:35px;}

  #popup .checkboxfield {margin-bottom: 10px;}
}

.fancybox-item.fancybox-close.myClose.fa {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  text-decoration: none;
  font-family: Arial;
}

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


.email.field_block > h2 {
  font-size: 18px;
  text-align: center;
}

#shipping-charges-and-transit-times-hansens-surfboards p {font-size:1.2em;}

/************ Landing Pages ****************/
/* bread crumb */

.breadcrumb{
  background:#ffffff;
  margin:15px 0px 15px 15px;
  text-transform :uppercase;

}

@media screen and (min-width:980px) {
	.breadcrumb {margin: 15px 0;}
}

.breadcrumb span{
  color:#65c2ca;
}

.breadcrumb span.divider , .breadcrumb a{
  color:#000000;
  text-decoration: none;
}


/* inside pages */
.inside-grid {
max-width: 980px;
margin: 0 auto;
text-align: left;
}

.inside-grid .is-img {
max-width: 100%;
height: auto;
}

.inside-grid .content  {
float: none;
width: auto;
font-size: 1rem;
}

.inside-grid .conent{
float: none;
width: auto;
font-size: 1rem;
}
.inside-grid .banner-item {
margin-bottom: 20px;
}

.inside-grid .banner-item img{
  width:100%;
  height: auto;
}

.blog-post-layout .blog-post-block {display:none;}


/*WET SUITE GUIDE*/
.wsg-col {
  float: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}



.wsg-col p {padding: 0; margin: 0;}
.wsg-col p a {color: #000; text-decoration: none;}

@media only screen and (min-width: 767px) {
	.wsg-col {
	  float: left;
	  width: 30%;
	  margin: 0 1.5%;
	}
}

/* CONTENT */

.surfcam-content h2{
font-size: 20px;
text-transform: uppercase;
color:#333333;
font-family: "FuturaStdBold",sans-serif;
text-transform: uppercase;
}
.surfcam-content p {color:#000; font-size:11px;}

hr{
color:#d9d9d9;
background:#d9d9d9;
}


.template-collection .section-header--title  {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  margin: 0 0 18px;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaStdBold",sans-serif;
}


@media screen and (max-width:980px) {
  .template-collection .section-header--title {
  	margin-bottom: 0;
  }

}




.inner-grid .right-col h1 {
text-align: center;
margin: 0 0 18px 0;
line-height: normal;
font-size: 25px;
padding: 9px;
background: #000000;
color: #ffffff;
text-transform: uppercase;
    font-family: "FuturaStdBold",sans-serif;
}


#gf-grid * {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
 /* line-height: 1.2em;*/
  text-align: center;
}
#gf-grid p.moreyouspeak {
  font-weight: 400;
  text-align: center;
  display: block;
}
.moreyouspeak {
  text-align:center;
}


/* SWATCHES */
/*
.spf-product__swatch-inner,
.spf-product__swatch {
  display: none;
}
span.spf-product__swatch.is-selected {
  border: none;
  width: 100%;
  text-align: center;
}
.spf-product__swatch:not(.is-selected) {
  display: none;
  text-align: center;
  border: none;
  margin: 0 auto;
}
.spf-product__swatch:nth-child(2){
  display: block;
  text-align: center;
}
.spf-product__swatch:nth-child(n+3) {
  display: none;
}
.spf-product__swatch::after {
  content: "More Colors Available";
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #D11717;
  margin: 0 auto;
  font-weight: 400;
}

.products-grid .product-grid-item {
position: relative;
text-align: center;
margin-bottom: 20px;
font-size: 1rem;
}
*/
@media screen and (max-width: 767px) {

  .products-grid .product-grid-item {
    display:inline-block;
    width: 48%;
  }
  .products-grid .product-grid-item:nth-child(2n+1) {
    margin: 0 5px;
  }

}

.products-grid .hdng{
  text-align: center;
  margin: 0 0 25px 0;
  line-height: normal;
  font-size: 25px;
  padding: 9px;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family:"FuturaStdBold";
}

.products-grid .product-grid-item a {
display: inline-block;
width: auto;
}


.products-grid .product-grid-item .{
  margin:0 0 20px 0;
  text-align: center;
}
.products-grid .product-grid-item . span{
  padding: 6px 22px;
  background: #67c5cc;
  color:#ffffff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #92cfed;
  display: inline-block;
  border: none;
  font-size: 12px;
  width: auto;
  font-weight:normal;
}

.products-grid .product-grid-item . span:hover{
  background:#444;
  color:#ffffff;
}


.products-grid .product-grid-item span.title-price-inner {position:relative; color:#000; padding-top:15px;}
.products-grid .product-grid-item p. span {position:static;}
.products-grid .product-grid-item span {
  bottom: 0;
  color: #000;
  display: inline-block;
  font-family: "Futura Std";
  font-size: 15px;
  font-weight: 600;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#snow-jackets-pants-goggles-and-gear-hansen-surfboards .products-grid .product-grid-item span {bottom: -22px;}

.products-grid .product-grid-item span:hover{
  color:#000000;
}

.products-grid .product-grid-item span.black {
color: #000000;
}

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

  .products-grid .product-grid-item span.black{bottom:.5em}
}

.products-grid .product-grid-item span i {
font-size: 14px;
text-transform: none;
display: block;
font-family: Georgia;
}

.products-grid .product-grid-item span i.white {
  color: #ffffff;
}

.products-grid .product-grid-item.last {
width: 100%;
margin: 0;
}

.inner-grid .content-bottom {
padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.surfcam-player{
min-height: 300px;
}

.yotpo-reviews-carousel .carousel-display-wrapper {padding:0!important}

/*************** SIDEBAR ****************/
.has-dropdown:last-child ul {
  display: none;
}

.sidebar .sb-list ul.page-sidebar-sub {
	border:none;
	padding:0;
	margin:0 0 0 7px;
}

.sidebar .sb-list .has-dropdown > a {
  padding-top: 1em;
  text-transform: uppercase;
}

.sidebar h4 {
background: #000000;
color: #ffffff;
font-family: 'FuturaStdBold', sans-serif;
text-transform: uppercase;
text-align: center;
font-size: 13px;
margin: 0;
letter-spacing: 3px;
padding: 15px;
}

.sidebar .sb-box {
margin-bottom: 15px;
}

.sb-list li.current {
  color: #67c5cc;
}

.sidebar .sb-box.sb-img{
  text-align: center;
}

.sidebar .sb-box.sb-img img{
  width:100%;
  max-width: 300px;
}


.sidebar .sb-list ul {
border: 1px solid #d1d1d1;
margin: 0;
list-style-type: none;
font-size: 11px;
padding: 15px 18px 18px 18px;
line-height: normal;
}

.sidebar .sb-list ul li a {
color: inherit;
text-decoration: none;
display: block;
margin: 5px 0px;
font-size:13px;
}
.sidebar .sb-list ul li a.current {color:#67C5CC;}
.sidebar .brands-list h4{
  cursor: pointer;
}

.sidebar .brands-list ul{
  display: none;
}


/* FULL WIDTH */
.grid-item.full-width .right-col{
  width: auto;
  display: block;
  float:none;
}

ul.product-grid-item{
  list-style-type: none;
  color:#000000;
  vertical-align: top;
}

ul.product-grid-item li,
ul.product-grid-item li a{
  color:#000000;
  text-decoration: none;
  font-size: 11px;
}

ul.product-grid-item a:hover {
	color: #67c5cc;
}

ul.product-grid-item .top{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-content.surfcam-content {
  padding: 0 3%;
}



@media only screen and (max-width: 767px) {
	.blog-area div.blog-post-block {margin-right: 0;}
	.template-page .blog-cover {
	  display: block;
	  height: 168px;
	  left: 0;
	  position: relative;
	  top: 0;
	  width: 299px;
	  margin: 0 auto;
	}
	.template-page .block.thirds-block.blog-post-block {
	  margin: 0 auto 3em;
	  padding: 0 3%;
	  width: 100%;
	}
}


@media only screen and (min-width: 480px) {
  .products-grid .product-grid-item {
  display: inline-block;
  width: 48%;
  }
  .products-grid .product-grid-item:nth-of-type(odd) {
  margin-right: 4%;
  }
  .products-grid .product-grid-item img {
  width: 100%;
  height: auto;
  }

}

.bannerheader {

  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

  .bannerheader > img {width:100%;height:auto;  border: 1px solid black;}

.template-page .blog-cover {width:auto}

@media only screen and (min-width: 767px) {
  .breadcrumb{
    position: static;
  }

  .surfcam-player{
  min-height: 420px;}

  .inner-grid .right-col, .inner-grid .left-col {
  display: inline-block; }

  .inner-grid .content-bottom {
  width: auto; }

  .inner-grid .right-col {
  width: calc(100% - 245px);
  float: right; }

  .inner-grid .left-col {
  float: left;
  width: 225px; }





  .sidebar .brands-list ul{
    display: block;
  }

  .products-grid .product-grid-item {
  display: inline-block;
  width: 32%;
  margin-right: 2%; }

  .products-grid .product-grid-item:nth-of-type(odd) {
    margin-right: 2%; }

  .products-grid .product-grid-item:nth-of-type(3n+0) {
    margin-right: 0; }

  .products-grid .product-grid-item img {
    width: 100%;
    height: auto; }

  .products-grid.half-grid .product-grid-item {
  width: 48.5%;
  margin-right: 0; }

  .products-grid.half-grid .product-grid-item:nth-of-type(odd) {
    margin-right: 3%; }

  .products-grid.half-grid .product-grid-item.last {
    width: 100%; }

  .content-bottom .block.thirds-block{
  height:auto;
  }

  .products-grid.grid-fourth .product-grid-item{
    width:23.5%;
    margin-right:2%;
  }

  .products-grid.grid-fourth .product-grid-item:nth-of-type(4n+0){
    margin-right: 0;
  }


  .blog-post-layout{
  font-size: 0;
  margin-top:20px;
  }


 /* .blog-post-layout .thirds-block{
  float:none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  margin-right: 2%;
  width:32%;

  }*/
  .blog-post-layout .thirds-block:nth-of-type(3n+0){
  margin-right:0;
  }
  .block.thirds-block{
  margin-bottom: 40px;
  }

  .add-more-block .button.black-button{
  background:#65c2ca;
  padding:15px;
  border:0;
  text-transform: uppercase;
  }

}
.blog-pagination {
  text-align: center;
}
.blog-pagination p {
	color: #000;
	font-family: "FuturaStdBold",sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;

}

.pagination-blog {
  list-style-type: none;
}

.pagination-blog li {
  display: inline;
  font-size: 13px;
}

.pagination-blog a {text-decoration:none;}



/****************COLLECTIONS*/

.footwear-heading > ul {
  list-style: outside none none;
}

.footwear-heading .pull-left {
  width: 48%;
}

.footwear-heading li {
  text-align: left;
 }


.footwear-heading a {
  color: #000;
  display: block;
  font-family: 'FuturaStdBold';
  padding: 0px;
  margin: 0;
  text-align: left;
  text-decoration: none;
}
.grid-heading {
  color: #000;
  display: block;
  font-family: 'FuturaStdBold';
  font-size: 14px;
  text-transform: uppercase;
}

.products-grid .button.blue-button {
  background-color: #67c5cc;
  color: #fff;
  display: block;
  font-family: 'FuturaStdBold';
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  margin-top:20px;
}


@media (min-width: 980px) {
.products-grid .button.blue-button {
  background-color: #67c5cc;
  color: #fff;
  display: block;
  font-family: 'FuturaStdBold';
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-left: 34%;
  text-transform: uppercase;
  width: 32%;
}
}

.footwear-heading  h2,
.footwear-heading  h3{
  color: black;
  font-family: 'FuturaStdBold';
  text-transform: uppercase;
  margin-bottom: 0px;
}
.footwear-heading  h3 {font-size:15px;}


.footwear-heading {
  margin: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}


@media (max-width: 980px) {

  .footwear-heading li {
    display:block;
    width: 100%;

  }

  .footwear-heading .pull-left {
  display: block;
  margin-left: 15px;
  width: 100%;
}

}

.yotpo .headline {
  color: #000 !important;
  font-family: "FuturaStdBold" !important;
  text-transform: uppercase;
}

.yotpo-reviews-carousel .carousel-review-title {
  color: #000 !important;
  font-family: "FuturaStdBold" !important;
}

.yotpo-reviews-carousel .carousel-review-body {
  color:#909295!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
font-style:normal!important}

.yotpo-reviews-carousel .carousel-read-more {color:#67C5CC!important;}


.hide-gopro {display:none;}

.products-grid.collection-grid-layout .product-grid-item{
	border:1px solid #d8d8d8;
	vertical-align: top;
}

.products-grid.collection-grid-layout .product-grid-item h2{
	font-size: 11px;
	text-align:center;
	padding:0 5px;
	line-height: normal;
	color:#808080;
	font-weight: normal;
}

.collection-grid-layout .product-grid-item .title-price-block{
	/*min-height: 70px;*/
	position: relative;

}

.collection-grid-layout .product-grid-item .title-price-inner{
	/*position: absolute;
	bottom: 10px;
	left:0;
	width: 100%;*/
}

.template-collection .product-item--price {margin-bottom:3px;}

.products-grid .product-grid-item a {
  display: inline-block;
  text-decoration: none;
  width: auto;
}


@media screen and (max-width:767px) {
	.products-grid .product-grid-item a {
	  display: block;
	  text-decoration: none;
	  width: auto;
	}
}


.collection-grid-layout{
	margin-top:25px;
}

.collection-grid-layout .product-grid-item .title-price-block .sale-tag{

	color:#d11717;
	text-align: center;
}

.collection-grid-layout .product-grid-item .product-item--price span {
  font-family: 'Helvetica Neue', sans-serif;
  /*font-size: 11px;*/
  font-style: normal;
}

.pagination-filters{
	font-size: 11px;
	color:#ffffff;
	/* padding:15px 20px; */
  padding: 3px;
  text-align: center;
}
.is-pagination{
	margin: 1em auto;
	width:100%;
	text-align: center;
}
.is-pagination .pagination-custom{
	font-size: 0;
}

.is-pagination .pagination-custom .active{
	color:#ffffff;
}

.is-pagination span,.is-pagination ul{
	display: inline-block;
	vertical-align: middle;
}

.pagination-filters .form-horizontal , .pagination-filters .is-pagination ,.pagination-filters button{
	font-size: 11px;
	display: inline-block;
}

.is-pagination .pagination-custom li{
	font-size: 11px;
	display: inline-block;
	margin:0 2px;
	vertical-align: middle;
}


.pagination-filters .form-horizontal {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}


.is-pagination.footer-pagination {
	font-family: "FuturaStdBold",sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	text-align:center;
}

.is-pagination.footer-pagination .pagination-custom .active {color:#909295;}

.template-collection .content-bottom {
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
.content-bottom p{
  color: #3d3d3d;
  font-weight: bold;
  line-height: 25px;
}



/*****************************************************************
 ************************* Media Queries *************************
 *****************************************************************/
/****************************************************************/
/* ----------------------- TABLET ---------------------------- */
/**************************************************************/
@media only screen and (min-width: 767px) {
    /**********************************************/
    /* ----------- IMG RESET ------------------ */
    /********************************************/
    img.alignleft {
      float: left;
    }

    img.alignright {
      float: right;
    }

    .content img.alignright:not(.full-img), .content img.alignleft:not(.full-img) {
      margin-bottom: 1em;
      max-width: 50%;
    }
    .content img.alignright {
      margin-left: 1em;
    }
    .content img.alignleft {
      margin-right: 1em;
    }

    .hidden-tablet {
      display: none;
    }

    .visible-tablet{
      display: block;
    }

  /* ------------------------
    Header
  ------------------------ */
    a.cart {color:#000!important; text-decoration:none;}

  /* ------------------------
    Nav
  ------------------------ */

  /* ------------------------
    Content
  ------------------------ */



  .content{
    width: calc(100% - 340px);
    float: left;
  }

  /* ------------------------
    Aside
  ------------------------ */

  .aside{
    margin: 0;
    width: 300px;
    float: right;
  }

  .sidebar-block{
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
  }

  /* ------------------------
    Footer Layout
  ------------------------ */
  .mobile-footer{
  	background: #f2f2f2;
  }

  .mobile-footer-contact, .footer-currency{
  	width: 48%;
  	display: inline-block;
  	vertical-align: top;
  }


  .footer-info {
	  background-color: #F2F2F2;
  }


  .footer-info {
	  background-color: #f2f2f2;
	  text-align:center;
  }

  .payment-options {text-align: center; padding-top:1em;}

  .subscribe {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: auto;
    padding-top: 1em;
    text-align: center;
  }

  .footer-info .social {
    text-align: center;
	padding-bottom: 2em;
  }

  .footer-info .social .fa {
    color: black;
    font-size: 35px;
    padding: 0 10px;
  }





  /* ------------------------
    Forms & Form Elements
  ------------------------ */

#sign-up-for-special-offers form input {width: 95%; padding: 1em;}
#sign-up-for-special-offers form input[type="submit"] {width: 30%;}

  /* ***************************************** */
  /* ---------- Specific Templates ----------- */
  /* ***************************************** */
  /* ------------------------
    Home Page
  ------------------------ */

  .home-slideshow .slide{
    width: 100%;
    height: 500px;
  }

  .row .half-block{
    height: 300px;
  }

  .row .half-block .button{
    font-size: 21px
  }

  .row .block .block-button{
    border: 3px solid #fff;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
    background: rgba(0 , 0 , 0,.5);
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 19px;
    transition: .4s ease-in-out background;
  }

  .block-button:after{
    display: none;
  }

 .peak-grades .button.block-button {
  width: 256px;
}

  .block-text{
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    bottom: 50px;
    text-decoration: none;
    color: #fff;
    transition: .4s ease-in-out color;
  }
.homepagecontent > h1 {
  font-family: 'FuturaStdBold';
}
.homepagecontent > p {
  font-size: 14px;
  line-height: 22px;
}
  .homepagecontent a {color:#2D2D2D}

  .row .block:hover .block-button{
    background: rgba(0, 0, 0, .7);
  }

  .row .block:hover .block-text{
    color: #67c5cc;
  }

  .block.thirds-block{
    height: 300px;
    width: 33.33333%;
    width: calc((100% / 3) - 14px);
    float: left;
  }

  .row-thirds .thirds-block:nth-of-type(1){
    margin-right: 20px;

  }

  .row-thirds .thirds-block:nth-of-type(2){
    margin-right: 20px;
  }

  .row-thirds .thirds-block:nth-of-type(3){
  }

  .row-long-left .two-thirds-block{
    height: 300px;
    width: calc(100% *(2/3) - 7px);
    float: left;
    margin-right: 20px;
  }
  .row-long-left .full-block{
    height: 300px;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .wetsuit-block{
    background-image: url(shop_wetsuits.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .footwear-block{
    background-image: url(shop_footwear.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .accessories-block{
    background-image: url(shop_accessories.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .surf-gear-block{
    background-image: url(shop_surf_gear.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .hansens-gear-block{
    background-image: url(shop_hansens_gear.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .our-story-block{
    background-image: url(our_story.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .surfboards-block{
    background-image: url(shop_surfboards.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  .cams-block{
    background-image: url(live_surf_cams.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
  }

  	.instagram-feed{
  	  display: block;
  	}

  	.instagram-link > span{
  	  display: block;
  	  margin-bottom: 5px;
  	}

  	.instagram-link > span a{
  	  display: inline-block;
  	  vertical-align: bottom;
  	}

  	.instagram-link > span img{
  	  display: block;
  	  width: 20px;
  	  height: 20px;
  	  margin-right: 5px;
  	}

  	.instagram-link > span > span{
  	  display: inline-block;
  	  line-height: 14px;
  	  font-size: 14px;
  	}

  	.instagram-feed img{
  	  width: 20%;
  	  height: auto;
  	  float: left;
  	}

  	  #instafeed a {
  	  background-position: center center;
  	  background-size: cover;
  	  display: inline-block;
  	  height: 190px;
  	  width: calc(100%/5);
  	}


  .blog-cover {width: auto;}

span.blue-hr {
  background-color: #67c5cc;
  display: block;
  height: 0.5em;
  margin: 0 auto;
  text-align: center;
  width: 2em;
}


}

/****************************************************************/
/* ----------------------- Desktop --------------------------- */
/**************************************************************/
@media only screen and (min-width: 980px) {
    .hidden-desktop {
      display: none!important;
    }

    .hidden-desktop.account-cred {display:none;}


    /* ------------------------
      Header
    ------------------------ */

    .header-main.header-main-mobile{
      display: none;
    }

    .header-main.header-main-desktop{
      display: block;
      height: auto;
    }


    .header-main.header-main-desktop .header-logo{
      float: left;
      max-width: 200px;
      margin: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: inherit;
      margin: 10px 0 0 0;
      position: relative;
      top: 0px;
    }

.header-main.header-main-desktop .search-icon {
  display: block;
  left: 25px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 65px;
  width: 375px;
}

    .header-main.header-main-desktop .search-icon img.s-icon-header{
      position: absolute;
      right: 10px;
      z-index: 10;
      top: 50%;
      width: 12px;
      height: 13px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .header-main.header-main-desktop .search-icon input{
      border: 1px solid #000;
      color: #000;
      font-family: 'Georgia', serif;
      font-size: 14px;
      position: relative;
      width: 100%;
      z-index: 5;
      padding: 7px 20px;
      box-sizing: border-box;
    }

    .header-main.header-main-desktop .header-contact-block{
      float: right;
      margin: 36px 0;
    }

  	.account-options span,
  	.account-options a {
  		color:#000;
  	}


  	.account-options span.cart-amount {
  	  padding-left: 1em;
  	  text-align: left;
  	  width: auto;
  	}


  	.account-options a {
  	      color: #000;
  	      display: inline-block;
  	      text-decoration: none;
  	      width: 47%;
  	}

    .account-options span {
      display: inline-block;
      text-align: left;
      width: 50%;
      width: calc(100% / 2);
      color: #000;
    }

    .header-contact-block .signup{
      display: block;
      background: url(save-bg.svg);
      padding-left: 40px;
      background-size: 210px 35px;
      background-repeat: no-repeat;
      background-position: center left;
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      margin: 10px 0;

      line-height: 35px;
      height: 35px;
      width: 210px;
      text-transform: uppercase;

    }

    .header-contact-block .social{
      text-align: center;
      font-size: 0;
    }

    .header-contact-block .social .social-icon {
      display: inline-block;
      width: calc(100% / 7);
    }


    .social .fa:hover {color: #64c4cb;}

    .header-contact-block .social .facebook-icon img{
      width: 9px;
      height: 18px;
    }

    .header-contact-block .social .twitter-icon img{
      width: 22px;
      height: 18px;
    }

    .header-contact-block .social .instagram-icon img{
      width: 18px;
      height: 18px;
    }

    .header-contact-block .social .pinterest-icon img{
      width: 14px;
      height: 18px;
    }

    .header-contact-block .social .googleplus-icon img{
      width: 18px;
      height: 18px;
    }

    .header-contact-block .social .youtube-icon img{
      width: 15px;
      height: 18px;
    }

    .header-contact-block .social .mail-icon img{
      width: 24px;
      height: 18px;
    }

    .slide-contents .tag{
      font-size: 54px;
    }

    .slide-contents .family {font-size:21px;}


    /* ------------------------
      Nav
    ------------------------ */
    nav{
      position: relative;
      width: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      box-shadow: none;
      background: #000;
      transition: -webkit-transform 0s ease-in-out;
      transition: transform 0s ease-in-out;
      overflow: auto;
    }

    .menu{
      text-align: center;
      font-size: 0;
      max-width: 980px;
      margin: 0 auto;
    }

    .menu > *{
      font-size: 13px;
    }

    .menu > li{
      display: inline-block;
      text-align: center;
      width: auto;
    }

    .menu > li:nth-of-type(1) a{
      /*padding-left: 0;*/
    }

    .menu > li:nth-of-type(7) a{
      /*padding-right: 0;*/
    }

    .menu a{
      border-bottom: none;
      padding: 15px;
      color: #fff;
      background: #000;
  	transition: color .3s ease;
    }

    .menu a:hover {
  	  color:#67C5CC;
  	  	transition: color .3s ease;
    }

    .site-nav--active {color:#67C5CC;}

    .menu .sub-menu{
      position: absolute;
      left: -9999px;
      top: 0;
    }

    .nav-dropdown-button{
      display: none;
    }


    /* ------------------------
      Footer Layout
    ------------------------ */

  .visible-desktop {
  	display: block;
  }

  .footer-info{
  	background: #f2f2f2;
  	padding: 20px;
  	font-size: 0;
  }

  .footer-info .social .fa {
    color: black;
    font-size: 21px;
    padding: 0 ;
  }

  .footer-info h2{
  	font-size: 14px;
  	font-weight: 600;
  	text-transform: uppercase;
  	color: #000000;
  	font-family: 'FuturaStdBold', sans-serif;
  	font-weight: 100;
  }

  .footer-info .container div{
  	width: 33%;
  	display: inline-block;
  	vertical-align: top;
  }
  .footer-info .container div div.klaviyo-form-J4V7yq {
    width: inherit;
  }
  .footer-info .container div div.klaviyo-form-J4V7yq div{
    width: inherit;
    display: unset;
  }

  .footer-info img{
  	width: 100%;
  	height: auto;
  	max-width: 260px;
  	display: block;
  	margin: 0;
  }

  .footer-info .social a{
  	display: inline-block;
  	padding: 0 10px;
  }

  .footer-nav-desktop{
  	background: #67c5cc;
  	padding: 30px 20px 0 20px;
  }

  .footer-nav-desktop .container{
  	text-align: center;
  }

  .footer-nav-desktop h2{
  	color: #fff;
  	font-family: 'HelveticaNeue', sans-serif;
  	font-size: 13px;
  	font-weight: 600;
  	text-transform: uppercase;
  	margin: 0 0 10px 0;
  }


  .payment-options {
    padding-top: 1em;
    text-align: left;
  }

  .subscribe {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 1em;
    text-align: left;
  }
  .footer-info .social {
    padding-bottom: 2em;
    text-align: left;
  }
  .footer-nav-desktop a{
  	color: #fff;
  	font-size: 13px;
  	text-decoration: none;
  	line-height: 20px;
  }

  .footer-nav-desktop ul{
  	margin: 0;
  	padding: 0;
  }

  .footer-nav-desktop li{
  	list-style-type: none;;
  }

  .footer-nav-desktop .two-column-list{
	  float: left;
  	text-align: left;
  	vertical-align: top;
	width: 33.33%;
  }

  .two-column-list ul {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }

  .two-column-list > ul:last-child {
  width: 38%;
}

  .two-column-list:nth-child(2) {
  margin-left: 6%;
  width: 26%;
}

/*  .footer-nav-desktop .two-column-list ul{
  	-webkit-column-count: 3;
  	-moz-column-count: 3;
  	column-count: 3;
  }
*/
  .footer-nav-desktop .single-column-list{
  	text-align: left;
  	 float: left;
  	vertical-align: top;
  	width: 33.33%;

  }

  .footer-nav-desktop .single-column-list:nth-of-type(4){
  	padding-right: 0;
  }

  .footer-blue-bottom{
  	position: relative;
  	min-height: 100px;
  	margin-top:30px;
  }

  .footer-blue-bottom .free-shipping{
  	width: auto;
  	color: #fff;
  	position: absolute;
  	bottom: 10px;
  	left: 0;
  	font-size: 12px;
  	font-weight: 400;
  	font-family: 'FuturaStdBold', sans-serif;
  	text-transform: uppercase;
  	text-align: left;
  }

  .footer-blue-bottom .footer-phone{
  	position: absolute;
  	right: 0;
  	bottom: 10px;
  	font-size: 12px;
  	font-weight: 400;
  	font-family: 'FuturaStdBold', sans-serif;
  	text-transform: uppercase;
  	text-align: right;
  }

  .footer-blue-bottom .footer-logo{
  	display: block;
  	position: absolute;
  	bottom: 10px;
  	width: 225px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	color: #fff;
  	min-height: 75px;

  }

  .footer-logo img{
  	display: inline-block;
  	height: 55px;
  	margin-bottom: 10px;
  }

  .footer-blue-bottom .footer-logo span{
  	display: block;
  	font-size: 12px;
  	font-weight: 600;
  	font-family: 'FuturaStdBold', sans-serif;
  	text-transform: uppercase;
  }


  .footer-bottom {
  	position: relative;
  	font-size: 0;
  }

  .footer-bottom a {
  	font-size: 12px;
  	line-height: 15px;
  	margin: 0 0 0 7px;
  	border-right: 1px solid #fff;
  	padding: 0 7px 0 0;
  	display: inline-block;
  	font-size: 13px;
  	line-break: 20px;
	float: left;
  }



  .footer-bottom a:nth-last-of-type(1){
  	border-right: none;
  }

  .hansen-icon{
  	position: absolute;
  	top: 50%;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	transform: translateY(-50%);
  }

  .footer-bottom-left{
  	float: left;
  	display: inline-block;
  	font-size: 12px;
  	line-height: 15px;
  }

  .footer-bottom-right{
  	float: right;
  	display: inline-block;
  }



    .home-slideshow .slide{
      width: 100%;
      height: 550px;
    }

    .home-slideshow .owl-nav .owl-next,
    .home-slideshow .owl-nav .owl-prev {
  	  width: 37px;
  	  height:37px;
    }

    .social .fa {
  	   color: #000;
  	   display: inline-block;
  	   font-size: 21px;
  	}


}   /*end desk*/

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

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

  h2, h3 {
    page-break-after: avoid;
  }
}

/* SEARCH */

.isp_watermark {
  display: none !important;
}
.isp_center_container_header div.isp_results_summary_wrapper h1 {
  font-size: 25px!important;
}

.isp_grid_result a div .isp_title {
font-size: 12px!important;
font-weight: bold!important;
color: #808080!important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
text-align: center!important;
}


.isp_grid_result a div .isp_price {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
font-size:	15px!important;
font-weight:	600!important;
color: #000!important;
text-transform:	uppercase!important;
text-align:	center!important;
}

.isp_add_to_cart_form {display:block!important;top:85%!important; bottom:10px!important;}


.isp_add_to_cart_btn {
background: #00a2dd none repeat scroll 0 0!important;
border: medium none!important;
border-radius: 3px!important;
box-shadow: 1px 1px 1px #92cfed!important;
color: #ffffff!important;
display: inline-block!important;
font-size: 12px!important;
font-weight: normal!important;
padding: 6px 22px!important;
width: auto!important;
}

.isp_grid_result a div .isp_price {
  margin-top: 0!important;
  position: relative!important;

}

.isp_yotpo {
  margin-top: -15px;
}

.product-grid-item.brandslist {
	width: 22%;
	text-align: left;
}

@media screen and (max-width:768px) {
.product-grid-item.brandslist {
	width: 100%;
	text-align: center;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

  ul.product-grid-item.brandslist li, ul.product-grid-item.brandslist li a {font-size:14px;}

}

#surfboards-hansen-39-s-surf .ls--button {display:none!important;}

 .ulfont {
display: block;
font-size: 1.5em;
list-style-position: outside;
margin-left: 20px;
margin-bottom: 10px;
}
.ulfont li {
  margin-bottom: 10px;
}
#shipping-charges-and-transit-times-hansens-surfboards p,
#customer-service-hansen-surfboards-encinitas-california p {
  font-size: 1.5em;
}


  .template-page  h1,
   .template-page  h4 {
  font-family: 'FuturaStdBold';
}

.inner-grid .rentals h1 {
  text-align: center;
  margin: 0 0 18px 0;
  line-height: normal;
  font-size: 25px;
  padding: 9px;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "FuturaStdBold",sans-serif;
}

.owl-rental .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-rental .owl-controls .owl-prev {
  float: left;
}
.owl-rental .owl-controls .owl-next {
  float: right;
}
.owl-rental .owl-controls i {
background-color: rgba(255,255,255,.5);
border-radius: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}

.rentallogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;

}

.rentallogo svg {
  fill: #fff;
  width: 50%;
  height: auto;
  opacity: .7;
}

.rentalrates td.shade strong {
  font-weight: bold;
  font-size: 15px;
  font-family: "FuturaStdBold",sans-serif;
}

.rentalrates table {
    text-align: left;
    margin-top: 20px;
}
.rentalrates td {padding-right: 20px; padding-top: 10px; width: 300px}
.rentalrates th {
    width: auto;
    margin: 0 0 10px 0;
    line-height: normal;
    font-size: 18px;
    padding: 9px;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "FuturaStdBold",sans-serif;
}

.rentalrates td strong {
  font-weight: normal;
}

.rentalrates .hiddendesk {
    display: none;
}

@media screen and (max-width: 767px) {
    .rentalrates table {width: 100%;}
    .rentalrates td {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
        width: 100%;
    }
  .rentalrates td ,
  .rentalrates th{display: block; text-align: center; }

  .rentalrates .rentalhidden {display: none;}
  .rentalrates .hiddendesk {
    display: block;
    font-size: 14px;
    background-color: #67C5CC;
}
.rentalrates .shade {background-color: #fafafa;}
.rentalrates td strong {
    font-size: 18px;
   text-decoration: underline;
    display: block;
}
.rates tr {
    margin-top: 20px;
    display: block;
}
}

#cookie-policy .right-col ul,
#cookie-policy .right-col ol,
#privacy-policy-hansen-surfboards .right-col ul{
  margin-left: 30px;}


 .full-block {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }
 @media screen and (max-width: 767px) {
   .full-block {
    min-height: initial;
   }
 }

.accssection .row .block{
  background-position: center;
}
  @media screen and (max-width: 767px) {
    .row .half-block.halffullmobile {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .row .half-block.halffullmobile .button {
        display: block;
        border: none;
        font-size: 18px;
        padding: 20px 20px;
        color: #000;
        text-align: left;
        position: relative;
        text-transform: uppercase;
    }
    .half-block.halffullmobile .button::before {
      content: ' ';
      background-image: url("arrow-right.svg");
      background-size: 30px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 20px;
      top: 50%;
      height: 30px;
      width: 30px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
    }
  }

.spf-product__swatch::after{display:none !Important}


@media screen and (max-width: 767px) {
  #__pc_sticky-footer {
    display: none!important;
  }
}

#surfboards-hansen-39-s-surf .products-grid .product-grid-item span.title-price-inner {
  display: none;
}



.single-product-content-wrap > .container {
  min-width:100vh;
}
@media screen and (max-width: 767px) {
  .single-product-content-wrap > .container {
  min-width:unset;
}
}

.slidewrapper {
  display: block;
  min-height: 500px;
/*   aspect-ratio: 1280/550; */
  background-color: #67c5cc;
}
@media screen and (max-width: 767px) {
  .home-slideshow {
    display: block;
    min-height: 225px;
    aspect-ratio: 428/225;
  }
  .slidewrapper {
    display: block;
    min-height: 225px;
    aspect-ratio: 428/225;
    background-color: #67c5cc;
  }
}


/* customer.css */
.register-box, .login-box {
  display: block;
  width: 100%;
  margin:0 0 10% 0;
}
.hidden-label {display:none;}
.font-black {color: #000;}
.template-customers-account h5 {margin-bottom:0em;}
.template-customers-account p {margin-top:0;}
#customer_email, #customer_password, #recover-email,
#create_customer input[type="text"],#create_customer input[type="email"],#create_customer input[type="password"],
#add_address input[type="text"], #add_address select, #add_address input[type="tel"],
.edit-address input[type="text"], .edit-address select, .edit-address input[type="tel"]{
border: 1px solid #000;
box-sizing: border-box;
color: #000;
font-family: "Georgia",serif;
font-size: 12px;
padding: 7px 20px;
position: relative;
width: 100%;
z-index: 5;
margin-bottom:1em;
}

input[type='submit']  {
    background-color: #000;
    text-align: center;
    transition: background 0.25s ease-in-out 0s;
    border: medium none;
      color: #fff;
      display: block;
      font-size: 1em;
      padding: 10px;
      position: relative;
      text-transform: uppercase;
  }
input[type='submit']:hover,
.button.black-button.button-register:hover
{
    background: #67c5cc none repeat scroll 0 0;
    transition: background 0.25s ease-in-out;
    border:none;
}
.address-list h3 {
  color: #000;
}
.recover-pass {text-align: right;}

.button.black-button.button-register {
  border:none;
  font-size: 1em;
  padding: 7px;
  text-transform: uppercase;
  width: auto;
  transition: background 0.25s ease-in-out;
}

.disc {
  color: black;
  margin-left: 4%;
}
.mobile-footer .social .social-icon .fa {font-size:2em;}


/*.template-cart h1 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  margin: 0 0 18px;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
}*/


/*CART*/

.template-cart h1 {
  font-family: FuturaStdBold;
}

hr {
     border: 0;
     width: 100%;
   color: #E6E6E6;
   background:#E6E6E6;
   height: 1px;
   margin-bottom: 2em;
   display:block;
}
.row-no-color .block.six-block {
  background:#fff;
   font-family:"FuturaStdMedium";
   font-size: 1em;
 }

.cart-image > img {
  height: auto;
  width: 100%;
}

.row .block.six-block {width:16.66%; display:inline-block; float:left; text-align:center;}
.template-cart .row .half-block {height: 100px; background:none;}

.cart-instructions #comment {
  background: white none repeat scroll 0 0;
  border: 1px solid black;
  display: block;
  height: 50px;
  width: 100%;
  padding:5px;
}

.cart-instructions {margin-top:20px;}
.cart-instructions label{display:block;}

.cart-row {display:block; overflow:auto;}



.btn-checkout span.fa.fa-shopping-cart {
  color: white;
  display: inline-block;
  vertical-align: text-bottom;
}

.continue-button {
  background-color: #000;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  float:right;
  text-decoration: none;
}




.template-cart .fa.fa-close {
  color: red;
}

.btn-checkout {
  background-color: #67cc6e;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  float:right;
  text-decoration: none;
  margin-top: 43px;
}

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


  .btn-checkout {
    margin-bottom: 20px;
    margin-right: 3%;
    }

  .addbuttons > span {
    display:none!important;
  }


}

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0px!important;
}

input.update-cart {
  padding: 5px 10px;
  float: left;
}

.cartitemref {
  color: black;
  font-weight: 100;
  text-decoration: none;
}

.continue-button:hover,
.btn-checkout:hover {
  background: #67C5CC;
    transition: background 0.25s ease-in-out 0s;
}


.commentbox label {display:block; font-size:1.2em;}
.commentbox textarea {
  background-color: white;
  border: 1px solid black;
  height: 100%;
  padding: 1%;
  width: 100%;
}

.block.sub-block {
  background: white none repeat scroll 0 0;
  font-size: 18px;
  margin-bottom: 1em;
  margin-top: 4%;
  text-align: right;
}

.block.check-block {
  background: white none repeat scroll 0 0;
}


.block.six-block.cart-img-block {width:32%;}

.block.six-block.hidden-phone.visible-desktop {display:none;}

.six-block > h2 {
  font-size: 1em;
  margin-top: 0;
}

span.h2 {font-size: .8em;}

.block.six-block > p {
  font-size: 0.8em;
  text-align: center;
}


.js--qty-adjuster, .ajaxifyCart--qty-adjuster {
  -moz-user-select: none;
  border: 1px solid #e6e6e6;
  bottom: 0;
  cursor: pointer;
  display: block;
  margin: 7px auto;
  overflow: hidden;
  padding: 2px 0;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  width: 55%;
  position:static;
}


.js-qty input[type="text"], .ajaxifyCart--qty input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  display: block;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: 40px;
}

.template-cart .js-qty input[type="text"], .template-cart .ajaxifyCart--qty input[type="text"] {width:55%;}
.template-cart .js--qty-adjuster, .ajaxifyCart--qty-adjuster {margin: 7px 0;}

.addbuttons {
  display: inline-block;
  float: right;
  margin-right: 3%;
  width: 200px;
}

.addbuttons > span {
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-left: 30px;
  padding: 0 0;
  vertical-align: top;
}

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

.addbuttons {
  display: inline-block;
  float: right;
  width: 170px;
}

  .addbuttons > span {
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-left: 5%;
  padding: 0 0;
  vertical-align: top;
}

  .addbuttons > input {
  width: 130px;
}

  .block.half-block.commentbox {
  width: 100%;
}

}


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



  .js-qty input[type="text"], .ajaxifyCart--qty input[type="text"] {width: 55%; height:auto;}
  .template-cart .js--qty-adjuster, .ajaxifyCart--qty-adjuster {margin: 0;}
  .template-cart .js-qty input[type="text"], .template-cart .ajaxifyCart--qty input[type="text"] {width: 100%;}
}


/*COLLECTION MOBILE*/

.product-grid-image--centered > img {
  width: 100%;
  height: auto;

}

.collection-grid-item > h2 {
  color: #000;
  font-family: "Futura Std";
  font-size: 1.2em;
  margin: 1em 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.template-collection .products-grid .collection-grid-item span {
  color: #000;
  display: block;
  font-family: Georgia;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  position: static;
}

.template-collection .products-grid a.collection-grid-item {
  display: inline-block;
  text-decoration: none;
}

.row-black {background-color:#000;}


/*Tablet*/

@media only screen and (min-width: 768px) {

span.h2 {font-size: 1em;}


.block.six-block > p {
  font-size: 1em;
  text-align: center;
}


.js-qty input[type="text"], .ajaxifyCart--qty input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  margin: 0;
  padding: 5px 25px;
  text-align: center;
  width: 100%;
}

.js--qty-adjuster, .ajaxifyCart--qty-adjuster {
  -moz-user-select: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s ease-out 0s;
  width: 20px;
  margin: 0;
}

 }



/*DESKTOP*/

@media only screen and (min-width: 980px) {

  .block.six-block.hidden-phone.visible-desktop {display:block;}
  .block.six-block.cart-img-block {width:16.66%;}


.visible-desktop {display:block!important;}
.six-block > h2 {font-size: 1.2em}

  .register-box, .login-box {
    padding: 3%;
      display: inline-block;
      vertical-align: top;
      width: 48%;
  }
  .register-box {
    margin-left: 1%;

  }
  .login-box {
    margin-right: 1%;
  }

}


/* hansen.scss */

/* $futura:   "FuturaStdBold", Arial, sans-serif; */

#contact_body {
  border: 1px solid #393836;
  padding: 20px;
  background-color: #67C5CC;

  label {
    display: block;
    font-weight: bold;
    color: #393836;
    padding-bottom: 10px;
    font-family: "FuturaStdBold", Arial, sans-serif;
  }
  input,textarea {
    display: block;
    width: 100%;
    font-family: Arial;
    font-size: 13px;
    text-indent: 5px;
    padding: 10px 0;
  }
  textarea {height: 150px;}

  button {
    border: 3px solid #fff;
    width: 180px;
    text-align: center;
    padding: 7px 0;
    background: rgba(0 , 0 , 0,.5);
    color: #fff;
    font-size: 19px;
    transition: .4s ease-in-out background;
    font-family: "FuturaStdBold", Arial, sans-serif;
    float: right;
  }

  .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
    font-weight: 700;
    color: white;
    background-color: black;
    display: block;
    width: 155px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    padding: 10px;
    border: 1px solid transparent;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #000;
}
.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

}

#contact_results {
  .success {
    font-family: font-family: "FuturaStdBold", Arial, sans-serif;
    font-size: 18px;
  }
}

/* BLOG */

.blog-container {width: 760px;}
.template-article .container.blog-container p {font-size:16px; line-height:25px;margin-bottom:26px;}

.template-blog h1 {
  color: black;
  font-family: "Futura Std";
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}


.template-article .container.blog-container .single-post {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 26px;
}
.featuredImage img {display:block; width:100%; height:auto;}

.article-content.single-post img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.article-content.single-post img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.article-content.single-post img:not('.alignleft') {width:100%; height:auto; margin-left:0;}

.container p.blog-gray {
  color:#909295;
  line-height: 24px;
}
.load-more-post {
  font-family: "FuturaStdBold",sans-serif;
}

.blog-line-header {
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.blog-post-block h3 {
  font-family: "FuturaStdBold",sans-serif;
  color: #333333;
  line-height:30px;
  font-size: 19px;
}
.template-blog .block.head-block {
  background:none;
  padding:0;
  height: 30px;
  margin:0 20px 20px 0;
}

.template-blog .block.head-block:nth-child(3n){margin:0;}

.template-blog .row .block.blog-post-block {
  background: #f2f2f2;
  padding: 0;
  min-height: 455px;
  display: none;
}

.template-blog .row .block.blog-post-block .blog-padd {
  padding:10px;
}

.article-content.single-post {
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
}

.video-wrapper {
  margin: 30px;
  text-align: center;
}


.template-article h1 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  margin: 0 0 18px;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
}

.article-content img{  margin-left:1em; margin-bottom: 1em; max-width:100%;}

.template-article .container p {font-size:14px;}
.template-article .blog-info {
  display: block;
  font-size: 1em;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.template-article .product-sharing {float:left; width:92%; margin:25px 0 0 0; text-align:center;}

@media screen and (min-width:320px) and (max-width:767px){
  .template-article .product-sharing {
    width:85%;
  }
  .template-article h1 {font-size: 20px;}
}


.top-chev {
  font-size: 6em;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition:all .3s ease;
}
.top-chev:hover {
  opacity: .5;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
}

.article-exceprt {
  margin: 2em 0;
  height:300px;
  width:100%;
}

.right {float:right;}
.left {float:left;}


.pe-social {list-style-type:none;}
.pe-social li {display: inline-block; vertical-align:top; margin-right:1em;}
.pe-social li i {font-size: 2em;}



@media only screen and (min-width: 320px) and (max-width : 767px) {
  .template-article .blog-container {width:100%;}
  .template-blog  .blog-area div.blog-post-block,
  .template-blog .block.head-block {margin:0 0 0 0;}
  .template-blog .blog-cover {width:100%;}
  .article-content img {float:none; width:100%; height:auto; margin:1em 0;}
  .template-blog .blog-cover img {width:100%; height:auto;}

  .template-blog .blog-cover {
    display: block;
    max-height: 200px;
    overflow: hidden;
    width: 100%;
  }

  .footer-info .flexy{
  display:flex;
  justify-content:space-around;
    flex-wrap:wrap;
    flex-direction:column;
}



}

.template-article .header-main h1 {
background: none!important;
}

.footer-info .flexy{
  display:flex;
  justify-content:space-around;
}


/*! 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:#f9f9f9;color:#444;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,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px #00000080}.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(fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.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:-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(blank.gif);-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}.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}.fancybox-title{visibility:hidden;font: 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;background:rgba(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:700;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)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(fancybox_loading@2x.gif);background-size:24px 24px}}


.owl-nav button {  border:none;}.owl-carousel,.owl-carousel .owl-item{position:relative;-webkit-tap-highlight-color:transparent}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel .owl-refresh .owl-item,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}