@charset "UTF-8";

@font-face {
  font-family: 'DIN_Next_LT_Pro';
  src: url("../fonts/DINNextLTPro-MediumCond.woff2") format("woff2"), url("../fonts/DINNextLTPro-MediumCond.woff") format("woff"), url("../fonts/DINNextLTPro-MediumCond.svg#DINNextLTPro-MediumCond") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN_Next_LT_Pro';
  src: url("../fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("../fonts/DINNextLTPro-Bold.woff") format("woff"), url("../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cubano";
  src: url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.eot");
  /* IE9*/
  src: url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.eot?#iefix") format("embedded-opentype"), url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.woff2") format("woff2"), url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.woff") format("woff"), url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.ttf") format("truetype"), url("../fonts/1d65b5646a9a805c62b037be6dd3a0a7.svg#Cubano") format("svg");
  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*! 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;
  height:50px;
  width:100%;
  max-width:400px;
  background: #333333;;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    line-height: 32px;
    padding: 10px 25px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Cubano", sans-serif;
    font-weight: normal;
    font-size: 24px;
    outline: none !important;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;

}
input[type="text"],input[type="tel"], input[type="email"], input[type="password"]{
  height: 50px;
  border-radius: 30px;
  padding: 5px 30px;
  border: solid 2px #dedede;
  font-family: "DIN_Next_LT_Pro", sans-serif;
  font-weight: 500;
  box-shadow: none;
  width:100%;
  max-width:400px;
}
#lost-password{
  border-radius: initial;
  line-height: initial;
  padding: initial;
  font-size: 20px;
  border: none;
  display: inline;
  outline: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
form[name=wwlc_loginform],form#registration_form{
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  max-width: 500px;
 
}

.select2 .select2-selection--single{
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 25px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px!important;
  right: 8px!important;
 
}
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,
  .button>.caret,
  .woocommerce a.button>.caret,
  .woocommerce input.button>.caret,
  .woocommerce button.button>.caret,
  .comment-form input[type="submit"]>.caret,
  .search-form .search-submit>.caret,
  .dropup>.btn>.caret,
  .dropup>.button>.caret,
  .woocommerce .dropup>a.button>.caret,
  .woocommerce .dropup>input.button>.caret,
  .woocommerce .dropup>button.button>.caret,
  .comment-form .dropup>input[type="submit"]>.caret,
  .search-form .dropup>.search-submit>.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;
  }
}

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/glyphicons";*/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "DIN_Next_LT_Pro", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #333333;;
  background-color: #ffffff;
}

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

a {
  color: #5c94ce;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5c94ce;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

h1,
h2,
h3,
h4,
.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Cubano", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
.woocommerce ul.products>li.product .woocommerce-loop-category__title small,
.woocommerce ul.products>li.product .woocommerce-loop-product__title small,
h4 .small,
.woocommerce ul.products>li.product .woocommerce-loop-category__title .small,
.woocommerce ul.products>li.product .woocommerce-loop-product__title .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
.woocommerce ul.products>li.product .woocommerce-loop-category__title small,
.woocommerce ul.products>li.product .woocommerce-loop-product__title small,
h4 .small,
.woocommerce ul.products>li.product .woocommerce-loop-category__title .small,
.woocommerce ul.products>li.product .woocommerce-loop-product__title .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

h4,
.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title,
.h4 {
  font-size: 24px;
}

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

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

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #5c94ce;
}

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

.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: #5c94ce;
}

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

.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: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.3;
}

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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.3;
}

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: 0;
}

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, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 19px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1550px) {
  .container {
    width: 1520px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.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: 10px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

@media (min-width: 1100px) {

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

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

@media (min-width: 1550px) {

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

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

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

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.3;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.comment-form input:-ms-input-placeholder[type="text"],
.comment-form input:-ms-input-placeholder[type="email"],
.comment-form input:-ms-input-placeholder[type="url"],
.comment-form textarea:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled],
.search-form .search-field[disabled],
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .comment-form input[type="text"],
.comment-form fieldset[disabled] input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
.comment-form fieldset[disabled] input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
.comment-form fieldset[disabled] input[type="url"],
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled],
.search-form .search-field[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .comment-form input[type="text"],
.comment-form fieldset[disabled] input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
.comment-form fieldset[disabled] input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
.comment-form fieldset[disabled] input[type="url"],
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field {
  cursor: not-allowed;
}

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  .comment-form input[type="date"][type="text"],
  .comment-form input[type="date"][type="email"],
  .comment-form input[type="date"][type="url"],
  .search-form input.search-field[type="date"],
  input[type="time"].form-control,
  .comment-form input[type="time"][type="text"],
  .comment-form input[type="time"][type="email"],
  .comment-form input[type="time"][type="url"],
  .search-form input.search-field[type="time"],
  input[type="datetime-local"].form-control,
  .comment-form input[type="datetime-local"][type="text"],
  .comment-form input[type="datetime-local"][type="email"],
  .comment-form input[type="datetime-local"][type="url"],
  .search-form input.search-field[type="datetime-local"],
  input[type="month"].form-control,
  .comment-form input[type="month"][type="text"],
  .comment-form input[type="month"][type="email"],
  .comment-form input[type="month"][type="url"],
  .search-form input.search-field[type="month"] {
    line-height: 40px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 37px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 56px;
  }
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 46px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.comment-form .form-group-sm input[type="text"],
.form-group-sm .comment-form input[type="email"],
.comment-form .form-group-sm input[type="email"],
.form-group-sm .comment-form input[type="url"],
.comment-form .form-group-sm input[type="url"],
.form-group-sm .comment-form textarea,
.comment-form .form-group-sm textarea,
.form-group-sm .search-form .search-field,
.search-form .form-group-sm .search-field {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control,
.form-group-sm .search-form select.search-field,
.search-form .form-group-sm select.search-field {
  height: 37px;
  line-height: 37px;
}

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

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}

.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.comment-form .form-group-lg input[type="text"],
.form-group-lg .comment-form input[type="email"],
.comment-form .form-group-lg input[type="email"],
.form-group-lg .comment-form input[type="url"],
.comment-form .form-group-lg input[type="url"],
.form-group-lg .comment-form textarea,
.comment-form .form-group-lg textarea,
.form-group-lg .search-form .search-field,
.search-form .form-group-lg .search-field {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control,
.form-group-lg .search-form select.search-field,
.search-form .form-group-lg select.search-field {
  height: 56px;
  line-height: 56px;
}

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

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 51px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.comment-form .has-feedback input[type="text"],
.has-feedback .comment-form input[type="email"],
.comment-form .has-feedback input[type="email"],
.has-feedback .comment-form input[type="url"],
.comment-form .has-feedback input[type="url"],
.has-feedback .comment-form textarea,
.comment-form .has-feedback textarea,
.has-feedback .search-form .search-field,
.search-form .has-feedback .search-field {
  padding-right: 50px;
}

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

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .comment-form input[type="text"]+.form-control-feedback,
.comment-form .form-group-lg input[type="text"]+.form-control-feedback,
.form-group-lg .comment-form input[type="email"]+.form-control-feedback,
.comment-form .form-group-lg input[type="email"]+.form-control-feedback,
.form-group-lg .comment-form input[type="url"]+.form-control-feedback,
.comment-form .form-group-lg input[type="url"]+.form-control-feedback,
.form-group-lg .comment-form textarea+.form-control-feedback,
.comment-form .form-group-lg textarea+.form-control-feedback,
.form-group-lg .search-form .search-field+.form-control-feedback,
.search-form .form-group-lg .search-field+.form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .comment-form input[type="text"]+.form-control-feedback,
.comment-form .form-group-sm input[type="text"]+.form-control-feedback,
.form-group-sm .comment-form input[type="email"]+.form-control-feedback,
.comment-form .form-group-sm input[type="email"]+.form-control-feedback,
.form-group-sm .comment-form input[type="url"]+.form-control-feedback,
.comment-form .form-group-sm input[type="url"]+.form-control-feedback,
.form-group-sm .comment-form textarea+.form-control-feedback,
.comment-form .form-group-sm textarea+.form-control-feedback,
.form-group-sm .search-form .search-field+.form-control-feedback,
.search-form .form-group-sm .search-field+.form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

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

.has-success .form-control,
.has-success .comment-form input[type="text"],
.comment-form .has-success input[type="text"],
.has-success .comment-form input[type="email"],
.comment-form .has-success input[type="email"],
.has-success .comment-form input[type="url"],
.comment-form .has-success input[type="url"],
.has-success .comment-form textarea,
.comment-form .has-success textarea,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success .comment-form input:focus[type="text"],
.comment-form .has-success input:focus[type="text"],
.has-success .comment-form input:focus[type="email"],
.comment-form .has-success input:focus[type="email"],
.has-success .comment-form input:focus[type="url"],
.comment-form .has-success input:focus[type="url"],
.has-success .comment-form textarea:focus,
.comment-form .has-success textarea:focus,
.has-success .search-form .search-field:focus,
.search-form .has-success .search-field:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.comment-form .has-warning input[type="text"],
.has-warning .comment-form input[type="email"],
.comment-form .has-warning input[type="email"],
.has-warning .comment-form input[type="url"],
.comment-form .has-warning input[type="url"],
.has-warning .comment-form textarea,
.comment-form .has-warning textarea,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning .comment-form input:focus[type="text"],
.comment-form .has-warning input:focus[type="text"],
.has-warning .comment-form input:focus[type="email"],
.comment-form .has-warning input:focus[type="email"],
.has-warning .comment-form input:focus[type="url"],
.comment-form .has-warning input:focus[type="url"],
.has-warning .comment-form textarea:focus,
.comment-form .has-warning textarea:focus,
.has-warning .search-form .search-field:focus,
.search-form .has-warning .search-field:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

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

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

.has-error .form-control,
.has-error .comment-form input[type="text"],
.comment-form .has-error input[type="text"],
.has-error .comment-form input[type="email"],
.comment-form .has-error input[type="email"],
.has-error .comment-form input[type="url"],
.comment-form .has-error input[type="url"],
.has-error .comment-form textarea,
.comment-form .has-error textarea,
.has-error .search-form .search-field,
.search-form .has-error .search-field {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error .comment-form input:focus[type="text"],
.comment-form .has-error input:focus[type="text"],
.has-error .comment-form input:focus[type="email"],
.comment-form .has-error input:focus[type="email"],
.has-error .comment-form input:focus[type="url"],
.comment-form .has-error input:focus[type="url"],
.has-error .comment-form textarea:focus,
.comment-form .has-error textarea:focus,
.has-error .search-form .search-field:focus,
.search-form .has-error .search-field:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

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

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

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

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

@media (min-width: 768px) {

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static,
  .search-form .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .search-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .search-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .search-form .input-group .form-control,
  .form-inline .input-group .comment-form input[type="text"],
  .comment-form .form-inline .input-group input[type="text"],
  .search-form .input-group .comment-form input[type="text"],
  .comment-form .search-form .input-group input[type="text"],
  .form-inline .input-group .comment-form input[type="email"],
  .comment-form .form-inline .input-group input[type="email"],
  .search-form .input-group .comment-form input[type="email"],
  .comment-form .search-form .input-group input[type="email"],
  .form-inline .input-group .comment-form input[type="url"],
  .comment-form .form-inline .input-group input[type="url"],
  .search-form .input-group .comment-form input[type="url"],
  .comment-form .search-form .input-group input[type="url"],
  .form-inline .input-group .comment-form textarea,
  .comment-form .form-inline .input-group textarea,
  .search-form .input-group .comment-form textarea,
  .comment-form .search-form .input-group textarea,
  .form-inline .input-group .search-form .search-field,
  .search-form .input-group .search-field {
    width: auto;
  }

  .form-inline .input-group>.form-control,
  .search-form .input-group>.form-control,
  .form-inline .comment-form .input-group>input[type="text"],
  .comment-form .form-inline .input-group>input[type="text"],
  .search-form .comment-form .input-group>input[type="text"],
  .comment-form .search-form .input-group>input[type="text"],
  .form-inline .comment-form .input-group>input[type="email"],
  .comment-form .form-inline .input-group>input[type="email"],
  .search-form .comment-form .input-group>input[type="email"],
  .comment-form .search-form .input-group>input[type="email"],
  .form-inline .comment-form .input-group>input[type="url"],
  .comment-form .form-inline .input-group>input[type="url"],
  .search-form .comment-form .input-group>input[type="url"],
  .comment-form .search-form .input-group>input[type="url"],
  .form-inline .comment-form .input-group>textarea,
  .comment-form .form-inline .input-group>textarea,
  .search-form .comment-form .input-group>textarea,
  .comment-form .search-form .input-group>textarea,
  .search-form .form-inline .input-group>.search-field,
  .search-form .input-group>.search-field {
    width: 100%;
  }

  .form-inline .control-label,
  .search-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .search-form .radio,
  .form-inline .checkbox,
  .search-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .search-form .radio label,
  .form-inline .checkbox label,
  .search-form .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .search-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .search-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

.form-horizontal .form-group,
.form-horizontal .comment-form p,
.comment-form .form-horizontal p,
.form-horizontal .search-form label,
.search-form .form-horizontal label {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .comment-form p:before,
.comment-form .form-horizontal p:before,
.form-horizontal .search-form label:before,
.search-form .form-horizontal label:before,
.form-horizontal .form-group:after,
.form-horizontal .comment-form p:after,
.comment-form .form-horizontal p:after,
.form-horizontal .search-form label:after,
.search-form .form-horizontal label:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after,
.form-horizontal .comment-form p:after,
.comment-form .form-horizontal p:after,
.form-horizontal .search-form label:after,
.search-form .form-horizontal label:after {
  clear: both;
}

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

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

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

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

.btn,
.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce button.button:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.focus.button,
.woocommerce a.focus.button,
.woocommerce input.focus.button,
.woocommerce button.focus.button,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit,
.btn:active:focus,
.button:active:focus,
.comment-form input:active:focus[type="submit"],
.search-form .search-submit:active:focus,
.btn:active.focus,
.button:active.focus,
.comment-form input:active.focus[type="submit"],
.search-form .search-submit:active.focus,
.btn.active:focus,
.active.button:focus,
.comment-form input.active:focus[type="submit"],
.search-form .active.search-submit:focus,
.btn.active.focus,
.active.focus.button,
.comment-form input.active.focus[type="submit"],
.search-form .active.focus.search-submit {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
.btn:focus,
.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce button.button:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.focus.button,
.woocommerce a.focus.button,
.woocommerce input.focus.button,
.woocommerce button.focus.button,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  color: #333;
  text-decoration: none;
}

.btn:active,
.button:active,
.woocommerce a.button:active,
.woocommerce input.button:active,
.woocommerce button.button:active,
.comment-form input:active[type="submit"],
.search-form .search-submit:active,
.btn.active,
.active.button,
.woocommerce a.active.button,
.woocommerce input.active.button,
.woocommerce button.active.button,
.comment-form input.active[type="submit"],
.search-form .active.search-submit {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.button,
.woocommerce a.disabled.button,
.woocommerce input.disabled.button,
.woocommerce button.disabled.button,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn[disabled],
.button[disabled],
.woocommerce a.button[disabled],
.woocommerce input.button[disabled],
.woocommerce button.button[disabled],
.comment-form input[disabled][type="submit"],
.search-form .search-submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button,
fieldset[disabled] .comment-form input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"],
fieldset[disabled] .search-form .search-submit,
.search-form fieldset[disabled] .search-submit {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default,
.search-form .search-submit {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.search-form .search-submit:focus,
.btn-default.focus,
.search-form .focus.search-submit {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover,
.search-form .search-submit:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active,
.search-form .search-submit:active,
.btn-default.active,
.search-form .active.search-submit,
.open>.btn-default.dropdown-toggle,
.search-form .open>.dropdown-toggle.search-submit {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover,
.search-form .search-submit:active:hover,
.btn-default:active:focus,
.search-form .search-submit:active:focus,
.btn-default:active.focus,
.search-form .search-submit:active.focus,
.btn-default.active:hover,
.search-form .active.search-submit:hover,
.btn-default.active:focus,
.search-form .active.search-submit:focus,
.btn-default.active.focus,
.search-form .active.focus.search-submit,
.open>.btn-default.dropdown-toggle:hover,
.search-form .open>.dropdown-toggle.search-submit:hover,
.open>.btn-default.dropdown-toggle:focus,
.search-form .open>.dropdown-toggle.search-submit:focus,
.open>.btn-default.dropdown-toggle.focus,
.search-form .open>.dropdown-toggle.focus.search-submit {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.search-form .search-submit:active,
.btn-default.active,
.search-form .active.search-submit,
.open>.btn-default.dropdown-toggle,
.search-form .open>.dropdown-toggle.search-submit {
  background-image: none;
}

.btn-default.disabled:hover,
.search-form .disabled.search-submit:hover,
.btn-default.disabled:focus,
.search-form .disabled.search-submit:focus,
.btn-default.disabled.focus,
.search-form .disabled.focus.search-submit,
.btn-default[disabled]:hover,
.search-form .search-submit[disabled]:hover,
.btn-default[disabled]:focus,
.search-form .search-submit[disabled]:focus,
.btn-default[disabled].focus,
.search-form .search-submit[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .search-form .search-submit:hover,
.search-form fieldset[disabled] .search-submit:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .search-form .search-submit:focus,
.search-form fieldset[disabled] .search-submit:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .search-form .focus.search-submit,
.search-form fieldset[disabled] .focus.search-submit {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge,
.search-form .search-submit .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary,
.comment-form input[type="submit"] {
  color: #fff;
  background-color: #5c94ce;
  border-color: #ffd10a;
}

.btn-primary:focus,
.comment-form input:focus[type="submit"],
.btn-primary.focus,
.comment-form input.focus[type="submit"] {
  color: #fff;
  background-color: #efc200;
  border-color: #896f00;
}

.btn-primary:hover,
.comment-form input:hover[type="submit"] {
  color: #fff;
  background-color: #efc200;
  border-color: #cba500;
}

.btn-primary:active,
.comment-form input:active[type="submit"],
.btn-primary.active,
.comment-form input.active[type="submit"],
.open>.btn-primary.dropdown-toggle,
.comment-form .open>input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #efc200;
  border-color: #cba500;
}

.btn-primary:active:hover,
.comment-form input:active:hover[type="submit"],
.btn-primary:active:focus,
.comment-form input:active:focus[type="submit"],
.btn-primary:active.focus,
.comment-form input:active.focus[type="submit"],
.btn-primary.active:hover,
.comment-form input.active:hover[type="submit"],
.btn-primary.active:focus,
.comment-form input.active:focus[type="submit"],
.btn-primary.active.focus,
.comment-form input.active.focus[type="submit"],
.open>.btn-primary.dropdown-toggle:hover,
.comment-form .open>input.dropdown-toggle:hover[type="submit"],
.open>.btn-primary.dropdown-toggle:focus,
.comment-form .open>input.dropdown-toggle:focus[type="submit"],
.open>.btn-primary.dropdown-toggle.focus,
.comment-form .open>input.dropdown-toggle.focus[type="submit"] {
  color: #fff;
  background-color: #cba500;
  border-color: #896f00;
}

.btn-primary:active,
.comment-form input:active[type="submit"],
.btn-primary.active,
.comment-form input.active[type="submit"],
.open>.btn-primary.dropdown-toggle,
.comment-form .open>input.dropdown-toggle[type="submit"] {
  background-image: none;
}

.btn-primary.disabled:hover,
.comment-form input.disabled:hover[type="submit"],
.btn-primary.disabled:focus,
.comment-form input.disabled:focus[type="submit"],
.btn-primary.disabled.focus,
.comment-form input.disabled.focus[type="submit"],
.btn-primary[disabled]:hover,
.comment-form input[disabled]:hover[type="submit"],
.btn-primary[disabled]:focus,
.comment-form input[disabled]:focus[type="submit"],
.btn-primary[disabled].focus,
.comment-form input[disabled].focus[type="submit"],
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .comment-form input:hover[type="submit"],
.comment-form fieldset[disabled] input:hover[type="submit"],
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .comment-form input:focus[type="submit"],
.comment-form fieldset[disabled] input:focus[type="submit"],
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .comment-form input.focus[type="submit"],
.comment-form fieldset[disabled] input.focus[type="submit"] {
  background-color: #5c94ce;
  border-color: #ffd10a;
}

.btn-primary .badge,
.comment-form input[type="submit"] .badge {
  color: #5c94ce;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #5c94ce;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #5c94ce;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

.open>a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/button-groups";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #5c94ce;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #5c94ce;
}

.nav-stacked>li {
  float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 12px 10px;
  font-size: 25px;
  line-height: 26px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -10px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 26px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

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

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {

  .navbar-form .form-group,
  .navbar-form .comment-form p,
  .comment-form .navbar-form p,
  .navbar-form .search-form label,
  .search-form .navbar-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control,
  .navbar-form .comment-form input[type="text"],
  .comment-form .navbar-form input[type="text"],
  .navbar-form .comment-form input[type="email"],
  .comment-form .navbar-form input[type="email"],
  .navbar-form .comment-form input[type="url"],
  .comment-form .navbar-form input[type="url"],
  .navbar-form .comment-form textarea,
  .comment-form .navbar-form textarea,
  .navbar-form .search-form .search-field,
  .search-form .navbar-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .comment-form input[type="text"],
  .comment-form .navbar-form .input-group input[type="text"],
  .navbar-form .input-group .comment-form input[type="email"],
  .comment-form .navbar-form .input-group input[type="email"],
  .navbar-form .input-group .comment-form input[type="url"],
  .comment-form .navbar-form .input-group input[type="url"],
  .navbar-form .input-group .comment-form textarea,
  .comment-form .navbar-form .input-group textarea,
  .navbar-form .input-group .search-form .search-field,
  .search-form .navbar-form .input-group .search-field {
    width: auto;
  }

  .navbar-form .input-group>.form-control,
  .navbar-form .comment-form .input-group>input[type="text"],
  .comment-form .navbar-form .input-group>input[type="text"],
  .navbar-form .comment-form .input-group>input[type="email"],
  .comment-form .navbar-form .input-group>input[type="email"],
  .navbar-form .comment-form .input-group>input[type="url"],
  .comment-form .navbar-form .input-group>input[type="url"],
  .navbar-form .comment-form .input-group>textarea,
  .comment-form .navbar-form .input-group>textarea,
  .navbar-form .search-form .input-group>.search-field,
  .search-form .navbar-form .input-group>.search-field {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {

  .navbar-form .form-group,
  .navbar-form .comment-form p,
  .comment-form .navbar-form p,
  .navbar-form .search-form label,
  .search-form .navbar-form label {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child,
  .navbar-form .comment-form p:last-child,
  .comment-form .navbar-form p:last-child,
  .navbar-form .search-form label:last-child,
  .search-form .navbar-form label:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

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

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pagination";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/pager";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/labels";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/badges";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron";*/
.thumbnail,
.wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.wp-caption>img,
.thumbnail a>img,
.wp-caption a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption,
.wp-caption .caption {
  padding: 9px;
  color: #333333;;
}

a.thumbnail:hover,
a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.active.wp-caption {
  border-color: #5c94ce;
}

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4,
.alert .woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .alert .woocommerce-loop-category__title,
.alert .woocommerce ul.products>li.product .woocommerce-loop-product__title,
.woocommerce ul.products>li.product .alert .woocommerce-loop-product__title {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/media";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/list-group";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/wells";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/close";*/
.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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 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.3;
}

.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,
.modal-footer .button+.btn,
.modal-footer .woocommerce a.button+.btn,
.modal-footer .woocommerce input.button+.btn,
.modal-footer .woocommerce button.button+.btn,
.modal-footer .comment-form input[type="submit"]+.btn,
.comment-form .modal-footer input[type="submit"]+.btn,
.modal-footer .search-form .search-submit+.btn,
.search-form .modal-footer .search-submit+.btn,
.modal-footer .btn+.button,
.modal-footer .button+.button,
.modal-footer .woocommerce a.button+.button,
.modal-footer .woocommerce input.button+.button,
.modal-footer .woocommerce button.button+.button,
.modal-footer .comment-form input[type="submit"]+.button,
.comment-form .modal-footer input[type="submit"]+.button,
.modal-footer .search-form .search-submit+.button,
.search-form .modal-footer .search-submit+.button,
.modal-footer .woocommerce .btn+a.button,
.modal-footer .woocommerce .button+a.button,
.modal-footer .comment-form .woocommerce input[type="submit"]+a.button,
.comment-form .modal-footer .woocommerce input[type="submit"]+a.button,
.modal-footer .search-form .woocommerce .search-submit+a.button,
.search-form .modal-footer .woocommerce .search-submit+a.button,
.modal-footer .woocommerce .btn+input.button,
.modal-footer .woocommerce .button+input.button,
.modal-footer .comment-form .woocommerce input[type="submit"]+input.button,
.comment-form .modal-footer .woocommerce input[type="submit"]+input.button,
.modal-footer .search-form .woocommerce .search-submit+input.button,
.search-form .modal-footer .woocommerce .search-submit+input.button,
.modal-footer .woocommerce .btn+button.button,
.modal-footer .woocommerce .button+button.button,
.modal-footer .comment-form .woocommerce input[type="submit"]+button.button,
.comment-form .modal-footer .woocommerce input[type="submit"]+button.button,
.modal-footer .search-form .woocommerce .search-submit+button.button,
.search-form .modal-footer .woocommerce .search-submit+button.button,
.modal-footer .comment-form .btn+input[type="submit"],
.comment-form .modal-footer .btn+input[type="submit"],
.modal-footer .comment-form .button+input[type="submit"],
.comment-form .modal-footer .button+input[type="submit"],
.comment-form .modal-footer .woocommerce a.button+input[type="submit"],
.comment-form .modal-footer .woocommerce input.button+input[type="submit"],
.comment-form .modal-footer .woocommerce button.button+input[type="submit"],
.modal-footer .comment-form input[type="submit"]+input[type="submit"],
.comment-form .modal-footer input[type="submit"]+input[type="submit"],
.modal-footer .search-form .comment-form .search-submit+input[type="submit"],
.comment-form .modal-footer .search-form .search-submit+input[type="submit"],
.search-form .modal-footer .comment-form .search-submit+input[type="submit"],
.comment-form .search-form .modal-footer .search-submit+input[type="submit"],
.modal-footer .search-form .btn+.search-submit,
.search-form .modal-footer .btn+.search-submit,
.modal-footer .search-form .button+.search-submit,
.search-form .modal-footer .button+.search-submit,
.search-form .modal-footer .woocommerce a.button+.search-submit,
.search-form .modal-footer .woocommerce input.button+.search-submit,
.search-form .modal-footer .woocommerce button.button+.search-submit,
.modal-footer .comment-form .search-form input[type="submit"]+.search-submit,
.search-form .modal-footer .comment-form input[type="submit"]+.search-submit,
.comment-form .modal-footer .search-form input[type="submit"]+.search-submit,
.search-form .comment-form .modal-footer input[type="submit"]+.search-submit,
.modal-footer .search-form .search-submit+.search-submit,
.search-form .modal-footer .search-submit+.search-submit {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .button+.btn,
.modal-footer .btn-group .woocommerce a.button+.btn,
.modal-footer .btn-group .woocommerce input.button+.btn,
.modal-footer .btn-group .woocommerce button.button+.btn,
.modal-footer .btn-group .comment-form input[type="submit"]+.btn,
.comment-form .modal-footer .btn-group input[type="submit"]+.btn,
.modal-footer .btn-group .search-form .search-submit+.btn,
.search-form .modal-footer .btn-group .search-submit+.btn,
.modal-footer .btn-group .btn+.button,
.modal-footer .btn-group .button+.button,
.modal-footer .btn-group .woocommerce a.button+.button,
.modal-footer .btn-group .woocommerce input.button+.button,
.modal-footer .btn-group .woocommerce button.button+.button,
.modal-footer .btn-group .comment-form input[type="submit"]+.button,
.comment-form .modal-footer .btn-group input[type="submit"]+.button,
.modal-footer .btn-group .search-form .search-submit+.button,
.search-form .modal-footer .btn-group .search-submit+.button,
.modal-footer .btn-group .woocommerce .btn+a.button,
.modal-footer .btn-group .woocommerce .button+a.button,
.modal-footer .btn-group .comment-form .woocommerce input[type="submit"]+a.button,
.comment-form .modal-footer .btn-group .woocommerce input[type="submit"]+a.button,
.modal-footer .btn-group .search-form .woocommerce .search-submit+a.button,
.search-form .modal-footer .btn-group .woocommerce .search-submit+a.button,
.modal-footer .btn-group .woocommerce .btn+input.button,
.modal-footer .btn-group .woocommerce .button+input.button,
.modal-footer .btn-group .comment-form .woocommerce input[type="submit"]+input.button,
.comment-form .modal-footer .btn-group .woocommerce input[type="submit"]+input.button,
.modal-footer .btn-group .search-form .woocommerce .search-submit+input.button,
.search-form .modal-footer .btn-group .woocommerce .search-submit+input.button,
.modal-footer .btn-group .woocommerce .btn+button.button,
.modal-footer .btn-group .woocommerce .button+button.button,
.modal-footer .btn-group .comment-form .woocommerce input[type="submit"]+button.button,
.comment-form .modal-footer .btn-group .woocommerce input[type="submit"]+button.button,
.modal-footer .btn-group .search-form .woocommerce .search-submit+button.button,
.search-form .modal-footer .btn-group .woocommerce .search-submit+button.button,
.modal-footer .btn-group .comment-form .btn+input[type="submit"],
.comment-form .modal-footer .btn-group .btn+input[type="submit"],
.modal-footer .btn-group .comment-form .button+input[type="submit"],
.comment-form .modal-footer .btn-group .button+input[type="submit"],
.comment-form .modal-footer .btn-group .woocommerce a.button+input[type="submit"],
.comment-form .modal-footer .btn-group .woocommerce input.button+input[type="submit"],
.comment-form .modal-footer .btn-group .woocommerce button.button+input[type="submit"],
.modal-footer .btn-group .comment-form input[type="submit"]+input[type="submit"],
.comment-form .modal-footer .btn-group input[type="submit"]+input[type="submit"],
.modal-footer .btn-group .search-form .comment-form .search-submit+input[type="submit"],
.comment-form .modal-footer .btn-group .search-form .search-submit+input[type="submit"],
.search-form .modal-footer .btn-group .comment-form .search-submit+input[type="submit"],
.comment-form .search-form .modal-footer .btn-group .search-submit+input[type="submit"],
.modal-footer .btn-group .search-form .btn+.search-submit,
.search-form .modal-footer .btn-group .btn+.search-submit,
.modal-footer .btn-group .search-form .button+.search-submit,
.search-form .modal-footer .btn-group .button+.search-submit,
.search-form .modal-footer .btn-group .woocommerce a.button+.search-submit,
.search-form .modal-footer .btn-group .woocommerce input.button+.search-submit,
.search-form .modal-footer .btn-group .woocommerce button.button+.search-submit,
.modal-footer .btn-group .comment-form .search-form input[type="submit"]+.search-submit,
.search-form .modal-footer .btn-group .comment-form input[type="submit"]+.search-submit,
.comment-form .modal-footer .btn-group .search-form input[type="submit"]+.search-submit,
.search-form .comment-form .modal-footer .btn-group input[type="submit"]+.search-submit,
.modal-footer .btn-group .search-form .search-submit+.search-submit,
.search-form .modal-footer .btn-group .search-submit+.search-submit {
  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: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1100px) {
  .modal-lg {
    width: 900px;
  }
}

/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/popovers";*/
/*@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/carousel";*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 1099px) {
  .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: 1099px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1100px) and (max-width: 1549px) {
  .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: 1100px) and (max-width: 1549px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1550px) {
  .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: 1550px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-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);
  -o-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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

#page {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

body.admin-bar #page {
  min-height: calc(100vh - 32px);
}

@media (max-width: 767px) {
  #page {
    padding-top: 65px;
  }
}

a {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin-left: 0;
  padding-left: 1.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1em 0 .5em;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.woocommerce ul.products>li.product .woocommerce-loop-category__title a,
.woocommerce ul.products>li.product .woocommerce-loop-product__title a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.woocommerce ul.products>li.product .woocommerce-loop-category__title a:hover,
.woocommerce ul.products>li.product .woocommerce-loop-product__title a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: underline;
}

h1,
.h1 {
  line-height: 1.2174;
}

@media (max-width: 1099px) {

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

@media (max-width: 767px) {

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

h2,
.h2 {
  line-height: 1.142857;
}

@media (max-width: 767px) {

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

@media (max-width: 767px) {

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

h4,
.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title,
.h4 {
  line-height: 1.25;
}

p,
ul,
ol {
  margin-bottom: 1em;
}

p img:first-child,
ul img:first-child,
ol img:first-child {
  margin-top: 0;
}

p img:last-child,
ul img:last-child,
ol img:last-child {
  margin-bottom: 0;
}

hr {
  clear: both;
  margin: 2em 0;
}

blockquote p,
blockquote ul,
blockquote ol {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.woocommerce ul.products>li.product .woocommerce-loop-category__title:first-child,
.woocommerce ul.products>li.product .woocommerce-loop-product__title:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
hr:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.woocommerce ul.products>li.product .woocommerce-loop-category__title:last-child,
.woocommerce ul.products>li.product .woocommerce-loop-product__title:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
hr:last-child {
  margin-bottom: 0;
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-slide:focus,
.slick-slide:active,
.slick-slide:focus:active {
  outline: none;
}

.slick-dots {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.slick-dots[data-dots-count="1"] {
  display: none;
}

.slick-dots button {
  -webkit-appearance: none;
  appearance: none;
  border: solid 2px #5c94ce;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  outline: none;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.slick-dots button:hover {
  background: #5c94ce;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.slick-dots li+li {
  margin-left: 8px;
}

.slick-dots li.slick-active button {
  background: #5c94ce;
}

.slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  height: 60px;
  line-height: 60px;
  padding: 0;
  outline: none;
  color: #acacac;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.slick-arrow:hover {
  color: #5c94ce;
}

.slick-arrow:before {
  font-size: 60px;
  font-family: 'FontAwesome';
  line-height: 1;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "";
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "";
}

.ghost-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
  font-size: 0;
}

.text-wrapper li+li {
  margin-top: 5px;
}

@-webkit-keyframes float-up {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-o-keyframes float-up {
  0% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float-up {
  0% {
    -webkit-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes float-down {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(20px);
    transform: translatey(20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-o-keyframes float-down {
  0% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }

  100% {
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float-down {
  0% {
    -webkit-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes float-left {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px);
    transform: translatex(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-left {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-left {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-webkit-keyframes float-right {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(20px);
    transform: translatex(20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-right {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-right {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-webkit-keyframes float-top-left {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-top-left {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-top-left {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(-20px);
    -o-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-webkit-keyframes float-top-right {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(20px) translateY(-20px);
    transform: translatex(20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-top-right {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(20px) translateY(-20px);
    transform: translatex(20px) translateY(-20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-top-right {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(20px) translateY(-20px);
    -o-transform: translatex(20px) translateY(-20px);
    transform: translatex(20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-webkit-keyframes float-bottom-left {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-bottom-left {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-bottom-left {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(-20px);
    -o-transform: translatex(-20px) translateY(-20px);
    transform: translatex(-20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-webkit-keyframes float-bottom-right {
  0% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(20px);
    transform: translatex(-20px) translateY(20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float-bottom-right {
  0% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -o-transform: translatex(-20px) translateY(20px);
    transform: translatex(-20px) translateY(20px);
  }

  100% {
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

@keyframes float-bottom-right {
  0% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }

  50% {
    -webkit-transform: translatex(-20px) translateY(20px);
    -o-transform: translatex(-20px) translateY(20px);
    transform: translatex(-20px) translateY(20px);
  }

  100% {
    -webkit-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
  }
}

.float-up {
  -webkit-animation: float-up 4s ease-in-out infinite;
  -o-animation: float-up 4s ease-in-out infinite;
  animation: float-up 4s ease-in-out infinite;
}

.float-down {
  -webkit-animation: float-down 4.3s ease-in-out infinite;
  -o-animation: float-down 4.3s ease-in-out infinite;
  animation: float-down 4.3s ease-in-out infinite;
}

.float-left {
  -webkit-animation: float-left 4.6s ease-in-out infinite;
  -o-animation: float-left 4.6s ease-in-out infinite;
  animation: float-left 4.6s ease-in-out infinite;
}

.float-right {
  -webkit-animation: float-right 4.9s ease-in-out infinite;
  -o-animation: float-right 4.9s ease-in-out infinite;
  animation: float-right 4.9s ease-in-out infinite;
}

.float-top-left {
  -webkit-animation: float-top-left 5.2s ease-in-out infinite;
  -o-animation: float-top-left 5.2s ease-in-out infinite;
  animation: float-top-left 5.2s ease-in-out infinite;
}

.float-bottom-right {
  -webkit-animation: float-bottom-right 5.9s ease-in-out infinite;
  -o-animation: float-bottom-right 5.9s ease-in-out infinite;
  animation: float-bottom-right 5.9s ease-in-out infinite;
}

.float-bottom-left {
  -webkit-animation: float-bottom-left 4.5s ease-in-out infinite;
  -o-animation: float-bottom-left 4.5s ease-in-out infinite;
  animation: float-bottom-left 4.5s ease-in-out infinite;
}

.float-top-right {
  -webkit-animation: float-top-right 4.2s ease-in-out infinite;
  -o-animation: float-top-right 4.2s ease-in-out infinite;
  animation: float-top-right 4.2s ease-in-out infinite;
}

.section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-row:before,
.section-row:after {
  display: none;
}

.section-row>div {
  float: none;
}

.text-wrapper a {
  text-decoration: underline;
  color: #5c94ce;
}

.text-wrapper a:hover {
  text-decoration: none;
}

.modal .modal-dialog {
  height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-content {
  margin: auto !important;
  height: fit-content !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: rgba(191, 166, 51, 1);
  color: #ffffff;
}

.modal .modal-body {
  padding: 30px;
}

.modal .button,
.modal .woocommerce a.button,
.woocommerce .modal a.button,
.modal .woocommerce input.button,
.woocommerce .modal input.button,
.modal .woocommerce button.button,
.woocommerce .modal button.button {
  color: #333333;!important;
  background: #5c94ce;
  margin: 0 10px 10px;
}

.modal#welcome-modal .modal-body img {
  margin-bottom: 40px;
}

.modal#welcome-modal .popup-buttons {
  text-align: center;
  margin: 25px 0 -10px;
}

.modal#welcome-modal .popup-buttons .button {
  min-width: 150px;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 660px;
  }

  .modal .modal-body {
    padding: 75px;
  }
}

.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button {
  background: #333333;;
  color: #ffffff!important;
  border: none;
  border-radius: 25px;
  line-height: 32px;
  text-decoration: none!important;
  text-transform: uppercase;
  font-family: "Cubano", sans-serif;
  font-weight: normal;
  padding: 6px 24px;
  font-size: 24px;
  outline: none !important;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
}
#coupon_code{
  width:250px;
}
.button[name="apply_coupon"]{
  width:auto;
}
.tax-total, .cart-subtotal td, .order-total, .product-subtotal{
  text-align:right;
}
.button[disabled],
.woocommerce a.button[disabled],
.woocommerce input.button[disabled],
.woocommerce button.button[disabled] {
  color: #ffffff !important;
  padding: 10px 25px !important;
}

.focused-button,
.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce button.button:focus,
.button:active,
.woocommerce a.button:active,
.woocommerce input.button:active,
.woocommerce button.button:active,
.woocommerce ul.products>li.product>a:hover .button {
  outline: none !important;
  background: #5c94ce;
  color: #ffffff;
  text-decoration: none;
}

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

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: normal;
}

body div.wpcf7 {
  margin: 50px 0;
}

body div.wpcf7:first-child {
  margin-top: 0;
}

body div.wpcf7:last-child {
  margin-bottom: 0;
}

body div.wpcf7 .form-submit {
  text-align: center;
  position: relative;
}

body div.wpcf7 .form-submit .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateY(10px) translateX(-50%);
  -o-transform: translateY(10px) translateX(-50%);
  transform: translateY(10px) translateX(-50%);
}

body div.wpcf7 div.wpcf7-response-output {
  text-align: center;
  margin: 1em 0 0;
  padding: 1em;
}

body div.wpcf7 .wpcf7-not-valid-tip {
  margin: 10px 0 0;
}

.form-group,
.comment-form p,
.search-form label {
  margin: 0 0 40px;
}

.form-group label,
.comment-form p label,
.search-form label label {
  text-align: center;
  font-family: "Cubano", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0;
  display: block;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  height: auto;
  border-radius: 30px;
  line-height: 30px;
  padding: 15px 30px;
  border: solid 2px #dedede;
  font-size: 22px;
  font-family: "DIN_Next_LT_Pro", sans-serif;
  font-weight: 500;
  box-shadow: none;
}

.form-control.wpcf7-not-valid,
.comment-form input.wpcf7-not-valid[type="text"],
.comment-form input.wpcf7-not-valid[type="email"],
.comment-form input.wpcf7-not-valid[type="url"],
.comment-form textarea.wpcf7-not-valid,
.search-form .wpcf7-not-valid.search-field {
  border-color: #d9534f;
}

.woocommerce form .form-row {
  margin-bottom: 20px;
}

.woocommerce form .form-row label {
  font-family: "Cubano", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  height: auto;
  border-radius: 20px;
  line-height: 20px;
  padding: 10px 20px;
  border: solid 2px #dedede;
  font-size: 18px;
  font-family: "DIN_Next_LT_Pro", sans-serif;
  font-weight: 500;
  box-shadow: none;
}

.select2 .select2-selection--single {
  border-radius: 20px;
  line-height: 20px;
  height: 44px;
  padding: 7px 10px 0 10px;
  border: solid 2px #dedede;
  font-size: 18px;
  font-family: "DIN_Next_LT_Pro", sans-serif;
  font-weight: 500;
}

.batch-testing-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
  margin: 0 0 40px;
}

.batch-testing-search-form .form-control,
.batch-testing-search-form .comment-form input[type="text"],
.comment-form .batch-testing-search-form input[type="text"],
.batch-testing-search-form .comment-form input[type="email"],
.comment-form .batch-testing-search-form input[type="email"],
.batch-testing-search-form .comment-form input[type="url"],
.comment-form .batch-testing-search-form input[type="url"],
.batch-testing-search-form .comment-form textarea,
.comment-form .batch-testing-search-form textarea,
.batch-testing-search-form .search-form .search-field,
.search-form .batch-testing-search-form .search-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  height: 52px;
  line-height: 28px;
  padding: 10px 15px;
  border-radius: 25px;
}

.batch-testing-results article+article {
  margin-top: 40px;
}

.container {
  position: relative;
  z-index: 1;
}

.container-fluid {
  position: relative;
  z-index: 1;
}

@media (min-width: 1670px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-large {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1740px;
}

@media (max-width: 767px) {

  .container,
  .container-fluid,
  .container-large {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.aligncenter {
  display: block;
  margin: 13px auto;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 13px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 13px;
  }

  .alignright {
    float: right;
    margin-left: 13px;
  }
}

.wp-caption-text {
  padding: 9px;
}

#header {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.single-product #header{
  position:relative;
  background:#333333;;
}
#header:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition: all .3s;
  transform:translateY(0);
  background:#333333;;
}
@media (min-width: 782px) {
  #header:before{
    transform:translateY(-100%);
  }
}
body.scrolled #header:before {
  transform:translateY(0);
}
body.admin-bar #header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}

#header:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  background: url("../images/yellow-graphic.png") repeat-x center bottom;
  background-size: auto 11px;
  top: 100%;
  left: 0;
  z-index: 0;
}

#header #logo,
#header #scrolled-logo {
 
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
}

#header #logo a,
#header #scrolled-logo a {
  display: inline-block;
  vertical-align: top;
}

#header #logo {
  
  z-index: 10;
  max-width:220px;
  
  position:absolute;
  left:15px;
  top:16px;
  
}
@media (min-width: 782px) {
  .home #header #logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
#header #scrolled-logo {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  max-width: 220px;
  position: absolute;
  left: 15px;
  top: 30px;
}

body.scrolled #header #scrolled-logo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index:10;
}


#header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  align-items: center;
}

#header .container-fluid:before,
#header .container-fluid:after {
  display: none;
}

#header .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  text-decoration: none;
  font-size: 30px;
  font-family: "Cubano", sans-serif;
  line-height: 40px;
}

#header .cart-contents .cart-contents-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  position: absolute;
  top: 7px;
  right: -15px;
  border: solid 2px #ffffff;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #5c94ce;
  background: #222222;
  font-family: "Cubano", sans-serif;
  font-size: 10px;
  border-radius: 100%;
}

#header .mini-cart-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: solid 1px #5c94ce;
  padding: 15px;
  width: 200px;
  margin: -10px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .mini-cart-wrapper .woocommerce-mini-cart {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 270px);
  overflow: auto;
}

#header .mini-cart-wrapper .woocommerce-mini-cart>li+li {
  margin-top: 15px;
}

#header .mini-cart-wrapper .woocommerce-mini-cart .remove {
  display: none;
}

#header .mini-cart-wrapper .woocommerce-mini-cart a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  font-family: "Cubano", sans-serif;
  font-weight: normal;
}

#header .mini-cart-wrapper .woocommerce-mini-cart a img {
  max-width: 40px;
  width: auto;
  height: auto;
  float: right;
}

#header .mini-cart-wrapper .woocommerce-mini-cart .quantity {
  font-size: 16px;
  line-height: 22px;
}

#header .mini-cart-wrapper .total {
  text-align: center;
  margin: 0;
  padding: 30px 0 0;
  font-size: 16px;
  line-height: 19px;
}

#header .mini-cart-wrapper .total strong {
  font-family: "Cubano", sans-serif;
  font-weight: normal;
}

#header .mini-cart-wrapper .buttons {
  padding: 20px 0 0;
  margin: 0;
}

#header .mini-cart-wrapper .buttons .checkout {
  display: none;
}

#header .mini-cart-wrapper .buttons .button {
  padding: 10px;
  width: 100%;
}

#header .menu>li.woocommerce-account>a {
  font-size: 0;
  line-height: 0;
  
}
.mobile-account a{
  font-size: 0;
  line-height: 0;
}
.mobile-account a:before,
#header .menu>li.woocommerce-account>a:before {
  display: block;
  content: "";
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 50px;
}
.mobile-account a:before{
  color:#ffffff;
}
.mini-cart-item{
  display:flex!important;
  align-items:center
}
.woofc-menu-item .woofc-menu-item-inner:after{
  background-color:#5c94ce;
  color:#333333;;
}
.mobile-account{
  display:none;
}
@media (min-width: 768px) {
  #header #navigation {
    margin: 0;
    padding: 20px 0;
    position: relative;
    width:100%;
    display: flex !important;
    justify-content: end;
  }

  #header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #header .menu>li {
    position: relative;
  }

  #header .menu>li>a {
    display: block;
    font-family: "Cubano", sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    color: #333333;;
    border-bottom:2px solid transparent
  }
  #header .menu>li>a:hover{
    color:#5c94ce;
  }
  body.scrolled #header .menu>li>a{
    color:#ffffff;
  }
  #header .menu>li>a:focus,
  #header .menu>li>a:active {
    
  }

  #header .menu>li+li {
    margin-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #header .menu>li+li {
    margin-left: 30px;
  }
 
}

@media (min-width: 768px) {
 

  #header .menu>li.item-cart:hover .mini-cart-wrapper {
    opacity: 1;
    visibility: visible;
    margin: 0;
    width:300px;
  }

  
}

@media (max-width: 1099px) {

  #header #logo,
  #header #scrolled-logo {
    left: 10px;
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #header .container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-between;
  }

  #header #logo,
  #header #scrolled-logo {
    max-width: 170px;
    left: 0;
    position: relative;
    top: 0;
  }

  #header #scrolled-logo {
    height: 65px;
  }

  #header .navbar-toggle {
    display: block;
    float: none;
    border-radius: 0;
    margin: 20px 0;
    padding: 0;
    width: 35px;
    background: none;
    outline: none;
    border: none;
  }

  #header .navbar-toggle .icon-bar {
    display: block;
    background: #ffffff;
    width: 35px;
    height: 5px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  #header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
  }

  #header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
  }

  #header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
  }

  #header #navigation {
    width: 100%;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: right;
    max-height: calc(100vh - 80px);
  }

  #header .menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    color:#ffffff;
  }

  #header .menu>li {
    display: block;
  }

  #header .menu>li>a {
    display: block;
    font-family: "Cubano", sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    color: inherit;
  }

  #header .menu>li>a:focus,
  #header .menu>li>a:active {
    color: #5c94ce;
  }

  #header .menu>li.item-cart .cart-contents {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  #header .menu>li.item-cart .cart-contents .cart-contents-count {
    left: -7px;
    top: -7px;
  }

  #header .menu>li.woocommerce-account>a:before {
    line-height: 30px;
  }

  #header .menu>li:hover>a,
  #header .menu>li.active>a {
    color: #5c94ce;
  }

  #header .menu .sub-menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #header .menu .sub-menu a {
    display: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
  }

  #header .menu li+li {
    margin-top: 10px;
  }
  .mobile-account{
    display:block;
    margin-left: auto;
  }
  #menu-main-menu .woocommerce-account.menu-account{
    display:none;
  }
  #menu-main-menu .woofc-menu-item.menu-item-type-woofc{
    display:none;
  }
}

@media (max-width: 400px) {

  #header #logo,
  #header #scrolled-logo {
    max-width: 128px;
  }
}

#footer {
  background: #333333;;
  color: #ffffff;
  margin-top: auto;
  padding: 40px 0;
}

#footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer .container-fluid:before,
#footer .container-fluid:after {
  display: none;
}

#footer a:not([class*="button"]) {
  color: inherit;
}

#footer a:not([class*="button"]):hover {
  color: #5c94ce;
}

#footer #footer-text {
  width: 40%;
  font-size: 12px;
}

#footer #footer-text .text-wrapper {
  max-width: 460px;
}

#footer #footer-logo {
  width: 20%;
  padding: 0 10px;
  text-align: center;
}

#footer #footer-logo a {
  display: inline-block;
  vertical-align: top;
}

#footer #footer-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-menu>li>a {
  display: block;
  font-size: 13px;
  font-family: "Cubano", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

#footer .footer-menu>li+li {
  margin-left: 15px;
}

#footer .footer-menu+.social-links {
  margin-left: 40px;
}

#footer .social-links {
  font-size: 0;
}

#footer .social-links a {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

#footer .social-links a+a {
  margin-left: 20px;
}

#footer .social-links a i {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

@media (max-width: 1300px) {
  #footer #footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px;
  }

  #footer #footer-right>* {
    margin-left: auto;
  }

  #footer #footer-right>*+* {
    margin-top: 20px;
  }
}

@media (max-width: 1099px) {
  #footer .container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer #footer-logo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }

  #footer #footer-text {
    width: 50%;
    padding-right: 10px;
  }

  #footer #footer-right {
    width: 50%;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  #footer #footer-text {
    width: 100%;
    padding: 0 0 30px;
  }

  #footer #footer-text .text-wrapper {
    max-width: none;
    text-align: center;
  }

  #footer #footer-right {
    width: 100%;
  }

  #footer #footer-right>* {
    margin-left: auto;
    margin-right: auto;
  }

  #footer #footer-right .footer-menu {
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer #footer-right .footer-menu>li {
    padding: 0 10px 10px;
    margin: 0;
  }

  #footer #footer-right .footer-menu>li>a {
    text-align: center;
    white-space: nowrap;
  }
}

#woofc-count.woofc-count-bottom-right,
#woofc-count.woofc-count-bottom-left {
  bottom: 20px;
  right:20px;
}

.page-section {
  position: relative;
}

.page-section.section-page-banner {
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: clamp(300px, 70vh, 660px);
  color: #ffffff;
  background-size: cover;
  background-position: center;
  position:relative;
}
.home .page-section.section-page-banner {
  padding: 250px 0;
}
.page-section.section-page-banner .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(255, 255, 255, .8);
}

.page-section.section-page-banner.bg-color-blue {
  background-color: #5c94ce;
}

.page-section.section-page-banner.bg-color-blue h1,
.page-section.section-page-banner.bg-color-blue .h1,
.page-section.section-page-banner.bg-color-blue h2,
.page-section.section-page-banner.bg-color-blue .h2,
.page-section.section-page-banner.bg-color-blue h3,
.page-section.section-page-banner.bg-color-blue .h3,
.page-section.section-page-banner.bg-color-blue h4,
.page-section.section-page-banner.bg-color-blue .woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-blue .woocommerce-loop-category__title,
.page-section.section-page-banner.bg-color-blue .woocommerce ul.products>li.product .woocommerce-loop-product__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-blue .woocommerce-loop-product__title,
.page-section.section-page-banner.bg-color-blue .h4,
.page-section.section-page-banner.bg-color-blue h5,
.page-section.section-page-banner.bg-color-blue .h5,
.page-section.section-page-banner.bg-color-blue h6,
.page-section.section-page-banner.bg-color-blue .h6 {
  text-shadow: 0 0 15px rgba(0, 147, 191, 0.75);
}

.page-section.section-page-banner.bg-color-yellow {
  background-color: #5c94ce;
}

.page-section.section-page-banner.bg-color-yellow h1,
.page-section.section-page-banner.bg-color-yellow .h1,
.page-section.section-page-banner.bg-color-yellow h2,
.page-section.section-page-banner.bg-color-yellow .h2,
.page-section.section-page-banner.bg-color-yellow h3,
.page-section.section-page-banner.bg-color-yellow .h3,
.page-section.section-page-banner.bg-color-yellow h4,
.page-section.section-page-banner.bg-color-yellow .woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-yellow .woocommerce-loop-category__title,
.page-section.section-page-banner.bg-color-yellow .woocommerce ul.products>li.product .woocommerce-loop-product__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-yellow .woocommerce-loop-product__title,
.page-section.section-page-banner.bg-color-yellow .h4,
.page-section.section-page-banner.bg-color-yellow h5,
.page-section.section-page-banner.bg-color-yellow .h5,
.page-section.section-page-banner.bg-color-yellow h6,
.page-section.section-page-banner.bg-color-yellow .h6 {
  text-shadow: 0 0 15px rgba(255, 214, 35, 0.75);
}

.page-section.section-page-banner.bg-color-pink {
  background-color: #5c94ce;
}

.page-section.section-page-banner.bg-color-pink h1,
.page-section.section-page-banner.bg-color-pink .h1,
.page-section.section-page-banner.bg-color-pink h2,
.page-section.section-page-banner.bg-color-pink .h2,
.page-section.section-page-banner.bg-color-pink h3,
.page-section.section-page-banner.bg-color-pink .h3,
.page-section.section-page-banner.bg-color-pink h4,
.page-section.section-page-banner.bg-color-pink .woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-pink .woocommerce-loop-category__title,
.page-section.section-page-banner.bg-color-pink .woocommerce ul.products>li.product .woocommerce-loop-product__title,
.woocommerce ul.products>li.product .page-section.section-page-banner.bg-color-pink .woocommerce-loop-product__title,
.page-section.section-page-banner.bg-color-pink .h4,
.page-section.section-page-banner.bg-color-pink h5,
.page-section.section-page-banner.bg-color-pink .h5,
.page-section.section-page-banner.bg-color-pink h6,
.page-section.section-page-banner.bg-color-pink .h6 {
  text-shadow: 0 0 15px rgba(238, 57, 95, 0.75);
}

.page-section.section-page-banner h1 {
  margin-left: auto;
  margin-right: auto;
}

.page-section.section-page-banner .cloud {
  position: absolute;
  z-index: 0;
  background: url("../images/cloud.svg") no-repeat center;
  background-size: contain;
}

.page-section.section-page-banner .cloud.cloud1,
.page-section.section-page-banner .cloud.cloud3 {
  width: 500px;
  height: 190px;
  max-width: 40%;
}

.page-section.section-page-banner .cloud.cloud1 {
  top: 15%;
  left: -60px;
}

.page-section.section-page-banner .cloud.cloud3 {
  top: 45%;
  right: -60px;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-section.section-page-banner .cloud.cloud2 {
  width: 260px;
  height: 100px;
  top: 16.5%;
  left: 65%;
  max-width: 25%;
}

.page-section.section-page-banner .cloud.cloud4 {
  width: 218px;
  height: 83px;
  left: 15%;
  top: 64%;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  max-width: 20%;
}

.page-section.section-page-banner .cloud.cloud5 {
  width: 107px;
  height: 41px;
  left: 70%;
  top: 74%;
  max-width: 10%;
}

.page-section.section-page-banner.small-banner {
  min-height: clamp(300px, 60vh, 450px);
}

@media (min-width: 768px) {
  .page-section.section-page-banner.small-banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 1099px) {
  .page-section.section-page-banner {
    min-height: clamp(300px, 70vh, 550px);
  }
}

@media (max-width: 767px) {
  .page-section.section-page-banner {
    min-height: clamp(200px, 50vh, 400px);
    padding: 70px 0;
  }
}

.page-section.section-featured-products {
  padding: 20px 0;
  z-index: 10;
  position:relative;
}
.page-section.section-featured-products .gradient-overlay{
  position:absolute;
  height:180px;
  left:0;
  right:0;
  top:-180px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.page-section.section-featured-products .container-large {
  -webkit-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  transform: translateY(-180px);
}

.page-section.section-text-block {
  padding: 100px 0;
}

.page-section.section-text-block .text-wrapper.text-block-width-small {
  max-width: 640px;
}

.page-section.section-text-block .text-wrapper.text-block-width-medium {
  max-width: 960px;
}

.page-section.section-text-block .text-wrapper.center-text-block {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-section.section-text-block {
    padding: 50px 0;
  }
}

.page-section.section-two-columns {
  padding: 100px 0;
}

.page-section.section-two-columns .section-row.valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-section.section-two-columns .section-row.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-section.section-two-columns .section-row.valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .page-section.section-two-columns {
    padding: 50px 0;
  }

  .page-section.section-two-columns .section-row {
    display: block;
  }

  .page-section.section-two-columns .left-column+.right-column {
    margin-top: 40px;
  }
}

.page-section.section-featured-text {
  padding: 200px 0;
  background: #5c94ce;
  position:relative;
}
.page-section.section-featured-text .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  mix-blend-mode: multiply;
  opacity:.3;
  background-size:cover;
  background-position:center;
}
.page-section.section-featured-text .overlay-gradient{
  position:absolute;
  z-index:1;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,.5);
}
.page-section.section-featured-text .overlay-gradient.overlay-top{
  top:0;
 height:100%;
 background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}
.page-section.section-featured-text .overlay-gradient.overlay-bottom{
  bottom:0;
  height:200px;
  background: rgb(255,255,255);
   background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(51,51,51,1) 100%);
 }
.page-section.section-featured-text .text-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px;
}

.page-section.section-featured-text .text-columns .column {
  width: 50%;
  padding: 50px;
}

.page-section.section-featured-text .text-columns .column>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-section.section-featured-text .text-columns .column-image {
  width: 30.6%;
  margin-right: 7%;
}

.page-section.section-featured-text .text-columns .column-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width:768px){
  .menu-item-has-children .sub-menu{
    position: absolute;
    width: 150px;
    background: #333333;;
    list-style: none;
    color: #ffffff;
    text-align: center;
    padding: 0 .5rem;
    left: 50%;
    transform: translateX(-50%);
    max-height:0;
    overflow:hidden;
    transition: all .3s ease-in-out,
    
  }
  .menu-item-has-children:hover .sub-menu{
    max-height:300px;
  }
  .menu-item-has-children .sub-menu li{
    padding:.5em 0;
  }
  .menu-item-has-children .sub-menu li a:hover{
    text-decoration:none;
    border-color:transparent;
  }
  
}
@media (max-width: 1099px) {
  .page-section.section-featured-text .text-columns {
    display: block;
  }

  .page-section.section-featured-text .text-columns .column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-section.section-featured-text .text-columns {
    margin: -30px;
  }

  .page-section.section-featured-text .text-columns .column {
    padding: 30px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-section.section-featured-text .text-columns .column>div {
    display: block;
  }

  .page-section.section-featured-text .text-columns .column-image {
    width: auto;
    max-width: 170px;
    margin: 0 0 30px;
  }
}

#page-content {
  padding: 100px 0;
}

body#tinymce {
  margin: 12px !important;
}

body#tinymce img {
  background: #efefef;
}

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px -50px;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}

.woocommerce ul.products>li.product {
  padding: 0 10px 50px;
  margin: 0;
  float: none;
  text-align: center;
}

.woocommerce ul.products>li.product .woocommerce-loop-category__title,
.woocommerce ul.products>li.product .woocommerce-loop-product__title {
  margin: 1em auto .5em;
    max-width: 240px;
    min-height: 50px;
    padding: 0;
    font-size: 20px;
}

.woocommerce ul.products>li.product>a {
  display: block;
}

.woocommerce ul.products>li.product>a:hover {
  color: #5c94ce;
}

.woocommerce ul.products>li.product .button {
  margin-top: 0;
}

.woocommerce ul.products>li.product .product-image-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.woocommerce ul.products.columns-5>li.product {
  width: 20%;
}

.woocommerce ul.products.columns-4>li.product {
  width: 25%;
}

.woocommerce ul.products.columns-3>li.product {
  width: 33.333%;
}

.woocommerce ul.products.columns-2>li.product {
  width: 50%;
}

.woocommerce a.alt.button,
.woocommerce input.alt.button,
.woocommerce button.alt.button {
  background: #333333;;
}

.woocommerce a.alt.button:hover,
.woocommerce a.alt.button:focus,
.woocommerce a.alt.button:active,
.woocommerce input.alt.button:hover,
.woocommerce input.alt.button:focus,
.woocommerce input.alt.button:active,
.woocommerce button.alt.button:hover,
.woocommerce button.alt.button:focus,
.woocommerce button.alt.button:active {
  background: #5c94ce;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 3em;
}

.woocommerce div.product.product-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product.product-details-wrapper .product-images-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 180px 50px;
}

.woocommerce div.product.product-details-wrapper .product-images-wrapper div.woocommerce-product-gallery {
  float: none;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

.woocommerce div.product.product-details-wrapper .summary {
  background: #dedede;
  width: 660px;
  float: none;
  margin: 0;
  padding: 90px 50px;
}

.woocommerce div.product.product-details-wrapper .summary>div {
  width: 100%;
  max-width: 430px;
  margin: auto;
}

.woocommerce div.product.product-details-wrapper .product_title {
  display: none;
}

.woocommerce div.product.product-details-wrapper .product-description {
  border-bottom: solid 2px #333333;;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.woocommerce div.product.product-details-wrapper .product-packaging-information {
  color: #6f6f6f;
  margin-bottom: 20px;
}

.woocommerce div.product.product-details-wrapper p.price {
  color: inherit;
  margin: 0 0 35px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

.woocommerce div.product.product-details-wrapper p.price .amount {
  font-family: "Cubano", sans-serif;
  font-weight: normal;
  margin-left: 10px;
  color: #BFA633;
}
.wholesale_price_container{
  margin-left:2rem;
}
.woocommerce div.product.product-details-wrapper form.cart {
  margin: 0;
}

.woocommerce div.product.product-details-wrapper form.cart+.product-additional-content {
  margin-top: 40px;
}

.woocommerce div.product.product-details-wrapper form.cart .quantity .qty {
  -webkit-appearance: none;
  appearance: none;
  line-height: 32px;
  border-radius: 25px;
  border: none;
  outline: none;
  background: #ffffff;
  padding: 10px 0;
  font-family: "Cubano", sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin-right: 15px;
}
.woocommerce div.product form.cart{
  display:flex;
}

.summary.entry-summary .order-quantity-based-wholesale-pricing-view.table-view {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.order-quantity-based-wholesale-pricing-view.table-view th{
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #fff;
} 
.order-quantity-based-wholesale-pricing-view.table-view th:last-of-type{
  border-right-color: #000;
}
.order-quantity-based-wholesale-pricing-view.table-view td {
  border-color: #000;
}
.order-quantity-based-wholesale-pricing-view.table-view thead tr th {
  background-color: #000;
  color:#fff;
}
#wwof_product_listing_table .price_wrapper{
  display:block;
}
#wwof_product_listing_table .price_wrapper .price{
  display:flex;
}
#wwof_product_listing_container #wwof_product_search_btn,
#wwof_product_listing_container #wwof_product_displayall_btn,
#wwof_product_listing_table .wwof_add_to_cart_button{
  font-size: 14px;
  line-height: 24px;
  padding: 0 1rem !important;
  width: auto;
  height: auto;
}
ins{
  text-decoration:none!important;
}
.wholesale_price_container .woocommerce-Price-amount.amount{
  color:#5c94ce;
  text-decoration:none;
  margin-right: 2rem;
}
.wholesale_price_minimum_order_quantity{
  margin-right:1rem;
}
#wwof_product_listing_table tbody tr td{
  padding-bottom:1rem;
}
#wwof_product_listing_table_container tfoot{
  display:none;
}
.woocommerce div.product.product-details-wrapper p.price{
  font-size:20px;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: none;
  width: auto;
  margin-left: auto;
}
.woocommerce div.product.product-details-wrapper .product-additional-content {
  border-top: solid 2px #333333;;
  padding-top: 40px;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content+.product-wholesale-button {
  margin-top: 50px;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item+.accordion-item {
  margin-top: 20px;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title {
  margin: 0;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a {
  text-decoration: none;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a:before,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a:before,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a:before,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a:before,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a:before {
  content: '+';
  margin-right: 10px;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a[aria-expanded="true"],
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a[aria-expanded="true"],
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a[aria-expanded="true"],
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a[aria-expanded="true"],
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a[aria-expanded="true"] {
  color: #5c94ce;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a[aria-expanded="true"]:before,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a[aria-expanded="true"]:before,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a[aria-expanded="true"]:before,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a[aria-expanded="true"]:before,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a[aria-expanded="true"]:before {
  content: '-';
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a:hover,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a:hover,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a:hover,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a:hover,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a:hover,
.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a:focus,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a:focus,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a:focus,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a:focus,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a:focus,
.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item>h4 a:active,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-category__title a:active,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-category__title a:active,
.woocommerce div.product.product-details-wrapper .product-accordion-content ul.products>li.product .accordion-item>.woocommerce-loop-product__title a:active,
.woocommerce ul.products>li.product div.product.product-details-wrapper .product-accordion-content .accordion-item>.woocommerce-loop-product__title a:active {
  color: #5c94ce;
  text-decoration: none;
}

.woocommerce div.product.product-details-wrapper .product-accordion-content .accordion-item .collapse>div>div {
  padding: 20px 0 0;
}

.woocommerce div.product.product-details-wrapper .product-wholesale-button {
  color: #6f6f6f;
}

.woocommerce div.product.product-details-wrapper .product-wholesale-button>span {
  display: block;
  margin-bottom: 25px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #5c94ce20;
  
}
.woocommerce-terms-and-conditions-wrapper{
  margin-bottom:30px;
}

.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button, .woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button ,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a{
  background-color:#333333;;
  border-radius:20px;
}
.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button:hover, .woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button:hover,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover{
  background-color:#5c94ce;
}
.woofc-area.woofc-style-02 .slick-dots li button, .woofc-area.woofc-style-04 .slick-dots li button{
  padding:0!important;
  background-color:#333333;!important;
}
.woofc-area.woofc-style-02 .slick-dots li.slick-active button, .woofc-area.woofc-style-04 .slick-dots li.slick-active button{
  background-color:#5c94ce!important
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 96px;
  box-shadow: none;
}
.woofc-count span{
  background-color:#5c94ce!important;
  color:#333333;!important;
}
.button.product_type_simple,
.button.add_to_cart_button {
  font-size: 16px!important;
  line-height: 1.5!important;
  margin-top: 1rem!important;
}
.price-label{
  display:none;
}
.woocommerce div.product.product-details-wrapper p.price{
  margin-bottom:0;
}
.woocommerce div.product.product-details-wrapper .woocommerce-product-details__short-description,
.woocommerce div.product.product-details-wrapper p.price .amount{
  font-size:24px;
  margin-left:0;
  margin-right:0;
}
.wholesale_price_container .woocommerce-Price-amount.amount{
  margin-right:0;
}
.woocommerce div.product.product-details-wrapper p.price .wholesale_price_container{
  margin-left:0;
}
.single-product .price-label{
  display:none;
  
}
.order-form-app button{
  padding:0 15px!important;
}
.outofstock a.button{
  /*display:none!important;*/
}
.woocommerce ul.products li.product.outofstock:after, .woocommerce-page ul.products li.product.outofstock:after{
  
}
.woocommerce.logged-in ul.products li.product.outofstock:after, .woocommerce-page.logged-in ul.products li.product.outofstock:after{
  content:'Coming Soon';
  display:block;
  color:#c9302c;
}
.woocommerce ul.products li.product .price{
  font-size:1em;
  color:#333333;!important;
}

.logged-in .wholesale-product-group{
  display:block;
}
.logged-in .consumer-product-group{
  display:none;
}
.woocommerce form .form-row .input-checkbox{
  position:relative;
}
.wwp-login-to-see-wholesale-prices{
    background: #333333;;
    color: #ffffff !important;
    border: none;
    border-radius: 25px;
    line-height: 32px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: "Cubano", sans-serif;
    font-weight: normal;
    font-size: .75em;
    display: inline-block!important;
    padding: 0 2em;
    margin-top: 1rem;
    outline: none !important;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;

  }
.wwp-login-to-see-wholesale-prices:hover{
  background:#5c94ce;
}
.single-product .wwp-login-to-see-wholesale-prices{
  display:none!important;
}
@media (max-width: 1549px) {
  .woocommerce div.product.product-details-wrapper .summary {
    width: 520px;
    padding-top: 180px;
  }
}

@media (max-width: 1099px) {
  .woocommerce ul.products>li.product {
    width: 50% !important;
  }

  .woocommerce div.product.product-details-wrapper {
    display: block;
  }

  .woocommerce div.product.product-details-wrapper .product-images-wrapper {
    padding: 100px 50px 50px;
  }

  .woocommerce div.product.product-details-wrapper .summary {
    width: auto;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product.product-details-wrapper {
    display: block;
  }

  .woocommerce div.product.product-details-wrapper .product-images-wrapper {
    padding: 100px 20px 50px;
  }

  .woocommerce div.product.product-details-wrapper .summary {
    width: auto;
    padding: 50px 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products>li.product {
    width: 100% !important;
  }
}

.woocommerce-cart .wc-proceed-to-checkout .button {
  padding: 10px 25px !important;
}

/*# sourceMappingURL=main.css.map */