/* Global styles
   ----------------------------- */
* {
  box-sizing: border-box;
}
/* Retina
   ----------------------------- */
/* Variables
   ----------------------------- */
/* Fonts
  ------------------------------- */
@font-face {
  font-family: 'keep_calmmedium';
  src: url('../fonts/keepcalm-medium-webfont.eot');
  src: url('../fonts/keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/keepcalm-medium-webfont.woff') format('woff'), url('../fonts/keepcalm-medium-webfont.ttf') format('truetype'), url('../fonts/keepcalm-medium-webfont.svg#keep_calmmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mathletebulky';
  src: url('../fonts/Mathlete-Bulky-webfont.eot');
  src: url('../fonts/Mathlete-Bulky-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Mathlete-Bulky-webfont.woff') format('woff'), url('../fonts/Mathlete-Bulky-webfont.ttf') format('truetype'), url('../fonts/Mathlete-Bulky-webfont.svg#mathletebulky') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Global
  ------------------------------- */
body {
  position: relative;
  color: white;
  background: #ad001d;
}
#navigation,
.wrapper {
  color: white;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/red_dot.gif');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #navigation,
  .wrapper {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/red_dot@2x.gif");
    background-size: 21px 21px;
  }
}
h1,
h3,
h4 {
  font-family: 'keep_calmmedium', sans-serif;
  text-shadow: 0 1px 1px black;
}
h1 {
  font-size: 2.625em;
  /* 42/16 */
  color: #ffe900;
  text-shadow: 0 1px 1px black;
  margin-bottom: 12px;
}
#about h1 {
  font-size: 2.1875em;
  /* 35/16 */
}
p {
  font-size: 0.875em;
  /* 14/16 */
}
h2 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 1.5625em;
  /* 25/16 */
  font-weight: bold;
  margin-bottom: 36px;
}
a {
  outline: 0;
}
/* ELEMS */
.only-mobile {
  display: none;
}
.btn {
  display: block;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  outline: 0;
  /*				&:hover{
				background-position: -747px -101px;
				animation-name: floating;
				-webkit-animation-name: floating;

				animation-duration: 0.5s;
				-webkit-animation-duration: 0.5s;

				animation-iteration-count: infinite;
				-webkit-animation-iteration-count: infinite;
			}*/
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .btn {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.btn-custom {
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 -2px 0 0 #c4c4c4;
  box-shadow: inset 0 -2px 0 0 #c4c4c4;
  width: 218px;
  height: 44px;
  line-height: 44px;
  color: #e70033;
  text-decoration: none;
  text-align: center;
  font-family: 'keep_calmmedium', sans-serif;
  margin: 0 auto;
}
.btn-custom:visited {
  color: #e70033;
}
.btn-custom:hover {
  color: #e70033;
  background: #ffe900;
  -webkit-box-shadow: inset 0 -2px 0 0 #c5b40e;
  box-shadow: inset 0 -2px 0 0 #c5b40e;
}
.fom-btn {
  width: 167px;
  height: 0;
  padding-top: 40px;
  background-position: 0px 0px;
}
.fom-btn:hover {
  background-position: 0px -50px;
}
.view-all-products-btn {
  width: 247px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  padding-top: 48px;
  background-position: -202px -2px;
}
.view-all-products-btn:hover {
  background-position: -202px -102px;
}
#wrap.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner {
  width: 960px;
  padding: 0;
  margin: 0 auto;
}
header.header {
  height: 107px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/header_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header.header {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/header_bg@2x.png");
    background-size: 1440px 107px;
  }
}
header.header .inner {
  position: relative;
}
header.header .inner .logo {
  width: 132px;
  padding-top: 129px;
  height: 0;
  overflow: hidden;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -610px -160px;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -66px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header.header .inner .logo {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
header.header .inner .contact {
  position: absolute;
  top: -14px;
  right: 0;
  display: block;
  line-height: 1;
  font-family: "keep_calmmedium", sans-serif;
  text-decoration: none;
  font-size: 0.75em;
  /* 12/16 */
  text-shadow: 0 0 0 black;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  color: #e70033;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.1s all ease-out;
  -moz-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
}
header.header .inner .contact:hover {
  top: -10px;
  -webkit-box-shadow: inset 0 -2px 1px 0 rgba(231, 0, 51, 0.3);
  box-shadow: inset 0 -2px 1px 0 rgba(231, 0, 51, 0.3);
}
header.header .inner nav {
  position: relative;
  z-index: 999;
  margin-top: 20px;
}
header.header .inner nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: visible;
}
header.header .inner nav ul li {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  /*&.gutter-right{
						margin-left: 128px;
					}*/
}
header.header .inner nav ul li:nth-child(1) {
  left: 172px;
}
header.header .inner nav ul li:nth-child(2) {
  left: 287px;
}
header.header .inner nav ul li:nth-child(3) {
  right: 287px;
}
header.header .inner nav ul li:nth-child(4) {
  right: 172px;
}
header.header .inner nav ul li.current_page_item a {
  color: #e70033;
}
header.header .inner nav ul li a {
  -webkit-backface-visibility: hidden;
  font-size: 1.1875em;
  /* 19/16 */
  font-family: "keep_calmmedium", sans-serif;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  background: transparent;
  color: #484848;
}
header.header .inner nav ul li a:hover {
  color: #e70033;
}
header.header .inner nav ul li a:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e70033;
  -webkit-transition: 0.1s all ease-out;
  -moz-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
header.header .inner nav ul li a:hover:before {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header.header .inner nav ul li:first-child {
  margin-left: 0;
}
header.header .inner nav ul li:last-child {
  margin-right: 0;
}
/* Product landing
 ------------------------ */
/*.mixin-loop (@i) when (@i > 0) {
  .csstransforms section.products h2 .char@{i} {
    .css3-transform(rotate(@i*8deg))
  }
  .mixin-loop(@i - 1);
}
.loopingClass (0) {}

.mixin-loop(@iterations);*/
.csstransforms section.products-listing h2 {
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-12deg);
  margin: 0 auto 100px;
  text-shadow: 0 1px 1px black;
}
.csstransforms section.products-listing h2 span {
  height: 600px;
  position: absolute;
  width: 20px;
  left: -40px;
  top: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}
.csstransforms section.products-listing h2 span.char1 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.csstransforms section.products-listing h2 span.char2 {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
}
.csstransforms section.products-listing h2 span.char3 {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
}
.csstransforms section.products-listing h2 span.char4 {
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
}
.csstransforms section.products-listing h2 span.char5 {
  transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
}
.csstransforms section.products-listing h2 span.char6 {
  transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
}
.csstransforms section.products-listing h2 span.char7 {
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
}
.csstransforms section.products-listing h2 span.char8 {
  transform: rotate(15.4deg);
  -webkit-transform: rotate(15.4deg);
  -moz-transform: rotate(15.4deg);
  -o-transform: rotate(15.4deg);
  -ms-transform: rotate(15.4deg);
}
.csstransforms section.products-listing h2 span.char9 {
  transform: rotate(17.7deg);
  -webkit-transform: rotate(17.7deg);
  -moz-transform: rotate(17.7deg);
  -o-transform: rotate(17.7deg);
  -ms-transform: rotate(17.7deg);
}
.csstransforms section.products-listing h2 span.char10 {
  transform: rotate(19.8deg);
  -webkit-transform: rotate(19.8deg);
  -moz-transform: rotate(19.8deg);
  -o-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
}
.csstransforms section.products-listing h2 span.char11 {
  transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
}
.csstransforms section.products-listing h2 span.char12 {
  transform: rotate(23.2deg);
  -webkit-transform: rotate(23.2deg);
  -moz-transform: rotate(23.2deg);
  -o-transform: rotate(23.2deg);
  -ms-transform: rotate(23.2deg);
}
section.products-listing {
  background: #f5f5f5;
  position: relative;
  bottom: 0px;
  /*AJAXED IN PRODUCTS */
}
section.products-listing .inner {
  position: relative;
  z-index: 99999;
  top: -220px;
  overflow: hidden;
  margin-bottom: -220px;
  width: 1040px;
  padding: 0 40px;
}
section.products-listing h2 {
  font-size: 2em;
  color: white;
  text-shadow: 0 1px 1px #891f1d;
  text-align: center;
  margin-bottom: 25px;
  width: 200px;
  font-family: 'keep_calmmedium', sans-serif;
}
section.products-listing h3 {
  text-shadow: 0 0 0 blue;
  font-size: 1.5625em;
  /* 25/16 */
  color: #e70033;
  margin-bottom: 11px;
  text-align: center;
}
section.products-listing .slider {
  margin-top: 20px;
  z-index: 9999;
  margin-bottom: 0px;
  padding: 0 80px;
}
section.products-listing .slider .flex-viewport {
  padding-top: 80px;
  margin-top: -80px;
}
section.products-listing .slider .slides li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.products-listing .slider .slides li:hover {
  margin-top: -15px;
}
section.products-listing #products-container .product-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  /*		li:nth-child(n+7){
			display: none;
		}*/
}
section.products-listing #products-container .product-list li {
  width: 160px;
  height: auto;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.products-listing #products-container .product-list li img {
  width: 100%;
  height: auto;
}
section.products-listing #products-container {
  text-align: center;
  margin-bottom: 20px;
}
section.products-listing #products-container ul {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
section.products-listing #products-container ul li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  overflow: hidden;
  top: 0;
}
section.products-listing #products-container ul li:hover {
  margin-top: 0;
  top: -30px;
}
section.products-listing #products-container ul li:hover a {
  top: 70px;
}
section.products-listing #products-container ul li.shake {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  /*					animation-delay: 0.5s;
					-webkit-animation-delay: 0.5s;*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake;
  animation-name: shake;
}
.single-product section.products-listing .inner {
  top: -80px;
  margin-bottom: -80px;
}
.recipes {
  background: #634643;
}
.recipes h2,
.recipes h4 {
  text-align: center;
  text-shadow: 0 0 0 blue;
}
.recipes h2 {
  font-size: 2.5em;
  /* 40/16 */
  color: white;
}
.recipes h4 {
  color: white;
  font-size: 1.25em;
  /* 20/16 */
  margin-bottom: 50px;
}
.recipes ul.recipe-list {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.recipes ul.recipe-list li {
  width: 31.66666667%;
  margin-right: 2.29166667%;
  height: 287px;
  float: left;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.recipes ul.recipe-list li .container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.recipes ul.recipe-list li .container p,
.recipes ul.recipe-list li .container h3,
.recipes ul.recipe-list li .container .content {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.recipes ul.recipe-list li .container p.category {
  color: #c9baea;
  font-size: 0.6875em;
  /* 11/16 */
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
.recipes ul.recipe-list li .container .content {
  width: 100%;
  padding: 15px 20px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -100%;
}
.recipes ul.recipe-list li .container .content p {
  font-size: 0.6875em;
  /* 11/16 */
  color: #c9baea;
}
.recipes ul.recipe-list li .container .content h3 {
  color: white;
  margin-bottom: 12px;
}
.recipes ul.recipe-list li .container .content .btn {
  width: 129px;
  height: 38px;
  line-height: 38px;
  background: white;
  color: white;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
}
.recipes ul.recipe-list li .container:before,
.recipes ul.recipe-list li .content:before {
  height: 150px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: '';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiMDA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjAwODQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3b0084 0%, rgba(59, 0, 132, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b0084), color-stop(100%, rgba(59, 0, 132, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3b0084 0%, rgba(59, 0, 132, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b0084 0%, rgba(59, 0, 132, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b0084 0%, rgba(59, 0, 132, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3b0084 0%, rgba(59, 0, 132, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b0084', endColorstr='#003b0084', GradientType=0);
  /* IE6-8 */
}
.recipes ul.recipe-list li:last-child {
  margin-right: 0;
}
.recipes ul.recipe-list li:hover p,
.recipes ul.recipe-list li:hover h3 {
  opacity: 0;
}
.recipes ul.recipe-list li:hover .content {
  bottom: 0;
}
.recipes ul.recipe-list li:hover .content h3,
.recipes ul.recipe-list li:hover .content p {
  opacity: 1;
}
.recipes ul.recipe-list li:before,
.recipes ul.recipe-list li:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 1;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -250px -700px;
  display: block;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .recipes ul.recipe-list li:before,
  .recipes ul.recipe-list li:after {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.recipes ul.recipe-list li:before {
  top: -2px;
}
.recipes ul.recipe-list li:after {
  bottom: 0;
}
.recipes .view-more-recipes-btn {
  width: 238px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto -24px;
  clear: both;
  position: relative;
}
.recipes .view-more-recipes-btn:before {
  width: 14px;
  height: 14px;
  display: block;
  content: '';
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1050px -100px;
  position: absolute;
  right: 18px;
  top: 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .recipes .view-more-recipes-btn:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
/* Product Page
 ------------------------ */
section.content {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 560px;
  /* PAGE DEFINITIONS */
}
section.content .product header {
  height: auto;
  margin-bottom: 30px;
}
section.content .product .breadcrumbs {
  list-style: none;
  height: 34px;
  float: left;
  margin: 0;
  padding: 0;
}
section.content .product .breadcrumbs li {
  float: left;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
section.content .product .breadcrumbs li:hover {
  -moz-transform: translateY(2px);
  -webkit-transform: translateX(2px);
  -o-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
section.content .product .breadcrumbs li span {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  width: 16px;
  height: 34px;
  display: block;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .breadcrumbs li span {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
section.content .product .breadcrumbs li a {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  text-decoration: none;
  font-family: 'Joyville Medium', sans-serif;
  font-size: 0.9375em;
  /* 15/16 */
  display: block;
  height: 34px;
  line-height: 32px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .breadcrumbs li a {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
section.content .product .breadcrumbs li.purple {
  z-index: 3;
}
section.content .product .breadcrumbs li.purple span {
  background-position: -1150px -500px;
}
section.content .product .breadcrumbs li.purple a {
  background-position: -800px -500px;
}
section.content .product .breadcrumbs li.white {
  z-index: 2;
  margin-left: -32px;
}
section.content .product .breadcrumbs li.white span {
  background-position: -1150px -450px;
}
section.content .product .breadcrumbs li.white a {
  color: white;
  background-position: -800px -450px;
  padding-left: 45px;
}
section.content .product .share-options {
  width: 304px;
  height: 36px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -850px -150px;
  margin: 0;
  padding: 9px 0 0 0;
  list-style: none;
  float: right;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .share-options {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
section.content .product .share-options li {
  float: left;
}
section.content .product .share-options li a {
  display: block;
  font-size: 0.75em;
  /* 12/16 */
  text-decoration: none;
  color: white;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
section.content .product .share-options li a:hover {
  color: white;
}
section.content .product .share-options li a:before {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .share-options li a:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
section.content .product .share-options li.fb {
  width: 50px;
  margin-left: 92px;
  margin-right: 10px;
  border-right: 1px solid white;
}
section.content .product .share-options li.fb a {
  padding-left: 18px;
}
section.content .product .share-options li.fb a:before {
  background-position: -852px -100px;
}
section.content .product .share-options li.tw {
  width: 63px;
  margin-right: 10px;
  border-right: 1px solid white;
}
section.content .product .share-options li.tw a {
  padding-left: 19px;
}
section.content .product .share-options li.tw a:before {
  background-position: -902px -100px;
  height: 15px;
}
section.content .product .share-options li.pi a {
  padding-left: 14px;
}
section.content .product .share-options li.pi a:before {
  background-position: -952px -100px;
  height: 15px;
}
section.content .product .content {
  width: 50%;
  float: left;
  font-size: 0.875em;
  /* 14/16 */
}
section.content .product .content .hero {
  display: none;
}
section.content .product .content p {
  color: white;
}
section.content .product .content h4 {
  font-size: 1em;
  color: white;
  margin-bottom: 10px;
}
section.content .product .content .sizes {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
section.content .product .content .sizes li {
  overflow: hidden;
  float: left;
  margin-right: 8px;
  position: relative;
  height: 85px;
}
section.content .product .content .sizes li span {
  display: block;
  overflow: hidden;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall-nz/pack_sizes_v4.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .content .sizes li span {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall-nz/pack_sizes_v4@2x.png");
    background-size: 800px 200px;
  }
}
section.content .product .content .sizes .size-520g {
  width: 81px;
}
section.content .product .content .sizes .size-520g span {
  width: 81px;
  padding-top: 68px;
  background-position: -600px -1px;
}
section.content .product .content .sizes .size-400g {
  width: 82px;
}
section.content .product .content .sizes .size-400g span {
  width: 82px;
  padding-top: 69px;
  background-position: -100px 0;
}
section.content .product .content .sizes .size-450g {
  width: 82px;
}
section.content .product .content .sizes .size-450g span {
  width: 82px;
  padding-top: 69px;
  background-position: 0 0;
}
section.content .product .content .sizes .size-300g {
  width: 75px;
}
section.content .product .content .sizes .size-300g span {
  width: 75px;
  padding-top: 69px;
  background-position: -300px 0;
}
section.content .product .content .sizes .size-240g {
  width: 62px;
}
section.content .product .content .sizes .size-240g span {
  width: 62px;
  padding-top: 69px;
  background-position: -724px -100px;
}
section.content .product .content .sizes .size-220g {
  width: 64px;
}
section.content .product .content .sizes .size-220g span {
  width: 64px;
  padding-top: 69px;
  background-position: -300px 0;
}
section.content .product .content .sizes .size-210g {
  width: 62px;
}
section.content .product .content .sizes .size-210g span {
  width: 62px;
  padding-top: 69px;
  background-position: -618px -100px;
}
section.content .product .content .sizes .size-200g {
  width: 64px;
}
section.content .product .content .sizes .size-200g span {
  width: 64px;
  padding-top: 69px;
  background-position: -400px 0;
}
section.content .product .content .sizes .size-190g {
  width: 64px;
}
section.content .product .content .sizes .size-190g span {
  width: 64px;
  padding-top: 69px;
  background-position: -500px 0;
}
section.content .product .content .sizes .size-180g {
  width: 58px;
}
section.content .product .content .sizes .size-180g span {
  width: 58px;
  padding-top: 69px;
  background-position: 0 -100px;
}
section.content .product .content .sizes .size-175g {
  width: 58px;
}
section.content .product .content .sizes .size-175g span {
  width: 58px;
  padding-top: 69px;
  background-position: -100px -100px;
}
section.content .product .content .sizes .size-165g {
  width: 58px;
}
section.content .product .content .sizes .size-165g span {
  width: 58px;
  padding-top: 69px;
  background-position: -725px 0px;
}
section.content .product .content .sizes .size-150g {
  width: 58px;
}
section.content .product .content .sizes .size-150g span {
  width: 58px;
  padding-top: 69px;
  background-position: -200px -100px;
}
section.content .product .content .sizes .size-140g {
  width: 58px;
}
section.content .product .content .sizes .size-140g span {
  width: 58px;
  padding-top: 69px;
  background-position: -300px -100px;
}
section.content .product .content .sizes .size-130g {
  width: 58px;
}
section.content .product .content .sizes .size-130g span {
  width: 58px;
  padding-top: 68px;
  background-position: -400px -100px;
}
section.content .product .content .sizes .size-twin-bar {
  width: 69px;
}
section.content .product .content .sizes .size-twin-bar span {
  width: 69px;
  padding-top: 32px;
  background-position: -500px -100px;
}
section.content .product .content .btn {
  width: 278px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
section.content .product .content .btn:before {
  width: 14px;
  height: 12px;
  display: block;
  content: '';
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1150px -50px;
  position: absolute;
  right: 18px;
  top: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.content .product .content .btn:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
section.content .product figure {
  float: right;
  width: 40%;
  margin-top: 60px;
}
section.content .product figure .hero {
  display: block;
  margin: 0 auto;
}
/* SINGLE PRODUCT
 ---------------------------- */
.single-product h1 {
  margin-top: 73px;
  margin-bottom: 17px;
}
.single-product h4 {
  text-shadow: 0 0 0 blue;
  font-size: 1em;
}
.promo-sections {
  margin-bottom: 80px;
}
.promo-sections .inner {
  padding-top: 58px;
  padding-bottom: 80px;
}
.promo-sections .inner .promo-wrapper {
  padding: 9px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  float: left;
  margin-bottom: 85px;
}
.promo-sections .inner .promo-wrapper.large-left {
  width: 64.0625%;
  height: 301px;
  margin-right: 3.02083333%;
}
.promo-sections .inner .promo-wrapper.small-right {
  width: 31.35416667%;
  height: 301px;
}
.promo-sections .inner .promo-wrapper .promo {
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 283px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.6);
}
.promo-sections .inner .promo-wrapper .promo.promo-large-left {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  position: relative;
}
.promo-sections .inner .promo-wrapper .promo.promo-large-left .shadow {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 282px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promo-sections .inner .promo-wrapper .promo.promo-right a {
  width: 100%;
  height: 281px;
  display: block;
}
.promo-sections .inner .promo-wrapper .promo .promo-content {
  width: 289px;
  height: 283px;
  float: right;
  padding: 50px 40px;
  background: rgba(255, 233, 0, 0.9);
}
.promo-sections .inner .promo-wrapper .promo .promo-content h2 {
  font-size: 1.875em;
  /* 30/16 */
  line-height: 1.2em;
  /* 30/16 */
  margin-bottom: 20px;
  font-weight: 100;
  color: #348747;
  font-family: 'keep_calmmedium', sans-serif;
}
.promo-sections .inner .promo-wrapper .promo .promo-content .btn {
  position: relative;
  z-index: 9999;
}
.promo-sections.products-home {
  padding-bottom: 80px;
}
/* ABOUT US
 -------------------- */
hr {
  display: block;
  height: 32px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/hr.png');
  background-repeat: no-repeat;
  background-size: contain!important;
  background-color: transparent;
  margin-bottom: 65px;
  width: 100%;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  hr {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/hr@2x.png");
    background-size: 960px 30px;
  }
}
#about img,
.error404 img,
#privacy-policy img {
  float: right;
  width: 40%;
  margin-top: 70px;
}
#about article,
.error404 article,
#privacy-policy article {
  margin-top: 85px;
  float: left;
  margin-bottom: 60px;
  width: 60%;
}
#about .features,
.error404 .features,
#privacy-policy .features {
  list-style: none;
  margin: 0 0 110px 0;
  padding: 0;
}
#about .features li,
.error404 .features li,
#privacy-policy .features li {
  margin-right: 5.4%;
  float: left;
  width: 29.6875%;
}
#about .features li img,
.error404 .features li img,
#privacy-policy .features li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0;
}
#about .features li h3,
.error404 .features li h3,
#privacy-policy .features li h3 {
  color: #ffe900;
  font-size: 1.5625em;
  /* 25/16 */
  text-align: center;
  margin-bottom: 20px;
}
#about .features li p,
.error404 .features li p,
#privacy-policy .features li p {
  text-align: center;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.875em;
  /* 14/16 */
}
#about .features li:last-child,
.error404 .features li:last-child,
#privacy-policy .features li:last-child {
  margin-right: 0;
}
#privacy-policy h2 {
  text-shadow: 0 1px 1px black;
  margin-bottom: 10px;
}
/* FAQ page
 -------------------------- */
.faq-page article {
  padding-top: 151px;
  margin-top: 60px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/ask_us_head.png');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-page article {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/ask_us_head@2x.png");
    background-size: 690px 131px;
  }
}
.faq-page article h1 {
  font-size: 1.125em;
  /* 18/16 */
  margin-bottom: 130px;
}
.faq-section {
  background-color: #f5f5f5;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/pattern-sweets.png');
  margin-bottom: -50px;
  padding-bottom: 100px;
  position: relative;
  padding-top: 20px;
  min-height: 800px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*It may seem weird to put the search css here, but it applies to 2 areas */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/pattern-sweets@2x.png");
    background-size: 800px 700px;
  }
}
.faq-section:before {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/curve_pattern_top.png');
  width: 1440px;
  height: 33px;
  display: block;
  position: absolute;
  content: '';
  top: -32px;
  left: 50%;
  margin-left: -720px;
  z-index: 9999;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/curve_pattern_top@2x.png");
    background-size: 1440px 33px;
  }
}
.faq-section .fixed-bar {
  position: fixed;
  top: -150px;
  width: 100%;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  height: 100px;
  background: #ebebeb;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
}
.faq-section .fixed-bar.showing {
  top: 0;
}
.faq-section .fixed-bar span {
  float: left;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  font-family: 'keep_calmmedium', sans-serif;
  font-size: 1.125em;
  display: inline;
  margin-right: 20px;
}
.faq-section .fixed-bar .search-wrapper {
  margin: 0 20px 0 0;
  float: left;
  display: inline-block;
}
.faq-section .fixed-bar p.search {
  margin-bottom: 15px;
}
.faq-section .fixed-bar a.btn {
  display: inline-block;
  width: 207px;
  height: 36px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -499px -400px;
  width: 209px;
  height: 35px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .fixed-bar a.btn {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .fixed-bar a.btn:hover {
  background-position: -499px -445px;
}
.faq-section .fixed-bar ul.results.active {
  left: 0;
}
.faq-section .search-wrapper {
  position: relative;
  max-width: 422px;
  margin: 0 auto;
}
.faq-section p.search {
  display: block;
  width: 422px;
  height: 35px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  /*line-height: 35px;*/
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  margin: 0 auto 30px;
  position: relative;
}
.faq-section p.search:before {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1150px -150px;
  width: 18px;
  height: 18px;
  display: block;
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section p.search:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section p.search .refresh {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  width: 19px;
  height: 19px;
  background-position: -1150px -441px;
  display: none;
  position: absolute;
  right: 40px;
  top: 13px;
  z-index: 999;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section p.search .refresh {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section p.search input {
  border: none;
  background: transparent;
  outline: 0;
  position: relative;
  float: left;
}
.faq-section p.search input[type=text] {
  padding: 10px 0px 10px 30px;
  width: 357px;
}
.faq-section p.search input[type=submit] {
  width: 45px;
  height: 0;
  padding-top: 36px;
  position: absolute;
  right: -4px;
  top: 0;
  cursor: pointer;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1100px -150px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section p.search input[type=submit] {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section p.search input[type=submit]:hover {
  background-position: -1100px -200px;
}
.faq-section p.search.active {
  -webkit-border-radius: 15px 15px 15px 0;
  -moz-border-radius: 15px 15px 15px 0;
  border-radius: 15px 15px 15px 0;
}
.faq-section ul.results {
  position: absolute;
  left: -9999px;
  top: 35px;
  margin: 0;
  padding: 15px;
  width: 388px;
  background-color: white;
  -webkit-box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
  z-index: 9999;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.faq-section ul.results.active {
  left: 0;
}
.faq-section ul.results li {
  display: block;
  width: 100%;
  padding: 5px 20px 15px;
}
.faq-section ul.results li.no-results {
  color: #d2d2d2;
}
.faq-section ul.results li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.faq-section ul.results li a:hover {
  color: #e70033;
}
.faq-section .tabs {
  margin: 0;
  width: 100%;
  position: absolute;
  top: -90px;
  left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.faq-section .tabs li {
  width: 130px;
  height: 65px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  display: inline-block;
  margin: 0 12px;
  border: 5px solid #a90d27;
  border-bottom-color: transparent;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 5px;
}
.faq-section .tabs li.active-tab {
  border: 5px solid #fff;
  background: white;
}
.faq-section .tabs li.active-tab a {
  color: #e70033;
}
.faq-section .tabs li:hover {
  top: 0;
}
.faq-section .tabs li a {
  font-size: 1.25em;
  /* 20/16 */
  text-shadow: 0 1px 0px #a90d27;
  color: white;
  text-decoration: none;
  font-family: 'keep_calmmedium', sans-serif;
  line-height: 55px;
  display: block;
  width: 100%;
  height: 55px;
  outline: none;
}
.faq-section .tab-section {
  width: 100%;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin-left: 0;
}
.faq-section .tab-section.ask-tab {
  text-align: center;
  margin-left: 101%;
}
.faq-section .tab-section.ask-tab h2 {
  font-family: 'keep_calmmedium', sans-serif;
  color: black;
  font-size: 1.125em;
  /* 18/16 */
}
.faq-section .tab-section.ask-tab.active {
  margin-left: 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form {
  margin: 0 auto;
  max-width: 634px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row {
  max-width: 281px;
  margin: 0 auto;
  position: relative;
  /* Firefox only */
  /* IE 10 + IE 11 only */
  /* Opera 12 only */
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row.textarea-row {
  max-width: 634px;
  text-align: center;
  margin-top: 33px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row label {
  width: 100%;
  display: block;
  color: #484848;
  font-size: 0.875em;
  /* 14/16 */
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=text],
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=email],
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: none;
  width: 281px;
  height: 35px;
  -webkit-appearance: none;
  /*line-height: 35px;*/
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  margin: 2px 2px 14px;
  outline: 0;
  font-size: 0.875em;
  /* 14/16 */
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=text]:focus,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=email]:focus,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea:focus {
  background: #f7f7f7;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=text].parsley-error,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=email].parsley-error,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea.parsley-error {
  border: 2px solid #e70033;
  margin: 0 0 12px 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=text].parsley-success,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=email].parsley-success,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea.parsley-success {
  border: 2px solid #2eb135;
  margin: 0 0 12px 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .city_input {
  display: none;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .parsley-error-list {
  display: none!important;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container {
  background-color: white;
  width: 100%;
  font-size: 12px;
  color: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: url('//s3.amazonaws.com/nudge-kfc/down_triangle.png') no-repeat 92% 50% #ffffff;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.dk_open {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  z-index: 10;
  position: relative;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.dk_open_top {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  z-index: 10;
  position: relative;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.parsley-error {
  border: 2px solid #e70033;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.parsley-error .dk_options {
  border: 2px solid #e70033;
  box-sizing: content-box;
  margin: -2px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.parsley-success {
  border: 2px solid #2eb135;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container.parsley-success .dk_options {
  border: 2px solid #2eb135;
  box-sizing: content-box;
  margin: -2px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container:focus {
  outline: 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container[disabled] {
  opacity: .4;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container a {
  cursor: pointer;
  text-decoration: none;
  color: #909090;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container[disabled] a {
  cursor: not-allowed;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_toggle {
  width: 100%!important;
  color: #333;
  position: relative;
  color: black;
  font-size: 12px;
  height: 35px;
  padding: 10px 15px;
  /*						  	&:after{
								content: url('//s3.amazonaws.com/nudge-kfc/down_triangle.png');
								top: 10px;
								right: 10px;
								position: absolute;
								top: 0;
								right: 0;
						  	}*/
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  background: white;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_open_top .dk_options {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_open_top .dk_toggle {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a {
  padding: 8px 10px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a:hover,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options:focus,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_option_current a {
  color: #464646;
  text-decoration: none;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .disabled a,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_optgroup.disabled > span {
  color: #aaa;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .disabled:hover a,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .disabled:focus a {
  cursor: default;
  background-color: #efeef1;
  /*  border-bottom-color: #999;*/
  text-shadow: none;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_optgroup {
  padding-left: 5px;
  background: #ddd;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_optgroup > span {
  display: block;
  padding: 5px 10px 5px 5px;
  font-style: italic;
  color: #444;
  background: #ddd;
  border-bottom: ;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_optgroup.disabled,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options .dk_optgroup.disabled > span {
  background: #eee;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container {
  display: none;
  font-size: 12px;
  color: #222;
  float: left;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container a {
  outline: 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_open .dk_options {
  display: block;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_open .dk_label {
  color: inherit;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options {
  display: none;
  margin-top: -2px;
  position: absolute;
  right: 0;
  width: 100%;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a:link,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a:visited {
  display: block;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_container select {
  position: absolute;
  visibility: hidden;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_mobile {
  position: relative;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@-moz-document url-prefix() {
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_wrap select {
    padding: 7px 49px 5px 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_wrap select {
    padding: 6px 47px 6px 8px;
  }
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row _:-o-prefocus,
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row body:last-child .dk_wrap select {
  padding: 7px 45px 5px 10px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options a {
  padding: 10px 15px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .dk_options_inner {
  max-height: 150px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row h3 {
  color: black;
  text-shadow: 0 0 0 red;
  font-size: 1.125em;
  /* 18/16 */
  margin-bottom: 16px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea {
  width: 100%;
  height: 177px;
  resize: none;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row .text-left {
  text-align: right;
  color: #909090;
  font-size: 0.625em;
  /* 10/16 */
  font-family: 'keep_calmmedium', sans-serif;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=submit] {
  width: 185px;
  height: 0;
  background: transparent;
  padding: 38px 0 0 0;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -275px -175px;
  border: none;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: button;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=submit] {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=submit]:hover {
  background-position: -275px -225px;
}
.faq-section .tab-section.ask-tab .stage-1 .contact-form .row.submit-row .loader {
  background: url('//s3-ap-southeast-2.amazonaws.com/pascall/preloader.gif') no-repeat 0 0;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  height: 19px;
  width: 19px;
  background-size: 100%;
  display: none;
}
.faq-section .tab-section.ask-tab .stage-2 {
  position: relative;
  padding-top: 62px;
  display: none;
}
.faq-section .tab-section.ask-tab .stage-2:before {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  width: 54px;
  height: 54px;
  background-position: -199px -199px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -26px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.ask-tab .stage-2:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.ask-tab .stage-2 h2 {
  color: #2eb135;
  font-size: 1.125em;
  /* 18/16 */
  font-weight: normal;
  margin-bottom: 19px;
}
.faq-section .tab-section.ask-tab .stage-2 p {
  font-size: 0.875em;
  /* 14/16 */
  color: #484848;
  max-width: 630px;
  text-align: center;
  margin: 0 auto 20px;
}
.faq-section .tab-section.ask-tab .stage-2 .ask-another-q {
  width: 235px;
  height: 0;
  padding-top: 39px;
  overflow: hidden;
  display: block;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: 0 -425px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.ask-tab .stage-2 .ask-another-q {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.ask-tab .stage-2 .ask-another-q:hover {
  background-position: -249px -425px;
}
.faq-section .tab-section.faq-tab {
  margin-left: 0;
  padding: 0 90px;
}
.faq-section .tab-section.faq-tab h3 {
  text-align: center;
  color: black;
  text-shadow: 0 0 0 black;
  margin-bottom: 25px;
  font-size: 1.125em;
  /* 18/16 */
}
.faq-section .tab-section.faq-tab .controls {
  position: relative;
}
.faq-section .tab-section.faq-tab .filter a {
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: 35px;
  display: block;
  background: white;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  color: #484848;
  font-family: 'keep_calmmedium', sans-serif;
  padding: 0 20px;
  text-decoration: none;
  line-height: 35px;
  font-size: 0.875em;
  /* 14/16 */
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.faq-section .tab-section.faq-tab .filter a:hover {
  color: #e70033;
}
.faq-section .tab-section.faq-tab .filter a:after {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1150px -100px;
  width: 14px;
  height: 9px;
  display: block;
  content: '';
  position: absolute;
  right: 22px;
  top: 15px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.faq-tab .filter a:after {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.faq-tab .filter a.open:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-section .tab-section.faq-tab .filter-terms {
  margin-bottom: 30px;
  display: none;
}
.faq-section .tab-section.faq-tab .filter-terms ul {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.faq-section .tab-section.faq-tab .filter-terms ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  height: 100%;
}
.faq-section .tab-section.faq-tab .filter-terms ul li a {
  color: #484848;
  line-height: 35px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875em;
  /* 14/16 */
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  outline: none;
}
.faq-section .tab-section.faq-tab .filter-terms ul li a:hover {
  color: #e70033;
}
.faq-section .tab-section.faq-tab .filter-terms ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background: #e4e4e4;
}
.faq-section .tab-section.faq-tab .filter-terms ul li:last-child:after {
  display: none;
}
.faq-section .tab-section.faq-tab.inactive {
  margin-left: -100%;
}
.faq-section .tab-section.faq-tab .masonry-outer {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-section .tab-section.faq-tab .masonry {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  /*margin-left: -1.562%;*/
}
.faq-section .tab-section.faq-tab .masonry .item {
  width: 307px;
  float: left;
  /*margin: 0 1.515% 1.875em; */
}
.faq-section .tab-section.faq-tab .masonry .item.hidden {
  display: none;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  text-align: center;
  background: white;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .img-container {
  max-height: 400px;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .img-container img {
  display: block;
  width: 100%;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question {
  padding: 40px;
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question h2 {
  font-family: 'mathletebulky', sans-serif;
  font-size: 3em;
  /* 48/16 */
  line-height: 1.1em;
  font-weight: normal;
  text-transform: lowercase;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  margin-bottom: 0;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question h2.enlarge {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question .overlay.visible {
  opacity: 0.5;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question span {
  padding: 10px 30px;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  font-family: 'keep_calmmedium', sans-serif;
  font-size: 1.125em;
  /* 18/16 */
  top: 50%;
  left: 50%;
  width: 180px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .question span.visible {
  opacity: 1;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .meta img {
  float: left;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  margin: -12px 15px 15px 15px;
  position: relative;
  z-index: 10;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .meta .content {
  text-align: left;
  overflow: hidden;
  padding-top: 8px;
  padding-left: 20px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .meta .content h4 {
  text-shadow: 0 0 0 red;
  margin-bottom: -4px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .meta .content p {
  color: #909090;
  font-size: 0.75em;
  /* 12/16 */
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer {
  display: none;
  padding: 35px;
  background: #f4f4f4;
  border-top: 2px solid #f0f0f0;
  text-align: left;
  position: relative;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer h4 {
  color: #909090;
  text-shadow: 0 0 0 red;
  margin-bottom: 5px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer p {
  color: black;
  font-family: 'keep_calmmedium', sans-serif;
  font-size: 1.1em;
  /* 14/16 */
  margin-bottom: 7px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer p.date {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.75em;
  /* 12/16 */
  color: #b4b4b4;
  margin-bottom: 0;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer ol li {
  color: black;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content .answer .close {
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -16px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.5);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -996px -370px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.faq-tab .masonry .item .item-content .answer .close {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.blue .question,
.faq-section .tab-section.faq-tab .masonry .item .item-content.blue .question .overlay {
  background: #4ec7e5;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.blue .meta h4,
.faq-section .tab-section.faq-tab .masonry .item .item-content.blue .question span {
  color: #4ec7e5;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.blue .answer .close {
  background-position: -1069px -370px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .question,
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .question .overlay {
  background: #ffe900;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .question h2,
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .question .overlay h2 {
  color: black;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .meta h4,
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .question span {
  color: #ffe900;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.yellow .answer .close {
  background-position: -996px -370px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.green .question,
.faq-section .tab-section.faq-tab .masonry .item .item-content.green .question .overlay {
  background: #95d300;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.green .meta h4,
.faq-section .tab-section.faq-tab .masonry .item .item-content.green .question span {
  color: #95d300;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.green .answer .close {
  background-position: -1032px -370px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.pink .question,
.faq-section .tab-section.faq-tab .masonry .item .item-content.pink .question .overlay {
  background: #f44472;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.pink .meta h4,
.faq-section .tab-section.faq-tab .masonry .item .item-content.pink .question span {
  color: #f44472;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.pink .answer .close {
  background-position: -1104px -370px;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.red .question,
.faq-section .tab-section.faq-tab .masonry .item .item-content.red .question .overlay {
  background: #e70033;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.red .meta h4,
.faq-section .tab-section.faq-tab .masonry .item .item-content.red .question span {
  color: #e70033;
}
.faq-section .tab-section.faq-tab .masonry .item .item-content.red .answer .close {
  background-position: -1140px -370px;
}
.faq-section .tab-section.faq-tab .masonry .item.has-image .item-content .question,
.faq-section .tab-section.faq-tab .masonry .item.has-video .item-content .question,
.faq-section .tab-section.faq-tab .masonry .item.has-image .item-content .question .overlay,
.faq-section .tab-section.faq-tab .masonry .item.has-video .item-content .question .overlay {
  background: #f4f4f4;
  color: black;
}
.faq-section .tab-section.faq-tab .masonry .item.has-image .question,
.faq-section .tab-section.faq-tab .masonry .item.has-image .question .overlay {
  background: white;
}
.faq-section .tab-section.faq-tab .masonry .item.is-expanded {
  width: 630px;
}
.faq-section .tab-section.faq-tab .masonry .item.is-expanded .item-content .answer {
  display: block;
}
.faq-section .tab-section.faq-tab .masonry .item.is-expanded .item-content .img-container img {
  width: auto;
  height: 400px;
  margin: 0 auto;
}
.faq-section .tab-section.faq-tab .show-more-btn {
  display: block;
  width: 174px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -750px -400px;
  margin: 0 auto 35px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq-section .tab-section.faq-tab .show-more-btn {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.faq-section .tab-section.faq-tab .show-more-btn:hover {
  background-position: -750px -450px;
}
.faq-section .tab-section.faq-tab .ask-subtext {
  font-size: 0.75em;
  /* 12/16 */
  font-family: 'keep_calmmedium', sans-serif;
  text-align: center;
  color: #484848;
}
.faq-section .tab-section.faq-tab .ask-subtext a {
  color: #e70033;
  text-decoration: underline;
}
.faq-section .tab-section.faq-tab .ask-subtext a:hover {
  text-decoration: none;
}
/* 404
 -------------------------- */
#fourohfour .error-404 .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 800px;
}
#fourohfour section.about-section:before {
  display: none;
}
/* FOOTER ABOUT SECTION
 -------------------------- */
.about-section {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/white_dot.gif');
  position: relative;
  z-index: 9999;
  /*	position: relative;
	top: -270px;*/
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .about-section {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/white_dot@2x.gif");
    background-size: 21px 21px;
  }
}
.about-section .inner {
  padding: 117px 100px 68px;
}
.about-section img {
  margin-right: 20px;
  float: left;
}
.about-section article {
  overflow: hidden;
  margin-bottom: 102px;
  margin-top: 59px;
  padding-left: 45px;
}
.about-section article h4 {
  font-size: 2.1875em;
  /* 35/16 */
  color: #e70033;
  text-shadow: 0 0 0 red;
}
.about-section article p {
  color: #7E7E7E;
  font-size: 0.875em;
  /* 14/16 */
  font-weight: bold;
}
/* FOOTER
 -------------------- */
footer.footer {
  width: 100%;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/footer_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  height: 195px;
  margin-top: -30px;
  position: relative;
  z-index: 9999;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.footer {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/footer_bg@2x.png");
    background-size: 1440px 195px;
  }
}
footer.footer .inner .back-to-top {
  width: 152px;
  outline: 0;
  height: 0;
  padding-top: 62px;
  overflow: hidden;
  display: block;
  position: relative;
  top: -31px;
  left: 50%;
  margin-left: -76px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -747px -2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.footer .inner .back-to-top {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
footer.footer .inner .back-to-top:hover {
  background-position: -747px -101px;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
footer.footer .inner h5 {
  font-size: 1em;
  /* 32/16 */
  font-family: "futura-pt", sans-serif;
  text-shadow: 0 1px 1px black;
  font-weight: bold;
}
footer.footer .inner ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
footer.footer .inner ul li {
  display: inline;
}
footer.footer .inner ul li a {
  font-size: 0.875em;
  /* 14/16 */
  color: #e70033;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #d3d3d3;
  font-family: 'keep_calmmedium', sans-serif;
}
footer.footer .inner ul li.social-link a {
  border-right: none;
  margin-right: 0;
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 30px;
  padding-top: 30px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.footer .inner ul li.social-link a {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
footer.footer .inner ul li.fb a {
  background-position: -1101px 0px;
  margin-bottom: -8px;
}
footer.footer .inner ul li.fb a:hover {
  background-position: -1102px -51px;
}
footer.footer .inner ul li.tw a {
  background-position: -1152px -1px;
  margin-bottom: -8px;
}
footer.footer .inner ul li.tw a:hover {
  background-position: -1152px -51px;
}
footer.footer .inner .colophon {
  float: left;
  font-size: 0.75em;
  /* 12/16 */
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #898888;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
/* OOCSS
 ---------------------------- */
.no-mb {
  margin-bottom: 0;
}
/* FLEXSLIDER
 ---------------------------- */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav li a {
  width: 54px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .flex-direction-nav li a {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.flex-direction-nav li a:hover {
  animation-name: floatingX;
  -webkit-animation-name: floatingX;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.flex-direction-nav li a.flex-next {
  background-position: -102px -200px;
}
.flex-direction-nav li a.flex-next:hover {
  background-position: -102px -300px;
}
.flex-direction-nav li a.flex-prev {
  background-position: -4px -200px;
}
.flex-direction-nav li a.flex-prev:hover {
  background-position: -4px -300px;
}
/* Curvy bits
 -------------------- */
section.products-listing:before {
  width: 100%;
  height: 33px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/curve_wood_bottom.png');
  background-position: center top;
  content: '';
  display: block;
  position: absolute;
  top: -33px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.products-listing:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/curve_wood_bottom@2x.png");
    background-size: 1440px 35px;
  }
}
section.about-section:before {
  width: 100%;
  height: 32px;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/curve_wood_top.png');
  background-position: center top;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  section.about-section:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/curve_wood_top@2x.png");
    background-size: 1440px 33px;
  }
}
/* SEARCH BOX
 ---------------------------- */
.search-box {
  display: block;
  width: 345px;
  height: 36px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(33, 12, 63, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(33, 12, 63, 0.16);
  box-shadow: inset 0 1px 1px rgba(33, 12, 63, 0.16);
  margin: 0 auto;
  background: #efeef1;
}
.search-box:before {
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  background-position: -1100px -100px;
  top: 10px;
  left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .search-box:before {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.search-box input {
  border: none;
  background: transparent;
  line-height: 36px;
  height: 36px;
  outline: 0;
  float: left;
  margin-left: 40px;
  color: rgba(255, 255, 255, 0.3);
}
.search-box input:focus {
  color: rgba(255, 255, 255, 0.3);
}
.search-box input[type=submit] {
  width: 44px;
  height: 36px;
  text-indent: -999px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  background-image: url('//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102.png');
  background-position: -1033px -90px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.6), inset 0 2px 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.6), inset 0 2px 2px 0 rgba(255, 255, 255, 0.4);
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .search-box input[type=submit] {
    background-image: url("//s3-ap-southeast-2.amazonaws.com/pascall/sprite_102@2x.png");
    background-size: 1200px 500px;
  }
}
.search-box input[type=submit]:hover {
  background-color: white;
  background-position: -1030px -90px;
}
#ie-warning {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e70033;
  display: table;
  z-index: 9999999;
}
#ie-warning .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 200px;
}
#ie-warning .container h2 {
  font-size: 2.125em;
  /* 50/16 */
  color: #ffffff;
}
#ie-warning .container .btn {
  width: 200px;
  height: 60px;
  line-height: 58px;
  display: block;
  margin: 0 auto;
  padding-left: 0;
  background: white;
  color: #e70033;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.slider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -30px 0 0;
  position: absolute;
  top: 64%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav .flex-prev {
  left: -35px;
}
.flex-direction-nav .flex-next {
  right: -35px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* PLACEHOLDERS
 ---------------------------- */
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/* MEDIA QUERIES
 ---------------------------- */
@media screen and (max-width: 1024px) {
  .faq-section .tab-section.faq-tab {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    width: 100%!important;
    padding-left: 7.5%!important;
    padding-right: 7.5%!important;
  }
  .footer.footer .inner .colophon {
    width: 68.88888889%;
    margin: 0 auto;
    float: none;
  }
  body section.products-listing #products-container .product-list {
    width: 640px;
    margin: 0 auto;
    /*		li:nth-child(n+5){
			display: none;
		}*/
  }
  .promo-wrapper.small-right {
    display: none;
  }
  .promo-sections .inner .promo-wrapper.large-left {
    width: 615px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  header.header .inner nav ul li:nth-child(1) {
    left: 10%;
  }
  header.header .inner nav ul li:nth-child(2) {
    left: 25%;
  }
  header.header .inner nav ul li:nth-child(3) {
    right: 10%;
  }
  header.header .inner nav ul li:nth-child(4) {
    right: 25%;
  }
  section.content .product .content {
    width: 45%;
  }
  section.content .product figure {
    width: 55%;
  }
  section.products-listing .slider {
    padding: 0 11.2244898%;
  }
  .faq-section .tab-section.faq-tab .filter-terms {
    display: block;
  }
  .faq-section .tab-section.faq-tab .filter-terms ul {
    height: auto;
  }
  .filter {
    display: none;
  }
  /*	.faq-section .tab-section.faq-tab .masonry .item{
        width: 44%;
        margin-left: 0;
        margin-right: 0;
    }*/
}
@media screen and (max-width: 780px) {
  .desktop {
    display: none;
  }
  h1 {
    font-size: 1.875em;
    /* 30/16 */
  }
  h2 {
    font-size: 1.25em;
    /* 20/16 */
  }
  p {
    font-size: 0.875em;
    /* 14/16 */
  }
  header.header .inner .logo {
    width: 122px;
    padding-top: 119px;
    background-position: -753px -168px;
    margin-left: -61px;
  }
  header.header .inner nav ul {
    position: relative;
    overflow: visible;
  }
  header.header .inner nav ul li {
    margin: 0;
    position: absolute;
    top: 0;
  }
  header.header .inner nav ul li:nth-child(1) {
    left: 0;
  }
  header.header .inner nav ul li:nth-child(2) {
    left: 19%;
  }
  header.header .inner nav ul li:nth-child(3) {
    right: 20%;
  }
  header.header .inner nav ul li:nth-child(4) {
    right: 0;
  }
  .promo-sections .inner .promo-wrapper.large-left,
  section.products-listing #products-container ul {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #about .features li {
    width: 100%;
  }
  #about .features li img {
    width: 30%;
    float: left;
    margin-right: 7%;
  }
  #about .features li .content {
    overflow: hidden;
  }
  #about .features li .content h3,
  #about .features li .content p {
    text-align: left;
  }
  #about .features li .content .btn-custom {
    margin: 0 0 50px 0;
  }
  .about-section .inner {
    padding-top: 166px;
    padding-bottom: 130px;
  }
  .about-section .inner img {
    width: 50%;
    margin-top: -40px;
  }
  .about-section .inner article {
    margin-bottom: 0;
    margin-top: 0;
  }
  body section.products-listing #products-container .product-list {
    width: 480px;
    margin: 0 auto;
    /*		li:nth-child(n+4){
			display: none;
		}*/
  }
  #masonry-container {
    width: 100%;
    margin-left: 0;
  }
  .faq-section .tab-section.faq-tab .masonry .item {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .faq-section .tab-section.faq-tab .masonry .item.is-expanded {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  hr {
    margin-bottom: 35px;
  }
  header.header {
    z-index: 9999;
    position: relative;
    height: 67px;
    background-size: 100% 67px;
  }
  header.header p {
    font-family: 'keep_calmmedium', sans-serif;
    color: black;
    font-size: 1.1875em;
    /* 19/16 */
    margin: 12px auto 0;
    display: block;
    text-align: center;
  }
  header.header .inner .logo {
    z-index: 9999;
    left: 10px;
    top: 10px;
    margin-left: 0;
    width: 61px;
    padding-top: 59px;
    background-position: -889px -209px;
  }
  .only-mobile {
    display: block;
  }
  .navigation {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    display: none;
    overflow-y: auto;
    background: #ebebeb;
  }
  .navigation > ul > li {
    overflow: hidden;
  }
  .navigation > ul > li.current_page_item a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: white;
    -webkit-transition: 0.1s all ease-out;
    -moz-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
  }
  .navigation > ul > li > a {
    color: white;
    font-size: 1.25em;
    /* 20/16 */
    font-weight: bold;
    font-family: 'keep_calmmedium', sans-serif;
    text-decoration: none;
    position: relative;
    float: left;
    width: auto;
  }
  .navigation > ul > li > a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: white;
    -webkit-transition: 0.1s all ease-out;
    -moz-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .navigation > ul > li > a:active:before {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation ul {
    margin: 25px;
    padding: 0;
    list-style: none;
  }
  .navigation ul li a {
    display: block;
    padding: 15px;
  }
  .navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 1px 1px 10px 0 #000000;
    box-shadow: 1px 1px 10px 0 #000000;
  }
  .nav-btn,
  .close-menu {
    position: absolute;
    right: 23px;
    top: 18px;
    padding: 2px;
    color: white;
    text-decoration: none;
    font-size: 32px;
    height: 24px;
    overflow: hidden;
    width: 27px;
  }
  .nav-btn span,
  .close-menu span {
    width: 100%;
    background: #e70033;
    height: 5px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    -webkit-box-shadow: 1px 1px 0 0 #c8c8c8;
    box-shadow: 1px 1px 0 0 #c8c8c8;
  }
  .nav-btn span.last-line,
  .close-menu span.last-line {
    margin-bottom: 0;
  }
  #navigation:target {
    right: 0;
  }
  #wrap.act {
    left: -240px;
    position: relative;
  }
  .no-mobile {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .faq-section .tab-section.faq-tab .masonry .item {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .faq-section .tab-section.faq-tab .masonry .item.is-expanded {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .faq-section p.search input[type=text] {
    width: auto;
  }
  .faq-section ul.results {
    width: 90%;
  }
  .faq-section .fixed-bar {
    display: none;
  }
  .close-menu {
    display: none;
  }
  .promo-sections {
    margin-bottom: -52px;
  }
  .promo-sections .inner {
    padding: 0!important;
  }
  .promo-sections .inner .promo-wrapper {
    padding: 0;
    background: transparent;
  }
  .promo-sections .inner .promo-wrapper.large-left {
    margin-top: -20px;
    height: auto;
  }
  .promo-sections .inner .promo-wrapper .promo {
    border: none;
    height: 450px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .promo-sections .inner .promo-wrapper .promo .shadow {
    display: none;
  }
  .promo-sections .inner .promo-wrapper .promo .promo-content {
    float: none;
    text-align: center;
    width: 100%;
    height: 170px;
    margin-top: 280px;
    padding: 25px 15.625%;
  }
  .promo-sections .inner .promo-wrapper .promo .promo-content h2 {
    font-size: 1.1em;
    /* 25/16 */
  }
  .promo-sections .inner .promo-wrapper .promo .promo-content .btn {
    margin: 0 auto;
  }
  section.content .inner {
    margin-bottom: 103px;
  }
  section.content .product .content {
    width: 100%;
    text-align: center;
  }
  section.content .product .content .hero {
    display: block;
  }
  section.products-listing .inner {
    top: -30px;
  }
  section.products-listing .inner .slider {
    padding: 0 1%;
  }
  section.products-listing .inner .flex-next {
    right: -20px;
  }
  section.products-listing .inner .flex-prev {
    left: -20px;
  }
  .csstransforms section.products-listing h2 {
    margin-top: 0;
    color: #e70033;
    text-shadow: 0 0 0 blue;
  }
  section.products-listing .inner {
    margin-bottom: -40px;
  }
  #about .hero,
  #fourohfour .hero,
  #privacy-policy .hero {
    display: none !important;
  }
  #about article,
  #fourohfour article,
  #privacy-policy article {
    width: 100%;
  }
  #about article h1,
  #fourohfour article h1,
  #privacy-policy article h1,
  #about article h2,
  #fourohfour article h2,
  #privacy-policy article h2,
  #about article h3,
  #fourohfour article h3,
  #privacy-policy article h3,
  #about article h4,
  #fourohfour article h4,
  #privacy-policy article h4,
  #about article p,
  #fourohfour article p,
  #privacy-policy article p {
    text-align: center;
  }
  .about-section .inner {
    padding-top: 150px;
  }
  .about-section img {
    max-width: 254px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
  .about-section article {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .about-section article h4,
  .about-section article p {
    text-align: center;
  }
  .about-section article .btn {
    margin: 0 auto;
  }
  body section.products-listing #products-container .product-list {
    width: 320px;
    margin: 0 auto;
    /*		li:nth-child(n+3){
			display: none;
		}*/
  }
  header.header .inner .contact {
    display: none;
  }
  .faq-page article {
    background-size: 100%;
  }
  .faq-section .tab-section.faq-tab .search-wrapper p.search {
    width: 100%;
  }
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=text],
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row input[type=email],
  .faq-section .tab-section.ask-tab .stage-1 .contact-form .row textarea {
    width: 100%;
  }
  footer.footer .inner ul li a {
    font-size: 11px;
  }
  .footer.footer .inner .colophon {
    width: 100%;
    font-weight: normal;
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 500px) {
  #about article,
  #fourohfour article,
  #privacy-policy article {
    margin-top: 27px;
  }
  #about .features li,
  #fourohfour .features li,
  #privacy-policy .features li {
    width: 100%;
  }
  #about .features li img,
  #fourohfour .features li img,
  #privacy-policy .features li img {
    float: none;
    width: 54.6875%;
    margin: 0 auto 25px;
    display: block;
  }
  #about .features li .content,
  #fourohfour .features li .content,
  #privacy-policy .features li .content {
    overflow: hidden;
  }
  #about .features li .content h3,
  #fourohfour .features li .content h3,
  #privacy-policy .features li .content h3,
  #about .features li .content p,
  #fourohfour .features li .content p,
  #privacy-policy .features li .content p {
    text-align: center;
  }
  #about .features li .content .btn-custom,
  #fourohfour .features li .content .btn-custom,
  #privacy-policy .features li .content .btn-custom {
    margin: 0 auto 50px auto;
  }
  .faq-section .tab-section.faq-tab {
    padding: 0 20px;
  }
  section.content .product .content .sizes {
    display: inline-block;
    text-align: center;
  }
  footer.footer .inner ul li {
    display: inline-block;
  }
  footer.footer .inner ul li.menu-item-106 a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .inner {
    padding-left: 4%!important;
    padding-right: 4%!important;
  }
  footer.footer {
    background-size: 1440px 285px;
    height: 210px;
  }
  footer.footer .inner {
    padding-left: 4%!important;
    padding-right: 4%!important;
  }
  footer.footer .colophon {
    width: 100%;
  }
  section.content .inner {
    margin-bottom: 43px;
  }
  .about-section .inner img {
    width: 80%;
    margin-top: -70px;
  }
  body section.products-listing #products-container .product-list {
    width: 294px;
    margin: 0 auto;
    /*		li:nth-child(n+3){
			display: none;
		}*/
  }
  body section.products-listing #products-container .product-list li {
    width: 147px;
    float: left;
  }
  .promo-sections .inner .promo-wrapper .promo .promo-content {
    padding: 25px 5.625%;
  }
  .footer.footer .inner .colophon {
    width: 100%;
    font-weight: normal;
  }
  footer.footer .inner ul {
    margin-top: -15px;
    margin-bottom: 30px;
  }
  footer.footer .inner ul li a {
    font-size: 11px;
  }
  .single-product h1 {
    margin-top: 33px;
    margin-bottom: 7px;
  }
  section.products-listing .inner {
    top: -30px;
    margin-bottom: -40px;
  }
  section.products-listing .inner .slider {
    padding: 0 25%;
  }
  section.products-listing .inner .slider .flex-next {
    right: 0;
  }
  section.products-listing .inner .slider .flex-prev {
    left: 0;
  }
  section.products-listing .inner .slider li:hover {
    margin-top: 0;
  }
  .flex-direction-nav li a.flex-prev {
    left: 0;
  }
  .flex-direction-nav li a.flex-next {
    right: 0;
  }
}
/* CSS 3 STUFF
 ---------------------------- */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-8%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
