@charset "UTF-8";
/******************************************************************
Site Name: IJ2017 Theme
Author: Ricky Synnot

Stylesheet: Main Stylesheet

******************************************************************/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: bold; }

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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    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.42857;
  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 #eeeeee; }

.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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Brown';
  src: url("../font/hinted-subset-Brown-Bold.eot");
  src: local("Brown-Bold"), url("../font/hinted-subset-Brown-Bold.eot?#iefix") format("embedded-opentype"), url("../font/hinted-subset-Brown-Bold.woff2") format("woff2"), url("../font/hinted-subset-Brown-Bold.woff") format("woff"), url("../font/hinted-subset-Brown-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Brown';
  src: url("../font/hinted-subset-Brown-Regular.eot");
  src: local("Brown-Regular"), url("../font/hinted-subset-Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../font/hinted-subset-Brown-Regular.woff2") format("woff2"), url("../font/hinted-subset-Brown-Regular.woff") format("woff"), url("../font/hinted-subset-Brown-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/hinted-subset-SourceSansPro-Regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../font/hinted-subset-SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/hinted-subset-SourceSansPro-Regular.woff2") format("woff2"), url("../font/hinted-subset-SourceSansPro-Regular.woff") format("woff"), url("../font/hinted-subset-SourceSansPro-Regular.ttf") format("truetype"), url("../font/hinted-subset-SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/hinted-subset-SourceSansPro-Bold.eot");
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../font/hinted-subset-SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/hinted-subset-SourceSansPro-Bold.woff2") format("woff2"), url("../font/hinted-subset-SourceSansPro-Bold.woff") format("woff"), url("../font/hinted-subset-SourceSansPro-Bold.ttf") format("truetype"), url("../font/hinted-subset-SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.balance-text {
  text-wrap: balanced;
  /* Apply (proposed) CSS style */ }

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1D252D;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  padding-top: 50px; }

.text-mid-grey {
  color: #59728a; }

.top-spacer {
  margin-top: 2em; }

.bottom-spacer {
  margin-bottom: 2.75em; }

.no-top-margin {
  margin-top: 0; }

.color-red {
  color: #e74c3c; }

.color-grey {
  color: #71767A; }

.super-light-green-bg {
  background-color: #fbfcf5; }

.super-light-grey-bg {
  background-color: #F3F4F4; }

.relative {
  position: relative; }

@media only screen and (max-width: 768px) {
  .hide-xs {
    display: none; }
  .xs-top-spacer {
    margin-top: 2.75em; }
  .bottom-spacer-xs {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) {
  body {
    padding-top: 80px; }
  .hide-sm {
    display: none; } }

@media only screen and (min-width: 992px) {
  .hide-md {
    display: none; }
  .bottom-spacer-slight-lg {
    margin-bottom: 1.5em; }
  .top-spacer {
    margin-top: 3em; } }

p {
  color: #71767A;
  line-height: 1.6em; }
  p strong {
    color: #1D252D; }

h1, h2, h3, h4 {
  font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h1.gold, h2.gold, h3.gold, h4.gold {
    color: #B9975B; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em;
  line-height: 140%; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1em; }
  h4 span {
    color: #989ca0; }

.page-heading {
  margin-top: 32px;
  margin-bottom: 20px; }

.sub-heading {
  margin-top: 16px; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.25em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1em; }
  .page-heading {
    margin-top: 72px; } }

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.75em; }
  h2 {
    font-size: 2.25em; }
  h3 {
    font-size: 1.75em; }
  h4 {
    font-size: 1.25em; }
  p, .entry-content ul, .entry-content ol {
    font-size: 1.125em; } }

@font-face {
  font-family: 'juice-font';
  src: url("../font/juice-font.eot?65843638");
  src: url("../font/juice-font.eot?65843638#iefix") format("embedded-opentype"), url("../font/juice-font.woff2?65843638") format("woff2"), url("../font/juice-font.woff?65843638") format("woff"), url("../font/juice-font.ttf?65843638") format("truetype"), url("../font/juice-font.svg?65843638#juice-font") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'juice-font';
    src: url('../font/juice-font.svg?65843638#juice-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "juice-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-pencil:before {
  content: '\e800'; }

/* '' */
.icon-newspaper:before {
  content: '\e801'; }

/* '' */
.icon-heart:before {
  content: '\e802'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e803'; }

/* '' */
.icon-location:before {
  content: '\e804'; }

/* '' */
.icon-play-circled:before {
  content: '\e805'; }

/* '' */
.icon-search:before {
  content: '\e806'; }

/* '' */
.icon-check-empty:before {
  content: '\f096'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-ok-squared:before {
  content: '\f14a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-facebook:before {
  content: '\f230'; }

/* '' */
.icon-snowflake-o:before {
  content: '\f2dc'; }

/* '' */
/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .lity-close:active {
    top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.lity-hide {
  display: none; }

/*IJ component styles*/
.ij-btn {
  border: 2px solid white;
  line-height: 1;
  color: white;
  font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0; }
  .ij-btn span {
    display: inline-block;
    width: 100%;
    padding: .7em 1em 0.4em 1em;
    line-height: 1; }
  .ij-btn:hover {
    background-color: rgba(29, 36, 44, 0.5);
    color: white; }
  .ij-btn.ij-btn-black {
    color: #1D252D;
    border: 2px solid #1D252D; }
    .ij-btn.ij-btn-black:hover {
      background-color: #1D252D;
      color: white; }
  .ij-btn.ij-btn-gold {
    color: #B9975B;
    border: 2px solid #B9975B; }
    .ij-btn.ij-btn-gold:hover {
      background-color: #B9975B;
      color: white; }
  .ij-btn.ij-btn-gold-solid {
    background-color: #B9975B;
    border: none;
    color: white; }
    .ij-btn.ij-btn-gold-solid:hover {
      background-color: #a18045; }

.badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B9975B;
  width: auto;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 8px 12px 20px;
  padding: 8px 6px 2px;
  line-height: 1; }

@media only screen and (min-width: 768px) {
  .ij-btn {
    width: auto;
    text-align: left; }
  .badge {
    font-size: 16px; } }

@media only screen and (min-width: 992px) {
  .ij-btn {
    font-size: 16px; }
    .ij-btn span {
      padding: 0.9em 1.25em 0.6em 1.25em; } }

div.arrow {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.5em; }
  div.arrow i.arrow {
    color: #91a5b8;
    text-decoration: none;
    font-size: 1.5em; }

div.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

header.header {
  -webkit-overflow-scrolling: touch;
  height: 50px;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 4; }

/* we'll add this class using javascript*/
header.header.nav-up {
  top: -50px;
  /* same as header height. use variables in LESS/SASS*/ }

.big-video {
  margin-top: 0;
  height: 10em;
  background: #F1F2E9;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-positon: centre; }
  .big-video .video {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    cursor: pointer; }
  .big-video .video-full {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) {
  header.header.nav-up {
    top: -80px;
    /* same as header height. use variables in LESS/SASS*/ }
  header.header {
    /*position: relative;*/
    /*top: 0;*/
    height: 5em; }
    header.header.nav-down {
      /*eight: 80px;*/
      position: fixed;
      top: 0; } }

/*Bootstrap Overrides*/
.navbar-default {
  /*background: rgba(255,255,255,0.8);*/ }

.navbar.ij17 {
  margin-bottom: 0;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  height: 3.125em; }
  .navbar.ij17 .menu-social-menu-container {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    margin-right: 1em;
    margin-top: 1em; }
    .navbar.ij17 .menu-social-menu-container ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .navbar.ij17 .menu-social-menu-container ul li {
        display: inline-block; }
  .navbar.ij17 ul.navbar-nav {
    margin-top: 2em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1D252D;
    font-weight: bold; }
    .navbar.ij17 ul.navbar-nav li a {
      color: #1D252D;
      border: 0px; }
  .navbar.ij17 button.navbar-toggle {
    /*z-index:10;*/
    border-radius: 0;
    background-color: #B9975B;
    color: white;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 5px 9px 0px 9px;
    margin: 0.75em 1em 0 0;
    height: 2em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: none;
    outline: none;
    line-height: 1; }
  .navbar.ij17 a.navbar-logo {
    margin: 0.45em 0 0 1em;
    display: inline-block;
    width: 12em; }
    .navbar.ij17 a.navbar-logo img {
      width: 100%;
      max-width: 100%; }
    .navbar.ij17 a.navbar-logo svg.logo-small-screen {
      display: inline-block; }
    .navbar.ij17 a.navbar-logo svg.logo-med-screen {
      display: none; }
    .navbar.ij17 a.navbar-logo > svg {
      max-height: 100%;
      width: 100%; }

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(185, 151, 91, 0.92);
  /* Black w/opacity */
  overflow-y: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  /* Position the content inside the overlay */ }
  .overlay .collapse {
    display: block; }
  .overlay .overlay-content {
    position: relative;
    top: 50%;
    /* 25% from the top */
    margin-top: -216px;
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    /*margin-top: 30px; */
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    /**/ }
    .overlay .overlay-content > .navbar-collapse > ul {
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
      .overlay .overlay-content > .navbar-collapse > ul li {
        margin: 0;
        padding: 0;
        font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px; }
        .overlay .overlay-content > .navbar-collapse > ul li a {
          color: white;
          padding: 20px 0; }
          .overlay .overlay-content > .navbar-collapse > ul li a:hover {
            color: white;
            background-color: #9e7d43; }
        .overlay .overlay-content > .navbar-collapse > ul li.social {
          width: 20%;
          display: inline-block;
          clear: none;
          text-align: center;
          padding-top: 0.5em; }
          .overlay .overlay-content > .navbar-collapse > ul li.social a {
            width: 38px;
            height: 38px;
            background-size: 38px;
            background-position: left -38px;
            text-indent: -9999px;
            margin: 0 auto;
            padding: 0; }
        .overlay .overlay-content > .navbar-collapse > ul li.social.instagram a {
          background-image: url("../image/icon-ig.png"); }
        .overlay .overlay-content > .navbar-collapse > ul li.social.facebook a {
          background-image: url("../image/icon-fb.png"); }

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */ }

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 24px;
  right: 16px;
  font-size: 54px;
  line-height: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7); }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

/*/////End supploed overlay nav code*/
/*See http://codepen.io/PaulVanO/pen/XJYGNQ*/
@media only screen and (min-width: 768px) {
  .navbar {
    border-radius: 0px; }
  .navbar.ij17 {
    height: 5em;
    border-radius: 0px; }
    .navbar.ij17 .navbar-header {
      width: 23%; }
      .navbar.ij17 .navbar-header a.navbar-logo {
        margin: 1.5em 0 0 0;
        display: inline-block;
        width: 100%; }
        .navbar.ij17 .navbar-header a.navbar-logo img {
          width: 100%;
          max-width: 100%; }
        .navbar.ij17 .navbar-header a.navbar-logo svg.logo-small-screen {
          display: none; }
        .navbar.ij17 .navbar-header a.navbar-logo svg.logo-med-screen {
          display: inline-block;
          width: 100%;
          height: auto; }
    .navbar.ij17 ul.navbar-nav {
      width: 77%;
      text-align: right;
      margin-top: 1.5em; }
      .navbar.ij17 ul.navbar-nav li {
        display: inline-block;
        margin-right: 0.55em;
        float: none;
        line-height: 1; }
        .navbar.ij17 ul.navbar-nav li a {
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          padding: 14px 0 0.125em 0;
          margin: 0;
          border: 0px;
          line-height: 1; }
          .navbar.ij17 ul.navbar-nav li a:hover {
            border-bottom: 2px solid #B9975B; }
        .navbar.ij17 ul.navbar-nav li.hide-sm {
          display: none; }
        .navbar.ij17 ul.navbar-nav li.social {
          padding-top: 0; }
          .navbar.ij17 ul.navbar-nav li.social a {
            width: 24px;
            height: 24px;
            background-size: 100%;
            background-position: left top;
            text-indent: 10em;
            overflow: hidden;
            padding: 0;
            margin-bottom: -6px; }
            .navbar.ij17 ul.navbar-nav li.social a:hover {
              border-bottom: none; }
        .navbar.ij17 ul.navbar-nav li.social.instagram a {
          background-image: url("../image/icon-ig.png"); }
        .navbar.ij17 ul.navbar-nav li.social.facebook a {
          background-image: url("../image/icon-fb.png"); }
        .navbar.ij17 ul.navbar-nav li:last-child a {
          padding-right: 0;
          margin-right: 0; }
        .navbar.ij17 ul.navbar-nav li.current_page_item a {
          border-bottom: 2px solid #B9975B; } }

@media only screen and (min-width: 992px) {
  .navbar.ij17 .menu-social-menu-container {
    width: 970px;
    margin-right: -485px;
    padding-right: 10px;
    margin-top: .8em; }
    .navbar.ij17 .menu-social-menu-container ul li {
      display: inline-block;
      font-size: 1.25em; }
      .navbar.ij17 .menu-social-menu-container ul li a {
        color: black; }
  .navbar.ij17 ul.navbar-nav {
    margin-top: 1em;
    font-size: 1.25em; }
    .navbar.ij17 ul.navbar-nav li {
      margin-right: 0.75em; }
      .navbar.ij17 ul.navbar-nav li a {
        color: #1D252D; }
  .navbar.ij17 .navbar-header {
    width: 21%; }
    .navbar.ij17 .navbar-header a.navbar-logo {
      margin: 1.25em 0 0 0; } }

@media only screen and (min-width: 1200px) {
  .navbar.ij17 .menu-social-menu-container {
    width: 1170px;
    margin-right: -585px;
    padding-right: 10px;
    margin-top: .8em; }
    .navbar.ij17 .menu-social-menu-container ul li {
      display: inline-block;
      font-size: 1.25em; }
      .navbar.ij17 .menu-social-menu-container ul li a {
        color: black; } }

/*See http://codepen.io/PaulVanO/pen/XJYGNQ*/
@media only screen and (max-width: 768px) {
  .navbar.ij17 button.navbar-toggle.open {
    position: fixed;
    top: 0;
    right: 0; }
  .my-overlay {
    position: fixed;
    background: #F1F2E9;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden; }
    .my-overlay.open {
      opacity: .9;
      visibility: visible;
      height: 100%;
      display: block;
      z-index: 3; }
      .my-overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s; }
        .my-overlay.open li:nth-of-type(2) {
          -webkit-animation-delay: .4s;
          animation-delay: .4s; }
        .my-overlay.open li:nth-of-type(3) {
          -webkit-animation-delay: .45s;
          animation-delay: .45s; }
        .my-overlay.open li:nth-of-type(4) {
          -webkit-animation-delay: .50s;
          animation-delay: .50s; }
        .my-overlay.open li:nth-of-type(5) {
          -webkit-animation-delay: .55s;
          animation-delay: .55s; }
    .my-overlay ul {
      list-style: none;
      padding: 0;
      margin: 15% auto 0 auto;
      display: inline-block;
      position: relative;
      height: 70%;
      font-size: 2.5em;
      font-weight: 400;
      text-align: center;
      width: 100%;
      font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /*top: 30%;*/
      /*transform: translateY(-50%);*/ }
      .my-overlay ul li {
        display: block;
        height: 25%;
        height: calc(100% / 5);
        min-height: 50px;
        position: relative;
        opacity: 0; }
        .my-overlay ul li a {
          display: block;
          position: relative;
          color: #1D252D;
          text-decoration: none;
          overflow: hidden; }
          .my-overlay ul li a:hover:after, .my-overlay ul li a:focus:after, .my-overlay ul li a:active:after {
            width: 100%; }
          .my-overlay ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 3px;
            background: #1D252D;
            -webkit-transition: .35s;
            -o-transition: .35s;
            transition: .35s; }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%; }
    100% {
      opacity: 1;
      left: 0; } }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%; }
    100% {
      opacity: 1;
      left: 0; } } }

/*End overlay media query*/
/*Header area*/
.hero-header {
  height: 7em;
  background-size: cover;
  background-position: center;
  position: relative; }
  .hero-header .hero-title {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Grey fade over: */
    /*opacity: 0.72;*/
    /*background-image: linear-gradient(-180deg, rgba(0,0,0,0.0) 55%, rgba(0,0,0,0.7) );*/ }
    .hero-header .hero-title > h1.hero {
      display: table-cell;
      width: 100%;
      height: 100%;
      text-align: center;
      vertical-align: bottom;
      margin: 0;
      padding: 0 0 0.5em 0;
      /*color:white;*/ }
  .hero-header.hero-photo {
    height: 16em; }
    .hero-header.hero-photo .hero-title {
      background-image: -webkit-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.7));
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0, 0, 0, 0.7)));
      background-image: -o-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.7));
      background-image: linear-gradient(-180deg, transparent 55%, rgba(0, 0, 0, 0.7)); }
      .hero-header.hero-photo .hero-title > h1.hero {
        position: relative;
        color: white;
        z-index: 2;
        padding: 0 0 1.375em 0; }
    .hero-header.hero-photo > .underlay {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 55%;
      width: 100%;
      z-index: 1;
      /* Grey fade over: */
      opacity: 0.68;
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.18)));
      background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
      background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%); }

.hero-block {
  height: 18.75em;
  overflow: hidden; }

.hero-blank-spacer {
  height: 1em; }

h2.section-heading {
  margin-top: 2em; }

@media only screen and (min-width: 768px) {
  .hero-block {
    height: 34.5em; }
  .hero-blank-spacer {
    height: 3em; }
  .hero-header {
    height: 14em; }
    .hero-header .hero-title > h1.hero {
      padding: 0 0 1.6em 0; }
    .hero-header.hero-photo {
      height: 30em; } }

.brand-intro h2 {
  margin-top: 0.5em; }

/*4-step process*/
.step-blocks {
  /*background:blue;*/ }
  .step-blocks > .row {
    margin-left: 0; }
  .step-blocks .block {
    position: relative;
    /*background:yellow;*/
    /*padding-left:1.75em;*/ }
    .step-blocks .block span.super {
      font-size: 5em;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.1;
      line-height: 100%;
      margin-left: 15px;
      padding: 0;
      font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .step-blocks .block > h3 {
      position: relative;
      z-index: 2;
      margin-left: 28px;
      margin-top: 1.85em; }
    .step-blocks .block > p {
      position: relative;
      z-index: 2;
      margin-left: 28px; }
    .step-blocks .block:nth-child(2n+3) {
      clear: left; }

@media only screen and (min-width: 768px) {
  .step-blocks > .row {
    margin-left: -15px; }
  .step-blocks .block span.super {
    font-size: 5.625em; }
  .step-blocks .block > h3 {
    margin-top: 1.9em; }
  .brand-intro h2 {
    margin-top: 0.75em; } }

@media only screen and (min-width: 992px) {
  .hero-blank-spacer {
    height: 6em; }
  .step-blocks .block {
    margin-bottom: 2.5em; }
    .step-blocks .block span.super {
      font-size: 6.25em; }
    .step-blocks .block > h3 {
      margin-top: 1.8em; }
  .brand-intro h2 {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

.blog-category {
  margin-top: 1em; }
  .blog-category h4 {
    color: #989ca0; }

ul.blog-category-list {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%; }
  ul.blog-category-list li {
    display: inline-block;
    padding: 0 0.25em;
    margin-bottom: 0.5em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
    ul.blog-category-list li a {
      color: #B9975B; }

ul.blog {
  list-style-type: none;
  margin: 3em 0;
  padding: 0; }
  ul.blog li {
    cursor: pointer;
    margin-bottom: 2em; }
    ul.blog li .wrap {
      background: #F3F6E1;
      width: 100%;
      height: 26em;
      margin-top: 0;
      position: relative;
      z-index: 1; }
      ul.blog li .wrap.comp {
        background: #F0F3F5; }
      ul.blog li .wrap.recipe {
        background: #FFF6E5; }
        ul.blog li .wrap.recipe .thumb {
          margin: 0 0 0 0;
          position: absolute;
          bottom: 0;
          left: 0; }
          ul.blog li .wrap.recipe .thumb.thumb-placeholder {
            position: absolute; }
        ul.blog li .wrap.recipe h3 {
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 40px 20px 230px 20px;
          min-height: 2.875em; }
      ul.blog li .wrap.video {
        background: #1D252D;
        position: relative;
        z-index: 1; }
        ul.blog li .wrap.video .play-icon {
          position: absolute;
          bottom: 0;
          left: 0;
          margin-bottom: 7em;
          margin-left: 17px;
          width: 62px;
          height: 62px;
          z-index: 2;
          background-image: url("../image/video-play.png");
          background-size: contain; }
        ul.blog li .wrap.video .thumb {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0.3;
          z-index: -1; }
        ul.blog li .wrap.video h3 {
          z-index: 2;
          color: white; }
          ul.blog li .wrap.video h3 a {
            color: White; }
        ul.blog li .wrap.video p.meta {
          z-index: 2;
          color: white; }
      ul.blog li .wrap .thumb {
        height: 13em;
        width: 100%;
        margin: 0 0 1em 0;
        padding: 0;
        background-size: cover;
        background-position: center;
        position: relative; }
        ul.blog li .wrap .thumb.thumb-placeholder {
          background: #e6edc2;
          position: relative; }
          ul.blog li .wrap .thumb.thumb-placeholder .thumb-stamp {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url("../image/footer-bg-stamp.png");
            background-size: 16em;
            background-position: right;
            background-repeat: no-repeat; }
      ul.blog li .wrap h3 {
        margin: 0px 20px 18px 20px;
        padding: 0;
        line-height: 1.4;
        min-height: 2.875em;
        position: absolute;
        bottom: 0;
        left: 0;
        word-wrap: break-word;
        max-width: 85%; }
        ul.blog li .wrap h3 a {
          color: #1D252D; }
          ul.blog li .wrap h3 a:hover {
            text-decoration: none;
            border-bottom: 1px solid #1D252D; }
      ul.blog li .wrap p.meta {
        color: #1D252D;
        margin: 38px 20px 0 20px;
        font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        ul.blog li .wrap p.meta a {
          color: #B9975B;
          font-weight: bold; }
          ul.blog li .wrap p.meta a:hover {
            text-decoration: none;
            border-bottom: 1px solid #B9975B; }

@media only screen and (min-width: 768px) {
  .blog-category h4 {
    font-size: 16px; }
  ul.blog-category-list {
    margin: 0.5em 0 0 0; }
    ul.blog-category-list li {
      padding: 0.25em 0.75em; }
  ul.blog li .wrap.video .play-icon {
    margin-bottom: 8em; }
  ul.blog li .wrap p.meta {
    font-size: 16px; } }

.blog-pull-up {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  height: 100px; }

.entry-content {
  padding-top: 1.75em; }
  .entry-content h1 {
    margin-bottom: 0.75em;
    font-size: 1.75em; }
  .entry-content .wp-caption {
    max-width: 100%; }
    .entry-content .wp-caption img {
      max-width: 100%;
      height: auto; }
  .entry-content .p-intro p {
    font-size: 1em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1.5em; }
  .entry-content p {
    margin-bottom: 1.5em; }
    .entry-content p.post-meta {
      margin-bottom: 1.5em;
      display: block;
      font-size: 1em; }
      .entry-content p.post-meta .headshot {
        width: 52px;
        height: 52px;
        margin-right: 0.75em;
        float: left;
        clear: left;
        background-image: url("https://ideaclicks.in/userimages/default_user.jpg");
        background-size: contain;
        border-radius: 100%;
        overflow: hidden; }
      .entry-content p.post-meta span.author {
        display: block;
        float: left;
        clear: right;
        width: 70%;
        margin-top: 0.125em; }
      .entry-content p.post-meta span.date {
        display: block;
        float: left;
        width: 70%; }
    .entry-content p.meta {
      color: #1D252D;
      font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .entry-content p.meta a {
        color: #B9975B;
        font-weight: bold; }
        .entry-content p.meta a:hover {
          text-decoration: none;
          border-bottom: 1px solid #B9975B; }
    .entry-content p img {
      max-width: 100%;
      height: auto; }
  .entry-content video {
    width: 100%    !important;
    height: auto   !important; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 1.675em 1em;
    padding: 0;
    color: #71767A;
    line-height: 1.6em; }
    .entry-content ul li, .entry-content ol li {
      margin-bottom: 0.125em; }
  .entry-content ul {
    margin-left: 1.25em; }
  .entry-content .post-social {
    position: relative;
    width: 100%;
    margin-top: 2em;
    border-top: 1px solid #dadcdd;
    padding-top: 1.5em; }
    .entry-content .post-social p.share {
      width: 30%;
      float: left;
      display: inline-block;
      font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .entry-content .post-social ul.social-links {
      width: auto;
      list-style-type: none;
      margin: 0;
      padding: 0;
      float: right;
      display: inline-block; }
      .entry-content .post-social ul.social-links li {
        display: inline-block;
        margin-left: 1em; }
        .entry-content .post-social ul.social-links li .fb-share-button span {
          vertical-align: top !important; }

.page-nav-block {
  margin: 0 0 3em 0; }
  .page-nav-block .next-posts-link a, .page-nav-block .prev-posts-link a {
    text-decoration: none;
    color: #1D252D;
    border: 2px solid #1D252D;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: auto;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 1.125em 1em 0em 1em;
    letter-spacing: 1px;
    line-height: 1;
    height: 3.25em; }
    .page-nav-block .next-posts-link a:hover, .page-nav-block .prev-posts-link a:hover {
      background-color: #1D252D;
      color: white; }
  .page-nav-block .prev-posts-link {
    text-align: right; }

@media only screen and (min-width: 768px) {
  .blog-pull-up {
    margin-top: -54px; }
  .entry-content {
    padding-top: 0;
    margin-bottom: 6em; }
    .entry-content h1 {
      font-size: 2em; }
    .entry-content .p-intro p {
      font-size: 1.125em; }
  .page-nav-block {
    margin: 4em 0 6em 0; } }

@media only screen and (min-width: 992px) {
  .entry-content {
    padding-top: 0; }
    .entry-content h1 {
      font-size: 2.25em;
      margin-top: 1em;
      margin-bottom: 1.25em; }
    .entry-content .p-intro p {
      font-size: 1.25em;
      margin-bottom: 1.5em; } }

/*Key section tiles*/
.key-section-tiles {
  /*width:100%;*/
  /*max-width:100%;*/ }
  .key-section-tiles .key-tile {
    position: relative;
    background: #F1F2E9;
    height: 15em;
    /*width:100%;*/
    position: relative;
    display: table;
    background-size: cover;
    background-position: center; }
    .key-section-tiles .key-tile > .shade-overlay {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 36, 44, 0);
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
    .key-section-tiles .key-tile:hover > .shade-overlay {
      background-color: rgba(29, 36, 44, 0.2); }
    .key-section-tiles .key-tile .button-wrap {
      position: relative;
      z-index: 2;
      vertical-align: middle;
      display: table-cell;
      text-align: center;
      /*background:yellow;*/ }
      .key-section-tiles .key-tile .button-wrap a.ij-btn {
        width: auto; }

.block-spacer {
  height: 19em; }

.plain-header-spacer {
  margin-top: 2em; }

.photo-feature {
  width: 100%;
  /*float:left;*/
  clear: both;
  background-size: cover;
  background-position: center;
  position: relative; }
  .photo-feature .feature-copy-table {
    display: table;
    height: 100%;
    width: 100%; }
    .photo-feature .feature-copy-table .feature-copy-wrap {
      display: table-cell;
      height: auto;
      vertical-align: middle;
      text-align: center;
      float: none; }
      .photo-feature .feature-copy-table .feature-copy-wrap p.photo-feat-title {
        font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.75em;
        line-height: 1.2;
        color: white; }
      .photo-feature .feature-copy-table .feature-copy-wrap p.photo-feat-cta-btn a.ij-btn {
        width: auto; }
  .photo-feature > .underlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: none;
    background-color: #1D252D;
    opacity: 0.25; }

@media only screen and (min-width: 768px) {
  .block-spacer {
    height: 23em; }
  .plain-header-spacer {
    margin-top: 5em; }
  .photo-feature > .underlay {
    opacity: 0.1; }
  .photo-feature .feature-copy-table .feature-copy-wrap p.photo-feat-title {
    font-size: 2.5em; }
  .key-section-tiles .key-tile {
    height: 18.75em; } }

@media only screen and (min-width: 992px) {
  .block-spacer {
    height: 43em; }
  .plain-header-spacer {
    margin-top: 7em; }
  .photo-feature .feature-copy-table .feature-copy-wrap p.photo-feat-title {
    font-size: 3.25em;
    margin-bottom: .5em; }
  .key-section-tiles .key-tile {
    height: 25em; }
    .key-section-tiles .key-tile a.ij-btn {
      font-size: 1.125em; } }

@media only screen and (min-width: 1200px) {
  .photo-feature .feature-copy-table .feature-copy-wrap p.photo-feat-title {
    font-size: 3.5em;
    width: 80%;
    margin: 0 auto 1em auto; } }

.fluid-width-video-wrapper {
  margin: 2em 0; }

/*////Process infographic styling*/
.process-infographic .row {
  margin-bottom: .5em; }
  .process-infographic .row:last-child .process-graphic .temp-arrow {
    display: none; }

.process-infographic .process-graphic {
  /*background:yellow;*/
  min-height: 1em;
  position: relative;
  margin-bottom: 2.5em;
  z-index: 0; }
  .process-infographic .process-graphic .temp-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.25em;
    margin-bottom: -2em;
    margin-top: 0;
    height: 100%;
    vertical-align: bottom;
    z-index: 0; }
    .process-infographic .process-graphic .temp-arrow img {
      position: absolute;
      left: 0;
      bottom: 0;
      vertical-align: bottom;
      width: 13px; }
  .process-infographic .process-graphic .temp-float {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.7em;
    margin-bottom: .0em;
    background-color: rgba(255, 255, 255, 0.93);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    width: auto;
    padding: 3px 10px 1px;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1D252D;
    font-size: 1.25em;
    z-index: 2; }
    .process-infographic .process-graphic .temp-float span {
      font-weight: bold;
      display: inline-block; }
    .process-infographic .process-graphic .temp-float img {
      width: 12px;
      margin-right: 3px;
      margin-top: -2px; }
  .process-infographic .process-graphic .step-image {
    text-align: center;
    margin-bottom: 1em;
    position: relative;
    z-index: 1; }
    .process-infographic .process-graphic .step-image img {
      margin-top: -.75em;
      width: 100%;
      max-width: 120px; }

.process-infographic .process-detail {
  margin-bottom: 1.5em; }
  .process-infographic .process-detail h4 {
    font-weight: bold;
    margin-bottom: 0.125em;
    margin-top: 0; }
  .process-infographic .process-detail p {
    line-height: 1.35; }

/*////Process infographic sizing*/
@media only screen and (max-width: 767px) {
  .process-infographic {
    padding-left: 30px; }
    .process-infographic .process-graphic {
      width: 30%;
      float: left;
      padding: 0; }
    .process-infographic .process-detail {
      width: 70%;
      float: left; } }

.our-method-chart > h4 {
  margin-bottom: 1.5em; }

.our-method-chart img {
  max-width: 100%;
  margin-bottom: 3em; }

.our-method-chart-detail h4:first-child {
  color: #00B74F; }

.disclaimer {
  margin-top: 1.5em;
  font-size: 80%;
  color: #989ca0; }
  .disclaimer p {
    line-height: 1.3; }
  .disclaimer p:first-child {
    font-weight: bold;
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .process-infographic .process-graphic {
    margin-bottom: 2.5em; }
    .process-infographic .process-graphic .temp-arrow {
      left: 0;
      margin-left: 1.6em; }
    .process-infographic .process-graphic .temp-float {
      bottom: 0;
      left: 0;
      margin-left: 0;
      margin-bottom: 2.25em;
      padding: 3px 10px 1px;
      font-size: 1.25em; }
    .process-infographic .process-graphic .step-image {
      text-align: right; }
      .process-infographic .process-graphic .step-image img {
        margin-right: 0.75em; } }

@media only screen and (min-width: 990px) {
  .process-infographic .process-graphic {
    margin-bottom: 2.5em; }
    .process-infographic .process-graphic .temp-arrow {
      height: 50%;
      overflow: hidden;
      width: 1em; }
    .process-infographic .process-graphic .temp-float {
      margin-bottom: 2.25em;
      font-size: 1.25em;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .process-infographic .process-graphic .temp-float img {
        width: 18px; }
    .process-infographic .process-graphic .step-image {
      text-align: right; }
      .process-infographic .process-graphic .step-image img {
        margin-right: 3%;
        max-width: 140px; } }

@media only screen and (min-width: 1200px) {
  .process-infographic .process-graphic .temp-float {
    font-size: 1.5em; }
    .process-infographic .process-graphic .temp-float img {
      width: 20px; }
  .process-infographic .process-graphic .step-image img {
    margin-right: 10%;
    max-width: 160px; } }

/*////////PRODUCT Range*/
.product-range-header h1 {
  margin-top: 0;
  margin-bottom: 1em; }
  .product-range-header h1 span {
    text-decoration: none !important;
    border-bottom: 2px solid rgba(0, 183, 79, 0.2);
    -webkit-box-shadow: inset 0 -8px 0 rgba(0, 183, 79, 0.2);
    box-shadow: inset 0 -8px 0 rgba(0, 183, 79, 0.2); }

.range-intro {
  font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #71767A; }

.bottle-diagram {
  position: relative;
  z-index: 0;
  height: 18em; }
  .bottle-diagram .bottle-image {
    position: relative;
    float: left;
    z-index: 2;
    margin-left: 7%;
    /*background:rgba(20,20,20,0.5);*/
    /*width:30%;*/
    height: 100%; }
    .bottle-diagram .bottle-image img {
      /*max-width:100%;*/
      height: 100%;
      /*opacity:0.5*/ }
  .bottle-diagram .bottle-table {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    /*background:cyan;*/
    height: 100%;
    /*padding-right:15px;*/ }
    .bottle-diagram .bottle-table .bottle-table-row {
      display: table-row;
      /*background:red;*/
      text-align: left;
      margin-top: 0.25em;
      /*background:yellow;*/
      width: 100%;
      vertical-align: middle; }
      .bottle-diagram .bottle-table .bottle-table-row .cell {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0.25em; }
        .bottle-diagram .bottle-table .bottle-table-row .cell p {
          float: left;
          clear: none;
          width: 45%;
          color: #1D252D;
          font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin-top: 0;
          /*margin-bottom:0.35em;*/
          /*background:red;*/ }
        .bottle-diagram .bottle-table .bottle-table-row .cell .line-wrap {
          float: left;
          margin-left: 20%;
          width: 84px;
          margin-top: 0em;
          margin-right: 0.5em;
          overflow: hidden;
          /*background:yellow;*/ }
          .bottle-diagram .bottle-table .bottle-table-row .cell .line-wrap img {
            width: 145px;
            height: auto;
            /*background:yellow;*/ }

@media only screen and (min-width: 768px) {
  .product-range-header h1 {
    margin-bottom: 1.25em; } }

@media only screen and (min-width: 992px) {
  .bottle-diagram {
    height: 21em; }
    .bottle-diagram .bottle-image {
      margin-left: 0; }
    .bottle-diagram .bottle-table .bottle-table-row .cell p {
      font-size: 1.25em; }
    .bottle-diagram .bottle-table .bottle-table-row .cell .line-wrap {
      margin-left: 15%;
      width: 110px; } }

.product-range .product-tile {
  margin: 1.5em 0 3em 0; }
  .product-range .product-tile .tile-wrap {
    cursor: pointer;
    background-color: #F1F2E9;
    padding: 1em 0 1em 3%;
    height: 13em;
    position: relative;
    /*background:yellow;*/ }
    .product-range .product-tile .tile-wrap .image-wrap {
      margin-top: -2em;
      height: 14em;
      /*width:36%;*/
      overflow: hidden;
      float: left;
      /*background:blue;*/ }
      .product-range .product-tile .tile-wrap .image-wrap img {
        width: 6em;
        height: auto; }
    .product-range .product-tile .tile-wrap .tile-text {
      position: relative;
      float: left;
      width: 60%;
      margin-left: 4%;
      margin-top: .5em;
      /*background:red;*/ }
      .product-range .product-tile .tile-wrap .tile-text > h4 {
        color: white;
        margin: 0;
        display: block;
        text-transform: uppercase;
        padding: 0.6em 0.6em 0.4em 0.6em;
        margin-bottom: 1em;
        line-height: 1;
        clear: both;
        float: left;
        font-weight: bold;
        font-size: 1.125em; }
        .product-range .product-tile .tile-wrap .tile-text > h4 a {
          color: white; }
      .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap {
        float: left;
        clear: both;
        width: 100%;
        max-width: 14em; }
        .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap > p {
          font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 0 0 0.45em;
          font-size: 0.875em;
          line-height: 125%;
          width: 50%;
          float: left;
          clear: none; }

@media only screen and (min-width: 375px) {
  .product-range .product-tile .tile-wrap .tile-text {
    width: 65%; }
    .product-range .product-tile .tile-wrap .tile-text > h4 {
      font-size: 1.125em; }
    .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap {
      max-width: 16em; }
      .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap > p {
        margin: 0 0 0.5em;
        font-size: 0.9em;
        line-height: 125%;
        width: 50%; } }

@media only screen and (min-width: 992px) {
  .product-range .product-tile .tile-wrap .tile-text {
    width: 65%; }
    .product-range .product-tile .tile-wrap .tile-text > h4 {
      font-size: 1.125em; }
    .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap {
      max-width: 16em; }
      .product-range .product-tile .tile-wrap .tile-text .ingredient-wrap > p {
        margin: 0 0 0.6em;
        font-size: 1em;
        line-height: 125%;
        letter-spacing: -0.5px;
        width: 50%; } }

.product-header {
  position: relative;
  z-index: 1; }

.product-hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .product-hero-wrap .product-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5em;
    margin-left: -2.5em;
    margin-top: 4.5em;
    z-index: 2;
    /*background:green;*/ }
    .product-hero-wrap .product-image img {
      max-width: 100%;
      height: auto; }
  .product-hero-wrap .product-title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20.25em;
    padding-left: 15px;
    padding-right: 15px; }
    .product-hero-wrap .product-title .product-title-wrap {
      position: relative;
      width: 100%;
      padding: 1.125em 0.25em 0.675em 0.25em; }
      .product-hero-wrap .product-title .product-title-wrap > h1 {
        color: white;
        margin: 0;
        padding: 0;
        font-size: 2em;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        letter-spacing: -1px; }

/*End product hero wrap*/
.back-to-cont {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: 64px; }
  .back-to-cont .back-to-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

.back-to-range {
  display: inline-block;
  background: white;
  border-radius: 1.5em;
  width: auto;
  padding: .5em 1em .3em .75em;
  /*font-size:0.875em;*/
  line-height: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .back-to-range p {
    margin: 0;
    padding: 0 0 0;
    color: #1D252D; }
    .back-to-range p a {
      color: black; }

.product-intro-wrap {
  margin-top: 2em; }
  .product-intro-wrap .product-intro-bottle {
    text-align: right; }
    .product-intro-wrap .product-intro-bottle img {
      max-width: 100%;
      height: auto;
      width: auto;
      max-height: 360px; }
  .product-intro-wrap .product-title-wrap {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0.75em 0.75em 0.4em; }
    .product-intro-wrap .product-title-wrap h1 {
      color: white;
      display: inline-block;
      line-height: 100%;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: bold; }
  .product-intro-wrap h2.product-intro {
    font-size: 1.375em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 130%; }

.product-intro-detail {
  margin-bottom: 3em;
  margin-top: 1em; }
  .product-intro-detail h4 {
    margin-bottom: 1.25em;
    font-weight: bold; }

@media only screen and (min-width: 480px) {
  .product-intro-wrap h2.product-intro {
    letter-spacing: auto;
    line-height: 140%; } }

@media only screen and (min-width: 768px) {
  .product-intro-wrap {
    margin-bottom: 2.5em; }
    .product-intro-wrap .product-intro-bottle {
      text-align: center; }
    .product-intro-wrap .product-title-wrap {
      margin-top: 1.85em;
      padding: 0.75em 0.875em 0.4em; }
      .product-intro-wrap .product-title-wrap h1 {
        font-size: 1.875em; }
    .product-intro-wrap h2.product-intro {
      font-size: 1.875em; }
  .product-intro-detail h4 {
    margin-bottom: 1.125em; }
  .back-to-cont {
    margin-top: 100px; }
    .back-to-cont .back-to-wrap {
      width: 750px;
      margin: 0 auto; }
  .back-to-range {
    position: relative; }
    .back-to-range img {
      width: 38px;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 2.25em;
      margin-top: -0.9em; }
    .back-to-range p strong {
      display: inline-block;
      margin-right: 3.5em; }
  .back-to-range.blog p strong {
    margin-right: 0.5em; }
  .product-hero-wrap {
    /*background-color:blue;*/
    width: 70%;
    left: 70%;
    position: absolute;
    margin-left: -55%;
    min-height: 10em;
    z-index: 2; }
    .product-hero-wrap .hero-limit {
      max-width: 580px;
      margin: 0 auto;
      position: relative; }
      .product-hero-wrap .hero-limit .product-image {
        left: 1.25em;
        width: 9em;
        margin-left: 0;
        margin-top: 8em;
        /*box-shadow: 0 2px 30px 0 rgba(0,0,0,0.15);*/ }
        .product-hero-wrap .hero-limit .product-image img {
          max-width: 100%;
          height: auto;
          width: 100%;
          -webkit-filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.2)); }
      .product-hero-wrap .hero-limit .product-title {
        left: 0px;
        width: auto;
        margin-right: 0;
        margin-left: 0px;
        margin-top: 21em;
        padding: 0; }
        .product-hero-wrap .hero-limit .product-title .product-title-wrap {
          padding: 1em 1em 0.5em 12em; }
          .product-hero-wrap .hero-limit .product-title .product-title-wrap > h1 {
            font-size: 2.75em;
            text-align: left;
            line-height: 100%;
            margin: 0;
            padding: 0; } }

@media only screen and (min-width: 992px) {
  .product-intro-detail {
    margin-bottom: 5em; }
  .back-to-cont {
    margin-top: 100px; }
    .back-to-cont .back-to-wrap {
      width: 970px;
      margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  .back-to-cont .back-to-wrap {
    width: 1170px; } }

.key-ingredients-list {
  /*background:yellow;*/
  width: 100%;
  /*list-style-type:none;*/
  /*margin:0;*/
  /*padding:0;*/
  margin-top: 1em; }
  .key-ingredients-list > div {
    min-height: 3em; }
    .key-ingredients-list > div img {
      max-height: 28px;
      margin-right: 5px; }

@media only screen and (max-width: 768px) {
  .product-sizes-wrap > h3 {
    margin-top: 0px; } }

@media only screen and (max-width: 990px) {
  .key-ingredients-list > div {
    min-height: 3em; } }

.product-sizes-list .bottle-wrap {
  background-color: #F1F2E9;
  padding: 0.75em 0.75em;
  min-height: 4em; }
  .product-sizes-list .bottle-wrap img {
    width: 30px; }
  .product-sizes-list .bottle-wrap span {
    display: inline-block;
    width: auto;
    margin-left: 0.5em; }

.product-ingredients > h3:first-child {
  margin-top: 0; }

.related-product-list {
  cursor: pointer; }
  .related-product-list .related-product-card:first-child {
    margin-top: 3em; }

.related-product-card {
  margin-bottom: 1em;
  width: 100%;
  display: block;
  position: relative;
  height: 5.75em;
  background: #F1F2E9;
  z-index: 1; }
  .related-product-card .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .related-product-card .rp-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 7.25em;
    margin-top: -1.5em;
    margin-left: 1em;
    width: 5em;
    text-align: right;
    overflow: hidden;
    /*background:yellow;*/
    z-index: 4; }
    .related-product-card .rp-image img {
      max-width: 100%;
      height: auto; }
  .related-product-card .rp-title {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.8em;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    z-index: 2; }
    .related-product-card .rp-title a {
      display: inline-block;
      margin: 0.6em 1em 0.3em 5em;
      color: white;
      line-height: 1; }

@media only screen and (min-width: 768px) {
  .related-product-card .rp-image {
    margin-left: 0.5em; }
  .related-product-card .rp-title {
    position: absolute;
    top: 50%;
    margin-top: -.75em;
    font-size: 1.4em; }
    .related-product-card .rp-title a {
      margin: 0.5em 0.5em 0.2em 4.25em; }
  .product-sizes-list .bottle-wrap {
    padding: 0.75em 0.75em;
    min-height: 7em; }
    .product-sizes-list .bottle-wrap img {
      width: 40px; }
    .product-sizes-list .bottle-wrap span {
      margin-left: 0.5em; } }

@media only screen and (min-width: 992px) {
  .related-product-card .rp-image {
    margin-left: 1em; }
  .related-product-card .rp-title {
    margin-top: -.75em;
    font-size: 1.5em; }
    .related-product-card .rp-title a {
      margin: 0.5em 0.5em 0.2em 4.5em; } }

.product-nutrition {
  /*background:yellow;*/ }
  .product-nutrition > h3 {
    margin-top: 0; }

.nutritional-table {
  text-align: center;
  width: 100%;
  color: #71767A; }
  .nutritional-table thead {
    border-bottom: 1px solid #dadcdd; }
    .nutritional-table thead th {
      padding: 0 0 0.5em 0;
      text-align: center; }
    .nutritional-table thead th:first-child {
      text-align: left; }
  .nutritional-table tbody tr td {
    padding: 0.5em 0;
    text-align: center;
    border-bottom: 1px solid #dadcdd; }
  .nutritional-table tbody tr td:first-child {
    text-align: left; }

.people-grid {
  margin: 0;
  background-color: #F1F2E9;
  /*End People Unit*/ }
  .people-grid .people-unit {
    padding-left: 0;
    padding-right: 0;
    /*background-color:#dcdcdc;*/
    position: relative; }
    .people-grid .people-unit img {
      max-width: 50%; }
    .people-grid .people-unit .pic-wrap {
      /*background-color:pink;*/
      width: 25%;
      padding: 25%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      float: left;
      background-position: center;
      background-size: cover; }
      .people-grid .people-unit .pic-wrap > .underlay {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        z-index: 2;
        /* Grey fade over: */
        opacity: 1;
        background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
        background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
      .people-grid .people-unit .pic-wrap .video-launcher {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 5% 5%;
        z-index: 3;
        opacity: 0.9;
        cursor: pointer; }
        .people-grid .people-unit .pic-wrap .video-launcher a i.video-icon {
          float: left;
          display: inline-block;
          font-size: 38px;
          color: white;
          text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .people-grid .people-unit .pic-wrap .video-launcher a span {
          float: left;
          display: inline-block;
          color: white;
          font-size: 1em;
          margin-top: 14px;
          font-weight: bold;
          text-transform: uppercase;
          text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .people-grid .people-unit .pic-wrap .video-launcher:hover {
          opacity: 1; }
          .people-grid .people-unit .pic-wrap .video-launcher:hover a span {
            border-bottom: 1px solid white; }
      .people-grid .people-unit .pic-wrap .video-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .people-grid .people-unit .pic-wrap .video-wrap video.video {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 1; }
        .people-grid .people-unit .pic-wrap .video-wrap video.video.video-on {
          opacity: 1; }
    .people-grid .people-unit > .bio-wrap {
      float: right;
      width: 50%;
      /*padding:1em 1.5em 0.5em 1em;*/
      /*background:yellow;*/
      display: table;
      height: 100%;
      padding-left: 15px;
      padding-right: 0.5em; }
      .people-grid .people-unit > .bio-wrap .bio-wrap-group {
        display: table-cell;
        width: 100%;
        height: auto;
        vertical-align: middle; }
        .people-grid .people-unit > .bio-wrap .bio-wrap-group h4.bio-name {
          margin: 0 0; }
        .people-grid .people-unit > .bio-wrap .bio-wrap-group p.bio-job {
          margin: 0 0;
          text-transform: uppercase;
          color: #B9975B;
          font-size: 0.75em;
          font-weight: bold; }
        .people-grid .people-unit > .bio-wrap .bio-wrap-group p.bio-desc {
          margin: 2px 0 0 0;
          line-height: 1.2; }
    .people-grid .people-unit:nth-child(2n+2) {
      /*background:red;*/ }
      .people-grid .people-unit:nth-child(2n+2) > .pic-wrap {
        float: right; }
      .people-grid .people-unit:nth-child(2n+2) > .bio-wrap {
        float: left;
        padding-left: 15px;
        padding-right: 0,5em; }

/*end people grid*/
ul.faq-cat-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  /*margin-bottom:2em;*/ }
  ul.faq-cat-nav li {
    width: 100%;
    margin-bottom: 0.5em;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #313f4c; }
    ul.faq-cat-nav li a {
      color: inherit; }
      ul.faq-cat-nav li a:hover {
        color: black;
        border-bottom: 1px solid #1D252D;
        text-decoration: none; }
    ul.faq-cat-nav li.selected {
      font-weight: bold;
      color: #1D252D; }

.faq-area {
  margin-top: 3em; }
  .faq-area h3 {
    margin-top: 0; }

a.crumb {
  color: #989ca0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.crumb:hover {
    color: black;
    border-bottom: 2px solid #a5a9ac;
    text-decoration: none; }

.faq-component .faq-component-header {
  position: relative; }
  .faq-component .faq-component-header .view-all-faq {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1em; }

.faq-component .contact-cta {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .view-all-faq {
    margin-right: 15px; } }

ul.faq-area-list {
  list-style-type: none;
  /*margin:0;*/
  padding: 0;
  /*width:100%;*/ }
  ul.faq-area-list li {
    margin-bottom: 3em; }
    ul.faq-area-list li p a {
      color: #1D252D; }
    ul.faq-area-list li p:first-child {
      margin-bottom: 0.25em; }
    ul.faq-area-list li p:nth-child(2) {
      min-height: 4em;
      vertical-align: top; }
    ul.faq-area-list li > .rating {
      font-size: 14px;
      text-align: right;
      color: #8b8f93; }
      ul.faq-area-list li > .rating .status {
        float: left;
        font-size: 0.95em;
        color: #8b8f93;
        margin-top: 6px; }
      ul.faq-area-list li > .rating .vote {
        cursor: pointer;
        color: inherit;
        border-bottom: 1px solid #dee4ea;
        display: block;
        width: 100%;
        padding-bottom: 0.5em;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        ul.faq-area-list li > .rating .vote .copy {
          display: inline-block;
          font-weight: bold; }
        ul.faq-area-list li > .rating .vote .like {
          display: inline-block;
          width: 20px;
          height: 18px;
          background-size: 100%;
          background-position: left top;
          padding-top: 4px;
          background-image: url("../image/like-sprite.png");
          opacity: 0.4;
          -webkit-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out; }
        ul.faq-area-list li > .rating .vote:hover {
          color: #1D252D; }
          ul.faq-area-list li > .rating .vote:hover .like {
            opacity: 1; }
      ul.faq-area-list li > .rating.voted .vote {
        color: #B9975B;
        cursor: not-allowed; }
        ul.faq-area-list li > .rating.voted .vote .like {
          opacity: 0.9;
          background-position: left bottom; }

.contact-cta {
  /* Rectangle 241: */
  border: 1px dashed rgba(185, 151, 91, 0.64);
  padding: 1em 1em;
  margin: 2em 0 4em 0; }
  .contact-cta p.bold-gold {
    color: #B9975B;
    font-weight: bold; }
  .contact-cta a.ij-btn {
    margin-top: 0.5em; }

@media only screen and (min-width: 768px) {
  .contact-cta {
    padding: 1.375em 1em; }
  ul.faq-cat-nav {
    margin-top: 3em; }
    ul.faq-cat-nav li {
      font-size: 1.125em;
      margin-bottom: 1em; }
  .faq-area {
    margin-bottom: 4em; }
    .faq-area ul.faq-area-list li p:nth-child(2) {
      min-height: 6em; } }

@media only screen and (min-width: 990px) {
  ul.faq-area-list li p:nth-child(2) {
    /*min-height:7em;*/ } }

.national-store-intro {
  margin: 2em 0 2em 0;
  padding: 0; }
  .national-store-intro .intro-store {
    margin-bottom: 1em;
    min-height: 4em;
    border: 1px solid #ddd;
    background: white;
    background: white;
    position: relative; }
    .national-store-intro .intro-store img {
      width: 54px;
      clear: left;
      float: left;
      display: inline-block;
      margin: 0.5em 4% 0.5em 1em; }
    .national-store-intro .intro-store P {
      display: inline-block;
      float: left;
      width: auto;
      padding-top: 1.5em; }

@media only screen and (min-width: 768px) {
  .national-store-intro .intro-store {
    min-height: 8em;
    text-align: center; }
    .national-store-intro .intro-store img {
      clear: both;
      margin: 1em auto 0 auto;
      float: none;
      display: block;
      width: 62px; }
    .national-store-intro .intro-store p {
      margin: 0;
      margin-top: 0.5em;
      clear: both;
      float: none;
      padding: 0; } }

#wpsl-wrap #wpsl-stores {
  width: 90%;
  margin-left: 5%; }

.national-stores h4:first-child {
  margin-top: 2em; }

.w2b-map-wrap h4:first-child {
  margin-top: 2em; }

.w2b-wrap {
  background: #f8f8f8;
  padding: 2em 0; }
  .w2b-wrap p.wtb-cta-btn {
    margin-top: 1.5em; }
  .w2b-wrap .w2b-logo-set {
    padding: 2em 8%; }
    .w2b-wrap .w2b-logo-set .w2b-logo-unit {
      padding: 0.5em 1.5em;
      min-height: 5em;
      text-align: center; }
      .w2b-wrap .w2b-logo-set .w2b-logo-unit img {
        max-width: 100%; }

@media only screen and (min-width: 480px) {
  .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4, .people-grid .people-unit > .bio-wrap .bio-wrap-group > p {
    padding: 0 10px; }
  .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4.bio-name {
    font-size: 1.25em; }
  .people-grid .people-unit > .bio-wrap .bio-wrap-group > p.bio-job {
    font-size: 0.875em; } }

@media only screen and (min-width: 768px) {
  #wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details, #wpsl-wrap #wpsl-gmap {
    height: 450px !important; }
  #wpsl-wrap #wpsl-stores {
    width: 100%;
    margin-left: 0; }
  .w2b-wrap {
    min-height: 23em;
    display: table;
    width: 100%; }
    .w2b-wrap .vertical-center {
      display: table-cell;
      vertical-align: middle; }
    .w2b-wrap p.wtb-cta-btn {
      margin-top: 1.5em; }
  .people-grid {
    /*End People Unit*/ }
    .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4, .people-grid .people-unit > .bio-wrap .bio-wrap-group > p {
      padding: 0; }
    .people-grid .people-unit:nth-child(2n+2) > .pic-wrap {
      float: left; }
    .people-grid .people-unit:nth-child(2n+2) > .bio-wrap {
      float: right; }
    .people-grid .people-unit:nth-child(4n+3) > .pic-wrap, .people-grid .people-unit:nth-child(4n+4) > .pic-wrap {
      float: right; }
    .people-grid .people-unit:nth-child(4n+3) > .bio-wrap, .people-grid .people-unit:nth-child(4n+4) > .bio-wrap {
      float: left;
      padding-right: 1em;
      padding-left: 1em;
      text-align: right; }
  /*end people grid*/ }

@media only screen and (min-width: 992px) {
  #wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details, #wpsl-wrap #wpsl-gmap {
    height: 450px !important; }
  .w2b-wrap {
    min-height: 27em; }
  .people-grid {
    /*End People Unit*/ }
    .people-grid .people-unit > .bio-wrap .bio-wrap-group {
      vertical-align: bottom;
      padding-bottom: 10%; }
      .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4.bio-name {
        font-size: 1.375em; }
  /*end people grid*/ }

@media only screen and (min-width: 1200px) {
  .people-grid {
    /*End People Unit*/ }
    .people-grid .people-unit > .bio-wrap .bio-wrap-group {
      padding-bottom: 10%; }
      .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4, .people-grid .people-unit > .bio-wrap .bio-wrap-group > p {
        width: 60%; }
      .people-grid .people-unit > .bio-wrap .bio-wrap-group > h4.bio-name {
        font-size: 1.5em; }
    .people-grid .people-unit:nth-child(4n+3) > .bio-wrap .bio-wrap-group > h4, .people-grid .people-unit:nth-child(4n+3) > .bio-wrap .bio-wrap-group > p, .people-grid .people-unit:nth-child(4n+4) > .bio-wrap .bio-wrap-group > h4, .people-grid .people-unit:nth-child(4n+4) > .bio-wrap .bio-wrap-group > p {
      float: right; }
  /*end people grid*/ }

#wpsl-wrap {
  /*The bubble*/ }
  #wpsl-wrap .wpsl-search {
    background: none;
    padding-top: 0;
    margin-top: .5em; }
    #wpsl-wrap .wpsl-search .disclaimer {
      width: 100%;
      font-size: 90%;
      margin-top: 0;
      margin-bottom: 1em;
      color: #59728a; }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap {
      width: 100%;
      float: none;
      margin: 0 auto;
      font-size: 14px;
      max-width: 750px; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
        background: green;
        float: left;
        width: 100%;
        margin: 0 0 1em 0;
        position: relative; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input i.icon-search {
          color: #B9975B;
          position: absolute;
          top: 0;
          left: 0;
          margin: 10px 0 0 8px; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input > div {
          width: 1px;
          display: table-cell;
          padding: 0;
          margin: 0;
          height: 30px;
          line-height: 1;
          padding-right: 0.75em;
          white-space: nowrap;
          float: none;
          display: none; }
          #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input > div label {
            display: inline-block;
            width: auto;
            white-space: nowrap;
            float: none; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input input {
          width: 100% !important;
          float: none;
          /* Rectangle: */
          background: #FFFFFF;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          border-radius: 0px;
          border: none;
          height: 38px;
          font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding-left: 32px; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter {
        width: 100%;
        list-style-type: none;
        margin: 0 0 1em 0;
        padding: 0;
        text-align: center; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li {
          width: auto;
          float: none;
          border: 2px solid #B9975B;
          background-color: transparent;
          padding: 8px 0 6px 0;
          border-radius: 4em;
          display: inline-block;
          margin: 0 0.25em; }
          #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label {
            text-transform: uppercase;
            font-size: 14px;
            font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #9e7d43;
            display: inline;
            padding: 10px 14px; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 1.5em;
        /*clear:both;*/ }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
          height: 38px;
          outline: none;
          border-radius: 0px;
          line-height: 100%;
          font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-weight: bold;
          display: inline-block;
          width: 100%;
          text-align: center;
          padding: 5px 1em 2px 1em;
          text-transform: uppercase;
          background: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          background-color: #1D252D;
          color: white; }
          #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn:hover {
            background-color: #313f4c; }
  #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    background: white;
    margin: 1em 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 1em;
    font-size: 0.9em; }

@media only screen and (min-width: 768px) {
  #wpsl-wrap {
    /*The bubble*/ }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
      width: 75%; }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
      width: 22%;
      float: right; }
    #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
      margin: 1em 1em; } }

.contact-intro {
  margin-top: 1em; }

@media only screen and (min-width: 992px) {
  .contact-intro {
    margin-top: 3em; } }

.contact-details {
  margin-top: 1.5em; }
  .contact-details .phone-call {
    margin-bottom: 1.5em; }
  .contact-details .c-phone-xs {
    /*display:block;*/
    width: 100%; }
  .contact-details p.c-label {
    font-weight: bold;
    float: left;
    width: 30%; }
  .contact-details p.c-value {
    float: right;
    width: 70%;
    text-align: right; }
    .contact-details p.c-value a {
      color: inherit;
      text-decoration: underline; }
      .contact-details p.c-value a:hover {
        color: #B9975B; }
  .contact-details p.contact-map-image img {
    max-width: 100%; }

.contact-form-wrap .green-box {
  padding: 1em;
  margin-bottom: 3em;
  border-radius: 2px;
  background-color: #F3F6E1; }
  .contact-form-wrap .green-box > h3, .contact-form-wrap .green-box > p {
    text-align: center; }
  .contact-form-wrap .green-box .contact-headshots {
    display: inline-block;
    margin: 1em auto;
    width: 100%;
    text-align: center; }
    .contact-form-wrap .green-box .contact-headshots .headshot {
      width: 50px;
      display: inline-block;
      margin: 0 0.5em; }
      .contact-form-wrap .green-box .contact-headshots .headshot img {
        max-width: 100%;
        border-radius: 100%; }
      .contact-form-wrap .green-box .contact-headshots .headshot > p {
        text-align: center;
        font-size: 14px; }

.contact-graphic {
  margin-bottom: 3em; }

div.wpcf7 {
  width: 100%;
  font-weight: normal; }
  div.wpcf7 form {
    width: 100%; }
    div.wpcf7 form p {
      margin-bottom: 0; }
      div.wpcf7 form p label {
        width: 100%;
        font-weight: normal; }
        div.wpcf7 form p label span {
          float: right;
          width: auto;
          display: inline-block; }
        div.wpcf7 form p label.super-label {
          text-align: center;
          font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #1D252D; }
      div.wpcf7 form p span.wpcf7-form-control-wrap {
        width: 100%; }
        div.wpcf7 form p span.wpcf7-form-control-wrap textarea, div.wpcf7 form p span.wpcf7-form-control-wrap input[type=text], div.wpcf7 form p span.wpcf7-form-control-wrap input[type=email] {
          width: 100%;
          background: white;
          border: 1px solid #DBDECA;
          padding: 0.5em 0.5em;
          float: left;
          clear: both;
          margin-left: 0;
          margin-top: 0.25em;
          margin-bottom: 0.5em;
          color: #1D252D; }
          div.wpcf7 form p span.wpcf7-form-control-wrap textarea.wpcf7-not-valid, div.wpcf7 form p span.wpcf7-form-control-wrap input[type=text].wpcf7-not-valid, div.wpcf7 form p span.wpcf7-form-control-wrap input[type=email].wpcf7-not-valid {
            border: 1px solid #e74c3c; }
        div.wpcf7 form p span.wpcf7-form-control-wrap textarea {
          font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          height: 92px; }
        div.wpcf7 form p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
          text-align: left;
          float: left;
          margin: -8px 0 .5em 0;
          color: #e74c3c;
          font-size: 14px;
          /*text-transform:uppercase;*/
          letter-spacing: 1px; }
      div.wpcf7 form p.privacy {
        width: 50%;
        display: inline-block;
        float: left;
        font-size: 0.875em; }
        div.wpcf7 form p.privacy > a {
          color: #1D252D;
          text-decoration: underline; }
      div.wpcf7 form p.submit-wrap {
        width: 50%;
        display: inline-block;
        float: right;
        text-align: right; }
        div.wpcf7 form p.submit-wrap input[type=submit] {
          float: right;
          background-color: #1D252D;
          color: white;
          height: 50px;
          border: 2px solid white;
          line-height: 100%;
          font-weight: bold;
          display: inline-block;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          padding: 0 5% 0 5%;
          border: none; }
          div.wpcf7 form p.submit-wrap input[type=submit]:hover {
            background-color: #313f4c; }
        div.wpcf7 form p.submit-wrap .ajax-loader {
          float: right;
          margin-right: 1px;
          margin-top: 1em; }
    div.wpcf7 form .wpcf7-response-output {
      display: block;
      float: left;
      clear: both;
      margin: 1em 0 0.5em 0;
      padding: 1em 1em;
      text-align: center; }
      div.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
        border: 2px solid #e74c3c;
        color: #e74c3c; }
      div.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
        border: 2px solid #00B74F;
        color: #008439; }

@media only screen and (min-width: 768px) {
  .contact-intro {
    float: left;
    clear: left; }
  .contact-graphic {
    margin-top: 3em; }
  .contact-details {
    float: left;
    clear: left; }
    .contact-details p.c-phone-xs {
      margin-top: 1.5em;
      /*display:block;*/
      text-align: center; }
      .contact-details p.c-phone-xs a {
        width: 100%; }
        .contact-details p.c-phone-xs a span {
          text-align: center; }
    .contact-details p.c-primary {
      /*font-size:1.5em;*/ }
    .contact-details p.c-label:first-child {
      margin-bottom: 1.5em; }
  .contact-form-wrap {
    float: right;
    margin-top: -5em; }
    .contact-form-wrap .green-box p {
      font-size: 1em; }
  div.wpcf7 form p {
    font-size: 1em; }
    div.wpcf7 form p.submit-wrap input[type=submit] {
      padding: 0 1.25em; } }

@media only screen and (min-width: 992px) {
  .contact-intro {
    text-align: center;
    margin-bottom: 3em; }
  .contact-form-wrap {
    margin-top: 0;
    float: right;
    margin-right: 8.33333%;
    margin-bottom: 4em; }
  .contact-details {
    margin-top: 0;
    float: left;
    clear: none; } }

.ij-insta-wrap .insta-intro {
  margin-top: 0.75em;
  padding-left: 25px;
  position: relative; }
  .ij-insta-wrap .insta-intro .profile-pic {
    float: left;
    display: inline-block; }
    .ij-insta-wrap .insta-intro .profile-pic img {
      width: 34px;
      border-radius: 38px; }
  .ij-insta-wrap .insta-intro .profile-name {
    float: left;
    padding-top: 5px;
    display: inline-block; }
    .ij-insta-wrap .insta-intro .profile-name a {
      margin-left: 6px;
      width: auto;
      display: inline;
      font-weight: bold;
      color: #1D252D;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 14px; }
      .ij-insta-wrap .insta-intro .profile-name a:hover {
        border-bottom: 1px solid #1D252D;
        text-decoration: none; }

.ij-insta-wrap .insta-nav {
  margin-top: 0.75em;
  font-size: 14px;
  padding-right: 25px; }
  .ij-insta-wrap .insta-nav > a.ij-btn {
    font-size: 14px; }

.ij-insta-wrap .ij-insta-feed {
  margin-top: 1em; }

@media only screen and (max-width: 768px) {
  .ij-insta-wrap .ij-insta-feed #sb_instagram #sbi_images .sbi_item {
    width: 50%; } }

/*////footer*/
.news-subscribe-wrap {
  background-color: #E6EBCC; }
  .news-subscribe-wrap form {
    margin: 1.25em 0 1.5em 0;
    padding: 0;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    position: relative; }
    .news-subscribe-wrap form .form-control-block {
      margin-bottom: 1em; }
    .news-subscribe-wrap form label {
      color: #1D252D;
      display: block;
      margin: 0 0 0.75em;
      padding: 0;
      font-weight: normal;
      line-height: 100%; }
    .news-subscribe-wrap form input {
      display: inline-block;
      outline: none;
      border: none;
      background: white;
      height: 2.875em;
      padding: 0.25em 0.5em 0em 0.75em;
      border-radius: 0;
      width: 100%; }
    .news-subscribe-wrap form button {
      display: inline-block;
      height: 3.25em;
      outline: none;
      border: none;
      padding: 0.25em 0.75em 0em 0.75em;
      float: right;
      width: 100%;
      background-color: transparent;
      border: 2px solid #1D252D;
      color: #1D252D;
      text-transform: uppercase;
      font-size: 0.9em;
      letter-spacing: 2px;
      font-weight: bold;
      /*min-width:112px;*/ }
  .news-subscribe-wrap.news-subscribe-loud {
    background-color: #00B74F; }
    .news-subscribe-wrap.news-subscribe-loud form > label {
      color: white; }
    .news-subscribe-wrap.news-subscribe-loud form > button {
      color: white;
      background-color: rgba(0, 0, 0, 0.25); }

.footer-main-wrap {
  background-color: #F3F6E1;
  padding: 2em 0;
  background-image: url("../image/footer-bg-stamp.png");
  position: relative;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  .footer-main-wrap h4 {
    font-weight: bold;
    font-size: 1.125em; }
  .footer-main-wrap ul.menu {
    list-style-type: none;
    margin: 0 0 1.5em;
    padding: 0;
    font-family: "Brown", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .footer-main-wrap ul.menu li {
      margin: 0 0 0.75em 0; }
      .footer-main-wrap ul.menu li a {
        color: #1D252D;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
        border-bottom: none; }
        .footer-main-wrap ul.menu li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #1D252D; }
      .footer-main-wrap ul.menu li.social {
        position: relative;
        padding: 0 0 0 1.75em; }
        .footer-main-wrap ul.menu li.social a {
          width: auto; }
      .footer-main-wrap ul.menu li.social:before {
        content: "";
        position: absolute;
        height: 22px;
        width: 22px;
        top: 0;
        left: 0;
        margin-top: -3px;
        background-size: 22px;
        background-position: center top; }
      .footer-main-wrap ul.menu li.social.instagram:before {
        background-image: url("../image/icon-ig.png"); }
      .footer-main-wrap ul.menu li.social.facebook:before {
        background-image: url("../image/icon-fb.png"); }
  .footer-main-wrap .footer-logo-wrap {
    margin-top: 1em; }
    .footer-main-wrap .footer-logo-wrap > p:first-child img, .footer-main-wrap .footer-logo-wrap > p:first-child svg, .footer-main-wrap .footer-logo-wrap > p:first-child image {
      width: 160px;
      height: auto;
      max-width: 100%; }
  .footer-main-wrap p.copyright {
    font-size: 0.875em; }
  .footer-main-wrap .fruit-strip {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-size: 400px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url("../image/footer-fruit-strip.png"); }

.made-block {
  margin: 2em 0; }
  .made-block p {
    font-size: 1em; }
    .made-block p.made-logo img {
      max-width: 140px;
      width: 100%; }

@media only screen and (min-width: 768px) {
  .news-subscribe-wrap form {
    margin: 2.25em 0 2.25em 0; }
    .news-subscribe-wrap form label {
      display: inline-block;
      font-size: 1.375em;
      margin: 0;
      float: left; }
    .news-subscribe-wrap form input {
      display: inline-block;
      margin: 0;
      float: left; }
    .news-subscribe-wrap form button {
      display: inline-block;
      margin: 0;
      float: right; }
  .footer-main-wrap {
    padding: 3.5em 0 5em;
    background-position: right bottom;
    background-size: 410px; }
    .footer-main-wrap .fruit-strip {
      height: 100px;
      background-size: 600px; }
    .footer-main-wrap .made-block p.made-copy {
      font-size: inherit; }
    .footer-main-wrap .footer-logo-wrap {
      margin-top: 0em; }
    .footer-main-wrap h4 {
      font-size: 1.375em;
      margin-bottom: 0.75em; }
    .footer-main-wrap ul.menu li {
      font-size: 1.125em;
      margin: 0 0 1em 0; } }

@media only screen and (min-width: 992px) {
  .news-subscribe-wrap form {
    margin: 2.5em 0 2.5em 0; }
    .news-subscribe-wrap form label {
      display: inline-block;
      font-size: 1.375em;
      margin: 0;
      float: left; }
    .news-subscribe-wrap form input {
      display: inline-block;
      margin: 0;
      float: left;
      font-size: 1.125em; }
    .news-subscribe-wrap form button {
      display: inline-block;
      margin: 0;
      float: right;
      font-size: 1em; }
  .news-subscribe-wrap.news-subscribe-loud form > button {
    color: white;
    background-color: black; }
  .footer-main-wrap {
    padding: 5em 0; }
    .footer-main-wrap h4 {
      font-size: 1.675em;
      margin-bottom: 1em; }
    .footer-main-wrap ul.menu li {
      margin: 0 0 1.125em 0; } }

@media only screen and (min-width: 1200px) {
  .news-subscribe-wrap form label {
    padding-top: 0.575em;
    font-size: 1.5em; } }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

@media screen and (min-width: 0\0) {
  .ij-btn span {
    padding: 12px 16px 12px 16px; }
  .product-range .product-tile {
    margin: 1.5em 0 3em 0; }
    .product-range .product-tile .tile-wrap .tile-text h4 {
      padding: 10px 10px 10px 10px; }
  .bottle-diagram .bottle-image {
    margin-left: 10px; }
  .bottle-diagram .bottle-features .bottle-table {
    display: block;
    width: auto;
    margin-left: 80px;
    top: 0;
    left: 0; }
    .bottle-diagram .bottle-features .bottle-table .cell {
      display: block;
      margin-left: 0; }
      .bottle-diagram .bottle-features .bottle-table .cell .line-wrap {
        margin-left: 0; } }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
