﻿@charset "UTF-8";
/*! 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group: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;
}
.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%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
}
.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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.3333333;
  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.3333333;
  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.3333333;
}
.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;
}
@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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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%;
}
.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.42857143;
  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.42857143;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?ei3wa4');
  src: url('../fonts/icomoon/icomoon.eot?ei3wa4#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff2?ei3wa4') format('woff2'), url('../fonts/icomoon/icomoon.ttf?ei3wa4') format('truetype'), url('../fonts/icomoon/icomoon.woff?ei3wa4') format('woff'), url('../fonts/icomoon/icomoon.svg?ei3wa4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 34px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_address:before {
  content: "\e900";
}
.icon-icon_altitude:before {
  content: "\e901";
}
.icon-icon_arrow1_down:before {
  content: "\e902";
}
.icon-icon_arrow1_right:before {
  content: "\e903";
}
.icon-icon_arrow2_down:before {
  content: "\e904";
}
.icon-icon_arrow2_left:before {
  content: "\e905";
}
.icon-icon_arrow2_right:before {
  content: "\e906";
}
.icon-icon_arrow2_up:before {
  content: "\e907";
}
.icon-icon_contact-us:before {
  content: "\e908";
}
.icon-icon_cultivar:before {
  content: "\e909";
}
.icon-icon_facebook_line:before {
  content: "\e90a";
}
.icon-icon_facebook_solid:before {
  content: "\e90b";
}
.icon-icon_instagram_line:before {
  content: "\e90c";
}
.icon-icon_instagram_solid:before {
  content: "\e90d";
}
.icon-icon_location:before {
  content: "\e90e";
}
.icon-icon_menu:before {
  content: "\e90f";
}
.icon-icon_opening-hours:before {
  content: "\e910";
}
.icon-icon_pinterest_line:before {
  content: "\e911";
}
.icon-icon_pinterest_solid:before {
  content: "\e912";
}
.icon-icon_rainfall:before {
  content: "\e913";
}
.icon-icon_soil:before {
  content: "\e914";
}
.icon-icon_temperature:before {
  content: "\e915";
}
.icon-icon_twitter_line:before {
  content: "\e916";
}
.icon-icon_twitter_solid:before {
  content: "\e917";
}
.background-gray {
  background-color: #F5F5F5;
}
.background-gray .number {
  color: #E4E4E4 !important;
}
@media (min-width: 768px) {
  .background-gray {
    background-color: #F5F5F5 !important;
  }
}
.quote-inner-text {
  font-family: BabasNeue;
  font-size: 24px !important;
  width: 80%;
  line-height: 34px;
  margin: 30px auto 20px;
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  .quote-inner-text {
    width: 100%;
    font-size: 28px !important;
    margin-top: 20px auto 0;
  }
}
.background-white {
  background-color: #fff;
}
.background-black {
  background-color: #1E1E1E;
}
.background-transparent {
  background-color: transparent !important;
}
.margin-bottom-lg {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .margin-bottom-lg {
    margin-bottom: 36px;
  }
}
.margin-top-lg {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .margin-top-lg {
    margin-top: 40px;
  }
}
.margin-top-xlg {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .margin-top-xlg {
    margin-top: 80px;
  }
}
.margin-top-md {
  margin-top: 30px;
}
.margin-top-sm {
  margin-top: 20px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.top-spacing-lg {
  margin-top: 40px;
}
.margin-auto {
  margin: auto;
}
@media (min-width: 768px) {
  .inner-container {
    padding: 40px 0 0;
  }
}
.phone,
.email,
address {
  display: block;
  font-style: normal;
}
.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  top: 20px !important;
}
.icon-location-point:before {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  content: "\e089";
}
.mobile-no-bg {
  background-color: #fff;
}
.xs-show {
  display: block !important;
}
@media (min-width: 768px) {
  .xs-show {
    display: none !important;
  }
}
.xs-hide {
  display: none !important;
}
@media (min-width: 768px) {
  .xs-hide {
    display: block !important;
  }
}
.table-lash {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.table-lash-row {
  display: table-row;
  height: 100%;
}
.table-lash-cell {
  display: table-cell;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.float-left {
  float: none;
}
@media (min-width: 768px) {
  .float-left {
    float: left;
  }
}
.float-right {
  float: none;
}
@media (min-width: 768px) {
  .float-right {
    float: right;
  }
}
.ico-bg {
  position: relative;
  padding-left: 36px;
}
.ico-bg:before {
  position: absolute;
  top: -7px;
  left: 0;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 22px;
  color: gray;
}
.ico-mountain:before {
  content: '\e901';
}
.ico-temperature:before {
  content: '\e915';
}
.ico-rain:before {
  content: '\e913';
}
.ico-leaf:before {
  content: '\e909';
}
.ico-soil:before {
  content: '\e914';
}
.overflow-hidden {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .xs-overflow-hidden {
    overflow: hidden;
  }
}
.xs-margin-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .xs-margin-top {
    margin-top: 0px;
  }
}
.xs-margin-top-sm {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .xs-margin-top-sm {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .xs-padding-bottom-sm {
    padding-bottom: 20px;
  }
}
.xs-padding-bottom {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .xs-padding-bottom {
    padding-bottom: 0px;
  }
}
.underline {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 12px auto 0;
}
@media (min-width: 768px) {
  .underline {
    margin: 30px auto 0;
  }
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.add-shadow {
  box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
  /*0 18px 80px 4px rgba(0, 0, 0, 0.22)*/
}
.add-shadow-2 {
  box-shadow: 0 18px 80px 4px rgba(0, 0, 0, 0.22) !important;
}
@media (min-width: 768px) {
  .add-shadow-ex-sm {
    box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
  }
}
@media (min-width: 768px) {
  .add-shadow-on-desktop {
    box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
    padding-bottom: 132px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .add-shadow-on-desktop-2 {
    box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
    padding-bottom: 0px;
    margin-bottom: 120px;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.push-up {
  position: relative;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .push-up {
    margin-top: -132px;
    padding-top: 120px;
  }
}
.push-up-2 {
  position: relative;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .push-up-2 {
    margin-top: -132px;
    padding-top: 66px;
  }
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  visibility: hidden;
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: inline;
  visibility: visible;
  display: block;
}
.leaf-symbol {
  width: 38px;
  color: white;
}
@media (min-width: 768px) {
  .leaf-symbol {
    width: 36px;
  }
}
.background-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.section-Merchandise {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 768px) {
  .section-Merchandise .section-header h2 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-Merchandise {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .section-Merchandise .section-header .number {
    padding-top: 2px;
    font-size: 100px;
  }
}
.featured-selection {
  background-color: #000;
  background-image: url('/img/featured/06.jpg');
  max-height: 680px;
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}
.featured-selection .featured-container {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.featured-selection .number {
  color: rgba(255, 255, 255, 0.1) !important;
}
.featured-selection a {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .featured-selection a {
    width: 85%;
  }
}
.featured-selection p,
.featured-selection a,
.featured-selection h2 {
  color: white !important;
  border-color: white;
}
.featured-selection .section-header h2 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .featured-selection {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .featured-selection .section-header .number {
    padding-top: 2px;
    font-size: 100px;
  }
  .featured-selection .section-header h2 {
    padding-top: 0px;
  }
  .featured-selection .section-header .underline {
    margin-top: 0;
  }
  .featured-selection a {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .module-break {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .module-break {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .module-break {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .module-break {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .module-break-hide-xs {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .module-break-hide-xs {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .module-break-hide-xs {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .module-break-hide-xs {
    margin-bottom: 90px !important;
  }
}
.module-break-2 {
  margin-bottom: 60px !important;
}
.animate-all {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.animate-bonuce {
  -webkit-animation: bonunce 2s both infinite linear;
  -moz-animation: bonunce 2s both infinite linear;
  -o-animation: bonunce 2s both infinite linear;
  animation: bonunce 2s both infinite linear;
  /*animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -webkit-animation-name: bounce;
    animation-name: bounce;*/
}
@media (min-width: 768px) {
  .sm-overflow-allow {
    overflow: unset !important;
  }
}
.overflow-unset {
  overflow: unset !important;
}
@media (min-width: 768px) {
  .md-no-top-padding {
    padding-top: 0 !important;
  }
}
/*.text-orange { color: @ING-orange; }
.text-purple { color: @ING-purple; }*/
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.table-row {
  display: table;
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
  min-height: 1px;
}
.align-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.appearance-reset {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
  }
  .section.first {
    padding-top: 190px;
  }
}
.container {
  height: 100%;
}
.number {
  font-size: 210px;
  letter-spacing: 20px;
  color: #EDEDED;
  text-align: center;
  width: 186px;
  height: 260px;
  font-family: BabasNeue;
}
.logo {
  display: block;
  margin: auto;
  width: 200px;
}
.logo img {
  display: block;
  width: 200px;
}
@media (max-width: 767px) {
  .logo img {
    width: 147px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 147px;
  }
}
.mini .logo {
  width: 200px;
}
.mini .logo img {
  width: 200px;
}
@media (max-width: 767px) {
  .mini .logo {
    width: 147px;
  }
  .mini .logo img {
    width: 147px;
  }
}
.featured-a {
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  .featured-a {
    padding-top: 30px;
  }
}
header.type-2 {
  position: relative;
  width: 100%;
  min-height: 260px;
  padding-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
header.type-2 .container {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  header.type-2 {
    padding-top: 30px;
  }
}
header.type-2 .logo {
  padding-top: 20px;
}
@media (min-width: 768px) {
  header.type-2 .logo {
    padding-top: 0;
  }
}
header.type-2 .menu-icon {
  top: 0;
}
@media (min-width: 768px) {
  header.type-2 .menu-icon {
    top: 30px;
  }
}
header.type-2 .button {
  line-height: 26px;
}
header.type-2 h1 {
  color: #fff;
  text-align: center;
  font-size: 46px;
  line-height: 48px;
  margin: 52px 0 8px;
  letter-spacing: 8px;
  vertical-align: middle;
}
header.type-2 h1.with-content {
  margin: 22px 0 8px;
}
header.type-2 p {
  color: white;
  margin: auto;
  width: 70%;
}
header.type-2 .button {
  color: white;
  border-color: white;
}
header.type-2 .social {
  text-align: center;
  vertical-align: middle;
}
header.type-2 .social a:link,
header.type-2 .social a:visited,
header.type-2 .social a:hover,
header.type-2 .social a:active {
  text-decoration: none;
  outline: none;
}
header.type-2 .social .social-text {
  font-size: 46px;
  color: #fff;
  padding: 0 5px;
}
@media (min-width: 768px) {
  header.type-2 {
    min-height: 480px;
  }
  header.type-2 h1 {
    font-size: 96px;
    line-height: 82px;
    margin: 110px 0 28px;
    letter-spacing: 20px;
  }
  header.type-2 h1.with-content {
    margin: 56px auto 28px;
  }
}
header.type-3 {
  position: relative;
  display: table;
  padding: 0;
  width: 100%;
  height: 80px;
  z-index: 4000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header.type-3.mini {
  position: fixed;
  height: 82px;
}
@media (min-width: 768px) {
  header.type-3 {
    height: 140px;
  }
}
header.type-3 .container {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
header.type-3 .menu {
  position: absolute;
  top: 8px;
  left: 39px;
}
header.type-3 .icon-icon_menu {
  color: white;
  font-size: 28px;
}
.home {
  position: relative;
  color: #fff;
  min-height: 600px;
}
@media (max-width: 767px) {
  .home .menu-icon {
    top: 0;
  }
}
.home h1 {
  font-size: 60px;
  margin: 30px 0 20px;
  line-height: 70px;
  /*@media(min-width: @screen-sm) {
            font-size: 55px;
            margin: 16px 0;
            line-height: 88px;
        }

        @media(min-width: @screen-desktop) {
            font-size: 88px;
            margin: 16px 0;
            line-height: 124px;
        }*/
}
@media (max-height: 601px) {
  .home h1 {
    font-size: 60px;
    margin: 30px 0 20px;
    line-height: 70px;
  }
}
@media (min-height: 850px) {
  .home h1 {
    font-size: 88px;
    margin: 60px 0 40px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .home h1 {
    font-size: 60px;
    margin: 116px 0 20px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .home h1 {
    font-size: 50px;
    font-weight: 100;
    margin: 60px 0 32px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 6px;
  }
}
.home .line {
  position: relative;
  left: -150px;
  width: 680px;
  border-bottom: 1px solid #4D5A60;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home .line {
    left: 0;
    display: block;
    margin: auto;
    width: 100px;
    margin-bottom: 36px;
  }
}
.home .description {
  position: relative;
  left: 104px;
  width: 425px;
  font-size: 16px;
  line-height: 33px;
}
@media (min-height: 600px) {
  .home .description {
    position: relative;
    left: 104px;
    width: 425px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-height: 850px) {
  .home .description {
    position: relative;
    left: 104px;
    width: 425px;
    font-size: 16px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .home .description {
    left: 0;
    display: block;
    margin: auto;
    width: 90%;
    margin-bottom: 60px;
    text-align: center;
  }
}
.home .bounce {
  position: relative;
  top: 5px;
  -webkit-animation: bounce 2s both infinite linear;
  -moz-animation: bounce 2s both infinite linear;
  -o-animation: bounce 2s both infinite linear;
  animation: bounce 3s both infinite linear;
  display: inline-block;
  display: block;
}
.home .bounce:before {
  font-size: 28px;
}
@media (min-width: 768px) {
  .home .bounce {
    padding-right: 10px;
    display: inline-block;
    float: left;
    top: -6px;
  }
}
.home a.scroll-down {
  position: absolute;
  display: inline-block;
  margin-top: 48px;
  left: 104px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  padding-top: 40px;
  text-align: center;
}
@media (min-height: 600px) {
  .home a.scroll-down {
    margin-top: 20px;
    left: 104px;
    font-size: 16px;
  }
}
@media (min-height: 850px) {
  .home a.scroll-down {
    margin-top: 48px;
    left: 110px;
    font-size: 16px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home a.scroll-down {
    position: relative;
    left: 0;
    display: block;
    margin: auto;
    width: 147px;
    margin-bottom: 36px;
    padding-top: 0px;
  }
}
nav#sub-toc {
  position: fixed;
  background: transparent;
  top: 0;
  right: 0;
  width: 134px;
  height: 100%;
  z-index: 9000;
  color: #9b9b9b;
  display: table;
}
@media (max-width: 1200px) {
  nav#sub-toc {
    display: none;
  }
}
nav#sub-toc ul {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  list-style: decimal-leading-zero;
  list-style-position: inside;
  color: #9b9b9b;
}
nav#sub-toc ul li {
  margin-top: 50px;
  border-bottom: 1px solid #9b9b9b;
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 4px;
}
nav#sub-toc ul li:first-child {
  margin-top: 0;
}
nav#sub-toc ul li.active {
  font-weight: bold;
}
nav#sub-toc ul li.active a {
  font-weight: bold;
}
nav#sub-toc ul li a {
  /*padding-left: 10px;*/
  color: #9b9b9b;
}
nav#sub-toc ul li a:link,
nav#sub-toc ul li a:visited,
nav#sub-toc ul li a:hover,
nav#sub-toc ul li a:active {
  text-decoration: none;
}
footer {
  background: #1E1E1E;
  color: #646464;
  font-size: 12px;
  padding-bottom: 40px;
}
footer h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: 2px;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  display: inline-block;
  color: #646464;
  padding-bottom: 16px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  text-transform: uppercase;
}
footer a:link.last,
footer a:visited.last,
footer a:hover.last,
footer a:active.last {
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  footer a:link,
  footer a:visited,
  footer a:hover,
  footer a:active {
    letter-spacing: 0px;
    padding-bottom: 8px;
  }
}
footer .social a:link,
footer .social a:visited,
footer .social a:hover,
footer .social a:active {
  padding-bottom: 0;
}
footer a:hover {
  color: white;
}
footer .row {
  padding-top: 26px;
}
@media (min-width: 768px) {
  footer .row {
    padding-top: 60px;
  }
  footer .row .row {
    padding-top: 0;
  }
}
footer .logo {
  margin: 0;
}
footer address,
footer a.email,
footer a.phone {
  display: block;
  padding-bottom: 6px;
  letter-spacing: 0;
  font-size: 14px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social span {
  font-size: 50px;
  padding-right: 6px;
  color: #4b4b4b;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media (min-width: 768px) {
  footer .social span {
    font-size: 34px;
    padding-right: 2px;
  }
}
footer .social a:hover span {
  color: white;
}
footer .margin-bottom {
  margin-bottom: 10px;
}
footer .copy-right-container {
  margin-top: 24px;
}
footer .copy-right {
  font-size: 14px;
}
.xs-footer-padding-top {
  padding-top: 26px;
}
@media (min-width: 768px) {
  .xs-footer-padding-top {
    padding-top: 0;
  }
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: #333;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  22% {
    transform: translateY(-1px);
  }
  28% {
    transform: translateY(-3px);
  }
  30% {
    transform: translateY(-4px);
  }
  32% {
    transform: translateY(-3px);
  }
  38% {
    transform: translateY(-1px);
  }
  40% {
    transform: translateY(0);
  }
  42% {
    transform: translateY(-1px);
  }
  48% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-4px);
  }
  51% {
    transform: translateY(-3px);
  }
  58% {
    transform: translateY(-1px);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
@font-face {
  font-family: BabasNeue;
  src: url(/fonts/BebasNeue.otf);
}
h1,
h2,
h3,
.quote {
  font-family: BabasNeue;
}
h1 {
  font-size: 120px;
  font-weight: 100;
  letter-spacing: 20px;
  line-height: 148px;
}
p {
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-header {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.section-header h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  padding-top: 0;
  z-index: 10;
  font-weight: 100;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 6px;
}
.section-header h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 34px;
}
.section-header .number {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 1;
  font-size: 82px;
  letter-spacing: 8px;
  width: 225px;
  line-height: 72px;
  height: 70px;
}
.section-header .underline {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 12px auto 0;
}
@media (min-width: 768px) {
  .section-header .underline {
    margin: 30px auto 0;
  }
}
@media (min-width: 768px) {
  .section-header {
    margin-top: 10px;
    margin-bottom: 60px;
    position: relative;
  }
  .section-header h2 {
    padding-top: 30px;
    font-size: 98px;
    letter-spacing: 17px;
    line-height: 66px;
  }
  .section-header h2 span {
    display: block;
    font-size: 22px;
    letter-spacing: 6px;
    line-height: 90px;
  }
  .section-header .number {
    font-size: 228px;
    line-height: 226px;
  }
  .section-header .underline {
    position: relative;
    width: 100px;
    border-bottom: 1px solid #e4e4e4;
    margin: 37px auto 0;
  }
}
.section-header-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .section-header-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .section-header-2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.section-header-2 h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  z-index: 10;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 4px;
  padding-top: 30px;
  line-height: 28px;
}
.section-header-2 h2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 4px;
}
.section-header-2 .number {
  font-size: 228px;
  line-height: inherit;
}
.section-header-2.no-sub-text h2 {
  padding-top: 18px;
  padding-bottom: 21px;
}
@media (min-width: 768px) {
  .section-header-2 h2 {
    padding-top: 0px;
    font-size: 58px;
    line-height: 50px;
    letter-spacing: 8px;
  }
  .section-header-2 h2 span {
    font-size: 22px;
  }
}
.section-header-2 .underline {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 11px auto 0;
}
.section-header-3 {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.section-header-3 .number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  font-size: 98px;
  line-height: 146px;
  letter-spacing: 8px;
  width: 90%;
  height: 140px;
}
@media (min-width: 768px) {
  .section-header-3 .number {
    font-size: 200px;
    line-height: 163px;
  }
}
.section-header-3 h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 0px;
  z-index: 10;
  font-weight: 100;
  letter-spacing: 4px;
  font-size: 39px;
  line-height: 50px;
  width: 80%;
}
@media (min-width: 768px) {
  .section-header-3 h2 {
    padding-top: 90px;
    padding-bottom: 21px;
    font-size: 58px;
    line-height: 70px;
    width: 600px;
  }
}
.section-header-3 .underline {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  .section-header-3 .underline {
    margin: 11px auto 0;
  }
}
.section-header-quote {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
.section-header-quote .quote {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  padding-top: 32px;
  z-index: 10;
  font-weight: 100;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 4px;
}
.section-header-quote .quote span {
  display: block;
  font-size: 20px;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .section-header-quote {
    margin-top: 0;
  }
  .section-header-quote .quote {
    padding-top: 62px;
    width: 620px;
    font-size: 42px;
    line-height: 51px;
  }
}
@media (min-width: 992px) {
  .section-header-quote {
    margin-top: 30px;
  }
  .section-header-quote .quote {
    padding-top: 90px;
    width: 620px;
    font-size: 42px;
    line-height: 51px;
  }
}
.section-header-quote .number {
  top: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 102px;
  line-height: 100px;
}
@media (min-width: 768px) {
  .section-header-quote .number {
    top: 0;
    font-size: 168px;
    line-height: 220px;
  }
}
@media (min-width: 992px) {
  .section-header-quote .number {
    top: 0;
    font-size: 228px;
    line-height: 220px;
  }
}
.section-header-quote .underline {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 36px auto 0;
}
@media (min-width: 768px) {
  .section-header-quote .underline {
    margin: 30px auto 0;
  }
}
.underline-small {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #e4e4e4;
  margin: 50px auto 40px;
}
@media (max-width: 767px) {
  .underline-small {
    margin: 30px auto 40px;
  }
}
body {
  overflow-x: hidden;
}
body .parallax-module {
  font-size: 16px !important;
  line-height: 26px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .parallax-module {
    font-size: 14px !important;
    line-height: 24px;
  }
}
body .parallax-module .quote-inner-text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body .parallax-module {
    padding-bottom: 220px;
    position: relative;
    height: auto;
  }
}
@media (min-width: 992px) {
  body .parallax-module {
    padding-bottom: 240px;
    position: relative;
    height: auto;
  }
}
@media (min-width: 1200px) {
  body .parallax-module {
    padding-bottom: 310px;
    position: relative;
    height: auto;
  }
}
@media (max-width: 767px) {
  .parallax-module {
    padding-bottom: 30px;
  }
  .parallax-module .animate-level-1 {
    position: relative;
  }
  .parallax-module .animate-level-1 .number {
    line-height: 187px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 126px;
    height: inherit;
    font-size: 138px;
    letter-spacing: 5px;
    margin: AUTO;
    display: block;
    width: 100%;
  }
  .parallax-module .animate-level-1 h2 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 52px;
    font-weight: 100;
    letter-spacing: 8px;
    line-height: 55px;
    text-align: center;
    margin: 50px auto 40px;
  }
  .parallax-module .animate-level-1 h2 span {
    display: block;
    font-size: 24px;
  }
  .parallax-module .animate-level-1 .underline {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px;
  }
  .parallax-module .animate-level-1 .description {
    position: relative;
    top: 0;
    left: 0;
  }
  .parallax-module .animate-level-1 img.featured {
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto 46px;
  }
  .parallax-module .animate-level-1 .button {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .parallax-module {
    height: 600px;
  }
  .parallax-module img.featured {
    position: absolute;
    width: 340px;
  }
  .parallax-module .number {
    position: absolute;
    width: 186px;
    height: 260px;
    font-size: 210px;
    letter-spacing: 20px;
    color: #EDEDED;
    text-align: center;
    font-family: BabasNeue;
    line-height: 1;
  }
  .parallax-module h2.title {
    position: relative;
    width: 182px;
    font-weight: 100;
    font-size: 85px;
    line-height: 80px;
    letter-spacing: 20px;
  }
  .parallax-module h2.title span {
    display: block;
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 68px;
  }
  .parallax-module .underline {
    position: relative;
    width: 700px;
    border-bottom: 1px solid #DBDBDB;
  }
  .parallax-module .description {
    position: relative;
    width: 290px;
  }
  .parallax-module .description.long-description {
    width: 500px;
  }
  .parallax-module .description span {
    display: block;
  }
  .parallax-module .button {
    position: relative;
  }
}
@media (min-width: 992px) {
  .parallax-module {
    min-height: 650px;
    padding-top: 20px;
  }
  .parallax-module img.featured {
    width: 404px;
  }
  .parallax-module .number {
    position: absolute;
    width: 186px;
    height: 260px;
    font-size: 210px;
    letter-spacing: 20px;
    color: #EDEDED;
    text-align: center;
    font-family: BabasNeue;
  }
  .parallax-module h2.title {
    width: 455px;
    font-size: 85px;
    line-height: 80px;
    letter-spacing: 20px;
  }
  .parallax-module .description {
    position: relative;
    width: 390px;
  }
  .parallax-module .description.long-description {
    width: 600px;
  }
  .parallax-module .button {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .parallax-module {
    min-height: 800px;
    padding-top: 0px;
  }
  .parallax-module img.featured {
    position: absolute;
    max-width: 582px;
    width: 518px;
  }
  .parallax-module .number {
    width: 186px;
    height: 260px;
    font-size: 210px;
    letter-spacing: 12px;
    color: #EDEDED;
    text-align: center;
  }
  .parallax-module h2.title {
    width: 532px;
    font-size: 85px;
    line-height: 80px;
    letter-spacing: 13px;
  }
  .parallax-module .description {
    width: 428px;
  }
  .parallax-module .description.long-description {
    width: 600px;
  }
}
.animation-content-container {
  position: relative;
}
@media (min-width: 768px) {
  .animation-left img.featured {
    right: 20px;
    top: 100px;
  }
  .animation-left .number {
    top: 44px;
    left: 4px;
  }
  .animation-left .title {
    top: 100px;
    left: 4px;
  }
  .animation-left .description {
    top: 152px;
    left: 8px;
  }
  .animation-left .underline {
    top: 106px;
    left: -378px;
  }
  .animation-left .button2 {
    top: 540px;
    left: 100px;
  }
  .animation-left .animation-content-container {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .animation-left img.featured {
    right: 0;
    top: 58px;
  }
  .animation-left .number {
    top: 44px;
    left: 50px;
  }
  .animation-left .title {
    top: 110px;
    left: 50px;
  }
  .animation-left .description {
    top: 172px;
    left: 100px;
  }
  .animation-left .underline {
    top: 118px;
    left: -350px;
  }
  .animation-left .button2 {
    top: 540px;
    left: 100px;
  }
  .animation-left .animation-content-container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .animation-left img.featured {
    right: 0px;
    top: 101px;
  }
  .animation-left .number {
    top: 76px;
    left: 0px;
  }
  .animation-left .title {
    top: 152px;
    left: 0px;
  }
  .animation-left .description {
    top: 230px;
    left: 100px;
  }
  .animation-left .underline {
    top: 172px;
    left: -350px;
  }
  .animation-left .button2 {
    top: 540px;
    left: 100px;
  }
  .animation-left .animation-content-container {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .animation-right img.featured {
    left: 20px;
    top: 100px;
  }
  .animation-right .number {
    position: absolute;
    top: 44px;
    left: unset;
    right: 0;
  }
  .animation-right .title {
    top: 100px;
    left: 380px;
  }
  .animation-right .description {
    /*top: 318px; left: 440px;*/
    top: 152px;
    left: 382px;
  }
  .animation-right .underline {
    /*top: 247px; left: 380px;*/
    top: 106px;
    left: 371px;
  }
  .animation-right .button2 {
    top: 562px;
    left: 400px;
  }
  .animation-right .animation-content-container {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .animation-right img.featured {
    left: 0px;
    top: 58px;
  }
  .animation-right .number {
    top: 44px;
    left: unset;
    right: 0;
  }
  .animation-right .title {
    top: 104px;
    left: 490px;
  }
  .animation-right .description {
    /*top: 318px;*/
    top: 172px;
    left: 550px;
  }
  .animation-right .underline {
    /*top: 247px;*/
    top: 118px;
    /*left: 490px;*/
    left: 370px;
  }
  .animation-right .button2 {
    top: 562px;
    left: 550px;
  }
  .animation-right .animation-content-container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .animation-right img.featured {
    right: 0;
    top: 150px;
  }
  .animation-right .number {
    top: 76px;
    right: 0;
    left: inherit;
  }
  .animation-right .title {
    top: 152px;
    left: 624px;
  }
  .animation-right .underline {
    /*top: 326px; left: 627px;*/
    top: 172px;
    left: 406px;
  }
  .animation-right .description {
    /*top: 427px;*/
    top: 230px;
    left: 724px;
  }
  .animation-right .button2 {
    top: 562px;
    left: 724px;
  }
  .animation-right .animation-content-container {
    padding-top: 0px;
  }
}
.section-quote {
  background-color: black;
}
.section-quote .container {
  height: 490px;
}
.section-quote .container .table-row {
  margin: auto;
  height: 100%;
}
.section-quote .quote-text {
  font-family: BabasNeue;
  position: relative;
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 690px;
  letter-spacing: 4px;
}
.section-quote .logo {
  padding-top: 55px;
  display: block;
  margin: auto;
}
.feature-banner .container {
  height: 380px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .feature-banner .container {
    height: 490px;
  }
}
.feature-banner .container .table-row {
  margin: auto;
  height: 100%;
}
.feature-banner h3 {
  font-family: BabasNeue;
  position: relative;
  display: block;
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .feature-banner h3 {
    font-size: 38px;
    padding-bottom: 22px;
    letter-spacing: 4px;
    line-height: 48px;
  }
}
.feature-banner p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .feature-banner p {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-banner .logo {
  padding-top: 55px;
  display: block;
  margin: auto;
}
body {
  overflow-x: hidden;
}
.background-static-text-container {
  position: absolute;
  left: 50%;
}
.info-text p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .info-text .col-sm-6 + .col-sm-6 {
    margin-top: 20px;
  }
}
.info-text .sub-text {
  font-size: 14px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .info-text .sub-text {
    padding-top: 12px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.info-text h3 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 2px;
  margin-bottom: 16px;
  letter-spacing: 2px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .info-text h3 {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .info-text h3 {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
.info-text h4 {
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
  .info-text h4 {
    font-size: 16px;
  }
}
.info-text h4.description-sub-header {
  padding-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.info-text dl.product-price dt {
  float: left;
  width: 70%;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}
.info-text dl.product-price dd {
  font-weight: bold;
  display: block;
  margin-left: 70%;
  line-height: 26px;
  text-align: right;
  padding-right: 2px;
}
.info-text img {
  width: 80%;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .info-text img {
    margin-top: 18px;
    width: 100%;
  }
}
.info-text .background-text {
  position: absolute;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.info-text .background-text span {
  font-family: BabasNeue;
  color: #EDEDED;
  font-size: 82px;
  line-height: 104px;
  letter-spacing: 15px;
  display: block;
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-text .background-text span {
    font-size: 126px;
    letter-spacing: 12px;
    margin-top: 0;
    text-align: left;
  }
}
.info-text .background-text-lg.xs-show span {
  margin-top: 44px;
}
.info-text .background-text-lg {
  position: absolute;
  text-align: left;
  /*overflow: hidden;*/
  white-space: nowrap;
  width: 100%;
  top: 5px;
}
.info-text .background-text-lg span {
  font-family: BabasNeue;
  color: #EDEDED;
  font-size: 82px;
  line-height: 104px;
  letter-spacing: 15px;
  display: block;
  /*margin-top: 12px;*/
  /*margin-top: 53px;*/
  margin-top: -23px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-text .background-text-lg span {
    font-size: 188px;
    line-height: 152px;
    letter-spacing: 12px;
    margin-top: 0;
    text-align: left;
  }
}
.info-text .category {
  position: relative;
  display: inline-block;
  top: 0;
  width: 100px;
  height: 24px;
  background: #1E1E1E;
  color: #fff;
  margin: 24px 0 4px;
  text-align: center;
  font-size: 12px;
  padding: 4px;
}
@media (min-width: 768px) {
  .info-text .category {
    margin: 31px 0 25px;
  }
}
.info-text .category-2 {
  position: relative;
  display: inline-block;
  top: 0;
  width: 120px;
  height: 24px;
  background: #1E1E1E;
  color: #fff;
  margin: 15px 0 0;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .info-text .category-2 {
    width: 100px;
    margin-top: 12px;
  }
}
.info-text .no-category {
  padding-top: 36px;
}
.info-text h2.title-medium {
  position: relative;
  display: block;
  font-size: 38px;
  letter-spacing: 6px;
  font-weight: 100;
  line-height: 48px;
  padding-bottom: 20px;
}
.info-text h2.title-medium .sub-text {
  display: block;
  margin-top: 28px;
  font-size: 20px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .info-text h2.title-medium {
    font-size: 58px;
    letter-spacing: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 55px;
    line-height: 52px;
  }
  .info-text h2.title-medium .sub-text {
    display: block;
    margin-top: 0px;
    font-size: 20px;
    line-height: 38px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.info-text h2.sliding-text {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 16px;
  font-weight: 100;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 6px;
}
.info-text h2.sliding-text .sub-text {
  display: block;
  font-weight: 100;
  margin-top: 0;
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .info-text h2.sliding-text {
    text-align: left;
    font-size: 74px;
    letter-spacing: 14px;
    font-weight: 100;
    line-height: 70px;
    padding-bottom: 38px;
    border-bottom: 1px solid #e4e4e4;
  }
  .info-text h2.sliding-text .sub-text {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 6px;
    line-height: 30px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .info-text h2.sliding-text {
    font-size: 85px;
    letter-spacing: 20px;
    font-weight: 100;
    line-height: 80px;
  }
  .info-text h2.sliding-text .sub-text {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 6px;
    line-height: 68px;
    margin-top: 15px;
  }
}
.info-text h2.owner {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 36px;
  letter-spacing: 6px;
  font-weight: 100;
  line-height: 40px;
}
.info-text h2.owner .sub-text {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .info-text h2.owner {
    text-align: left;
    font-size: 100px;
    letter-spacing: 16px;
    font-weight: 100;
    line-height: 48px;
    padding-bottom: 66px;
    border-bottom: 1px solid #e4e4e4;
  }
  .info-text h2.owner .sub-text {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 28px;
    letter-spacing: 6px;
  }
}
.info-text .image-owner {
  width: 70%;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .info-text .image-owner {
    width: 100%;
  }
}
.info-text .left-spacing-1 {
  position: relative;
  margin-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .info-text .left-spacing-1 {
    margin-left: 35px;
    text-align: left;
  }
}
.info-text .left-spacing-2 {
  margin-left: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .info-text .left-spacing-2 {
    margin-top: 40px;
  }
}
.info-text .left-spacing-2 h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.info-text .left-spacing-2 h3.name {
  text-transform: none;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.info-text .left-spacing-2 a,
.info-text .left-spacing-2 address {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .info-text .left-spacing-2 a,
  .info-text .left-spacing-2 address {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-text .left-spacing-2 .top-spacing-lg {
  width: 90%;
  display: block;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .info-text .left-spacing-2 .top-spacing-lg {
    margin: 40px 0 40px 0;
    display: inline-block;
    width: initial;
  }
}
.info-text .left-spacing-2 .button-container {
  margin: 30px 0;
}
.info-text .left-spacing-2 .button-container .button {
  min-width: 202px;
}
@media (min-width: 768px) {
  .info-text .left-spacing-2 .button-container .button {
    margin: 10px 20px 10px 0;
  }
}
@media (min-width: 768px) {
  .info-text .left-spacing-2 {
    margin-left: 35px;
  }
  .info-text .left-spacing-2 .xs-margin-top-sm {
    margin-top: 20px;
  }
  .info-text .left-spacing-2 h3.name {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .info-text .left-spacing-2 {
    margin-left: 108px;
  }
  .info-text .left-spacing-2 .xs-margin-top-sm {
    margin-top: 0px;
  }
  .info-text .left-spacing-2 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.info-text ul li {
  margin: 6px 0;
}
.info-text .description-medium {
  margin-top: 22px;
  line-height: 24px;
}
.column-left {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .column-left {
    padding-left: 60px;
  }
}
.column-right {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column-right {
    padding-right: 60px;
  }
}
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-img-tab-content .tab-pane {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .product-img-tab-content .fade {
    display: none;
  }
  .product-img-tab-content .fade.in {
    display: none;
  }
  .product-img-tab-content .fade.in.active {
    display: block;
  }
}
.product-thumbnail-img-list-container {
  padding-top: 30px;
  padding-bottom: 50px;
}
.product-list {
  position: relative;
  text-align: center;
  margin: auto;
}
.product-list li {
  display: inline-block;
  width: 167px;
  margin: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.product-list li:hover,
.product-list li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li img {
  display: block;
  margin: 0 auto 10px;
}
.product-list li .description {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.product-list li .amount {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.section-social-image-container .slick-next {
  right: 0 !important;
}
.section-social-image-container .slick-prev {
  left: 0 !important;
}
@media (max-width: 767px) {
  .section-social-image-container .background-cover {
    width: 100%;
    height: 324px;
  }
}
@media (min-width: 768px) {
  .section-social-image-container .background-cover {
    position: relative;
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section-social-image-container .social-img-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /*opacity: 0;
        filter: alpha(opacity=0);*/
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section-social-image-container .social-img-overlay-container:hover {
  /*opacity: 0.7;
            filter: alpha(opacity=70);*/
  background-color: rgba(0, 0, 0, 0.8);
}
.section-social-image-container .social-img-overlay-container:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-social-image-container .social-img-overlay-container span {
  color: white;
  display: block;
  margin: auto;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-social-image-container .social-img-overlay-container .social-icon {
  font-size: 64px;
}
.section-social-image-container .social-img-overlay-container .social-text {
  font-family: BabasNeue;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 3px;
  margin: 15px 0 0 0;
  line-height: 23px;
}
.section-social-image-container img {
  width: 100%;
}
.article-text {
  /*.article-header {


        @media(min-width: @screen-sm) {
            padding-left: 2%;
        }

        @media(min-width: @screen-md) {
            padding-left: 7%;
        }
    }

    .article-content {

        @media(min-width: @screen-sm) {
            padding-right: 2%;
        }

        @media(min-width: @screen-md) {
            padding-right: 7%;
        }

        p:first-child {
            margin-top: 5px;
        }
    }*/
}
@media (min-width: 768px) {
  .article-text.extra-padding {
    padding-left: 103px;
    padding-right: 103px;
  }
}
.article-text h2 {
  font-size: 40px;
  letter-spacing: 7px;
  font-weight: 100;
  line-height: 50px;
}
.article-text h2.article-page-header {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .article-text h2.article-page-header {
    padding-bottom: 50px;
    margin-bottom: 48px;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 7px;
  }
}
.article-text img {
  display: block;
  margin: 40px auto 50px;
  box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
  max-width: 100%;
  width: 100%;
}
.article-text ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 14px;
  padding-left: 4px;
}
.article-text ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 14px;
  padding-left: 4px;
}
.article-text ul,
.article-text ol {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .article-text ul,
  .article-text ol {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.article-text li {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .article-text li {
    font-size: 14px;
  }
}
.article-text p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.article-text p.quote {
  position: relative;
  font-family: BabasNeue;
  display: block;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 40px auto;
  max-width: 690px;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .article-text p.quote {
    margin: 50px auto;
  }
}
.article-text p:first-child {
  margin-top: 0px;
}
.article-text .article-break .break-line {
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .article-text .article-break .break-line {
    margin: 60px 0 0;
    padding-top: 60px;
  }
}
.share-article {
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .share-article {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .share-article {
    padding-top: 60px;
  }
}
.share-article .title {
  font-family: BabasNeue;
  display: block;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 4px auto 16px;
  max-width: 690px;
  letter-spacing: 4px;
}
.share-article ul.social {
  text-align: center;
}
.share-article ul.social li {
  display: inline-block;
}
.share-article ul.social li .social-text {
  font-size: 46px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.share-article ul.social li .social-text:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*#section-contactus {
    position: relative;
    height: 800px;

    .container {
        height: 100%;
        .row{
            height: 100%;
        }
    }
}*/
.slider-form li {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.slider-form li .umbraco-forms-container .form-group {
  /*.col-md-6:first-child {
                    padding-left: 0;
                }*/
}
.slider-form li .umbraco-forms-container .form-group .col-md-6 + .col-md-6 {
  padding-right: 0;
}
.slider-form li .button-container {
  padding: 0 15px;
}
.leafcafe-form {
  height: 100%;
}
.leafcafe-form .col-md-6:first {
  padding-left: 0;
}
.leafcafe-form .form-main {
  min-height: 500px;
}
@media (min-width: 768px) {
  .leafcafe-form .form-main {
    padding-left: 40px;
    padding-right: 36px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .leafcafe-form .form-main {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .leafcafe-form .form-main {
    padding-left: 103px;
  }
}
.leafcafe-form h2 {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 6px;
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  margin: 20px auto 50px;
  line-height: 54px;
}
.leafcafe-form .form-group {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .leafcafe-form .form-group {
    margin-bottom: 40px;
  }
}
.leafcafe-form .form-group.multiplechoice {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .leafcafe-form .form-group.multiplechoice {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .leafcafe-form .form-group.multiplechoice label {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .leafcafe-form .form-group.multiplechoice input {
    position: relative;
    top: 2px;
  }
}
.leafcafe-form .form-group.checkbox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .leafcafe-form .form-group.checkbox {
    margin-bottom: 0px;
  }
}
.leafcafe-form .form-group.checkbox label {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .leafcafe-form .form-group.checkbox label {
    padding-left: 34px;
  }
}
.leafcafe-form .form-group.checkbox input {
  left: 30px;
  margin-left: 0;
}
.leafcafe-form label {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .leafcafe-form label {
    margin-bottom: 14px;
  }
}
.leafcafe-form input,
.leafcafe-form .btn {
  height: 56px;
  border-radius: 0;
}
.leafcafe-form input[type="radio"],
.leafcafe-form input[type="checkbox"] {
  height: auto;
}
.leafcafe-form textarea {
  border-radius: 0;
}
.leafcafe-form .form-control {
  width: 100%;
  padding: 6px 20px;
  background-color: #F6F6F6 !important;
  border: none;
  outline: none;
  text-align: left;
}
.leafcafe-form .select-style {
  position: relative;
  border: 1px solid #d2d2d2;
  background-color: #F6F6F6 !important;
  z-index: 0;
  padding: 6px 0px;
  border: none;
  outline: none;
  height: 56px;
}
.leafcafe-form .select-style:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 2px;
  top: 26px;
  right: 20px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid \9;
  text-align: right;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}
.leafcafe-form .select-style select {
  width: 100%;
  padding: 14px 40px 6px 20px;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.leafcafe-form .caret {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  top: 26px;
  right: 20px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid \9;
  text-align: right;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.leafcafe-form ul.dropdown-menu {
  background: #1e1e1e;
  color: white;
  width: 100%;
  border-radius: 0;
}
.leafcafe-form ul.dropdown-menu li {
  padding: 18px 0 19px;
  border-bottom: 1px solid #393939;
}
.leafcafe-form ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.leafcafe-form ul.dropdown-menu li a:hover,
.leafcafe-form ul.dropdown-menu li a:focus,
.leafcafe-form ul.dropdown-menu li a:active,
.leafcafe-form ul.dropdown-menu li a {
  text-decoration: none !important;
  color: #949494 !important;
  background-color: inherit !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.leafcafe-form ul.dropdown-menu li:hover a {
  color: white !important;
}
.leafcafe-form .multiplechoice label {
  padding-left: 0;
}
.leafcafe-form .form-group.multiplechoice input + label {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.leafcafe-form .form-divider {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
.leafcafe-form .btnSubmit,
.leafcafe-form .btn-next {
  float: right;
}
.leafcafe-form .btnSubmit,
.leafcafe-form .btn-prev,
.leafcafe-form .btn-next {
  width: 45%;
  border: 2px solid #1e1e1e;
  height: 54px;
  background: #fff !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .leafcafe-form .btnSubmit,
  .leafcafe-form .btn-prev,
  .leafcafe-form .btn-next {
    width: 200px;
  }
}
.leafcafe-form .hq-container {
  background: #1E1E1E;
  color: #fff;
  margin: 40px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .leafcafe-form .hq-container {
    text-align: left;
    padding-left: 30px;
    margin: 0;
    height: 100%;
  }
}
.leafcafe-form .hq-container h3 {
  font-family: 'Montserrat', sans-serif;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}
.leafcafe-form .hq-container address,
.leafcafe-form .hq-container .phone,
.leafcafe-form .hq-container .opening-hour {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.umbraco-forms-submitmessage {
  position: relative;
  width: 100%;
  height: 330px;
  border: 4px solid #1e1e1e;
}
@media (min-width: 768px) {
  .umbraco-forms-submitmessage {
    height: 660px;
  }
}
.umbraco-forms-submitmessage .form-submit-message p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 26px;
  width: 80%;
  margin: 0 auto 26px;
}
.umbraco-forms-submitmessage .form-submit-message .logo {
  width: 200px;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .umbraco-forms-submitmessage .form-submit-message .logo {
    width: 238px;
  }
}
.content-container {
  position: relative;
}
@media (max-width: 767px) {
  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.collapse-button {
  position: relative;
  display: block;
  background-color: #EBEBEB;
  margin: 20px 0 0;
  padding: 20px 20% 20px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.collapse-button:hover {
  background-color: #1e1e1e;
  color: white;
}
.collapse-button[aria-expanded="true"] {
  background-color: #1e1e1e;
  color: white;
}
.collapse-button:after {
  position: absolute;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  content: "\e904";
  height: 20px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 24px;
  font-weight: bold;
  height: 26px;
  padding-top: 1px;
  -webkit-animation: spin-back 0.2s none;
  -moz-animation: spin-back 0.2s none;
  -o-animation: spin-back 0.2s none;
  animation: spin-back 0.2s none;
  -webkit-transition-property: top, bottom;
}
@media (min-width: 768px) {
  .collapse-button:after {
    font-size: 24px;
    font-weight: bold;
    height: 26px;
    right: 1.6em;
  }
}
.collapsed-content .cc {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .collapsed-content .cc {
    padding: 30px 48px;
  }
}
.number-listing li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 14px;
  padding-left: 4px;
}
.bold {
  font-weight: bold;
}
.collapse-button.collapsed:after {
  -webkit-animation: spin 0.4s forwards;
  -moz-animation: spin 0.4s forwards;
  -o-animation: spin 0.4s forwards;
  animation: spin 0.4s forwards;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateX(0deg);
  }
  to {
    -webkit-transform: translate(0, 10%) rotateX(180deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotateX(0deg);
  }
  to {
    -moz-transform: rotateX(180deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotateX(0deg);
  }
  to {
    -o-transform: rotateX(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: translate(0, 10%) rotateX(180deg);
  }
}
@-webkit-keyframes spin-back {
  from {
    -webkit-transform: rotateX(180deg);
  }
  to {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes spin-back {
  from {
    -moz-transform: rotateX(180deg);
  }
  to {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes spin-back {
  from {
    -o-transform: rotateX(180deg);
  }
  to {
    -o-transform: rotateX(0deg);
  }
}
@keyframes spin-back {
  from {
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
.slider-container-type-2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .slider-container-type-2 {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.slider-container-type-2 .garallary-image {
  display: block;
  width: 100%;
  height: 600px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #section-garallery {
    margin-bottom: 0 !important;
  }
}
.slider-container-type-3 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media (min-width: 768px) {
  .slider-container-type-3 {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.slider-container-type-3 .garallary-image {
  display: block;
  width: 100%;
  height: 600px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider-container-type-3 .garallary-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .slider-container-type-3 .slick-next {
    right: 0 !important;
  }
  .slider-container-type-3 .slick-prev {
    left: 0 !important;
  }
}
.slick-next {
  right: -30px !important;
}
@media (min-width: 768px) {
  .slick-next {
    right: -80px !important;
  }
}
@media (min-width: 992px) {
  .slick-next {
    right: -80px !important;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -80px !important;
  }
}
.slick-prev {
  left: -30px !important;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -80px !important;
  }
}
@media (min-width: 992px) {
  .slick-prev {
    left: -80px !important;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -80px !important;
  }
}
ul.list-1 {
  list-style: none;
}
ul.list-1 li .box {
  box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
  padding-bottom: 16px;
  margin-bottom: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
ul.list-1 li .header-img {
  display: block;
  width: 100%;
  height: 230px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
ul.list-1 li a.link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
ul.list-1 li a.link:link,
ul.list-1 li a.link:visited,
ul.list-1 li a.link:hover,
ul.list-1 li a.link:active {
  text-decoration: none;
  outline: none;
}
ul.list-1 li a.link .icon-icon_arrow1_right {
  font-size: 32px;
  vertical-align: middle;
  line-height: 51px;
  padding-right: 8px;
}
ul.list-1 li .details {
  margin: 30px 30px 0;
}
ul.list-1 li .details h3 {
  font-size: 22px;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
ul.list-1 li .details address {
  font-style: normal;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  ul.list-1 li .details address {
    height: 80px;
    font-size: 16px;
  }
}
ul.list-1 li .product-image {
  background: #fff;
  width: 100%;
}
ul.list-1 li .product-image img {
  padding: 16px 0;
  margin: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.4s ease;
  /* Firefox */
  -ms-transition: all 0.4s ease;
  /* IE 9 */
  -o-transition: all 0.4s ease;
  /* Opera */
  transition: all 0.4s ease;
}
ul.list-1 li a.link {
  display: block;
  padding-top: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
ul.list-1 li a.link:link,
ul.list-1 li a.link:visited,
ul.list-1 li a.link:hover,
ul.list-1 li a.link:active {
  text-decoration: none;
  outline: none;
}
ul.list-1 li .product-details {
  padding: 26px 0 10px;
  margin: 0 40px;
  border-top: 1px solid #e4e4e4;
  text-align: center;
}
ul.list-1 li .product-details .category {
  font-weight: 300;
}
ul.list-1 li .product-details h3 {
  font-size: 20px;
  margin: 7px 0 9px;
  font-family: 'Montserrat', sans-serif;
}
ul.list-1 li .product-details .icon-icon_arrow1_right {
  line-height: 25px !important;
  padding-right: 8px !important;
}
ul.list-1 li:hover .box {
  background: #1E1E1E;
  color: #fff;
}
ul.list-1 li:hover a {
  color: #fff !important;
}
ul.list-1 li:hover .product-details {
  border-top: 1px solid transparent;
}
ul.list-1 li:hover .product-image img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: 12px;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 12px 57px 8px;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid #1E1E1E;
  white-space: nowrap;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.button:hover {
  text-decoration: none;
  background-color: #1E1E1E;
  color: #fff;
}
.featured-box-list {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .featured-box-list {
    height: 340px;
  }
}
.featured-box-list .row {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .featured-box-list .row {
    box-shadow: 0 12px 40px 4px rgba(0, 0, 0, 0.12) !important;
    top: -40px;
  }
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box {
    height: 100%;
  }
}
.featured-box-list .row .featured-box h3 {
  padding-top: 36px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 4px;
  text-align: center;
}
.featured-box-list .row .featured-box h3 span {
  padding-right: 2px;
  top: 5px;
  font-size: 34px;
  vertical-align: middle;
  padding-right: 4px;
}
.featured-box-list .row .featured-box .underline {
  position: relative;
  width: 60px;
  border-bottom: 1px solid #e4e4e4;
  margin: 16px auto 0px;
  display: none;
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box h3 {
    padding-top: 0px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 4px;
    text-align: center;
  }
  .featured-box-list .row .featured-box h3 span {
    padding-right: 15px;
    top: 5px;
    font-size: 46px;
  }
  .featured-box-list .row .featured-box .underline {
    display: block;
    margin: 21px auto 23px;
  }
}
@media (min-width: 992px) {
  .featured-box-list .row .featured-box h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .featured-box-list .row .featured-box h3 {
    font-size: 40px;
  }
}
.featured-box-list .row .featured-box .description-container {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 40px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .featured-box-list .row .featured-box .description-container.last {
    border-bottom: 0px solid #DDDDDD;
  }
}
.featured-box-list .row .featured-box .description-container dl {
  width: 240px;
  margin: auto;
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box .description-container {
    max-width: 274px;
    min-height: 117px;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
    display: table;
  }
  .featured-box-list .row .featured-box .description-container .content {
    display: table-cell;
    vertical-align: middle;
  }
  .featured-box-list .row .featured-box .description-container dl {
    width: inherit;
  }
}
.featured-box-list .row .featured-box .description-container p,
.featured-box-list .row .featured-box .description-container span {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.featured-box-list .row .featured-box .description-container .note {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 12px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box .description-container .note {
    margin: auto;
    text-align: center;
    padding-top: 20px;
  }
}
.featured-box-list .row .featured-box .description-container dt {
  float: left;
  width: 45%;
  overflow: hidden;
  clear: left;
  text-align: left;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box .description-container dt {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .featured-box-list .row .featured-box .description-container dt {
    width: 50%;
  }
}
.featured-box-list .row .featured-box .description-container dd {
  display: block;
  margin-left: 45%;
  line-height: 26px;
}
@media (min-width: 768px) {
  .featured-box-list .row .featured-box .description-container dd {
    width: 60%;
    margin-left: 40%;
  }
}
@media (min-width: 992px) {
  .featured-box-list .row .featured-box .description-container dd {
    width: 50%;
    margin-left: 50%;
  }
}
.featured-box-list .row .featured-box .description-container a {
  text-align: center;
  display: block;
  padding-bottom: 6px;
  color: #333333;
}
.align-center-one-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .align-center-one-column {
    width: 680px;
    text-align: center;
  }
}
.nav-tabs-inline-center li {
  padding: 0;
  color: #1e1e1e;
  position: relative;
  display: block;
  padding: 16px !important;
  text-align: center;
  min-height: 97px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  list-style-type: none !important;
  list-style-position: unset !important;
  margin-left: 0px !important;
}
@media (max-width: 767px) {
  .nav-tabs-inline-center li {
    min-height: 70px;
  }
}
.nav-tabs-inline-center li .form-tab-step {
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .nav-tabs-inline-center li .form-tab-step {
    padding-top: 10px;
  }
}
.nav-tabs-inline-center li .form-tab-title {
  text-transform: uppercase;
  padding-top: 5px;
}
.nav-tabs-inline-center li.active {
  background-color: #1e1e1e;
  color: white;
}
.form-title {
  padding-top: 32px;
  margin: auto;
  text-align: center;
  font-size: 20px;
}
.franchise-form .view-port {
  width: 100%;
  overflow: hidden;
}
.form-fields-container {
  min-height: 420px;
}
.form-content {
  margin-top: 40px;
  background-color: #fff;
  padding: 50px 7%;
}
.form-content .tab-pane {
  width: 100%;
}
.featured-large-image {
  text-align: center;
}
.featured-large-image img {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .featured-large-image a {
    width: 85%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .featured-large-image a {
    padding: 15px 57px 17px;
    font-size: 14px;
    font-weight: bold;
  }
}
.map-canvas {
  height: 300px;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 480px;
  }
}
.page-navigator {
  position: fixed;
  right: -300px;
  width: 300px;
  height: 300px;
  z-index: 5000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page-navigator.active {
  right: 0;
}
.page-navigator .black-tint {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 36px 40px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .page-navigator {
    display: none;
  }
}
.page-navigator .page-summary-container {
  position: relative;
  width: 300px;
  height: 300px;
}
.page-navigator .page-summary-container span {
  font-family: BabasNeue;
  color: white;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 2px;
  font-weight: 100;
}
.page-navigator .page-summary-container .page-nav-next {
  position: absolute;
  font-family: BabasNeue;
  color: white;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  font-weight: 100;
  bottom: 12px;
  left: 42px;
}
#page-navigator-next {
  top: 100px;
}
#page-navigator-prev {
  top: 400px;
}
.page-nav-button-container {
  position: fixed;
  top: 340px;
  right: 0;
  width: 60px;
  height: 120px;
  z-index: 5001;
}
@media (max-width: 767px) {
  .page-nav-button-container {
    display: none;
  }
}
.page-nav-button-container button {
  position: absolute;
  vertical-align: top;
  display: block;
  left: 0 !important;
  right: inherit !important;
  line-height: 24px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  color: white !important;
  background: #1e1e1e;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.page-nav-button-container button.disabled {
  opacity: 0.25;
}
.page-nav-button-container button:before {
  position: relative;
  top: 12px;
  display: block;
  text-align: left;
  padding-left: 12px;
  content: '\e905';
  font-size: 28px;
  font-family: 'icomoon';
  font-size: 36px;
  line-height: 1;
  color: white;
  opacity: 1;
}
.page-nav-button-container .page-nav-button-prev {
  top: 60px;
}
.page-nav-button-container .page-nav-button-next:before {
  content: "\e906";
}
.calculator-box {
  background: white;
  padding: 48px 38px;
  margin: 20px 0;
}
.calculator-box .leafcafe-form .form-group {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.calculator-box .leafcafe-form .form-group.first {
  padding-top: 10px;
}
.calculator-box .leafcafe-form .form-group.last {
  padding-bottom: 20px;
}
.calculator-box .leafcafe-form .form-group.result {
  padding-top: 15px;
  padding-bottom: 15px;
}
.calculator-box .leafcafe-form .form-control {
  padding-left: 34px;
  margin-bottom: 30px;
}
.calculator-box .leafcafe-form .form-control.last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .calculator-box .leafcafe-form .form-control {
    margin-bottom: 0px;
  }
}
.calculator-box .leafcafe-form .add-dollor-sign:before {
  position: absolute;
  content: '$';
  top: 50px;
  left: 30px;
  font-size: 18px;
}
.calculator-box .leafcafe-form .calculator-row {
  border-bottom: 1px solid #e4e4e4;
}
.calculator-box .leafcafe-form .calculator-row.last {
  border-bottom: 1px solid transparent;
}
.calculator-box .leafcafe-form .calculator-row .table-row {
  width: 100%;
}
@media (max-width: 767px) {
  .calculator-box .leafcafe-form .calculator-row .table-row {
    display: block;
  }
}
@media (max-width: 767px) {
  .calculator-box .leafcafe-form .calculator-row .table-cell {
    display: block;
  }
}
.calculator-box .leafcafe-form .calculator-row .terms-and-condition {
  font-size: 13px;
}
.calculator-box .leafcafe-form label {
  display: block;
}
.calculator-box .leafcafe-form .amount {
  font-family: BabasNeue;
  font-size: 40px;
  line-height: 68px;
}
@media (min-width: 768px) {
  .calculator-box .leafcafe-form .amount {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .calculator-box .leafcafe-form .container-left {
    display: block;
  }
}
@media (min-width: 768px) {
  .calculator-box .leafcafe-form .container-right {
    display: block;
    text-align: right;
  }
}
.button-module-container .button-container {
  display: block;
  width: 100%;
  text-align: center;
}
.button-module-container .button-container a.button {
  margin: auto;
  text-align: center;
  display: inline-block;
  padding: 12px 57px 8px;
  font-size: 12px;
  line-height: 26px;
}
html,
body {
  position: relative;
  height: 100%;
}
.middle-container {
  height: 100%;
}
.middle-container .menu-container {
  display: table;
  height: 100%;
  width: 80%;
}
.middle-container .menu-container .top-menu {
  display: table-cell;
  vertical-align: middle;
}
#section-header-mini {
  position: fixed;
  height: 80px;
  top: -80px;
  background-color: #fff;
}
#section-header-mini .menu-icon {
  top: 0;
}
#section-header-mini.mini {
  top: 0px;
}
#section-header-mini.type-3 {
  height: 80px;
}
.type-3 .menu-icon {
  top: 0;
}
@media (min-width: 768px) {
  .type-3 .menu-icon {
    top: 30px;
  }
}
.header-menu {
  display: none;
  z-index: 5000;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #FFFFFF;
  overflow: auto;
}
.header-menu .menu-icon {
  top: 0;
}
@media (min-width: 768px) {
  .header-menu .menu-icon {
    top: 29px;
  }
}
.header-menu .menu-icon.mini {
  top: 0px;
}
.nav-icon3 {
  width: 24px;
  height: 21px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  /*background: #d3531a;*/
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon3 span.short {
  width: 62.5%;
}
.nav-icon3.black span {
  background: #000;
}
/* Icon 3 */
.nav-icon3 span:nth-child(1) {
  top: 0px;
}
.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 9px;
}
.nav-icon3 span:nth-child(4) {
  top: 18px;
}
.nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-icon {
  position: absolute;
  height: 80px;
  padding-left: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
@media (min-width: 768px) {
  .menu-icon {
    padding-left: 40px;
  }
  .menu-icon.mini {
    position: fixed;
  }
}
.menu {
  position: fixed;
  z-index: 9001;
}
.menu-container {
  position: relative;
  margin: auto;
  text-align: center;
  color: white;
  font-family: BabasNeue !important;
}
@media (min-width: 768px) {
  .menu-container {
    width: 100%;
  }
}
.menu-container .leafcafe-symbol-container {
  margin-top: 0px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .menu-container .leafcafe-symbol-container {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.menu-container a:link,
.menu-container a:visited,
.menu-container a:hover,
.menu-container a:active {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #393939;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 42px;
  margin-bottom: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media (min-width: 768px) {
  .menu-container a:link,
  .menu-container a:visited,
  .menu-container a:hover,
  .menu-container a:active {
    font-size: 36px;
    padding-bottom: 0px;
    margin-bottom: 18px;
  }
}
.menu-container li:hover a {
  color: white;
  border-bottom: 1px solid transparent;
}
.menu-container li.active a {
  color: white;
  border-bottom: 1px solid transparent;
}
.menu-container .nav-menu-listing {
  width: 184px;
  margin: auto;
}
@media (min-width: 768px) {
  .menu-container .nav-menu-listing {
    width: 300px;
  }
}
.menu-container .nav-menu-sub-listing {
  display: block;
  height: 59px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  margin: 26px auto 0;
  padding: 22px 0;
}
@media (min-width: 768px) {
  .menu-container .nav-menu-sub-listing {
    width: 350px;
  }
}
.menu-container .nav-menu-sub-listing li {
  display: inline-block;
  width: 32%;
  border-left: 1px solid #393939;
  height: 14px;
}
.menu-container .nav-menu-sub-listing li:first-child {
  border-left: none;
}
.menu-container .nav-menu-sub-listing li.active a,
.menu-container .nav-menu-sub-listing li:hover a {
  color: white;
  border-bottom: 1px solid transparent;
}
.menu-container .nav-menu-sub-listing a:link,
.menu-container .nav-menu-sub-listing a:visited,
.menu-container .nav-menu-sub-listing a:hover,
.menu-container .nav-menu-sub-listing a:active {
  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0px;
  margin-bottom: 0;
  line-height: 17px;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .menu-container .nav-menu-sub-listing a:link,
  .menu-container .nav-menu-sub-listing a:visited,
  .menu-container .nav-menu-sub-listing a:hover,
  .menu-container .nav-menu-sub-listing a:active {
    font-size: 14px;
  }
}
.menu-container .nav-menu-social-listing {
  display: block;
  height: 59px;
  padding: 22px 0;
}
.menu-container .nav-menu-social-listing li {
  display: inline-block;
  height: 14px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .menu-container .nav-menu-social-listing li {
    padding: 0 4px;
  }
}
.menu-container .nav-menu-social-listing li:first-child {
  border-left: none;
}
.menu-container .nav-menu-social-listing li a {
  color: #575757;
}
.menu-container .nav-menu-social-listing li a span.social-text {
  font-size: 40px;
}
.menu-container .nav-menu-social-listing li a:hover {
  color: #fff;
}
.menu-container .nav-menu-social-listing li a,
.menu-container .nav-menu-social-listing li a:link,
.menu-container .nav-menu-social-listing li a:visited,
.menu-container .nav-menu-social-listing li a:hover,
.menu-container .nav-menu-social-listing li a:active {
  text-decoration: none;
  border-bottom: none;
}
.graph-container {
  position: relative;
  background: white;
  margin: 40px auto;
  min-height: 300px;
}
@media (max-width: 1200px) {
  .graph-container {
    width: 360px;
  }
}
.graph-item-container {
  position: absolute;
}
@media (max-width: 1200px) {
  .graph-item-container {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    margin-bottom: 10px;
    height: 68px;
  }
}
.graph-item-container.pos-1 {
  left: 94px;
  top: 56px;
}
.graph-item-container.pos-2 {
  left: 204px;
  top: 156px;
}
.graph-item-container.pos-3 {
  left: 314px;
  top: 56px;
}
.graph-item-container.pos-4 {
  left: 424px;
  top: 156px;
}
.graph-item-container.pos-5 {
  left: 534px;
  top: 56px;
}
.graph-item-container.pos-6 {
  left: 644px;
  top: 156px;
}
.graph-item-container.pos-7 {
  left: 754px;
  top: 56px;
}
.graph-item-container.pos-8 {
  left: 864px;
  top: 156px;
}
.graph-item-container.pos-9 {
  left: 974px;
  top: 56px;
}
.btn-circle {
  position: relative;
  display: inline-block;
  min-width: inherit;
  border-style: solid;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border-color: black;
  border-width: 2px;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 56px;
  height: 56px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .btn-circle {
    top: inherit !important;
    left: inherit !important;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .btn-circle {
    position: absolute;
  }
  .btn-circle .pointer {
    position: absolute;
  }
}
.css-Plus {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: black;
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 10px auto;
  cursor: pointer;
  font-family: BabasNeue;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .css-Plus {
    font-size: 28px;
  }
}
.annotation {
  position: absolute;
  width: 220px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  .annotation {
    position: relative;
    top: 0;
    left: 80px;
    width: inherit;
    display: inline-block;
    width: 288px;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 10px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }
}
.annotation.top {
  top: -56px;
  left: -84px;
}
@media (max-width: 1200px) {
  .annotation.top {
    top: inherit;
    left: inherit;
  }
}
.annotation.bottom {
  top: 75px;
  left: -84px;
}
@media (max-width: 1200px) {
  .annotation.bottom {
    top: inherit;
    left: inherit;
  }
}
.btn-circle.pointer:after {
  position: absolute;
  content: '';
  border-top: 1px solid black;
}
.btn-circle.pointer.last:after {
  width: 0 !important;
}
.btn-circle.pointer.pos-1:after,
.btn-circle.pointer.pos-3:after,
.btn-circle.pointer.pos-5:after,
.btn-circle.pointer.pos-7:after {
  top: 79px;
  left: 32px;
  width: 95px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .btn-circle.pointer.pos-1:after,
  .btn-circle.pointer.pos-3:after,
  .btn-circle.pointer.pos-5:after,
  .btn-circle.pointer.pos-7:after {
    border-top: 2px solid black;
    top: 70px;
    left: 8px;
    width: 38px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.btn-circle.pointer.pos-2:after,
.btn-circle.pointer.pos-4:after,
.btn-circle.pointer.pos-6:after,
.btn-circle.pointer.pos-8:after {
  top: -21px;
  left: 37px;
  width: 95px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1200px) {
  .btn-circle.pointer.pos-2:after,
  .btn-circle.pointer.pos-4:after,
  .btn-circle.pointer.pos-6:after,
  .btn-circle.pointer.pos-8:after {
    border-top: 2px solid black;
    top: 70px;
    left: 8px;
    width: 38px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .featured-home-slider .info-text .image-owner {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .featured-home-slider .info-text .left-spacing-2 h3.name {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.featured-home-slider .featured-img-slider {
  width: 700px;
  margin: auto;
  display: block;
  border: 0 solid black;
}
@media (min-width: 768px) {
  .featured-home-slider .featured-img-slider img,
  .featured-home-slider .featured-img-slider img.single {
    width: 340px !important;
  }
}
@media (min-width: 992px) {
  .featured-home-slider .featured-img-slider img,
  .featured-home-slider .featured-img-slider img.single {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .featured-home-slider .featured-img-slider img,
  .featured-home-slider .featured-img-slider img.single {
    width: 100% !important;
  }
}
.featured-home-slider .featured-img-slider img {
  width: 100%;
  -webkit-animation: blur 0.6s forwards;
  /* Safari 4+ */
  -moz-animation: blur 0.6s forwards;
  /* Fx 5+ */
  -o-animation: blur 0.6s forwards;
  /* Opera 12+ */
  animation: blur 0.6s forwards;
  /* IE 10+, Fx 29+ */
}
@media (min-width: 768px) {
}
.featured-home-slider .featured-img-slider img.single {
  width: inherit;
  max-width: 479px;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.featured-home-slider .featured-img-slider div.slick-current img {
  -webkit-animation: origin 0.6s forwards;
  /* Safari 4+ */
  -moz-animation: origin 0.6s forwards;
  /* Fx 5+ */
  -o-animation: origin 0.6s forwards;
  /* Opera 12+ */
  animation: origin 0.6s forwards;
  /* IE 10+, Fx 29+ */
}
.featured-home-slider .featured-img-slider div.slick-current {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.featured-home-slider .box {
  background-color: transparent;
}
.featured-home-slider .slick-list {
  overflow: visible;
}
.featured-home-slider .visible-area {
  width: 1326px;
  overflow: hidden;
  left: -415px;
  position: relative;
}
@media (min-width: 768px) {
  .featured-home-slider .visible-area {
    left: -490px;
  }
}
@media (min-width: 992px) {
  .featured-home-slider .visible-area {
    left: -408px;
  }
}
@media (min-width: 1200px) {
  .featured-home-slider .visible-area {
    left: -415px;
  }
}
.featured-home-slider .slick-current + .slick-slide,
.featured-home-slider .slick-current + .slick-slide + .slick-slide,
.featured-home-slider .slick-current + .slick-slide + .slick-slide + .slick-slide,
.featured-home-slider .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.featured-home-slider .slick-list {
  padding-bottom: 50px !important;
}
.featured-home-slider .slick-initialized .slick-prev,
.featured-home-slider .slick-initialized .slick-next {
  bottom: 0;
  top: inherit;
  display: none !important;
}
.featured-home-slider .slick-prev,
.featured-home-slider .slick-next {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.featured-home-slider .slick-prev:before,
.featured-home-slider .slick-next:before {
  position: relative;
  top: 18px;
  display: block;
  text-align: left;
  padding-left: 16px;
  content: '\e903';
  font-size: 28px;
}
.featured-home-slider .slick-prev:before {
  content: '\e918';
}
.featured-home-slider .featured-home-button-container {
  position: absolute;
  left: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  /*.slick-prev .page-counter {
                position: absolute;
                top: 20px;
                right: 67px;
                white-space: nowrap;
            }*/
}
@media (min-width: 768px) {
  .featured-home-slider .featured-home-button-container {
    width: 60px;
    margin-left: 52px;
  }
}
@media (min-width: 992px) {
  .featured-home-slider .featured-home-button-container {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .featured-home-slider .featured-home-button-container {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .featured-home-slider .featured-home-button-container {
    top: 50%;
    left: initial;
    width: 100%;
  }
  .featured-home-slider .featured-home-button-container .button-controller.slick-prev {
    position: absolute;
    left: 0 !important;
  }
  .featured-home-slider .featured-home-button-container .button-controller.slick-next {
    position: absolute;
    right: 0 !important;
    left: auto !important;
  }
}
.featured-home-slider .featured-home-button-container .button-controller {
  position: absolute;
  top: 0;
  vertical-align: top;
  display: block;
  left: 0 !important;
  right: inherit !important;
  line-height: 24px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  color: white !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  /*&.slick-prev {
                position: absolute;
                right: 0 !important;
                left: auto !important;
            }

            &.slick-next {
                position: absolute;
                left: auto !important;
                left: 0 !important;
                right: auto !important;
            }*/
}
@media (max-width: 767px) {
  .featured-home-slider .featured-home-button-container .button-controller {
    display: block !important;
    width: 60px !important;
  }
}
.featured-home-slider .featured-home-button-container .slick-prev,
.featured-home-slider .featured-home-button-container .slick-next {
  overflow: hidden;
}
.featured-home-slider .featured-home-button-container .slick-next .page-counter,
.featured-home-slider .featured-home-button-container .slick-prev .page-counter {
  position: absolute;
  top: 20px;
  left: 67px;
  white-space: nowrap;
}
.featured-home-slider .featured-home-slider-container {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .featured-home-slider .featured-home-slider-container {
    padding-top: 30px;
    top: -22px;
  }
}
.featured-home-slider .detail-displayed-container {
  position: relative;
}
.featured-home-slider .detail-displayed-container p {
  max-height: 134px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.featured-home-slider .detail-displayed {
  position: absolute;
  display: none;
  z-index: 10;
  top: 0;
}
.featured-home-slider .detail-displayed h3.name {
  margin-top: 0;
}
.featured-home-slider .detail-displayed.active {
  position: absolute;
  display: block;
}
@media (max-width: 767px) {
  .featured-home-slider .detail-displayed.active {
    position: absolute;
  }
}
.featured-home-slider .number {
  position: absolute;
  right: 18px;
  top: 22px;
  line-height: 200px;
}
@media (max-width: 767px) {
  .featured-home-slider .number {
    line-height: 187px;
    position: absolute;
    top: 24px;
    left: 0;
    line-height: 126px;
    height: inherit;
    font-size: 92px;
    letter-spacing: 8px;
    margin: auto;
    display: block;
    width: 100%;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    -webkit-filter: blur(5px);
    opacity: 0.6;
  }
}
@-moz-keyframes blur {
  0% {
    -moz-transform: scale(1);
    -moz-filter: blur(0px);
  }
  100% {
    -moz-transform: scale(0.8);
    -moz-filter: blur(5px);
  }
}
@-o-keyframes blur {
  0% {
    -o-transform: scale(1);
    -o-filter: blur(0px);
  }
  100% {
    -o-transform: scale(0.8);
    -o-filter: blur(5px);
  }
}
@keyframes blur {
  0% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: blur(5px);
    opacity: 0.6;
  }
}
@-webkit-keyframes origin {
  0% {
    -webkit-transform: scale(0.8);
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-transform: scale(1);
    -webkit-filter: blur(0px);
  }
}
@-moz-keyframes origin {
  0% {
    -moz-transform: scale(0.8);
    -moz-filter: blur(5px);
  }
  100% {
    -moz-transform: scale(1);
    -moz-filter: blur(0px);
  }
}
@-o-keyframes origin {
  0% {
    -o-transform: scale(0.8);
    -o-filter: blur(5px);
  }
  100% {
    -o-transform: scale(1);
    -o-filter: blur(0px);
  }
}
@keyframes origin {
  0% {
    transform: scale(0.8);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
/* Slider */
.slick-list,
.slick-slide {
  outline: none !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-arrow-button-top-20 .slick-prev,
.slick-arrow-button-top-20 .slick-next {
  top: 20%;
}
@media (min-width: 768px) {
  .slick-arrow-button-top-20 .slick-prev,
  .slick-arrow-button-top-20 .slick-next {
    top: 50%;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon';
  font-size: 36px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  background: #1e1e1e;
  width: 60px;
  height: 60px;
  left: 0px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\e905";
}
.slick-prev:before[dir="rtl"] {
  content: "\e906";
}
.slick-next {
  background: #1e1e1e;
  width: 60px;
  height: 60px;
  right: 0px;
}
.slick-next[dir="rtl"] {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\e906";
}
.slick-next:before[dir="rtl"] {
  content: "\e905";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  margin: 0 auto;
  background-color: #EDEDED;
  border-radius: 50px;
  color: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  display: block;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #1e1e1e;
}
.slick-dots li.slick-active {
  border-radius: 20px;
  width: 36px;
}
.slick-dots li.slick-active button {
  border-radius: 20px;
  width: 36px;
  background-color: #1e1e1e;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.with-white-dot {
  margin-bottom: -30px;
}
.with-white-dot .slick-dots {
  bottom: 40px !important;
  top: inherit !important;
}
.with-white-dot .slick-dots li button:hover,
.with-white-dot .slick-dots li button:focus {
  background-color: #fff;
}
.with-white-dot .slick-dots li.slick-active button {
  background-color: #fff;
}
nav {
  background-color: #f0f0f0;
}
.background-grey {
  background-color: #f0f0f0;
}
.height-700 {
  height: 700px;
}