@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
body {
  background: #f6f6f6;
  font-family: 'Arial', sans-serif;
  color: #434343;
}
svg {
  fill: currentColor;
  vertical-align: bottom;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-cocon-web-pro", sans-serif;
  margin: 0;
}
.h1 > strong,
.h2 > strong,
.h3 > strong,
.h4 > strong,
.h5 > strong,
.h6 > strong,
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
  font-family: "ff-cocon-web-pro", sans-serif;
  font-weight: 700;
}
.h1,
h1 {
  color: #ED1C24;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
h1 > strong,
.h1 > strong {
  font-weight: normal;
}
h2 {
  color: #ED1C24;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 10px;
}
h3 {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
h4 {
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  color: #ED1C24;
}
h6 {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #434343;
}
section > h1 {
  font-family: "ff-cocon-web-pro";
  font-size: 15px;
  text-transform: uppercase;
}
a {
  text-decoration: underline;
  color: #0099ff;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f47920;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
cite {
  color: #000000;
  font-size: 12px;
  border-top: solid 1px #ffb60f;
  padding-top: 14px;
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 600;
}
cite > small {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}
cite:first-child {
  border-top: solid 2px #ffb60f;
}
img + cite {
  border-top: none;
  border-bottom: solid 1px #ffb60f;
  padding-top: 0;
  padding-bottom: 14px;
}
.divider-left {
  border-left: solid 1px #efefef;
}
.divider-right {
  border-right: solid 1px #efefef;
}
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=999da544e76747ba806e)
 * Config saved to config.json and https://gist.github.com/999da544e76747ba806e
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none!important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* TEXT */
/*

font-family:'Oranda W01 Roman';
font-family:'Oranda W01 Italic';
font-family:'Oranda W01 Bold';
font-family:'Oranda W01 Bold Italic';
font-family:'Oranda W01 Condensed';
font-family:'OrandaW01-BoldCondensed';
font-family: 'Arimo', sans-serif; 400, 700
font-family:'Proxima N W01 At Smbd';
font-family:'Proxima N W01 At Bold';
*/
.text-dark-blue {
  color: #004065;
}
.text-dark-green {
  color: #357968;
}
.text-light-blue {
  color: #0099ff;
}
.text-white,
.text-white:hover,
.text-white:visited {
  color: #ffffff;
  fill: #ffffff;
}
.text-orange,
.text-orange:hover,
.text-orange:visited {
  color: #f47920;
  fill: #f47920;
}
.text-grey,
.text-grey:hover,
.text-grey:visited {
  color: #e9e8e8;
  fill: #e9e8e8;
}
.text-red,
.text-red:hover,
.text-red:visited {
  color: #ED1C24;
  fill: #ED1C24;
}
.text-black,
.text-black:hover,
.text-black:visited {
  color: #000000;
  fill: #000000;
}
.text-center {
  text-align: center;
}
.text-center-sm {
  text-align: center;
}
.hr-grey {
  border-color: #d9d9d9;
}
@media all and (min-width: 768px) {
  .text-center-sm {
    text-align: left;
  }
}
/* RESPONSIVE */
.container-fluid {
  max-width: 1200px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-sm .no-padding-md,
.no-padding-lg {
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding-xs {
  padding-left: 0;
  padding-right: 0;
}
.show-lg {
  display: none;
}
.show-md {
  display: none;
}
@media all and (min-width: 768px) {
  .no-padding-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .no-padding-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .show-md {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .no-padding-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .show-lg {
    display: block;
  }
}
/* Large */
.hide-lg {
  display: block;
}
@media (min-width: 1200px) {
  .stick-bottom-lg {
    bottom: 0;
    position: absolute;
  }
  .pull-right-lg {
    float: right;
  }
  .hide-lg {
    display: none;
  }
}
/* Medium */
.hide-md {
  display: block;
}
@media (min-width: 992px) {
  .hide-md {
    display: none;
  }
  .stick-bottom-md {
    bottom: 0;
    position: absolute;
  }
  .pull-right-md {
    float: right;
  }
}
@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0;
  }
}
#header {
  z-index: 4;
  position: relative;
  height: 70px;
}
#banner {
  z-index: 3;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#header + #navigation {
  margin-top: 100px;
}
#navigation {
  background: #f7f7f7;
}
#content {
  background: #f6f6f6;
  padding: 25px 0;
  z-index: 2;
  position: relative;
}
#footer {
  border: solid 1px #e9e8e8;
  background: #f7f7f7;
  z-index: 1;
  position: relative;
  padding-top: 15px;
}
.logo {
  margin-bottom: 20px;
  width: 235px;
  height: 30px;
  display: inline-block;
  margin-top: 20px;
}
.img-responsive {
  overflow: hidden;
  max-height: 203px;
}
.img-responsive img {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* BUTTONS */
.btn {
  padding: 6px 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: "ff-cocon-web-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  outline: 0;
  border: 0;
  background: none;
}
.btn,
.btn:hover {
  text-decoration: none;
}
.btn-red,
.btn-red:hover,
.btn-red:visited {
  background: #ED1C24;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(123, 26, 25, 0.4);
}
.btn-green {
  background: #6fc97c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fc97c), color-stop(100%, #5dbc68));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6fc97c 0%, #5dbc68 100%);
  /* W3C */
  color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(34, 106, 42, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(34, 106, 42, 0.4);
  box-shadow: 1px 1px 2px rgba(34, 106, 42, 0.4);
}
.btn-small {
  font-size: 15px;
}
.btn-large {
  font-size: 1.2em;
  padding: 6px 15px;
  width: 100%;
  text-align: center;
}
.btn-symbol {
  display: inline-block;
  *display: block;
  *zoom: 1;
}
.btn-symbol .symbol {
  margin-left: 10px;
}
.btn-orange {
  background: #f0a438;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0a438 1%, #c98018 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0a438), color-stop(100%, #c98018));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0a438 1%, #c98018 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0a438 1%, #c98018 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0a438 1%, #c98018 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0a438 1%, #c98018 100%);
  /* W3C */
  color: #fff;
  text-shadow: 1px 1px 2px rgba(152, 104, 36, 0.4);
}
.btn-blue {
  background: #71ced7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ced7), color-stop(100%, #3fb9c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #71ced7 0%, #3fb9c5 100%);
  /* W3C */
  color: #fff;
}
@media all and (min-width: 768px) {
  .btn-large {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  .btn-large {
    font-size: 1.5em;
    padding: 6px 20px;
  }
}
@font-face {
  font-family: "bbc-glyphs";
  src: url("../fonts/bbc-glyphs.eot");
  src: url("../fonts/bbc-glyphs.eot?#iefix") format("embedded-opentype"), url("../fonts/bbc-glyphs.woff") format("woff"), url("../fonts/bbc-glyphs.ttf") format("truetype"), url("../fonts/bbc-glyphs.svg#bbc-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bbc-glyphs" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="glyph-"]:before,
[class*=" glyph-"]:before {
  font-family: "bbc-glyphs" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyph-search:before {
  content: "a";
}
.glyph-phone:before {
  content: "b";
}
/* HAMBURGER ICON */
@media all and (max-width: 767px) {
  .nav-toggle {
    text-align: center;
    position: relative;
  }
  label.nav-toggle {
    display: inline-block;
    height: 34px;
    width: 100%;
    cursor: pointer;
    user-select: none;
    color: #0099ff;
    z-index: 3;
    position: relative;
    padding: 0 10px;
    margin: 9px 0;
  }
  input[type=checkbox].nav-toggle {
    display: block;
    height: 34px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 4;
    margin: 0 0;
  }
  input[type=checkbox].nav-toggle:checked ~ .navigation > .AspNet-Menu-Vertical > ul {
    visibility: visible;
    margin-top: 0;
  }
  input[type=checkbox].nav-toggle:checked ~ .navigation > .AspNet-Menu-Vertical {
    height: auto;
  }
  input[type=checkbox].nav-toggle:checked:hover ~ label .hamburger-icon > .lines {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
  }
  .hamburger-icon {
    width: 22px;
    height: 14px;
    display: inline-block;
    padding: 8px 0;
  }
  .hamburger-icon > .lines {
    width: 100%;
    height: 2px;
    background-color: #0099ff;
    position: relative;
    display: block;
    user-select: none;
    pointer-events: none;
    margin-top: 8px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
  }
  .hamburger-icon > .lines:after,
  .hamburger-icon > .lines:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0099ff;
    position: absolute;
    left: 0;
    transform-origin: 0;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
  }
  .hamburger-icon > .lines:after {
    top: -6px;
  }
  .hamburger-icon > .lines:before {
    bottom: -6px;
  }
  input[type=checkbox].nav-toggle:hover ~ label .hamburger-icon > .lines {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    height: 120%;
  }
  input[type=checkbox].nav-toggle:hover ~ label .hamburger-icon > .lines:after {
    width: 80%;
    top: 0;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
  }
  input[type=checkbox].nav-toggle:hover ~ label .hamburger-icon > .lines:before {
    width: 80%;
    bottom: 0;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
  }
}
/* NAVIGATION */
.navigation {
  width: 100%;
  overflow: hidden;
}
.navigation > .AspNet-Menu-Vertical {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.navigation > .AspNet-Menu-Vertical > ul {
  margin: -200px 0 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  list-style: none;
  background: #e9e8e8;
}
.navigation > .AspNet-Menu-Vertical > ul li {
  padding: 0;
  border-bottom: solid 1px #cdcdcd;
}
.navigation > .AspNet-Menu-Vertical > ul > li:first-child {
  padding-left: 0;
}
.navigation > .AspNet-Menu-Vertical > ul > li > a {
  text-decoration: underline;
  color: #0099ff;
  position: relative;
  padding: 10px 40px;
  display: block;
  text-decoration: none;
}
.navigation > .AspNet-Menu-Vertical > ul li > a:hover {
  background: #0099ff;
  color: #fff;
}
.navigation > .AspNet-Menu-Vertical > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation > .AspNet-Menu-Vertical > ul > li > ul > li > a {
  color: #a5a2a3;
  padding: 3px 40px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .navigationcontainer {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .navigation > .AspNet-Menu-Vertical {
    height: auto;
  }
  .nav-toggle {
    display: none;
  }
  .navigation > ul {
    width: auto;
  }
  .navigation > .AspNet-Menu-Vertical {
    width: auto;
    overflow: visible;
  }
  .navigation > .AspNet-Menu-Vertical > ul {
    padding: 0 0 0;
    margin: 9px 0 9px;
    background: none;
    display: inline-block;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li {
    float: left;
    margin: 5px 20px;
    position: relative;
    height: auto;
    border-top: none;
    border-bottom: none;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li:not(:last-of-type) > a:after {
    content: "/";
    position: absolute;
    right: -20px;
    top: -1px;
    color: #e9e8e8;
    font-size: 15px;
    font-family: 'Proxima N W01 At Smbd';
    vertical-align: middle;
    pointer-events: none;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li.has-children {
    background: url(../img/nav-has-children.png) no-repeat center 30px;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > a {
    text-decoration: underline;
    padding: 0;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > a:hover {
    background: none;
    color: #004065;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 162px;
    left: -15px;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul > li {
    display: none;
    background: #574d50;
    padding: 8px 15px;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li:hover > ul {
    top: 40px;
    opacity: 1;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li:hover > ul > li {
    display: block;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul > li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul > li:last-child {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul > li:hover {
    background: #3c3537;
  }
  .navigation > .AspNet-Menu-Vertical > ul > li > ul > li > a {
    color: #ffffff;
    padding: 0;
  }
}
.products {
  margin-bottom: 7px;
}
.category-specials {
  background: #fff;
  overflow: hidden;
  padding: 2em;
  border-top: solid 10px #ed1c24;
  border-bottom: solid 10px #ed1c24;
}
.product label {
  display: inline-block;
  font-weight: 700;
  width: 150px;
}
.product {
  background: #fff;
  height: auto;
  padding: 15px 30px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  position: relative;
  border: solid 1px #efefef;
}
.product.is-added {
  border: 4px solid #ccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-multiplier {
  color: #fff;
  border: solid 4px #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #71ced7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ced7), color-stop(100%, #3fb9c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #71ced7 0%, #3fb9c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #71ced7 0%, #3fb9c5 100%);
  /* W3C */
  text-shadow: 1px 1px 2px rgba(34, 106, 42, 0.4);
  font-family: "Proxima N W01 At Smbd", sans-serif;
  font-size: 1.7em;
  text-align: center;
  padding-top: 9px;
  width: 60px;
  height: 60px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.product-discount {
  background: #ed1c24;
  padding: .2em .5em .2em .5em;
  color: #fff;
  font-family: "ff-cocon-web-pro", sans-serif;
  font-size: 1.7em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.product h1 {
  color: #ed1c24;
  font-family: "Proxima N W01 At Smbd", sans-serif;
  text-transform: none;
  font-size: 1.3em;
}
.product p {
  margin-top: 0;
}
.product-image {
  margin-right: 30px;
  width: 205px;
  height: 110px;
}
.product-description {
  display: none;
}
.product-price {
  font-size: 2.2em;
  line-height: 1em;
  font-family: "Proxima N W01 At Smbd", sans-serif;
  display: block;
}
.product-original-price {
  text-decoration: line-through;
  color: #ed1c24;
}
.product-unit-price {
  display: block;
  margin-bottom: 3px;
  color: #666;
}
.product-quantity {
  overflow: hidden;
}
.product-quantity-add {
  font-size: 1em;
  width: 100%;
  display: block;
}
.product.is-added .product-quantity-add {
  display: none;
}
.product-quantity-input {
  float: left;
  height: 40px;
  border: solid 1px #6fc97c;
  display: none;
  width: 80%;
  background: #fff;
  font-weight: 700;
  padding: 3px 10px;
  text-align: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product.is-added .product-quantity-input {
  display: block;
}
.product-quantity-controls {
  float: left;
  display: none;
  width: 20%;
}
.product.is-added .product-quantity-controls {
  display: block;
}
.product-quantity-controls-add,
.product-quantity-controls-remove {
  display: block;
  background: #6fc97c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fc97c), color-stop(100%, #5dbc68));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6fc97c 0%, #5dbc68 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6fc97c 0%, #5dbc68 100%);
  /* W3C */
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.product-quantity-controls-add,
.product-quantity-controls-add:hover,
.product-quantity-controls-add:visited,
.product-quantity-controls-add:active,
.product-quantity-controls-add:focus,
.product-quantity-controls-remove,
.product-quantity-controls-remove:hover,
.product-quantity-controls-remove:visited,
.product-quantity-controls-remove:active,
.product-quantity-controls-remove:focus {
  color: #fff;
  text-decoration: none;
}
.product-row {
  margin-bottom: 10px;
}
.product-row-quantity {
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-row-quantity label {
  margin-bottom: 5px;
}
.product-moredetails {
  margin-bottom: 10px;
  display: block;
}
@media all and (min-width: 768px) {
  .product {
    height: 315px;
  }
  .product-image {
    display: inline-block;
  }
  .product-quantity-input {
    height: 30px;
  }
  .product-quantity-controls-add,
  .product-quantity-controls-remove {
    height: 15px;
    line-height: 13px;
  }
}
@media all and (min-width: 992px) {
  .product-row {
    margin-bottom: 0;
  }
  .product-row-quantity {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product input[type=text] {
    background: #f7f7f7;
  }
}
.products-total {
  background: #fff;
  padding: 30px;
}
.products-total h1 {
  font-size: 2em;
  font-family: "Proxima N W01 At Smbd", sans-serif;
}
.disclaimer {
  margin-top: 15px;
}
.form {
  margin-top: 15px;
  background: #fff;
  padding: 30px;
}
.form-row {
  margin-top: 10px;
}
.form input[type=text] {
  width: 100%;
  background: #f7f7f7;
  border: none;
  border: solid 1px #d1d1d1;
  padding: 7px 10px;
  margin-bottom: 5px;
}
.form input[type=text].input-sm {
  width: 200px;
}
.form textarea {
  width: 100%;
  background: #f7f7f7;
  border: none;
  border: solid 1px #d1d1d1;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.control-label {
  font-weight: 700;
}
/* BUTTONS */
.slider {
	width: 100%;
}

.slider-slide {
  position: relative;
}
.slider-slide-image {
  text-align: center;
  vertical-align: bottom;
}
.slider-slide-image img {
  width: 100%;
  max-width: 586px;
}
@media all and (min-width: 768px) {
  .slider-slide-image img {
    width: auto;
    max-width: 500px;
  }
}
@media all and (min-width: 992px) {
  .slider {
    overflow: hidden;
    max-height: 504px;
  }
}
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 25px 20px;
  width: 155px;
  height: 155px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-family: 'Avenir LT W01_85 Heavy';
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.circle-orange:visited,
.circle-orange:hover,
.circle-orange:active,
.circle-orange {
  background: #f68b1f;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0px 4px 4px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0px 4px 4px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0px 4px 4px rgba(255, 255, 255, 0.8);
  /*top internal highlight*/
}
.feature-offer {
  overflow: hidden;
  display: inline-block;
  *display: block;
  *zoom: 1;
  text-align: left;
}
.feature-offer > img {
  float: left;
}
.feature-offer > p {
  float: left;
  margin-left: 10px;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3em;
  padding-top: 40px;
}
.feature-offer > p > strong {
  color: #ed1c24;
  font-family: "proxima-nova";
  font-weight: 600;
}
.feature-offer em {
  font-family: "ff-cocon-web-pro";
  font-style: normal;
  font-size: 2em;
  color: #ed1c24;
  text-transform: uppercase;
}
.slider-slide .calltoaction {
  z-index: 2;
}
.calltoaction {
  color: #004065;
  border-top: solid 4px #004065;
  background: rgba(255, 255, 255, 0.8);
}
.calltoaction h1 {
  font-family: 'ff-cocon-web-pro';
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  text-transform: none;
  margin: 30px 0 20px;
  text-align: center;
}
.calltoaction ol {
  padding-left: 0;
  list-style-type: none;
}
.calltoaction ol li {
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.calltoaction-step {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  display: inline-block;
}
.calltoaction-step-number {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'ff-cocon-web-pro';
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  color: #3fb9c5;
  width: 50px;
  margin-top: 0;
}
.calltoaction-step:first-child .calltoaction-step-number {
  margin-top: 18px;
}
.calltoaction-step-content {
  float: left;
  margin: 0;
  font-family: 'ff-cocon-web-pro';
  width: 100%;
  color: #3fb9c5;
  font-size: 2em;
  line-height: normal;
}
.calltoaction-step-content .btn-large {
  font-size: .75em;
}
.calltoaction-step-content label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: .6em;
  display: block;
  font-family: "proxima-nova";
}
.calltoaction input[type=text] {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #3fb9c5;
  font-size: .6em;
  font-family: "proxima-nova";
}
@media all and (min-width: 768px) {
  .calltoaction {
    border-top: none;
    min-height: 430px;
    padding-left: 30px;
  }
  .calltoaction h1 {
    text-align: left;
    margin: 60px 0 20px;
  }
  .calltoaction-step {
    display: block;
    margin-bottom: 10px;
  }
  .calltoaction-step-number {
    font-size: 40px;
    line-height: 30px;
    margin-top: 6px;
  }
  .calltoaction-step:first-child .calltoaction-step-number {
    margin-top: 26px;
  }
  .calltoaction input[type=text] {
    width: 265px;
  }
}
@media all and (min-width: 992px) {
  .calltoaction h1 {
    font-size: 50px;
    line-height: 52px;
  }
  .calltoaction ol li {
    padding-left: 60px;
  }
  .calltoaction-step-number {
    width: 60px;
  }
}
@media all and (min-width: 1192px) {
  .calltoaction h1 {
    margin-top: 90px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open #content {
  z-index: 1000;
}
.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.is-open {
  display: block;
}
.modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 30px;
  background: #fff;
}
.modal-content {
  padding: 30px;
  position: relative;
}
.modal-header-close {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: red;
  color: #fff;
  border: none;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -25px;
  top: -25px;
  display: block;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
.modal-details-image {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    margin-top: 100px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.svg .svg-alternate {
  display: none;
}
.inline-svg {
  height: 1em;
  margin: 0 4px;
}
.svg-drop-shadow {
  -moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
