@import url(//hello.myfonts.net/count/266c5d);
@font-face {
  font-family: "emergency";
  src: url("../fonts/emergency/emergency.eot?") format("eot");
  src: url("../fonts/emergency/emergency.eot?#iefix") format("embedded-opentype"), url("../fonts/emergency/emergency.woff") format("woff"), url("../fonts/emergency/emergency.ttf") format("truetype"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: 1px dotted #111; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

body {
  padding: 0;
  margin: 0;
  background: #191919; }

.main {
  text-align: center; }

.content a {
  color: #DE0000; }
.content img {
  padding-bottom: 15px; }

nav a {
  text-decoration: none; }

.tint {
  background: #F2F2F2;
  color: #191919; }

::-moz-selection {
  background: #DE0000;
  color: #F2F2F2;
  text-shadow: none; }

::selection {
  background: #DE0000;
  color: #F2F2F2;
  text-shadow: none; }

body, button {
  font: 300 20px "proxima-nova", arial, sans-serif;
  line-height: 1.5;
  color: #F2F2F2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  color: #DE0000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  border-bottom: 1px solid #DE0000; }
  a:hover {
    color: #9b0000;
    border-bottom: 1px solid #9b0000; }

header a, footer a, nav a {
  color: #F2F2F2;
  text-decoration: none;
  border-bottom: none; }
  header a:hover, footer a:hover, nav a:hover {
    border-bottom: none; }

p, ul, ol, dl {
  margin: 0 0 25px; }

li {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 25px; }
  @media (max-width: 760px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 30px; } }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px;
  color: #666; }

[data-icon]:before {
  font-family: "emergency";
  content: attr(data-icon);
  speak: none;
  font-style: normal; }

.wrap {
  width: 940px;
  margin: 0 auto; }
  @media (max-width: 1080px) {
    .wrap {
      width: 768px;
      padding: 0 20px; } }
  @media (max-width: 760px) {
    .wrap {
      width: auto;
      max-width: 500px;
      padding: 0 15px; } }

.main {
  *zoom: 1;
  padding-top: 280px; }
  .main:before, .main:after {
    display: table;
    content: "";
    line-height: 0; }
  .main:after {
    clear: both; }

.content {
  *zoom: 1;
  text-align: left;
  padding: 0 0 90px; }
  .content:before, .content:after {
    display: table;
    content: "";
    line-height: 0; }
  .content:after {
    clear: both; }

.left, .right {
  width: 50%;
  float: left; }
  @media (max-width: 760px) {
    .left, .right {
      width: 100%;
      float: none;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.left {
  padding-right: 10px; }

.right {
  padding-left: 10px; }

.intro {
  padding-bottom: 30px; }

.masthead {
  position: fixed;
  z-index: 99999;
  background: #191919;
  *zoom: 1;
  border-bottom: 1px solid #F2F2F2; }
  .masthead:before, .masthead:after {
    display: table;
    content: "";
    line-height: 0; }
  .masthead:after {
    clear: both; }
  .masthead .logo {
    margin: 0; }
    .masthead .logo a {
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      text-transform: capitalize;
      background-image: url('/assets/img/logo_emergency.png?1420438458');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 250px;
      height: 140px;
      position: absolute;
      top: 11px;
      left: 50%;
      margin-left: -125px;
      z-index: 1000;
      background-size: contain; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .masthead .logo a {
          background: url('/assets/img/logo_emergency@2x.png?1420438458') no-repeat top left;
          background-size: 250px 140px;
          width: 250px;
          height: 140px; } }
  .masthead.small .logo a {
    width: 125px;
    height: 70px;
    margin-left: -62px;
    background-size: contain; }
  .masthead.small h4 {
    opacity: 0; }
  @media (max-width: 1080px) {
    .masthead .logo a {
      width: 213px;
      height: 119px;
      background-size: cover;
      margin-left: -106.5px; }
    .masthead h4.strap {
      top: 160px; } }
  .masthead a, .masthead .strap {
    color: #F2F2F2;
    font-size: 15px;
    font-weight: 400;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .masthead .strap {
    margin-left: -150px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 175px;
    text-align: center;
    text-transform: uppercase; }
  @media (max-width: 760px) {
    .masthead {
      margin-bottom: 60px;
      border: 0;
      width: 440px;
      background-color: #191919;
      z-index: 9999; }
      .masthead .wrap {
        position: relative;
        padding: 0; }
      .masthead .fauxHheader {
        display: block;
        height: 60px;
        border-bottom: 1px solid #F2F2F2; }
      .masthead .logo a {
        width: 125px;
        height: 70px;
        margin-left: -62px;
        background-size: contain; }
      .masthead .strap, .masthead .items {
        display: none; }
      .masthead .cart a {
        font-size: 20px;
        border: 0 !important; } }

.global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .global-nav ul li {
    display: inline; }
  .global-nav ul li:first-child a {
    border-left: 1px solid #F2F2F2; }
  .global-nav ul a {
    border-right: 1px solid #F2F2F2;
    display: block;
    float: left;
    text-decoration: none;
    padding: 15px;
    height: 55px; }
    .global-nav ul a:hover, .global-nav ul a.current {
      background: #F2F2F2;
      color: #191919; }
      @media (max-width: 760px) {
        .global-nav ul a:hover, .global-nav ul a.current {
          background: transparent;
          color: #F2F2F2; } }
.global-nav #about, .global-nav #contact, .global-nav .cart {
  position: static;
  float: right; }
  .global-nav #about i[data-icon], .global-nav #contact i[data-icon], .global-nav .cart i[data-icon] {
    padding-right: 0.5em; }
@media (max-width: 760px) {
  .global-nav {
    clear: both;
    text-align: left; }
    .js .global-nav .primary, .global-nav .cart .items {
      display: none; }
    .js .global-nav.visible-mobile .primary {
      display: block; }
    .global-nav .primary li {
      display: block;
      width: auto;
      margin: 0; }
      .global-nav .primary li:first-child a {
        border-top: 0;
        border-left: 0; }
      .global-nav .primary li a {
        float: none;
        border: 0;
        border-bottom: 1px solid #F2F2F2;
        padding: 15px 25px; }
    .global-nav #home {
      display: none; }
    .global-nav #contact, .global-nav #about {
      float: none; }
    .global-nav .cart {
      position: absolute;
      top: 0;
      right: 10px; } }

.fauxHheader {
  display: none; }

.nav-trigger {
  display: none;
  position: absolute;
  left: 25px;
  top: 20px;
  color: #DE0000;
  text-decoration: none;
  font-size: 16px; }
  .nav-trigger.active {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  @media (max-width: 760px) {
    .js .nav-trigger {
      display: block; } }

@media (max-width: 760px) {
  .main {
    padding-top: 100px; } }
.footer {
  border-top: 1px solid #F2F2F2;
  padding: 30px 0px 60px 0px; }
  @media (max-width: 1080px) {
    .footer {
      padding: 30px 20px 60px 20px; } }
  @media (max-width: 760px) {
    .footer {
      padding: 30px 15px 60px 15px; } }

.footer, .footer small {
  font-size: 15px;
  font-weight: 400; }

.enews {
  font-size: 0;
  position: relative;
  float: left; }
  .enews form input {
    font-size: 15px; }
  .enews .email {
    background: #191919;
    border: 1px solid #F2F2F2;
    padding: 10px;
    margin: 0;
    width: 210px;
    color: #F2F2F2; }
    .enews .email::-webkit-input-placeholder {
      color: #fafafa; }
    .enews .email:-moz-placeholder {
      color: #fafafa; }
    .enews .email::-moz-placeholder {
      color: #fafafa; }
    .enews .email:-ms-input-placeholder {
      color: #fafafa; }
    .enews .email:focus {
      outline: 0;
      border-color: #f7f7f7;
      -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1080px) {
      .enews .email {
        width: 150px; } }
  .enews .submitted p {
    font-size: 18px;
    font-weight: 400;
    margin: 8px 20px 0 0; }
  .enews .button {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-left: 0;
    color: #191919;
    font-family: "proxima-nova", arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 25px 11px; }
    .enews .button:hover {
      background: #DE0000; }
  .enews .submitted {
    display: none;
    position: absolute;
    background: #DE0000;
    bottom: 60px;
    left: 0;
    width: 100%; }
    .enews .submitted p {
      color: #F2F2F2;
      margin: 0;
      text-align: center;
      padding: 1em; }
    .enews .submitted::after {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #DE0000;
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -11px; }
  @media (max-width: 760px) {
    .enews {
      float: none;
      padding-bottom: 25px; }
      .enews form {
        float: none; }
      .enews .email, .enews .button {
        width: 50%; }
      .enews .submitted {
        bottom: 80px; } }

.social {
  font-size: 0;
  float: right; }
  .social a {
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px / 50px;
    background: #F2F2F2;
    color: #191919;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }
    .social a:hover {
      background: #DE0000; }
  .social span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  @media (max-width: 1080px) {
    .social {
      max-width: 445px;
      margin-bottom: -25px; }
      .social a {
        margin-bottom: 25px; } }
  @media (max-width: 760px) {
    .social {
      margin: 0 auto;
      padding-bottom: 35px;
      float: none;
      text-align: center; } }

.auto-likes, .fb-autolike, .twitter-autolike, #likeImage {
  display: inline-block; }

.twitter-autolike {
  margin-right: -35px;
  padding-left: 15px; }

.foot-sub {
  padding: 5px 0 20px;
  clear: both; }
  .foot-sub a {
    text-decoration: none; }
  .foot-sub ul {
    list-style: none;
    padding-left: 0; }
    .foot-sub ul li {
      display: inline; }
    .foot-sub ul a {
      display: block;
      float: left; }
  .foot-sub .suplimentary {
    float: right; }
  .foot-sub nav a {
    padding-right: 1em;
    border-right: 1px solid white;
    margin-right: 1em; }
  .foot-sub nav li:last-child a {
    padding-right: 0;
    border-right: none; }
  @media (max-width: 760px) {
    .foot-sub nav li {
      display: block;
      margin: 0; }
    .foot-sub nav a, .foot-sub .copy {
      float: none;
      display: block;
      border: 0;
      padding: 0;
      margin: 0; }
    .foot-sub .suplimentary {
      float: none; } }

/* Start Formalise */
select:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  background-image: url('/assets/img/icon_dropdown.gif?1420438458');
  background-repeat: no-repeat;
  background-position: right center;
  -moz-appearance: none;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

select[disabled] {
  background-color: #eeeeee; }

select[disabled],
select[disabled] option,
select[disabled] optgroup {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0; } }
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

/* End Formalise */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type=text],
input[type=email],
input[type=file],
input[type=tel],
textarea,
select {
  font: 300 20px "proxima-nova", arial, sans-serif;
  line-height: 1.3;
  border: 1px solid #F2F2F2;
  padding: 8px 10px;
  width: 100%;
  color: #F2F2F2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=file]:focus,
  input[type=tel]:focus,
  textarea:focus,
  select:focus {
    outline: 0;
    border-color: #DE0000; }

input[type=file] {
  padding: 0;
  border: 0;
  margin: 13px 0; }

input[type=text],
input[type=email],
input[type=file],
input[type=tel],
input[type=submit],
button[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none; }

.form {
  padding-top: 20px; }
  .form > div {
    margin-bottom: 15px; }
  .form .control-label {
    font-weight: 700;
    float: left;
    width: 100px;
    padding-top: 12px; }
  .form .controls {
    padding-left: 115px; }
  .form .form-actions {
    padding: 15px 0 0 115px; }
  .form .checkboxes .control-label, .form .radios .control-label {
    padding-top: 0; }
  @media (max-width: 760px) {
    .form .control-label {
      float: none; }
    .form .controls {
      padding-left: 0; }
    .form .form-actions {
      padding-left: 0; } }

div.error {
  background: #AF0000;
  color: #F2F2F2;
  display: block;
  padding: .25em;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative; }
  div.error::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #AF0000;
    content: "";
    position: absolute;
    top: -7px;
    right: 5%; }

@media (max-width: 760px) {
  div.error::before {
    right: auto;
    left: 5%; } }
input.error {
  border-color: #DE0000;
  font-size: 20px; }
  input.error:focus {
    border-color: #920000; }

label span.req {
  color: #DE0000;
  font-size: 18px; }

@media (max-width: 760px) {
  .controls input[type=text],
  .controls input[type=email],
  .controls input[type=tel] {
    width: 100%; } }
.controls label {
  margin-right: 20px; }
.controls .file-field {
  width: 365px; }
  @media (max-width: 760px) {
    .controls .file-field {
      width: 100%; } }

.file-field {
  position: relative;
  height: 48px;
  padding: 0;
  border: 5px solid #F2F2F2;
  -moz-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear; }
  .file-field.focus {
    border-color: #DE0000; }
  .file-field input {
    margin: 0;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0;
    cursor: pointer; }
  .file-field .label {
    float: left;
    padding: 7px 0 0 10px; }
  .file-field .button {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: -5px -5px 0 0;
    float: right;
    background-color: #F2F2F2; }
    .file-field .button.focus {
      background: #DE0000;
      color: #F2F2F2; }
  .file-field:hover .button {
    background: #DE0000;
    color: #F2F2F2; }

button {
  border: 1px solid #F2F2F2;
  padding: 5px 28px;
  text-decoration: none;
  color: #F2F2F2;
  background: transparent;
  font-weight: 300;
  font: inherit; }
  button:hover {
    background: #F2F2F2;
    color: #191919; }

.radio {
  border: 1px solid #F2F2F2;
  margin: 50px 0 25px;
  font-size: 30px;
  text-align: left; }
  .radio .row {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 15px; }
    .radio .row.last {
      border: none; }
  .radio input[type=radio] {
    display: none; }
    .radio input[type=radio]:checked + label:before {
      content: "\2022";
      color: #DE0000;
      font-size: 50px;
      text-align: center;
      line-height: 19px; }
  .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 38px;
    border-left: 1px solid white;
    padding: 6px 0 6px 20px; }
    .radio label:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      position: absolute;
      left: -41px;
      top: 15px;
      border: 1px solid #F2F2F2; }
      @media (max-width: 760px) {
        .radio label:before {
          top: 11px; } }
  .radio label:before {
    border-radius: 30px; }
  @media (max-width: 760px) {
    .radio {
      font-size: 22px;
      margin: 30px 0 25px; } }

.select-wrap {
  border: 1px solid #F2F2F2;
  margin-top: -1px;
  float: left;
  position: relative;
  margin-left: 20px;
  width: 210px;
  background: url('/assets/img/icon_dropdown.gif?1420438458') no-repeat right center;
  /* &:before {
  	display:block;
  	position:absolute;
  	content:'';
  	right:0px;
  	top:0px;
  	height:1em;
  	width:1em;
  	margin:2px;
  	background:red;
  	z-index:5;
  } */ }
  .select-wrap:after {
    content: "";
    border-left: 1px solid #F2F2F2;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1.85em; }
  .select-wrap select {
    background: transparent;
    border: none;
    padding: 5px 60px 5px 10px;
    width: 100%;
    -moz-appearance: none; }
  .select-wrap select::-ms-expand {
    display: none; }
  .select-wrap option {
    background: #191919; }
  @media (max-width: 760px) {
    .select-wrap {
      margin-left: 0;
      margin-top: 10px;
      float: none;
      width: auto; } }

#calendar_picker {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #F2F2F2;
  padding: 1em; }
  #calendar_picker .ui-datepicker {
    width: 100%; }

.ll-skin-nigran .ui-widget {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px #252525; }

.ll-skin-nigran .ui-datepicker {
  padding: 0; }

.ll-skin-nigran .ui-datepicker-header {
  border: none;
  background: transparent;
  font-size: 15px;
  text-transform: uppercase; }

.ll-skin-nigran .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-nigran .ui-datepicker .ui-datepicker-title {
  margin-bottom: 0; }

.ui-datepicker-next {
  right: 0; }

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev span::after,
.ll-skin-nigran .ui-datepicker .ui-datepicker-next span::after {
  text-indent: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
  color: #F2F2F2; }

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev span::after {
  content: "\25C0";
  left: 0; }

.ll-skin-nigran .ui-datepicker .ui-datepicker-next span::after {
  content: "\25B6";
  right: 0; }

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover span::after,
.ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover span::after {
  color: #DE0000; }

.ll-skin-nigran .ui-datepicker table {
  margin: 0; }

.ll-skin-nigran .ui-datepicker th {
  padding: 1.5em 0;
  color: #999;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border: none; }

.ll-skin-nigran .ui-datepicker td {
  border: none;
  padding: 0; }

.ll-skin-nigran td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.65em 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 15px; }

.ll-skin-nigran td .ui-state-hover {
  background: #333; }

.ll-skin-nigran td .ui-state-active {
  background: #DE0000; }

/*! jQuery UI - v1.10.1 - 2013-03-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  border: none; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(/assets/img/datepicker/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(/assets/img/datepicker/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px; }

.product-listing, .related-products {
  margin-left: 1px;
  padding: 0 0 90px; }
  .product-listing .row, .related-products .row {
    *zoom: 1;
    border: 1px solid #f2f2f2;
    border-right: 0;
    margin-bottom: 60px; }
    .product-listing .row:before, .product-listing .row:after, .related-products .row:before, .related-products .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .product-listing .row:after, .related-products .row:after {
      clear: both; }
  @media (max-width: 760px) {
    .product-listing, .related-products {
      padding-bottom: 25px; }
      .product-listing .row, .related-products .row {
        border: 0; } }

#floatingBarsG {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -22.5px;
  margin-top: -28px; }

.product-listing {
  min-height: 250px; }
  .product-listing.loading {
    position: relative; }
    .product-listing.loading #floatingBarsG {
      display: block;
      top: 80px; }

.product-filter {
  *zoom: 1;
  margin-bottom: 30px; }
  .product-filter:before, .product-filter:after {
    display: table;
    content: "";
    line-height: 0; }
  .product-filter:after {
    clear: both; }
  .product-filter .controls-wrap {
    float: right;
    text-align: left; }
  .product-filter label {
    float: left;
    padding-top: 7px; }
  .product-filter label[for="sort"] {
    margin-left: 20px; }
  .product-filter .filter-wrap, .product-filter .sort-wrap {
    float: left;
    width: auto; }
  @media (max-width: 760px) {
    .product-filter .controls-wrap {
      float: none; }
    .product-filter label {
      float: none; }
      .product-filter label[for="sort"] {
        margin-left: 0;
        margin-top: 10px; }
    .product-filter .filter-wrap, .product-filter .sort-wrap {
      float: left;
      width: 45%; }
    .product-filter .filter-wrap {
      margin-right: 5%; }
    .product-filter .sort-wrap {
      margin-left: 5%; } }

.product {
  position: relative;
  border: 1px solid #F2F2F2;
  margin-left: -1px;
  /* width: 33.333%; */
  width: 33.44%;
  /* to accoutn for negative left margins margins */
  float: left;
  cursor: pointer;
  margin-bottom: 80px;
  height: 315px;
  background: #191919; }
  .product .prod
  img {
    display: block; }
  @media (max-width: 1080px) {
    .product {
      height: 258px; } }
  @media (max-width: 760px) {
    .product {
      width: 100%;
      height: auto;
      float: none;
      margin-bottom: 45px; } }
  .product .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F2F2F2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    color: #191919; }
    .product .hover a, .product .hover button {
      display: block;
      background: #191919;
      text-decoration: none;
      width: 70%;
      margin: 20px auto;
      padding: 10px;
      border: none;
      outline: none; }
      .product .hover a i, .product .hover button i {
        padding-right: 0.5em; }
      .product .hover a:hover, .product .hover button:hover {
        background: #F2F2F2;
        color: #191919; }
    .product .hover nav {
      position: absolute;
      width: 100%;
      height: 63%;
      bottom: 0;
      left: 0; }
    .product .hover h3 {
      line-height: 35px; }
    @media (max-width: 1080px) {
      .product .hover h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5; }
      .product .hover a, .product .hover button {
        margin: 10px auto;
        padding: 5px; }
      .product .hover nav {
        height: 60%; } }
    @media (max-width: 760px) {
      .product .hover h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.3; }
      .product .hover a {
        margin: 20px auto;
        padding: 10px; }
      .product .hover nav {
        height: 68%; } }

.product .price, .product-detail .price {
  position: absolute;
  padding: 0;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background: #F2F2F2;
  color: #191919;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  z-index: 2;
  outline: none; }
  .product .price .dollar, .product-detail .price .dollar {
    font-size: 15px;
    position: relative;
    top: -8px;
    right: 0px; }

.js .product-detail .price {
  cursor: pointer; }

.product-detail h3.related-title {
  font-size: 20px;
  font-weight: 400;
  text-align: left; }
.product-detail .right h1 {
  border-top: 1px solid #F2F2F2;
  padding-top: 10px; }
  @media (max-width: 760px) {
    .product-detail .right h1 {
      border: 0;
      padding-top: 60px; } }
.product-detail .left {
  position: relative; }
.product-detail .content .price {
  width: 90px;
  height: 90px;
  margin-left: -45px;
  bottom: -45px;
  line-height: 90px; }
.product-detail .content nav {
  border-top: 1px solid #F2F2F2;
  padding: 20px 0;
  margin-top: 30px; }
  .product-detail .content nav a, .product-detail .content nav button {
    display: block;
    float: left;
    border: 1px solid #F2F2F2;
    padding: 5px 20px;
    color: #F2F2F2; }
    .product-detail .content nav a:hover, .product-detail .content nav button:hover {
      background: #F2F2F2;
      color: #191919; }
    .product-detail .content nav a.addCart, .product-detail .content nav button.addCart {
      background: #F2F2F2;
      color: #191919;
      margin-right: 30px; }
      .product-detail .content nav a.addCart:hover, .product-detail .content nav button.addCart:hover {
        background: #DE0000; }
    @media (max-width: 1080px) {
      .product-detail .content nav a.addCart, .product-detail .content nav button.addCart {
        margin-right: 0;
        padding: 5px 15px; }
      .product-detail .content nav a.more, .product-detail .content nav button.more {
        float: right;
        padding: 5px 15px; } }
    @media (max-width: 760px) {
      .product-detail .content nav a.addCart, .product-detail .content nav a.more, .product-detail .content nav button.addCart, .product-detail .content nav button.more {
        float: none;
        margin-top: 15px;
        width: 100%;
        text-align: center; } }
@media (max-width: 760px) {
  .product-detail .content {
    padding-bottom: 25px; } }
.product-detail .product-image {
  border: 1px solid #F2F2F2; }
  .product-detail .product-image img {
    padding: 0; }

.socialbtns {
  *zoom: 1;
  font-size: 0; }
  .socialbtns:before, .socialbtns:after {
    display: table;
    content: "";
    line-height: 0; }
  .socialbtns:after {
    clear: both; }
  .socialbtns a {
    border: none; }
  .socialbtns .twitter-btn, .socialbtns .fb-btn, .socialbtns .google-btn {
    float: left;
    margin-right: 15px; }
  .socialbtns .twitter-btn {
    width: 78px; }

.pinit {
  position: absolute;
  top: 10px;
  right: 23px; }
  .pinit a {
    border: none;
    transition: none; }
  @media (max-width: 760px) {
    .pinit {
      right: 11px; } }

.related-products {
  border-top: 1px solid #F2F2F2;
  padding: 0 0 90px; }
  .related-products:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F2F2F2;
    content: "";
    position: relative;
    top: 16px; }
  .related-products .wrap:before {
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #191919;
    content: "";
    position: relative;
    top: -15px; }

.generic .intro {
  text-align: center; }
.generic .main {
  text-align: left; }

.cart h4, .checkout h4 {
  color: #F2F2F2; }
.cart .intro, .cart .checkout-error, .checkout .intro, .checkout .checkout-error {
  text-align: left;
  margin-left: 25%;
  padding-left: 10px;
  padding-bottom: 10px; }
  .cart .intro h2, .cart .checkout-error h2, .checkout .intro h2, .checkout .checkout-error h2 {
    margin-bottom: 0; }
.cart .left, .checkout .left {
  width: 25%;
  padding-right: 20px; }
.cart a.back, .cart a.more, .checkout a.back, .checkout a.more {
  border: 1px solid #F2F2F2;
  padding: 5px 28px;
  text-decoration: none;
  color: #F2F2F2;
  background: transparent;
  font-weight: 300;
  font: inherit;
  width: 100%;
  padding: 5px;
  display: block;
  text-align: center; }
  .cart a.back:hover, .cart a.more:hover, .checkout a.back:hover, .checkout a.more:hover {
    background: #F2F2F2;
    color: #191919; }
  .cart a.back i, .cart a.more i, .checkout a.back i, .checkout a.more i {
    font-size: 70%;
    padding-right: 0.75em; }
.cart .no-items, .checkout .no-items {
  margin-bottom: 100px; }
  .cart .no-items a.back, .cart .no-items a.more, .checkout .no-items a.back, .checkout .no-items a.more {
    display: inline-block;
    width: auto;
    padding: 5px 30px; }
.cart a.more, .checkout a.more {
  margin-top: 25px; }
  .cart a.more i, .checkout a.more i {
    font-size: 85%; }
.cart .right, .checkout .right {
  width: 75%; }
.cart .group, .checkout .group {
  *zoom: 1;
  border-bottom: 1px solid #F2F2F2;
  padding: 1em 0; }
  .cart .group:before, .cart .group:after, .checkout .group:before, .checkout .group:after {
    display: table;
    content: "";
    line-height: 0; }
  .cart .group:after, .checkout .group:after {
    clear: both; }
  .cart .group dt, .checkout .group dt {
    float: left;
    font-weight: bold;
    padding-left: 61%; }
  .cart .group dd, .checkout .group dd {
    float: right;
    text-align: right; }
  .cart .group .ex-delivery, .checkout .group .ex-delivery {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-top: -5px; }
  .cart .group .discount-text, .checkout .group .discount-text {
    color: #4FC019;
    font-weight: bold; }
.cart #custom-message, .checkout #custom-message {
  border-color: #F2F2F2;
  background: transparent;
  height: 140px;
  margin-bottom: 5px; }
@media (max-width: 760px) {
  .cart .intro, .cart .checkout-error, .checkout .intro, .checkout .checkout-error {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center; }
  .cart .left, .cart .right, .checkout .left, .checkout .right {
    float: none;
    width: 100%;
    margin-bottom: 25px; } }

.cart .discount {
  float: left; }
  .cart .discount input {
    width: auto;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    background: transparent; }
    .cart .discount input:focus {
      border-color: #F2F2F2; }
  .cart .discount button {
    margin-left: -1px;
    font-weight: 300; }
.cart .update {
  float: right; }
.cart .pickup .pickup_check {
  display: block;
  float: left;
  margin-right: 1em;
  margin-top: 6px; }
.cart .pickup .pickup_row {
  margin-left: 76%; }
.cart .message {
  padding-bottom: 2em; }
  .cart .message p {
    text-align: right;
    font-size: 15px; }
  .cart .message h2 {
    margin-bottom: 0; }
  .cart .message h5 {
    font-size: 20px;
    font-weight: 300;
    color: #F2F2F2; }
  .cart .message .template-selector .select-wrap {
    margin-left: 0;
    margin-right: 20px;
    width: 48%; }
    .cart .message .template-selector .select-wrap.even {
      margin-right: 0; }
    .cart .message .template-selector .select-wrap select.current {
      color: #DE0000; }
  @media (max-width: 760px) {
    .cart .message .template-selector .select-wrap {
      width: 100%;
      margin-right: 0;
      margin-top: -1px; } }
.cart .hidden-messgaes div {
  display: none; }
.cart #messgae-3 {
  margin-right: 0; }
.cart .checkout {
  border-bottom: 0; }
  .cart .checkout h2 {
    text-align: left; }
  .cart .checkout button, .cart .checkout a {
    border: 1px solid #F2F2F2;
    padding: 5px 28px;
    text-decoration: none;
    color: #F2F2F2;
    background: transparent;
    font-weight: 300;
    font: inherit;
    background: #F2F2F2;
    color: #191919;
    display: inline-block;
    text-align: center;
    float: right; }
    .cart .checkout button:hover, .cart .checkout a:hover {
      background: #F2F2F2;
      color: #191919; }
    .cart .checkout button:hover, .cart .checkout a:hover {
      background: #DE0000; }
@media (max-width: 760px) {
  .cart .content, .cart .related-products {
    padding-bottom: 25px; }
  .cart .left {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
  .cart .prod-img {
    display: none; }
  .cart .group dt {
    padding-left: 0;
    clear: both; }
  .cart .group .discount {
    float: none;
    margin-top: 60px; }
    .cart .group .discount button, .cart .group .discount input {
      width: 50%; }
  .cart .group .update {
    float: none;
    padding-top: 25px;
    margin-top: -130px; }
    .cart .group .update button {
      width: 100%; }
  .cart .checkout a, .cart .checkout button {
    width: 100%; }
  .cart #shopping-cart td h3 {
    width: auto;
    padding-left: 25px;
    margin-top: -5px; }
  .cart #shopping-cart .remove-item {
    width: 20px;
    height: 20px;
    line-height: 21px;
    margin-right: 5px;
    position: absolute; }
  .cart #shopping-cart .item-info {
    width: 40%; }
  .cart #shopping-cart .qty {
    width: 20%; }
    .cart #shopping-cart .qty input {
      width: 40px; }
  .cart #shopping-cart .price {
    width: 20%;
    margin-top: -5px; }
    .cart #shopping-cart .price input {
      width: 40px; }
  .cart #shopping-cart .subttl {
    width: 20%;
    margin-top: -5px; }
    .cart #shopping-cart .subttl input {
      width: 40px; }
  .cart .message h2, .cart .checkout h2 {
    text-align: center; } }

#shopping-cart {
  width: 100%; }
  #shopping-cart th {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    font-weight: bold;
    padding: 5px 0; }
  #shopping-cart td {
    border-bottom: 1px solid #F2F2F2;
    padding: 25px 0;
    vertical-align: top;
    font-size: 20px; }
    #shopping-cart td h3, #shopping-cart td .prod-img {
      float: left;
      margin: 0 1em 0 0; }
    #shopping-cart td h3 {
      font-size: 20px;
      width: 240px; }
      @media (max-width: 1080px) {
        #shopping-cart td h3 {
          width: 160px; } }
  #shopping-cart .item-info {
    width: 61%; }
    #shopping-cart .item-info h3 {
      margin-right: 0; }
      #shopping-cart .item-info h3 a, #shopping-cart .item-info h3 a:hover {
        color: #F2F2F2;
        border-bottom: none; }
  #shopping-cart .remove-item {
    display: block;
    float: left;
    border: 1px solid #F2F2F2;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    margin-right: 1em;
    color: #F2F2F2; }
    #shopping-cart .remove-item:hover {
      color: #DE0000; }
  #shopping-cart input {
    background: #191919;
    border: 1px solid #F2F2F2;
    color: #F2F2F2;
    font: 300 20px "proxima-nova", arial, sans-serif;
    padding: 5px; }
  #shopping-cart .qty {
    width: 15%; }
    #shopping-cart .qty input {
      width: 60px; }
  #shopping-cart .prod-img {
    width: 95px;
    padding: 0;
    float: left;
    border: 1px solid #F2F2F2; }
  #shopping-cart .price {
    width: 12%; }
  #shopping-cart .subttl {
    width: 12%;
    text-align: right; }

.checkout .alert {
  color: #DE0000; }
  .checkout .alert h4 {
    font-weight: bold;
    color: #DE0000; }
  .checkout .alert li {
    margin-bottom: 0; }
.checkout .error-count {
  font-weight: 400;
  margin-bottom: 20px; }
.checkout #shipping_options {
  padding-top: 30px;
  padding-bottom: 10px; }
  .checkout #shipping_options #floatingBarsG {
    display: none; }
  .checkout #shipping_options .error {
    margin-top: 10px; }
    .checkout #shipping_options .error::before {
      display: none; }
  .checkout #shipping_options.loading #floatingBarsG {
    display: block; }
.checkout #unavailable {
  margin-top: 10px; }
.checkout fieldset {
  border-top: 1px solid #F2F2F2;
  position: relative;
  padding: 20px 0 45px; }
  .checkout fieldset legend {
    position: absolute;
    top: 8px;
    font-size: 36px; }
  .checkout fieldset .left, .checkout fieldset .right {
    width: 50%; }
  .checkout fieldset .radio {
    border: 0;
    margin: 0; }
    .checkout fieldset .radio .row, .checkout fieldset .radio label {
      border: 0;
      padding: 0; }
    .checkout fieldset .radio label {
      font-size: 20px;
      padding-left: 0;
      padding-top: 5px; }
      .checkout fieldset .radio label span.info {
        font-size: 15px;
        margin-top: -5px;
        display: block; }
    .checkout fieldset .radio .row.disabled {
      color: gray; }
      .checkout fieldset .radio .row.disabled label {
        cursor: default; }
      .checkout fieldset .radio .row.disabled label:before {
        border: 1px solid gray; }
.checkout .group {
  border: 0;
  clear: left;
  padding: 0; }
  .checkout .group label {
    float: left;
    width: 35%;
    padding-top: 7px;
    position: relative; }
    .checkout .group label.required:after {
      content: "*";
      color: #DE0000;
      font-size: 30px;
      position: absolute;
      top: -2px; }
  .checkout .group .controls {
    width: 65%;
    float: left; }
  .checkout .group input {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    background: transparent; }
    .checkout .group input:focus {
      border: 1px solid #DE0000; }
  .checkout .group dt {
    padding-left: 40%; }
  .checkout .group.gst {
    padding: 10px 0; }
.checkout select {
  background-color: transparent;
  border: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding: 5px 32px 5px 10px; }
.checkout .your-details,
.checkout .delivery-details,
.checkout .confirm-order,
.checkout .Payment-details {
  float: left;
  width: 48%; }
  .checkout .your-details label, .checkout .your-details .controls,
  .checkout .delivery-details label,
  .checkout .delivery-details .controls,
  .checkout .confirm-order label,
  .checkout .confirm-order .controls,
  .checkout .Payment-details label,
  .checkout .Payment-details .controls {
    width: 50%; }
  .checkout .your-details .leader,
  .checkout .delivery-details .leader,
  .checkout .confirm-order .leader,
  .checkout .Payment-details .leader {
    background: url('/assets/img/payment_icons.gif?1420438458') right 3px no-repeat;
    margin: 37px 0 26px 0; }
.checkout .your-details, .checkout .confirm-order {
  margin-right: 2%; }
.checkout .delivery-details, .checkout .Payment-details {
  margin-left: 2%; }
.checkout .additonal-info {
  padding-top: 50px; }
  .checkout .additonal-info h4 {
    margin-bottom: 10px; }
.checkout .delivery-options {
  float: none; }
  .checkout .delivery-options h4 {
    margin-top: -25px; }
  .checkout .delivery-options .options {
    *zoom: 1; }
    .checkout .delivery-options .options:before, .checkout .delivery-options .options:after {
      display: table;
      content: "";
      line-height: 0; }
    .checkout .delivery-options .options:after {
      clear: both; }
.checkout .enter-postcode h4 {
  margin: 0; }
.checkout .enter-postcode.error::before {
  display: none; }
.checkout .leader {
  font-size: 15px;
  margin-bottom: 5px; }
.checkout #shipping_zip {
  width: 50%; }
.checkout #custom-message {
  min-height: 200px; }
.checkout #shopping-cart .item-info {
  width: 50%; }
.checkout #shopping-cart .qty {
  width: 15%; }
.checkout #shopping-cart .price {
  width: 15%; }
.checkout #shopping-cart .subttl {
  width: 20%; }
.checkout #shopping-cart td h3 {
  width: auto; }
.checkout .delivery-preview {
  margin-top: -6px;
  margin-bottom: 9px; }
  .checkout .delivery-preview dt {
    width: auto;
    float: left;
    padding-right: 20px; }
  .checkout .delivery-preview dd {
    color: #DE0000; }
.checkout #checkout_complete {
  border: 1px solid #F2F2F2;
  padding: 5px 28px;
  text-decoration: none;
  color: #F2F2F2;
  background: transparent;
  font-weight: 300;
  font: inherit;
  background: #F2F2F2;
  color: #191919;
  display: inline-block;
  text-align: center;
  float: right;
  outline: none; }
  .checkout #checkout_complete:hover {
    background: #F2F2F2;
    color: #191919; }
  .checkout #checkout_complete:hover {
    background: #DE0000; }
.checkout #checkout_complete[disabled="disabled"] {
  opacity: 0.15;
  cursor: default; }
.checkout #checkout_complete[disabled="disabled"]:hover {
  background: #F2F2F2; }
.checkout div.submit {
  border-top: 1px solid #F2F2F2;
  padding-top: 1em; }
.checkout .group dd {
  margin-left: 0; }
@media (max-width: 1080px) {
  .checkout {
    /* .your-details, .delivery-details {
    	padding-top: 150px;
    } */ }
    .checkout .group label {
      width: 40%; }
    .checkout .group .controls {
      width: 60%; }
    .checkout #unavailable {
      padding: 5px 45px 5px 10px;
      margin-top: 10px; }
    .checkout .group dt,
    .checkout .group dd,
    .checkout .Payment-details label,
    .checkout .Payment-details .controls {
      width: 50%;
      padding-left: 0;
      margin-left: 0; } }
@media (max-width: 760px) {
  .checkout .group label,
  .checkout .group .controls,
  .checkout .your-details,
  .checkout .delivery-details,
  .checkout .confirm-order,
  .checkout .Payment-details,
  .checkout fieldset .left,
  .checkout fieldset .right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; }
  .checkout .confirm-order, .checkout .your-details {
    border-top: none; } }

.button {
  display: inline-block;
  margin: 0;
  padding: 6px 32px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  text-decoration: none;
  font-size: 20px;
  -webkit-font-smoothing: inherit;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* If you'd like to add a char based icon wrap in an i tag */ }
  .button i {
    margin-left: 15px; }
  .button.ico-left i {
    margin-left: 0;
    margin-right: 15px; }
  .button:hover {
    background: #F2F2F2;
    color: #191919; }

#floatingBarsG {
  position: relative;
  width: 45px;
  height: 56px; }

.blockG {
  position: absolute;
  background-color: #FFFFFF;
  width: 7px;
  height: 17px;
  -moz-border-radius: 6px 6px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 6px 6px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 6px 6px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 6px 6px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 6px 6px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

#rotateG_01 {
  left: 0;
  top: 20px;
  -moz-animation-delay: 0.39s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.39s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.39s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.39s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.39s;
  transform: rotate(-90deg); }

#rotateG_02 {
  left: 6px;
  top: 7px;
  -moz-animation-delay: 0.52s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.52s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.52s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.52s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.52s;
  transform: rotate(-45deg); }

#rotateG_03 {
  left: 19px;
  top: 2px;
  -moz-animation-delay: 0.65s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.65s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.65s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.65s;
  -o-transform: rotate(0deg);
  animation-delay: 0.65s;
  transform: rotate(0deg); }

#rotateG_04 {
  right: 6px;
  top: 7px;
  -moz-animation-delay: 0.78s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.78s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.78s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.78s;
  -o-transform: rotate(45deg);
  animation-delay: 0.78s;
  transform: rotate(45deg); }

#rotateG_05 {
  right: 0;
  top: 20px;
  -moz-animation-delay: 0.9099999999999999s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 0.9099999999999999s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 0.9099999999999999s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 0.9099999999999999s;
  -o-transform: rotate(90deg);
  animation-delay: 0.9099999999999999s;
  transform: rotate(90deg); }

#rotateG_06 {
  right: 6px;
  bottom: 5px;
  -moz-animation-delay: 1.04s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.04s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.04s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.04s;
  -o-transform: rotate(135deg);
  animation-delay: 1.04s;
  transform: rotate(135deg); }

#rotateG_07 {
  bottom: 0;
  left: 19px;
  -moz-animation-delay: 1.1700000000000002s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.1700000000000002s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.1700000000000002s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.1700000000000002s;
  -o-transform: rotate(180deg);
  animation-delay: 1.1700000000000002s;
  transform: rotate(180deg); }

#rotateG_08 {
  left: 6px;
  bottom: 5px;
  -moz-animation-delay: 1.3s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.3s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.3s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.3s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.3s;
  transform: rotate(-135deg); }

@-moz-keyframes fadeG {
  0% {
    background-color: #000000; }
  100% {
    background-color: #FFFFFF; } }
@-webkit-keyframes fadeG {
  0% {
    background-color: #000000; }
  100% {
    background-color: #FFFFFF; } }
@-ms-keyframes fadeG {
  0% {
    background-color: #000000; }
  100% {
    background-color: #FFFFFF; } }
@-o-keyframes fadeG {
  0% {
    background-color: #000000; }
  100% {
    background-color: #FFFFFF; } }
@keyframes fadeG {
  0% {
    background-color: #000000; }
  100% {
    background-color: #FFFFFF; } }
.home .main {
  text-align: center;
  padding-top: 0; }
.home #hero {
  display: table;
  position: relative; }
  .home #hero h2 {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px; }
    .home #hero h2 a {
      display: inline-block;
      border: 1px solid #9b0000;
      padding: .1em .75em;
      margin-top: 1em; }
@media (max-width: 760px) {
  .home .main {
    padding-top: 100px; }
  .home #hero {
    position: relative; }
    .home #hero h2 {
      padding: 0 0 50px;
      font-size: 22.0px; }
      .home #hero h2 a {
        width: 100%; } }
.home #scrollToQuestion {
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -20px;
  border: none; }
  .home #scrollToQuestion:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F2F2F2;
    content: "";
    position: relative;
    top: 16px; }
  .home #scrollToQuestion:after {
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #191919;
    content: "";
    position: relative;
    top: 14px;
    left: -39px; }
.home .questions {
  border-top: 1px solid #F2F2F2;
  padding: 0 0 90px;
  min-height: 700px;
  /* .allflowers {
  	position: absolute;
  	bottom: -30px;
  	left: 50%;
  	width: 100%;
  	margin-left: -50%;
  } */ }
  .home .questions #question-title {
    margin-top: 70px; }
  .home .questions .container {
    position: relative;
    min-height: 460px; }
    .home .questions .container.loading #floatingBarsG {
      display: block; }
  .home .questions fieldset {
    position: absolute;
    z-index: 1;
    width: 940px; }
    .home .questions fieldset:not(:first-of-type) {
      display: none; }
    @media (max-width: 1080px) {
      .home .questions fieldset {
        width: 768px; } }
    @media (max-width: 1080px) {
      .home .questions fieldset {
        width: 100%; } }
  .home .questions .results-nav {
    clear: both; }
    .home .questions .results-nav ul {
      margin: 0;
      padding: 0; }
      .home .questions .results-nav ul li {
        display: inline; }
        .home .questions .results-nav ul li a {
          border: 1px solid #F2F2F2;
          padding: 5px 28px;
          text-decoration: none;
          color: #F2F2F2;
          background: transparent;
          font-weight: 300;
          font: inherit;
          margin-right: 15px; }
          .home .questions .results-nav ul li a:hover {
            background: #F2F2F2;
            color: #191919; }
          .home .questions .results-nav ul li a.disabled, .home .questions .results-nav ul li a.disabled:hover {
            color: #555;
            border-color: #555;
            background-color: #191919;
            cursor: default; }
        .home .questions .results-nav ul li.last a {
          margin-right: 0; }
    @media (max-width: 760px) {
      .home .questions .results-nav ul {
        padding: 0; }
        .home .questions .results-nav ul li a {
          display: block;
          width: 100%;
          margin: 0;
          margin-bottom: -1px; } }
  .home .questions #result {
    /* border: 1px solid $borderColor;
    border-right: 0; */
    *zoom: 1;
    margin-left: 1px; }
    .home .questions #result:before, .home .questions #result:after {
      display: table;
      content: "";
      line-height: 0; }
    .home .questions #result:after {
      clear: both; }
    @media (max-width: 760px) {
      .home .questions #result {
        border: 0; } }
  .home .questions .allflowers {
    /* padding-top: 40px;
    @include respond-to(small) {
    	padding-top: 0;
    } */ }
@media (max-width: 760px) {
  .home .questions {
    min-height: 0; }
    .home .questions .container {
      min-height: 0; } }
.home .product {
  margin-bottom: 90px; }
.home #step2 .radio {
  display: none; }
.home .rogues_wrap {
  *zoom: 1;
  margin-bottom: -1px;
  padding-bottom: 70px;
  /* .wrap:before {
  	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid $background;
  	content: "";
  	position: relative;
  	top: 15px;
  } */ }
  .home .rogues_wrap:before, .home .rogues_wrap:after {
    display: table;
    content: "";
    line-height: 0; }
  .home .rogues_wrap:after {
    clear: both; }
  .home .rogues_wrap .title {
    margin: 70px 0 0; }
  .home .rogues_wrap #scrollToRogues {
    width: 40px;
    height: 30px;
    background: transparent;
    text-decoration: none;
    border: none;
    display: block;
    margin: 0 auto; }
    .home .rogues_wrap #scrollToRogues:before {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #191919;
      content: "";
      position: relative;
      top: 15px; }
  .home .rogues_wrap .rogue {
    margin-top: 60px;
    padding-top: 45px;
    border-top: 1px solid #191919;
    width: 49%;
    float: left;
    position: relative;
    text-align: left; }
    @media (max-width: 760px) {
      .home .rogues_wrap .rogue {
        padding-top: 0;
        float: none;
        width: 100%; } }
    .home .rogues_wrap .rogue .rank {
      position: absolute;
      left: 50%;
      -moz-border-radius: 70px;
      -webkit-border-radius: 70px;
      border-radius: 70px;
      text-align: center;
      background: #191919;
      color: #F2F2F2;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      top: -25px;
      line-height: 50px; }
      @media (max-width: 760px) {
        .home .rogues_wrap .rogue .rank {
          width: 70px;
          height: 70px;
          margin-left: -35px;
          top: -35px;
          line-height: 70px; } }
    .home .rogues_wrap .rogue img {
      display: block;
      max-width: 22%;
      float: left; }
      @media (max-width: 760px) {
        .home .rogues_wrap .rogue img {
          margin: 0 auto;
          padding-bottom: 30px;
          max-width: 100%;
          float: none; } }
    .home .rogues_wrap .rogue .details {
      padding-left: 4%;
      float: left;
      width: 74%; }
    .home .rogues_wrap .rogue blockquote {
      margin: 0 0 30px 0; }
    .home .rogues_wrap .rogue .desc {
      font-size: 15px; }
    @media (max-width: 760px) {
      .home .rogues_wrap .rogue .details {
        float: none;
        width: 100%; }
      .home .rogues_wrap .rogue .desc {
        font-size: 16.9995px; } }
  .home .rogues_wrap .rogue.two, .home .rogues_wrap .rogue.four {
    margin-right: 2%;
    clear: left; }
  .home .rogues_wrap .rogue.one {
    width: 100%;
    float: none; }
    .home .rogues_wrap .rogue.one .inner_wrap {
      width: 48%;
      margin: 0 auto; }
      @media (max-width: 760px) {
        .home .rogues_wrap .rogue.one .inner_wrap {
          width: 100%; } }
