@charset "UTF-8";
/*
 Theme Name: JBS
 Theme URI: http://jbs.com/wp-content/themes/jbs/
 Description: JBS theme.
 Tags: green, two-columns, right-sidebar
 Author: Lars Pham
 Author URI: http://camp-fire.dk
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Version:1.2
 Text Domain: jbs
 *//* Import bootstrap *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//* Core variables and mixins*//* Reset and dependencies *//*! 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;
}
/*! 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;
  }
}
/* Core CSS */* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Utility classes*/.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@at-root {
  @-ms-viewport {
    width: device-width;
  }
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Import variables *//* Variable fonts *//* Margin sizes on elements *//* Variable colors *//* Import fontawesome *//*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//* // Variables
 // -------------------------- *//* //$fa-font-path:        "../fonts" !default; *//* // for referencing Bootstrap CDN font files directly *//* FONT PATH
 * -------------------------- */@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/* Import base *//* Import fonts *//* Font-sizes */h1, h2, h3, h4 {
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.0325em;
}
h1, .h1 {
  font-family: 'Cormorant', sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: block;
  letter-spacing: 1px;
  letter-spacing: 0.0325em;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}
h2 {
  font-family: 'Cormorant';
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  letter-spacing: 0.0325em;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-family: 'Cormorant', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  letter-spacing: 0.0325em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-family: 'Cormorant', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.0325em;
}
p {
  line-height: 1.6;
  letter-spacing: 0.0225em;
}
body {
  background-color: #fff;
  font-family: 'Cormorant', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.0325em;
}
body input[type] {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
body input[type="search"] {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  background: #fff;
}
.fixed .big-container {
  padding-top: 106px;
}
.big-container {
  max-width: 1820px;
  margin: 0 auto;
}
.align-center {
  text-align: center;
}
@media (min-width: 1450px) {
  .container {
    width: 1440px;
  }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xs-60percent, .col-sm-60percent, .col-md-60percent, .col-lg-60percent, .col-xs-40percent, .col-sm-40percent, .col-md-40percent, .col-lg-40percent {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.col-xs-60percent {
  width: 60%;
  float: left;
}
.col-xs-40percent {
  width: 40%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-60percent {
    width: 60%;
    float: left;
  }
  .col-sm-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-md-60percent {
    width: 60%;
    float: left;
  }
  .col-md-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-60percent {
    width: 60%;
    float: left;
  }
  .col-lg-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 768px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
  .vertical-align.xs {
    display: block;
  }
  .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex .flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .vertical-align.xs {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md .flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Import Advanced Custom Fields settings *//* Mix ins*/.fadeInElement {
  transition: opacity 0.5s ease 0.1s, transform 0.5s linear;
  transform: translateY(40px);
  opacity: 0;
}
.fadeInElement.isReady {
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
}
/* Slider */.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 image-url("ajax-loader.gif") center center no-repeat;
}
/* Icons */@font-face {
  font-family: "slick";
  src: font-url("slick.eot");
  src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  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;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* 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;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.7 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
 **/@media all {
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  /* contains the content */
  /* don't show these though */
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */@media only screen and (max-width: 1024px) {
  /* dimensions: maximize lightbox with for small screens */  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.7 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
 **/@media all {
  /* Hide navigation while loading */
  /* Hide navigation in case of single image */  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/* Import layout */header {
  margin: 0;
  padding: 0;
}
header .top-bar {
  background: #262626;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
  z-index: 20;
  display: none;
}
@media (min-width: 768px) {
  header .top-bar {
    display: block;
  }
}
header .top-bar .top-right-menu ul {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
header .top-bar .top-right-menu ul li {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
}
header .top-bar .top-right-menu ul li:nth-child(2) {
  margin-right: 0;
  padding-right: 4px;
}
header .top-bar .top-right-menu ul li:nth-child(3) {
  margin-left: 0;
  border-left: 1px solid #ccc;
  padding-left: 6px;
}
header .top-bar .top-right-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.logo-absolute-wrap {
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 100%;
}
.logo-absolute-wrap .logo {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.logo-absolute-wrap .logo .logo-inner {
  display: table-cell;
  vertical-align: middle;
}
.logo-absolute-wrap .logo .logo-inner img {
  width: 60px;
}
@media (min-width: 768px) {
  .logo-absolute-wrap .logo .logo-inner img {
    width: auto;
  }
}
.search-wrapper {
  position: absolute;
  top: 0;
  z-index: 999;
  height: 100%;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper {
    display: block;
  }
}
.search-wrapper .outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.search-wrapper .outer-wrapper .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.search-wrapper .outer-wrapper .inner-wrapper form {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.search-wrapper .outer-wrapper .inner-wrapper form input {
  border: none;
  background: none;
  text-align: right;
  padding-right: 35px;
  outline: none;
  font-size: 16px;
}
.search-wrapper .outer-wrapper .inner-wrapper form input:focus, .search-wrapper .outer-wrapper .inner-wrapper form input:active {
  outline: none;
}
.search-wrapper .aws-container {
  position: relative;
}
.search-wrapper .aws-container:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  right: 0;
  top: 12px;
  position: absolute;
}
.search-wrapper .search-icon {
  display: none;
  color: #666;
}
@media (min-width: 992px) {
  .search-wrapper .search-icon {
    display: inline-block;
  }
}
.search-wrapper .buy_button {
  display: inline-block;
  padding: 8px 15px;
  float: right;
  text-decoration: none;
}
.search-wrapper .buy_button.black {
  background: #262626;
  color: #fff;
}
.search-wrapper .buy_button.white {
  background: #fff;
  color: #262626;
}
.fixed .menu-bar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.aws-search-result {
  border: none !important;
}
.aws-search-result ul li {
  border-bottom: 1px solid #f2f2f2 !important;
}
nav {
  position: relative;
  z-index: 999;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center !important;
}
@media (min-width: 768px) {
  nav ul {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  nav ul {
    text-align: center !important;
  }
}
nav ul li {
  display: inline-block;
}
nav ul li.mega-menu-item {
  padding: 30px 0 !important;
}
nav ul li#mega-menu-item-2529, nav ul li#mega-menu-item-2530 {
  display: none;
}
nav ul li a {
  color: #333;
  font-size: 16px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  nav ul li a {
    font-size: 18px;
  }
}
nav .mega-sub-menu {
  height: auto;
  width: 100% !important;
  left: 0 !important;
  top: 106px !important;
  z-index: 99999 !important;
}
@media (min-width: 768px) {
  nav .mega-sub-menu {
    position: fixed !important;
    margin-top: 30px !important;
  }
}
nav .mega-sub-menu .mega-block-title {
  display: none !important;
}
nav .mega-sub-menu .menu-wrap:after {
  content: '';
  display: table;
  clear: both;
}
nav .mega-sub-menu .menu-wrap .menu-right-wrap {
  display: none;
}
@media (min-width: 768px) {
  nav .mega-sub-menu .menu-wrap .menu-left-wrap {
    width: 50%;
    display: inline-block;
    padding: 0 60px;
  }
  nav .mega-sub-menu .menu-wrap .menu-left-wrap .product-categories {
    text-align: right !important;
  }
  nav .mega-sub-menu .menu-wrap .menu-left-wrap .product-categories li {
    width: 50%;
    float: right;
  }
  nav .mega-sub-menu .menu-wrap .menu-right-wrap {
    padding: 0 30px;
    display: block;
  }
}
.fixed nav .mega-sub-menu {
  margin-top: -6px !important;
}
#mega-menu-wrap-primary {
  position: relative;
  z-index: 9;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: #333;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    float: right;
    background: none !important;
    color: #333 !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #333 !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #333 !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle #mega-menu-primary {
    top: 130px !important;
  }
  #mega-menu-primary {
    top: 40px !important;
    z-index: 999 !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important;
  }
  .sublist {
    display: block !important;
  }
  nav ul li.mega-menu-item {
    padding: 0px 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
    height: 44px !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  background: none;
}
.m-nav {
  display: none;
  background: #333;
  position: fixed;
  top: 216px;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.m-nav a {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .m-nav {
    display: none !important;
  }
}
footer .social-newsletter-wrap {
  border-top: 1px solid #e9e9e9;
}
footer .social-newsletter-wrap .social-wrap {
  padding: 30px 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  footer .social-newsletter-wrap .social-wrap {
    text-align: left;
    padding: 60px 30px;
  }
}
footer .social-newsletter-wrap .social-wrap h3 {
  margin-bottom: 30px;
  font-size: 26px;
}
footer .social-newsletter-wrap .social-wrap .social {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #333;
  color: #333;
  margin-right: 15px;
}
footer .social-newsletter-wrap .social-wrap .social .fa {
  line-height: 50px;
  font-size: 22px;
}
footer .social-newsletter-wrap .border-left {
  border-left: 1px solid #e9e9e9;
}
footer .social-newsletter-wrap .newsletter-wrap {
  padding: 30px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .social-newsletter-wrap .newsletter-wrap {
    text-align: left;
    padding: 60px 30px;
  }
}
footer .social-newsletter-wrap .newsletter-wrap h3 {
  margin-bottom: 30px;
  font-size: 26px;
}
footer .social-newsletter-wrap .newsletter-wrap form {
  position: relative;
}
footer .social-newsletter-wrap .newsletter-wrap input[type="email"] {
  border: 1px solid #e9e9e9;
  background: none;
  padding: 10px 15px;
  width: 100%;
}
footer .social-newsletter-wrap .newsletter-wrap button {
  background: #9d4343;
  color: #fff;
  text-align: center;
  border: 1px solid #9d4343;
  padding: 10px 15px;
  position: absolute;
  right: 0;
}
footer .social-newsletter-wrap .align-center .social-wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .social-newsletter-wrap .align-center .social-wrap {
    margin-bottom: 0;
  }
}
footer .social-newsletter-wrap .align-center .social-wrap .social {
  margin: 0 8px;
}
footer .footer-menu {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
footer .footer-menu ul li {
  display: inline-block;
  margin: 0 15px;
}
footer .footer-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
footer .copyright {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
}
.cookie-wrapper {
  position: fixed;
  z-index: 101;
  bottom: -150px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #000;
  padding: 15px 5px 15px 5px;
  text-align: center;
  color: #ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 14px;
}
.cookie-wrapper.cookie-show {
  bottom: 0px;
}
.cookie-wrapper p {
  line-height: 1.3;
}
.cookie-wrapper a {
  color: #ccc;
  text-decoration: underline;
}
.cookie-wrapper a:hover {
  color: #999;
  text-decoration: underline;
}
.cookie-wrapper .cookie-close {
  position: absolute;
  cursor: pointer;
  top: -16px;
  right: 5px;
  font-size: 20px;
  line-height: 1.3;
  background: #000;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
#shops #map {
  height: 400px !important;
}
@media (min-width: 768px) {
  #shops #map {
    height: 640px !important;
  }
}
#shops .search-wrap {
  margin: 30px 0;
}
#shops .search-wrap input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
}
#shops .shop-list {
  width: 100%;
  margin-bottom: 30px;
}
#shops .shop-list tr:nth-child(odd) {
  background: #f2f2f2;
}
#shops .shop-list tr.header-row {
  background: #333;
  color: #fff;
}
#shops .shop-list tr.header-row th {
  padding: 10px;
  text-align: left;
}
#shops .shop-list tr td {
  padding: 10px;
}
#shops .shop-list tr.store-row:hover {
  background: #ccc;
  cursor: pointer;
}
/* Import woocommerce */.products .filter-wrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 1px;
}
.products .filter-wrap .hide-filter .toggle-filter {
  border: 1px solid #e7e7e7;
  background: none;
  outline: none;
  position: absolute;
  height: 42px;
  line-height: 42px;
  bottom: -41px;
  right: 0;
  padding: 0 15px;
}
.products .filter-wrap .hide-filter .toggle-filter .hidelabel {
  display: none;
}
@media (min-width: 768px) {
  .products .filter-wrap .hide-filter .toggle-filter .hidelabel {
    display: block;
  }
}
@media (min-width: 768px) {
  .products .filter-wrap .hide-filter .toggle-filter .showlabel {
    display: none;
  }
}
.products .filter-wrap .filter {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  display: none;
}
@media (min-width: 768px) {
  .products .filter-wrap .filter {
    display: block;
  }
}
.products .filter-wrap .filter .reset {
  border: none;
  background: none;
  border: 1px solid #e7e7e7;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  outline: none;
}
.products .filter-wrap .filter .reset:active, .products .filter-wrap .filter .reset:focus {
  outline: none;
}
.products .filter-wrap .filter .woocommerce.widget_layered_nav {
  border-left: 1px solid #e7e7e7;
  padding: 15px;
  padding-top: 30px;
}
.products .filter-wrap .filter .woocommerce.widget_layered_nav:first-child {
  border-left: none;
}
.products .filter-wrap .filter fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.products .filter-wrap .filter .filter-wrap-button button {
  background: none;
  border: none;
  vertical-align: middle;
  outline: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .products .filter-wrap .filter .filter-wrap-button button {
    font-size: 18px;
  }
}
.products .filter-wrap .filter .filter-wrap-button button .fa {
  font-size: 9px;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.products .filter-wrap .filter .filter-wrap-button button.mixitup-control-active .fa {
  color: #000;
}
.products .filter-wrap .filter .filter-wrap-button .tip .fa {
  color: #333;
}
.products .filter-wrap .filter .filter-wrap-button .tooltip-arrow {
  border-top-color: #f4f4f4;
}
.products .filter-wrap .filter .filter-wrap-button .tooltip-inner {
  background-color: #f4f4f4;
  color: #333;
  text-align: left;
  padding: 8px;
  opacity: 1;
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  width: 250px;
}
.product-listing {
  margin-bottom: 60px;
}
.product-listing .product-wrap {
  background: #f2f2f2;
  text-align: center;
  height: 180px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-listing .product-wrap {
    height: 210px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product-listing .product-wrap {
    height: 320px;
  }
}
.product-listing .product-wrap a {
  color: #333;
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .product-listing .product-wrap a {
    position: relative;
  }
}
.product-listing .product-wrap .outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-listing .product-wrap .outer-wrapper .inner-wrapper {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-listing .product-wrap .outer-wrapper .inner-wrapper .product-name {
  display: none;
  opacity: 0;
  color: #333;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .product-listing .product-wrap .outer-wrapper .inner-wrapper .product-name {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .product-listing .product-wrap .outer-wrapper .inner-wrapper .product-name {
    display: block;
    font-size: 15px;
  }
}
.product-listing .product-wrap .actions {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  bottom: 44px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .product-listing .product-wrap .actions {
    bottom: 80px;
  }
}
@media (min-width: 992px) {
  .product-listing .product-wrap .actions {
    bottom: auto;
  }
}
.product-listing .product-wrap .actions a {
  margin: 15px auto 0;
  display: block;
  position: relative;
  padding: 8px;
  width: 90%;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .product-listing .product-wrap .actions a {
    margin: 15px 5px 0;
    width: 40%;
    display: inline-block;
  }
}
.product-listing .product-wrap .actions a.buy-button {
  background: #000;
  color: #fff;
}
.product-listing .product-wrap .actions a.buy-button:hover {
  background: #9d4343;
}
.product-listing .product-wrap .actions a.link-to-product {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}
.product-listing .product-wrap .actions a.link-to-product:hover {
  background: #fff;
}
.product-listing .product-wrap img {
  max-height: 100px;
  width: auto;
}
@media (min-width: 768px) {
  .product-listing .product-wrap img {
    max-height: 140px;
  }
}
@media (min-width: 992px) {
  .product-listing .product-wrap img {
    max-height: 280px;
  }
}
.product-listing .product-wrap:hover {
  background: #dec0a8;
}
.product-listing .product-wrap:hover img {
  opacity: 0.6;
}
.product-listing .product-wrap:hover .outer-wrapper .inner-wrapper .product-name {
  opacity: 1;
}
.product-listing .product-wrap:hover .actions {
  opacity: 1;
}
.box-wrap {
  background: #f2f2f2;
  margin-bottom: 30px;
}
.box-wrap .box {
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
.box-wrap .box h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .box-wrap .box {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .box-wrap .box {
    padding: 30px 50px;
    font-size: 18px;
  }
}
.category-banner {
  background: #dbe5e9;
  z-index: -1;
  margin-top: -106px;
  padding: 180px 15px 30px;
}
@media (min-width: 768px) {
  .category-banner {
    padding: 80px 30px;
  }
}
@media (min-width: 992px) {
  .category-banner {
    padding: 106px 0;
  }
}
.category-banner h1 {
  font-weight: 800;
}
.category-banner h3 {
  font-size: 18px;
  font-weight: 400;
}
.category-banner img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .category-banner img {
    width: auto;
  }
}
.category-banner .image-wrap {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .category-banner .image-wrap {
    margin-top: 0;
  }
}
.category-listing .product-category-wrap, .products .product-category-wrap {
  background: #e8e8e8;
  margin-bottom: 30px;
  height: 260px;
  position: relative;
}
.category-listing .product-category-wrap a, .products .product-category-wrap a {
  text-decoration: none;
  color: #333;
}
.category-listing .product-category-wrap .image-wrap, .products .product-category-wrap .image-wrap {
  text-align: center;
  display: block;
}
.category-listing .product-category-wrap .image-wrap img, .products .product-category-wrap .image-wrap img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.category-listing .product-category-wrap .outer-wrapper, .products .product-category-wrap .outer-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;
}
.category-listing .product-category-wrap .outer-wrapper .inner-wrapper, .products .product-category-wrap .outer-wrapper .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.category-listing .product-category-wrap .outer-wrapper .inner-wrapper h2, .products .product-category-wrap .outer-wrapper .inner-wrapper h2 {
  position: relative;
  z-index: 1;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.category-listing .product-category-wrap:hover, .products .product-category-wrap:hover {
  background: #dec0a8;
}
.category-listing .product-category-wrap:hover .outer-wrapper .inner-wrapper h2, .products .product-category-wrap:hover .outer-wrapper .inner-wrapper h2 {
  opacity: 1;
  background: none;
}
.category-listing .product-category-wrap:hover .image-wrap img, .products .product-category-wrap:hover .image-wrap img {
  opacity: 0.3;
}
.product-detail {
  position: relative;
}
.product-detail .top-wrap {
  background: #f9f9f9;
  box-shadow: inset -1px -14px 35px -16px #f2f2f2;
  -webkit-box-shadow: inset -1px -14px 35px -16px #f2f2f2;
  -moz-box-shadow: inset -1px -14px 35px -16px #f2f2f2;
  -o-box-shadow: inset -1px -14px 35px -16px #f2f2f2;
  margin-top: -106px;
  padding: 120px 0 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .product-detail .top-wrap {
    padding: 120px 0px 80px;
  }
}
@media (min-width: 992px) {
  .product-detail .top-wrap {
    padding: 106px 0;
  }
}
.product-detail .top-wrap .description {
  font-size: 16px;
}
@media (min-width: 992px) {
  .product-detail .top-wrap .description {
    font-size: 20px;
  }
}
.product-detail .top-wrap .images {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product-detail .top-wrap .images {
    margin-top: 0;
  }
}
.product-detail .top-wrap .images .product-slideshow .slick-arrow {
  position: absolute;
  top: 48%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 99;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-detail .top-wrap .images .product-slideshow .slick-arrow:hover {
  background: #fff;
  cursor: pointer;
  color: #000;
}
.product-detail .top-wrap .images .product-slideshow .slick-arrow.prev {
  left: 0;
}
.product-detail .top-wrap .images .product-slideshow .slick-arrow.next {
  right: 0;
}
.product-detail .top-wrap .images .thumbnails {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.product-detail .top-wrap .images .thumbnails li {
  display: inline-block;
  padding: 15px;
  border: 1px solid #dfdfdf;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-detail .top-wrap .images .thumbnails li img {
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .product-detail .top-wrap .images .thumbnails li img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .product-detail .top-wrap .images .thumbnails li img {
    width: 80px;
    height: 80px;
  }
}
.product-detail .top-wrap .images .thumbnails li:hover {
  cursor: pointer;
  background: #dec0a8;
}
.product-detail .top-wrap .images .thumbnails li:hover img {
  opacity: 0.6;
}
.product-detail .top-wrap .images img {
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .product-detail .top-wrap .images img {
    height: auto;
    max-height: 690px;
  }
}
.product-detail .top-wrap .summary h1.product_title {
  font-size: 42px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .product-detail .top-wrap .summary h1.product_title {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .product-detail .top-wrap .summary h1.product_title {
    font-size: 58px;
  }
}
.product-detail .top-wrap .summary .price {
  font-size: 24px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .product-detail .top-wrap .summary .price {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .product-detail .top-wrap .summary .price {
    font-size: 28px;
  }
}
.product-detail .top-wrap .summary .data-table {
  margin: 30px 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.product-detail .top-wrap .summary .data-table tr {
  border-bottom: 1px solid #dfdfdf;
}
.product-detail .top-wrap .summary .data-table tr td {
  padding: 10px 0;
}
.product-detail .top-wrap .summary .data-table tr td:last-child {
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
.product-detail .top-wrap .summary .description {
  margin-bottom: 30px;
}
.product-detail .top-wrap .summary .link-button {
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
  text-decoration: none;
}
.product-detail .top-wrap .summary .link-button:hover {
  background: #9d4343;
}
@media (min-width: 992px) {
  .product-detail .top-wrap .summary .link-button {
    font-size: 24px;
  }
}
.product-detail .related-products-wrap {
  margin-bottom: 30px;
}
.product-detail .related-products-wrap .title-wrap {
  position: relative;
  text-align: center;
}
.product-detail .related-products-wrap .title-wrap h2 {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 9;
  font-size: 28px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .title-wrap h2 {
    font-size: 36px;
  }
}
.product-detail .related-products-wrap .title-wrap hr {
  position: relative;
  top: -43px;
  z-index: 1;
}
.product-detail .related-products-wrap .related-products .product-wrap {
  background: #f2f2f2;
  text-align: center;
  height: 180px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap {
    height: 210px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product-detail .related-products-wrap .related-products .product-wrap {
    height: 320px;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap a {
  color: #333;
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap a {
    position: relative;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap .outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail .related-products-wrap .related-products .product-wrap .outer-wrapper .inner-wrapper {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-detail .related-products-wrap .related-products .product-wrap .outer-wrapper .inner-wrapper .product-name {
  display: none;
  opacity: 0;
  color: #333;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap .outer-wrapper .inner-wrapper .product-name {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .product-detail .related-products-wrap .related-products .product-wrap .outer-wrapper .inner-wrapper .product-name {
    display: block;
    font-size: 15px;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap .actions {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  bottom: 44px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap .actions {
    bottom: 80px;
  }
}
@media (min-width: 992px) {
  .product-detail .related-products-wrap .related-products .product-wrap .actions {
    bottom: auto;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap .actions a {
  margin: 15px auto 0;
  display: block;
  position: relative;
  padding: 8px;
  width: 90%;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap .actions a {
    margin: 15px 5px 0;
    width: 40%;
    display: inline-block;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap .actions a.buy-button {
  background: #000;
  color: #fff;
}
.product-detail .related-products-wrap .related-products .product-wrap .actions a.buy-button:hover {
  background: #9d4343;
}
.product-detail .related-products-wrap .related-products .product-wrap .actions a.link-to-product {
  color: #000;
  background: #fff;
}
.product-detail .related-products-wrap .related-products .product-wrap .actions a.link-to-product:hover {
  background: #e8e8e8;
}
.product-detail .related-products-wrap .related-products .product-wrap img {
  max-height: 100px;
  width: auto;
}
@media (min-width: 768px) {
  .product-detail .related-products-wrap .related-products .product-wrap img {
    max-height: 140px;
  }
}
@media (min-width: 992px) {
  .product-detail .related-products-wrap .related-products .product-wrap img {
    max-height: 280px;
  }
}
.product-detail .related-products-wrap .related-products .product-wrap:hover {
  background: #dec0a8;
}
.product-detail .related-products-wrap .related-products .product-wrap:hover img {
  opacity: 0.6;
}
.product-detail .related-products-wrap .related-products .product-wrap:hover .outer-wrapper .inner-wrapper .product-name {
  opacity: 1;
}
.product-detail .related-products-wrap .related-products .product-wrap:hover .actions {
  opacity: 1;
}
.product-detail .related-products-wrap .related-products .slick-slide {
  height: auto;
}
.product-detail .related-products-wrap .related-products .slick-slide img {
  margin: 0 auto;
}
.product-detail .related-products-wrap .related-products .slick-slider .slide-button {
  position: absolute;
  top: 42%;
  z-index: 99;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-detail .related-products-wrap .related-products .slick-slider .slide-button.prev {
  left: 15px;
}
.product-detail .related-products-wrap .related-products .slick-slider .slide-button.next {
  right: 15px;
}
.product-detail .related-products-wrap .related-products .slick-slider .slide-button:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block {
    margin-bottom: 60px;
  }
}
.block .background-block {
  position: relative;
  height: 160px;
  background: #dbe5e9;
  overflow: hidden;
}
.block .background-block img {
  height: 160px;
}
@media (min-width: 768px) {
  .block .background-block {
    height: 250px;
  }
  .block .background-block img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .block .background-block {
    height: 400px;
  }
  .block .background-block img {
    height: 400px;
  }
}
.block .background-block.right img {
  float: right;
}
.block .background-block img {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .block .background-block img {
    opacity: 1;
  }
}
.block .background-block .outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
}
.block .background-block .outer-wrapper .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.block .background-block .outer-wrapper .inner-wrapper h3 {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  margin: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .block .background-block .outer-wrapper .inner-wrapper h3 {
    font-size: 16px;
    background: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .block .background-block .outer-wrapper .inner-wrapper h3 {
    font-size: 20px;
  }
}
.block .background-block:hover img {
  opacity: 0.6;
}
/* Import modules */.banner-wrap {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-wrap {
    height: 320px;
  }
  .banner-wrap img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .banner-wrap {
    height: 600px;
  }
  .banner-wrap img {
    height: auto;
  }
}
.banner-wrap .outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
}
.banner-wrap .outer-wrapper .inner-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.banner-wrap .outer-wrapper .inner-wrapper h2 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 768px) {
  .banner-wrap .outer-wrapper .inner-wrapper h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .banner-wrap .outer-wrapper .inner-wrapper h2 {
    font-size: 38px;
  }
}
.banner-wrap .button-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
@media (min-width: 768px) {
  .banner-wrap .button-wrap {
    bottom: 60px;
  }
}
.banner-wrap .button-wrap .buy_button {
  display: inline-block;
  padding: 8px 25px;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .banner-wrap .button-wrap .buy_button {
    font-size: 18px;
  }
}
.banner-wrap .button-wrap .buy_button.black {
  background: #262626;
  color: #fff;
}
.banner-wrap .button-wrap .buy_button.white {
  background: #fff;
  color: #262626;
}
.banner-wrap #play {
  background: none;
  color: #fff;
  border: none;
  opacity: 0.8;
  margin-top: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banner-wrap #play .fa {
  font-size: 24px;
}
@media (min-width: 768px) {
  .banner-wrap #play .fa {
    font-size: 42px;
  }
}
.banner-wrap #play:hover {
  opacity: 1;
}
.banner-wrap iframe.youtube {
  display: none;
  position: absolute;
  /* expand to fill */
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
}
.banner-wrap .video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none;
}
.banner-wrap .video-wrap.playing {
  display: block;
}
.banner-wrap .video-wrap.playing .overlay {
  background: #333;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner-wrap .video-wrap video {
  position: absolute;
  /* expand to fill */
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  object-fit: cover;
}
.banner-wrap .video-wrap .mute-button {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  cursor: pointer;
}
.banner-wrap .video-wrap .mute-button .fa {
  color: #333;
  font-size: 22px;
  line-height: 50px;
}
.banner-wrap .video-wrap .mute-button .fa.fa-volume-off {
  display: none;
}
.banner-sub-wrap {
  margin-bottom: 60px;
}
.front-slideshow .slick-dots {
  bottom: 25px;
}
.front-slideshow .slick-dots li button {
  background: #fff;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.front-slideshow .slick-dots li button:before {
  display: none;
}
.front-slideshow .slick-dots li.slick-active button {
  background: #000;
}
.blocks-wrapper .title-wrap {
  margin: 30px 0 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-wrapper .title-wrap {
    margin: 50px 0 30px;
  }
}
@media (min-width: 992px) {
  .blocks-wrapper .title-wrap {
    margin: 60px 0;
  }
}
.blocks-wrapper .title-wrap h2.title {
  font-size: 34px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 99;
  margin-bottom: 0;
  padding: 0 30px;
  display: inline-block;
}
.blocks-wrapper .title-wrap hr {
  position: relative;
  top: -36px;
}
.blocks-wrapper .outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blocks-wrapper .outer-wrapper .inner-wrapper {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blocks-wrapper .small-block {
  background: #e9e9e9;
  margin-bottom: 30px;
  height: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .blocks-wrapper .small-block {
    height: 258px;
  }
}
.blocks-wrapper .small-block h2 {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.blocks-wrapper .small-block a {
  color: #000;
  text-decoration: none;
}
.blocks-wrapper .small-block:hover {
  background: #dec0a8;
}
.blocks-wrapper .small-block:hover h2 {
  background: none;
}
.blocks-wrapper .small-block:hover img {
  opacity: 0.5;
}
.blocks-wrapper .image-wrap img {
  display: none;
  padding: 15px;
  height: auto;
  width: auto;
  max-height: 180px;
  padding: 20px;
  max-width: 100%;
}
.blocks-wrapper .image-wrap img:first-child {
  display: inline-block;
}
.blocks-wrapper .bigger-block {
  background: #e9e9e9;
  margin-bottom: 30px;
  height: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .blocks-wrapper .bigger-block {
    height: 258px;
  }
}
@media (min-width: 992px) {
  .blocks-wrapper .bigger-block {
    height: 546px;
  }
}
.blocks-wrapper .bigger-block h2 {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.blocks-wrapper .bigger-block a {
  color: #000;
  text-decoration: none;
}
.blocks-wrapper .bigger-block:hover {
  background: #dec0a8;
}
.blocks-wrapper .bigger-block:hover h2 {
  background: none;
}
.blocks-wrapper .bigger-block:hover img {
  opacity: 0.5;
}
.blocks-wrapper .bigger-block .image-wrap img {
  display: none;
  padding: 15px;
  height: auto;
  width: auto;
  padding: 20px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .blocks-wrapper .bigger-block .image-wrap img {
    max-height: 440px;
  }
}
.blocks-wrapper .bigger-block .image-wrap img:first-child {
  display: inline-block;
}
.text-section {
  margin: 60px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .text-section {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .text-section {
    font-size: 26px;
  }
}
.text-section h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .text-section h2 {
    font-size: 46px;
  }
}
.text-section iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .text-section iframe {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .text-section iframe {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .text-section iframe {
    height: 450px;
  }
}
.text-section-offset {
  margin-bottom: 30px;
}
.text-section-offset .border-wrap {
  border-bottom: 1px solid #e8e8e8;
}
.text-section-offset iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .text-section-offset iframe {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .text-section-offset iframe {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .text-section-offset iframe {
    height: 380px;
  }
}
.text-section-offset h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.text-section-offset p > img {
  height: auto !important;
}
.text-section-offset .toggler {
  display: inline-block;
  float: right;
  height: 40px;
  width: 40px;
  text-align: center;
}
.text-section-offset .toggler .fa {
  line-height: 40px;
}
.text-section-offset .toggler .fa-chevron-up {
  display: none;
}
.text-section-offset .toggler .fa-chevron-down {
  display: block;
}
.text-section-offset .toggler.show .fa-chevron-up {
  display: block;
}
.text-section-offset .toggler.show .fa-chevron-down {
  display: none;
}
.text-section-offset .content {
  margin-bottom: 30px;
}
.text-section-offset p {
  font-size: 18px;
}
.text-section-offset .images {
  margin-top: 30px;
  margin-bottom: 60px;
}
.text-section-offset .images .lightbox {
  display: block;
  background: #000;
}
.text-section-offset .images .lightbox img {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.text-section-offset .images .lightbox .fa-search-plus {
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 42px;
  opacity: 0;
}
.text-section-offset .images .lightbox:hover img {
  opacity: 0.6;
}
.text-section-offset .images .lightbox:hover .fa-search-plus {
  top: 45%;
  opacity: 1;
}
.full_width_image_box {
  position: relative;
}
.full_width_image_box img {
  width: 100%;
}
.full_width_image_box .image-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .full_width_image_box .text-wrap {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  .full_width_image_box .text-wrap .outer-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.full_width_image_box .text-wrap .outer-wrapper .inner-wrapper {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap {
  padding: 20px;
  color: #333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap {
    font-size: 16px;
    padding: 20px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap {
    font-size: 20px;
    padding: 60px;
  }
}
.full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap h2 {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap h2 {
    font-size: 34px;
  }
}
.full_width_image_box .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap .button {
  background: #292929;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .full_width_image_box.black .text-wrap .outer-wrapper .inner-wrapper .text-inner-wrap {
    color: #333;
  }
}
.two-image-box {
  margin: 30px 0;
}
.two-image-box img {
  width: 100%;
}
.two-image-box .wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .two-image-box .wrap {
    margin-bottom: 0;
  }
}
.two-image-box .wrap .img-wrap {
  position: relative;
}
.two-image-box .wrap .img-wrap .overlay {
  background: rgba(66, 66, 66, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
}
.two-image-box .wrap .img-wrap .overlay a {
  background: #292929;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 20px;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  opacity: 0;
  margin-top: 45%;
}
.two-image-box .wrap .image-box-wrap {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.two-image-box .wrap .image-box-wrap .outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper a {
  color: #fff;
  text-decoration: none;
}
.two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h2 {
    font-size: 60px;
  }
}
.two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h4 {
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .two-image-box .wrap .image-box-wrap .outer-wrapper .inner-wrapper h4 {
    font-size: 30px;
  }
}
.two-image-box .wrap:hover .overlay {
  opacity: 1;
  z-index: 99;
}
.two-image-box .wrap:hover .overlay a {
  margin-top: 40%;
  opacity: 1;
}
.gallery-section {
  margin: 60px 0;
}
.gallery-section .gallery {
  height: 480px;
}
@media (min-width: 992px) {
  .gallery-section .gallery {
    height: 480px;
  }
}
.gallery-section .gallery .slide-button {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 999;
  outline: none;
}
.gallery-section .gallery .prev {
  left: 0;
}
.gallery-section .gallery .next {
  right: 0;
}
.gallery-section .gallery .gallery-item {
  margin: 0 15px;
}
.gallery-section .gallery .gallery-item:focus {
  outline: none;
}
.gallery-section .gallery .gallery-item .gallery-image {
  background: #000;
  display: block;
  position: relative;
}
.gallery-section .gallery .gallery-item .gallery-image img {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gallery-section .gallery .gallery-item .gallery-image .fa-search-plus {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 42px;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.gallery-section .gallery .gallery-item .gallery-image:hover img {
  opacity: 0.6;
}
.gallery-section .gallery .gallery-item .gallery-image:hover .fa-search-plus {
  opacity: 1;
  top: 45%;
}
#leaving-modal, .leaving-modal {
  z-index: 10050;
}
#leaving-modal .modal-dialog, .leaving-modal .modal-dialog {
  width: 320px;
}
@media (min-width: 768px) {
  #leaving-modal .modal-dialog, .leaving-modal .modal-dialog {
    width: 400px;
  }
}
#leaving-modal .modal-content, .leaving-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}
#leaving-modal .modal-body, .leaving-modal .modal-body {
  padding: 30px;
  text-align: center;
}
#leaving-modal .modal-body p, .leaving-modal .modal-body p {
  font-size: 20px;
  margin-bottom: 30px;
}
#leaving-modal .modal-body .redirect-button, .leaving-modal .modal-body .redirect-button {
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
  text-decoration: none;
  height: 50px;
  position: relative;
  width: auto;
}
.mediebank-wrap {
  margin-bottom: 10px;
}
.mediebank-wrap .element-wrap {
  text-align: center;
}
.mediebank-wrap .element-wrap h4 {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 45px;
}
.mediebank-wrap .element-wrap h4 a {
  color: #333;
  text-decoration: none;
}
.mediebank-wrap .text-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block .background-blockm.outer-wrapper .inner-wrapper h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .block .background-block .outer-wrapper .inner-wrapper h3 {
    font-size: 38px;
  }
}
