/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #464646;
  background-color: #f0ece4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #1caed7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #137793;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.428571429;
  background-color: #f0ece4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17.25px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #1caed7;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h1,
.h1 {
  font-size: 3.286em;
  color: #7f796e;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 1.714em;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small,
.h1 small {
  font-size: 26px;
}
h2 small,
.h2 small {
  font-size: 19px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 21px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23 {
  float: left;
}
.col-xs-1 {
  width: 4.166666666666666%;
}
.col-xs-2 {
  width: 8.333333333333332%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.666666666666664%;
}
.col-xs-5 {
  width: 20.833333333333336%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.166666666666668%;
}
.col-xs-8 {
  width: 33.33333333333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66666666666667%;
}
.col-xs-11 {
  width: 45.83333333333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.166666666666664%;
}
.col-xs-14 {
  width: 58.333333333333336%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66666666666666%;
}
.col-xs-17 {
  width: 70.83333333333334%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16666666666666%;
}
.col-xs-20 {
  width: 83.33333333333334%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66666666666666%;
}
.col-xs-23 {
  width: 95.83333333333334%;
}
.col-xs-24 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23 {
    float: left;
  }
  .col-sm-1 {
    width: 4.166666666666666%;
  }
  .col-sm-2 {
    width: 8.333333333333332%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.666666666666664%;
  }
  .col-sm-5 {
    width: 20.833333333333336%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.166666666666668%;
  }
  .col-sm-8 {
    width: 33.33333333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666666666667%;
  }
  .col-sm-11 {
    width: 45.83333333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.166666666666664%;
  }
  .col-sm-14 {
    width: 58.333333333333336%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666666666666%;
  }
  .col-sm-17 {
    width: 70.83333333333334%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666666666666%;
  }
  .col-sm-20 {
    width: 83.33333333333334%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666666666666%;
  }
  .col-sm-23 {
    width: 95.83333333333334%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 4.166666666666666%;
  }
  .col-sm-push-2 {
    left: 8.333333333333332%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.666666666666664%;
  }
  .col-sm-push-5 {
    left: 20.833333333333336%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.166666666666668%;
  }
  .col-sm-push-8 {
    left: 33.33333333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666666666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.166666666666664%;
  }
  .col-sm-push-14 {
    left: 58.333333333333336%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666666666666%;
  }
  .col-sm-push-17 {
    left: 70.83333333333334%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666666666666%;
  }
  .col-sm-push-20 {
    left: 83.33333333333334%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666666666666%;
  }
  .col-sm-push-23 {
    left: 95.83333333333334%;
  }
  .col-sm-pull-1 {
    right: 4.166666666666666%;
  }
  .col-sm-pull-2 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-5 {
    right: 20.833333333333336%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.166666666666668%;
  }
  .col-sm-pull-8 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.166666666666664%;
  }
  .col-sm-pull-14 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-17 {
    right: 70.83333333333334%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666666666666%;
  }
  .col-sm-pull-20 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-23 {
    right: 95.83333333333334%;
  }
  .col-sm-offset-1 {
    margin-left: 4.166666666666666%;
  }
  .col-sm-offset-2 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-5 {
    margin-left: 20.833333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.166666666666668%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.166666666666664%;
  }
  .col-sm-offset-14 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333333334%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666666666666%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333333334%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23 {
    float: left;
  }
  .col-md-1 {
    width: 4.166666666666666%;
  }
  .col-md-2 {
    width: 8.333333333333332%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.666666666666664%;
  }
  .col-md-5 {
    width: 20.833333333333336%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.166666666666668%;
  }
  .col-md-8 {
    width: 33.33333333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666666666667%;
  }
  .col-md-11 {
    width: 45.83333333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.166666666666664%;
  }
  .col-md-14 {
    width: 58.333333333333336%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666666666666%;
  }
  .col-md-17 {
    width: 70.83333333333334%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666666666666%;
  }
  .col-md-20 {
    width: 83.33333333333334%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666666666666%;
  }
  .col-md-23 {
    width: 95.83333333333334%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-push-1 {
    left: 4.166666666666666%;
  }
  .col-md-push-2 {
    left: 8.333333333333332%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.666666666666664%;
  }
  .col-md-push-5 {
    left: 20.833333333333336%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.166666666666668%;
  }
  .col-md-push-8 {
    left: 33.33333333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666666666667%;
  }
  .col-md-push-11 {
    left: 45.83333333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.166666666666664%;
  }
  .col-md-push-14 {
    left: 58.333333333333336%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666666666666%;
  }
  .col-md-push-17 {
    left: 70.83333333333334%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666666666666%;
  }
  .col-md-push-20 {
    left: 83.33333333333334%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666666666666%;
  }
  .col-md-push-23 {
    left: 95.83333333333334%;
  }
  .col-md-pull-1 {
    right: 4.166666666666666%;
  }
  .col-md-pull-2 {
    right: 8.333333333333332%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.666666666666664%;
  }
  .col-md-pull-5 {
    right: 20.833333333333336%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.166666666666668%;
  }
  .col-md-pull-8 {
    right: 33.33333333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666666666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.166666666666664%;
  }
  .col-md-pull-14 {
    right: 58.333333333333336%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666666666666%;
  }
  .col-md-pull-17 {
    right: 70.83333333333334%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666666666666%;
  }
  .col-md-pull-20 {
    right: 83.33333333333334%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666666666666%;
  }
  .col-md-pull-23 {
    right: 95.83333333333334%;
  }
  .col-md-offset-1 {
    margin-left: 4.166666666666666%;
  }
  .col-md-offset-2 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-5 {
    margin-left: 20.833333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.166666666666668%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.166666666666664%;
  }
  .col-md-offset-14 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333333334%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666666666666%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333333334%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23 {
    float: left;
  }
  .col-lg-1 {
    width: 4.166666666666666%;
  }
  .col-lg-2 {
    width: 8.333333333333332%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.666666666666664%;
  }
  .col-lg-5 {
    width: 20.833333333333336%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.166666666666668%;
  }
  .col-lg-8 {
    width: 33.33333333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666666666667%;
  }
  .col-lg-11 {
    width: 45.83333333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.166666666666664%;
  }
  .col-lg-14 {
    width: 58.333333333333336%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666666666666%;
  }
  .col-lg-17 {
    width: 70.83333333333334%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666666666666%;
  }
  .col-lg-20 {
    width: 83.33333333333334%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666666666666%;
  }
  .col-lg-23 {
    width: 95.83333333333334%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 4.166666666666666%;
  }
  .col-lg-push-2 {
    left: 8.333333333333332%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.666666666666664%;
  }
  .col-lg-push-5 {
    left: 20.833333333333336%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.166666666666668%;
  }
  .col-lg-push-8 {
    left: 33.33333333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666666666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.166666666666664%;
  }
  .col-lg-push-14 {
    left: 58.333333333333336%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666666666666%;
  }
  .col-lg-push-17 {
    left: 70.83333333333334%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666666666666%;
  }
  .col-lg-push-20 {
    left: 83.33333333333334%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666666666666%;
  }
  .col-lg-push-23 {
    left: 95.83333333333334%;
  }
  .col-lg-pull-1 {
    right: 4.166666666666666%;
  }
  .col-lg-pull-2 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-5 {
    right: 20.833333333333336%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.166666666666668%;
  }
  .col-lg-pull-8 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.166666666666664%;
  }
  .col-lg-pull-14 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-17 {
    right: 70.83333333333334%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666666666666%;
  }
  .col-lg-pull-20 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-23 {
    right: 95.83333333333334%;
  }
  .col-lg-offset-1 {
    margin-left: 4.166666666666666%;
  }
  .col-lg-offset-2 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-5 {
    margin-left: 20.833333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.166666666666668%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.166666666666664%;
  }
  .col-lg-offset-14 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333333334%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666666666666%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333333334%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f0ece4;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #868686;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #1caed7;
  border-color: #199cc0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1791b3;
  border-color: #12708a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1caed7;
  border-color: #199cc0;
}
.btn-secondary {
  color: #ffffff;
  background-color: #7f796e;
  border-color: #716c62;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #69645b;
  border-color: #514d46;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #7f796e;
  border-color: #716c62;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #1caed7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #137793;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #1caed7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1caed7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 16px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  line-height: 47px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #1caed7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0ece4;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #f0ece4;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #1caed7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #f0ece4;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #1caed7;
  border-bottom-color: #1caed7;
}
.nav a:hover .caret {
  border-top-color: #137793;
  border-bottom-color: #137793;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 14.5px;
    padding-bottom: 14.5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-text {
  float: left;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1caed7;
  border-color: #1caed7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #1caed7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1689aa;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1caed7;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f0ece4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #1caed7;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #464646;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background-color: #1caed7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1caed7;
  border-color: #1caed7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7edf8;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  background-color: #ffffff;
  position: relative;
  border-top: 8px solid #7f796e !important;
}
.panel-body {
  padding: 10px 10px 10px 40px;
}
@media (max-width: 991px) {
  .panel-body {
    padding: 20px;
  }
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 55px 15px 25px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #c7c7c7;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #c7c7c7;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #c7c7c7;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #1caed7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1caed7;
  border-color: #c7c7c7;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1caed7;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1caed7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #c7c7c7;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c7c7c7;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #c7c7c7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #c7c7c7;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.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;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  margin: 0 auto;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition: 0.7s linear opacity;
  transition: 0.7s linear opacity;
  left: 0 !important;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  z-index: 2;
}
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel-fade .carousel-inner .carousel-control {
  z-index: 5;
}
.carousel-control {
  width: 35px;
  height: 36px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.carousel-control.left {
  background-color: #fff;
}
.carousel-control.right {
  background-color: #fff;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-left-arrow,
.carousel-control .icon-right-arrow {
  z-index: 5;
  padding: 22%;
  display: block;
  color: #7f796e;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'mikuni';
  src: url('../fonts/mikuni.eot');
  src: url('../fonts/mikuni.eot#iefix') format('embedded-opentype'), url('../fonts/mikuni.woff') format('woff'), url('../fonts/mikuni.ttf') format('truetype'), url('../fonts/mikuni.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'mikuni';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-vine:before {
  content: "\e600";
}
.icon-instagram:before {
  content: "\e601";
}
.icon-pinterest:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-facebook:before {
  content: "\e604";
}
.icon-mikuni-logo:before {
  content: "\e605";
}
.icon-left-arrow:before {
  content: "\e606";
}
.icon-location-pin:before {
  content: "\e607";
}
.icon-right-arrow:before {
  content: "\e608";
}
.icon-pdf:before {
  content: "\e60a";
}
.icon-reservations:before {
  content: "\e609";
}
.icon-tweet:before {
  content: "\e60d";
}
.icon-sushi-roll:before {
  content: "\e60e";
}
.icon-read:before {
  content: "\e60f";
}
.icon-programs:before {
  content: "\e610";
}
.icon-menu:before {
  content: "\e611";
}
.icon-mail:before {
  content: "\e612";
}
.icon-download:before {
  content: "\e613";
}
.icon-circle-logo:before {
  content: "\e614";
}
.icon-clock:before {
  content: "\e60b";
}
.icon-list:before {
  content: "\e60c";
}
.icon-shopping-cart:before {
  content: "\e615";
}
@media (max-width: 992px) {
  html,
  body {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mobile-header {
    background-color: #a1a1a1;
    background-image: url('../img/header-bg-grey.jpg');
    background-position: top center;
    height: 130px;
    position: relative;
  }
  .mobile-header .icon-list {
    font-size: 23px;
  }
  .mobile-header img {
    max-width: 55%;
    margin: 0px auto 0px 90px;
  }
  .mobile-search {
    background-color: #1689aa;
    padding: 1em;
    margin-left: -1em;
    margin-right: -1em;
  }
  .mobile-logo {
    font-size: 60px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .mobile-logo:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu-btn {
    background-color: #fff;
    color: #1caed7;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px 2px 10px;
  }
  .mobile-nav {
    background-image: url(../img/sandpaper-bg.jpg);
  }
  .mobile-nav li.nav-header {
    padding: 26px 1em;
    text-align: center;
    background-color: #1caed7;
    background-image: url(../img/mikuni-circle-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-left: -1em;
    margin-right: -1em;
    color: #fff;
  }
  .off-canvas {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0em 1em;
    left: -240px;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: -14px 0px 9px -10px #c6c2bb inset;
  }
  .off-canvas ul {
    list-style: none;
    padding-left: 0px;
  }
  .off-canvas-nav h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
  }
  .off-canvas-nav a {
    display: block;
    font-size: 1.1em;
    font-weight: 800;
    padding: 1em;
    border-bottom: 1px solid #b8ad97;
    margin-left: -1em;
    margin-right: -1em;
    color: #515151;
  }
  .off-canvas-nav a:hover {
    background-color: transparent;
  }
  /* Push classes applied to the body */
  .off-canvas-nav-push {
    position: relative;
    overflow-x: hidden;
    left: 0;
  }
  .off-canvas-nav-push-to-right {
    left: 240px;
    right: 0px;
  }
  .off-canvas-nav-push-to-right .off-canvas-nav {
    left: 0;
  }
  .off-canvas-nav-push-to-left {
    left: -240px;
  }
  /* Transitions */
  .off-canvas-nav,
  .off-canvas-nav-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .social-facebook a,
  .social-twitter a,
  .social-instagram a,
  .social-pinterest a,
  .social-vine a {
    margin-top: -0.25em;
  }
  .social-facebook i,
  .social-twitter i,
  .social-instagram i,
  .social-pinterest i,
  .social-vine i {
    margin-right: 1em;
    font-size: 1.5em;
  }
  .social-facebook a {
    color: #4d69a2;
  }
  .social-twitter a {
    color: #00abf1;
  }
  .social-instagram a {
    color: #44729b;
  }
  .social-pinterest a {
    color: #ce1d1e;
  }
  .social-vine a {
    color: #00a579;
  }
}
.coming-soon {
  margin: 0 auto 50px auto;
  width: 100%;
}
.closing-text-content {
  background-color: #fff;
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fdcf44), color-stop(1, #dca22f));
  background-image: -o-linear-gradient(right, #fdcf44 0%, #dca22f 100%);
  background-image: -moz-linear-gradient(right, #fdcf44 0%, #dca22f 100%);
  background-image: -webkit-linear-gradient(right, #fdcf44 0%, #dca22f 100%);
  background-image: -ms-linear-gradient(right, #fdcf44 0%, #dca22f 100%);
  background-image: linear-gradient(to right, #fdcf44 0%, #dca22f 100%);
}
@media (min-width: 1200px) {
  .closing-text-content {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .closing-text-content {
    font-size: 14px;
    height: 70px;
    padding: 13px 20px;
  }
}
.googlePlus {
  float: right;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .googlePlus {
    margin-bottom: 10px;
  }
}
/* Type
==================*/
.caps {
  text-transform: uppercase;
}
.heading-large {
  text-transform: uppercase;
  color: #bcb09a;
  font-size: 46px;
  line-height: 90%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #fff;
  width: 80%;
}
@media (max-width: 991px) {
  .heading-large {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading-large {
    width: 100%;
    font-size: 32px;
  }
}
.heading-footer {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
  border-bottom: 3px solid #7f796e;
  font-size: 18px;
  font-weight: 700;
  color: #7f796e;
}
hr {
  border-top: 1px solid #e4dccd;
}
.sub-title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10.5px;
  display: inline-block;
}
/* GLOBAL
==================*/
.slidingDiv {
  height: auto;
  padding-bottom: 20px;
}
.show_hide {
  display: none;
}
/* Header
==================*/
.masthead {
  background-image: url('../img/header-bg-grey.jpg');
  background-position: top center;
  background-color: #a1a1a1;
  height: 130px;
}
.masthead .logo {
  float: left !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.masthead .logo img {
  width: 170px;
}
@media (min-width: 768px) {
  .masthead .logo {
    float: left;
    width: 37.5%;
    margin-top: 20px;
  }
}
.masthead .logo a:hover {
  text-decoration: none;
}
.masthead .main-logo {
  color: #fff;
  font-size: 88px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masthead {
    overflow-x: hidden;
  }
}
#top-nav-wrapper {
  position: absolute;
  background-image: url(../img/top-nav-bg.png);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 815px;
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #top-nav-wrapper {
    right: -100px;
  }
}
#top-nav-wrapper #top-nav {
  margin-left: 40px;
}
#top-nav-wrapper #top-nav li a {
  color: #735a26;
  display: inline-block;
  padding: 10px;
  position: relative;
}
#top-nav-wrapper #top-nav li a:after {
  content: "|";
  position: absolute;
  right: -10px;
}
#top-nav-wrapper #top-nav li:last-child a:after {
  content: "";
}
.social-search {
  margin-top: 60px;
}
.social-search .social-links {
  width: 30%;
  text-align: right;
}
.social-search .social-links li:last-child {
  display: none;
}
.social-search .search {
  width: 60%;
}
.social-links {
  padding-left: 0;
  list-style: none;
  line-height: 49px;
}
.social-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-links a {
  color: #444444;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-links a:hover {
  text-decoration: none;
  color: #fff;
}
.search input[type="text"] {
  background-color: #444444;
  box-shadow: 0px 4px 4px #373737 inset;
  border: none;
  color: #fff;
  height: 49px;
}
.search input[type="submit"] {
  background: #e8dcc5;
  background: -moz-linear-gradient(top, #e8dcc5 0%, #e8dcc5 18%, #ddd2bc 39%, #cec3af 59%, #a8a08f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8dcc5), color-stop(18%, #e8dcc5), color-stop(39%, #ddd2bc), color-stop(59%, #cec3af), color-stop(100%, #a8a08f));
  background: -webkit-linear-gradient(top, #e8dcc5 0%, #e8dcc5 18%, #ddd2bc 39%, #cec3af 59%, #a8a08f 100%);
  background: -o-linear-gradient(top, #e8dcc5 0%, #e8dcc5 18%, #ddd2bc 39%, #cec3af 59%, #a8a08f 100%);
  background: -ms-linear-gradient(top, #e8dcc5 0%, #e8dcc5 18%, #ddd2bc 39%, #cec3af 59%, #a8a08f 100%);
  background: linear-gradient(to bottom, #e8dcc5 0%, #e8dcc5 18%, #ddd2bc 39%, #cec3af 59%, #a8a08f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8dcc5', endColorstr='#a8a08f', GradientType=0);
  height: 49px;
  color: #65646a;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
}
.home .main-nav {
  background-color: #e8dcc5;
  height: 59px;
  border-bottom: 5px solid #b8ad97;
  line-height: 54px;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9;
}
.main-nav {
  background-color: #e8dcc5;
  height: 59px;
  background-image: url(../img/sandpaper-bg-2.jpg);
  border-bottom: 5px solid #b8ad97;
  line-height: 54px;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9;
}
.main-nav .menu {
  list-style-type: none;
}
.main-nav .menu .current-menu-item,
.main-nav .menu .current_page_parent {
  background-color: #fff;
}
.main-nav .menu .current-menu-item a,
.main-nav .menu .current_page_parent a {
  color: #7f796e;
}
.main-nav .menu ul {
  display: none;
  position: absolute;
  z-index: 9999;
  list-style-type: none;
  background-color: #fff;
  white-space: nowrap;
  padding-left: 0;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.35), 5px 5px 10px -5px rgba(0, 0, 0, 0.35), -5px 5px 10px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.35), 5px 5px 10px -5px rgba(0, 0, 0, 0.35), -5px 5px 10px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.35), 5px 5px 10px -5px rgba(0, 0, 0, 0.35), -5px 5px 10px -5px rgba(0, 0, 0, 0.35);
  padding-right: 25px;
  padding-left: 37px;
}
.main-nav .menu ul .current-menu-item {
  background-color: #fff;
}
.main-nav .menu ul .current-menu-item a {
  color: #7f796e;
}
.main-nav .menu ul li.menu-item-1535 {
  position: static;
  height: auto;
}
.main-nav .menu ul li.menu-item-1535:before {
  content: "";
  background-image: url(../img/menu-mikuni-logo.jpg);
  width: 192px;
  height: 84px;
  display: block;
}
.main-nav .menu ul li.menu-item-1535 a {
  display: none;
}
.main-nav .menu ul li.menu-item-1535 ul li {
  padding-left: 0;
}
.main-nav .menu ul li.menu-item-1535 ul li a {
  display: block;
}
.main-nav .menu ul li.menu-item-1535 ul li a:hover {
  background-color: #7f796e;
  color: #fff;
}
.main-nav .menu ul li.menu-item-1536 {
  position: static;
  height: auto;
}
.main-nav .menu ul li.menu-item-1536:before {
  content: "";
  background-image: url(../img/menu-taros-logo.jpg);
  width: 192px;
  height: 84px;
  display: block;
}
.main-nav .menu ul li.menu-item-1536 a {
  display: none;
}
.main-nav .menu ul li.menu-item-1536 ul li {
  padding-left: 0;
}
.main-nav .menu ul li.menu-item-1536 ul li a {
  display: block;
}
.main-nav .menu ul li.menu-item-1536 ul li a:hover {
  background-color: #7f796e;
  color: #fff;
}
.main-nav .menu ul li.menu-item-1537 {
  position: static;
  height: auto;
}
.main-nav .menu ul li.menu-item-1537:before {
  content: "";
  background-image: url(../img/menu-kaizen-logo.jpg);
  width: 192px;
  height: 84px;
  display: block;
}
.main-nav .menu ul li.menu-item-1537 a {
  display: none;
}
.main-nav .menu ul li.menu-item-1537 ul li {
  padding-left: 0;
}
.main-nav .menu ul li.menu-item-1537 ul li a {
  display: block;
}
.main-nav .menu ul li.menu-item-1537 ul li a:hover {
  background-color: #7f796e;
  color: #fff;
}
.main-nav .menu ul li {
  width: 192px;
  margin-right: 35px;
  padding-bottom: 0;
  height: 45px;
  float: left;
}
.main-nav .menu ul li:last-child {
  border-bottom: 0;
}
.main-nav .menu ul li a {
  border-right: 0;
  border-left: 0;
  padding-left: 5px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-top: 0;
  color: #7f796e;
  width: 100%;
  display: block;
  height: inherit;
  line-height: 45px;
  width: 192px;
}
.main-nav .menu ul li a:hover {
  background-color: #7f796e;
  color: #fff;
}
.main-nav .menu ul li ul {
  float: left;
  width: 192px;
  height: auto;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
  margin-right: 45px;
  position: static;
  padding-right: 0;
}
.main-nav .menu ul li ul li {
  clear: left;
  border-bottom: 1px solid #e8dcc5;
}
.main-nav .menu ul li ul li a {
  text-indent: 0px;
  color: #7f796e;
}
.main-nav .menu ul li ul li a:hover {
  background-color: #7f796e;
  color: #fff;
}
.main-nav .menu li:hover > a {
  background-color: #fff;
  color: #7f796e;
}
.main-nav .menu li {
  float: left;
  margin: 0;
  padding: 0;
}
.main-nav .menu li:hover ul {
  display: block;
}
.main-nav .menu li a {
  padding: 17px 46px;
  border-right: 1px solid #b8ad97;
  border-left: 1px solid #f6f2ea;
  color: #7f796e;
  margin: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu li a:hover {
  background-color: #fff;
  color: #7f796e;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .menu li a {
    padding: 17px 31px;
  }
}
.main-nav .menu li:last-child a {
  border-right: 0;
}
.main-nav .menu li:first-child a {
  border-left: 0;
}
.no-float {
  float: none !important;
  border-bottom: 1px solid #e8dcc5;
}
.no-float:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}
/* Slider/Carousels
==================*/
.events-controller {
  background-image: url(../img/strip-mask.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 900;
  height: 170px;
  width: 33%;
}
@media (max-width: 1199px) {
  .events-controller {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .events-controller {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .events-controller {
    background-image: none;
    width: 100%;
    text-align: center;
    height: 220px;
    position: static;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .events-controller {
    background-image: none;
    text-align: center;
    height: 220px;
  }
}
/* Current Events
==================*/
.film-strip {
  padding-right: 0;
  position: absolute;
  z-index: 800;
  bottom: 0px;
}
#carousel_inner {
  float: left;
  /* important for inline positioning */
  overflow: hidden;
  /* important (hide the items outside the div) */
  /* non-important styling bellow */
  margin: 0 250px;
}
@media (max-width: 991px) {
  #carousel_inner {
    margin: 0;
  }
}
#carousel_ul {
  position: relative;
  left: -280px;
  /* important (this should be negative number of list items width(including margin) */
  list-style-type: none;
  /* removing the default styling for unordered list items */
  margin: 0px;
  padding: 0px;
  width: 9999px;
  /* important */
  /* non-important styling bellow */
  padding-bottom: 10px;
}
#carousel_ul li {
  float: left;
  /* important for inline positioning of the list items */
  width: 270px;
  /* fixed width, important */
  /* just styling bellow*/
  padding: 0px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
#carousel_ul li img {
  margin-bottom: -4px;
  /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
  /* styling */
  cursor: pointer;
  cursor: hand;
  border: 0px;
}
#left_scroll,
#right_scroll {
  float: left;
  width: 35px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  #left_scroll {
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 9999;
  }
  #right_scroll {
    position: absolute;
    right: 0;
    top: 105px;
    z-index: 9999;
  }
  #left_scroll img,
  #right_scroll img {
    opacity: .5;
  }
  #left_scroll img:hover,
  #right_scroll img:hover {
    opacity: 1;
  }
}
.film-strip-fix {
  max-width: 1140px;
}
#left_scroll img,
#right_scroll img {
  border: 0;
  /* remove the default border of linked image */
  /*styling*/
  cursor: pointer;
  cursor: hand;
}
.current-events-wrap {
  min-height: 170px;
  background-repeat: repeat;
  background-color: #e8dcc5;
  position: relative;
  overflow: hidden;
}
.view-calendar {
  font-size: 16px;
  color: #7f796e;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .view-calendar {
    display: none;
  }
}
/* Main Content
==================*/
a.noUnder:hover {
  text-decoration: none !important;
}
.brush-title {
  background-image: url(../img/white-brush-bottom.png);
  background-repeat: repeat-x;
  height: 101px;
  margin-bottom: 60px;
  margin-top: -30px;
}
.brush-title h1 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .brush-title h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .brush-title h1 {
    font-size: 36px;
  }
}
.brush-title h1 .icon-location-pin {
  font-size: 34px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .brush-title h1 .icon-location-pin {
    font-size: 28px;
  }
}
.brush-title-home {
  background-image: url(../img/white-brush-bottom.png);
  background-repeat: repeat-x;
  height: 101px;
  margin-bottom: 0;
}
.brush-title-home h1 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .brush-title-home h1 {
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .brush-title-home h1 {
    font-size: 32px;
  }
}
.brush-title-home h1 .icon-location-pin {
  font-size: 34px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .brush-title-home h1 .icon-location-pin {
    font-size: 28px;
  }
}
.small-margin {
  margin-bottom: 10px;
}
.brush-spacer {
  background-color: #fff;
  padding-top: 10px;
}
.white-bg {
  background-color: #fff;
}
.white-bg .small-heading {
  padding-top: 15px;
}
.white-bg .location-info {
  display: block;
  color: #7f796e;
  font-size: 16px;
  margin: 3px 0;
}
.white-bg .direction-links {
  margin-top: 25px;
  display: block;
}
.white-bg .direction-links a {
  font-size: 16px;
}
.white-bg .location-map {
  overflow: hidden;
  height: 200px;
}
@media (max-width: 767px) {
  .white-bg .location-map {
    display: none;
  }
}
.small-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #464646;
}
.blue-box {
  margin-top: -70px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blue-box {
    clear: both;
  }
}
@media (max-width: 767px) {
  .blue-box {
    margin-top: 50px;
  }
}
.blue-box i {
  position: relative;
  z-index: 250;
  font-size: 56px;
  color: #1fb8dc;
}
.blue-box span {
  position: relative;
  z-index: 500;
}
.blue-box .inner-post-controls {
  padding: 14px 0;
  border-bottom: 1px solid #179c95;
  background-color: #1caed7;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .blue-box .inner-post-controls {
    display: none;
  }
}
.blue-box .inner-post-controls .icon-left-arrow,
.blue-box .inner-post-controls .icon-right-arrow {
  color: #fff;
}
.blue-box .inner-post-controls .carousel-control.left {
  margin-left: 20px;
}
.blue-box .inner-post-controls .carousel-control.left,
.blue-box .inner-post-controls .carousel-control.right {
  background-color: #1691bd;
}
.blue-box .inner-post-controls .carousel-indicators {
  position: static;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
  padding-top: 10px;
  text-align: left;
}
.blue-box .inner-post-controls .carousel-indicators .active {
  background-color: #fff;
  border: 0;
  width: 16px;
  height: 16px;
}
.blue-box .inner-post-controls .carousel-indicators li {
  border: 0;
  background-color: #1691bd;
  width: 16px;
  height: 16px;
}
.blue-box .location-title-wrap {
  background-color: #1caed7;
  padding: 10px 20px 45px;
  background-image: url(../img/mikuni-location-logo.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 140px;
}
.blue-box .location-title-wrap h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 5px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .blue-box .location-title-wrap h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.blue-box .location-title-wrap .subtitle {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 50%;
}
.blue-bottom {
  background-image: url(../img/blue-brush-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 81px;
}
.red-box {
  margin-top: -70px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .red-box {
    clear: both;
  }
}
@media (max-width: 767px) {
  .red-box {
    margin-top: 50px;
  }
}
.red-box i {
  position: relative;
  z-index: 250;
  font-size: 56px;
  color: #1fb8dc;
}
.red-box span {
  position: relative;
  z-index: 500;
}
.red-box .inner-post-controls {
  padding: 14px 0;
  border-bottom: 1px solid #dc4835;
  background-color: #c12e1d;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .red-box .inner-post-controls {
    display: none;
  }
}
.red-box .inner-post-controls .icon-left-arrow,
.red-box .inner-post-controls .icon-right-arrow {
  color: #fff;
}
.red-box .inner-post-controls .carousel-control.left {
  margin-left: 20px;
}
.red-box .inner-post-controls .carousel-control.left,
.red-box .inner-post-controls .carousel-control.right {
  background-color: #7a1a0f;
}
.red-box .inner-post-controls .carousel-indicators {
  position: static;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
  padding-top: 10px;
  text-align: left;
}
.red-box .inner-post-controls .carousel-indicators .active {
  background-color: #fff;
  border: 0;
  width: 16px;
  height: 16px;
}
.red-box .inner-post-controls .carousel-indicators li {
  border: 0;
  background-color: #7a1a0f;
  width: 16px;
  height: 16px;
}
.red-box .location-title-wrap {
  background-color: #c12e1d;
  padding: 10px 20px 45px;
  background-image: url(../img/kaizen-location-logo.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.red-box .location-title-wrap h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 5px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .red-box .location-title-wrap h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.red-box .location-title-wrap .subtitle {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 50%;
}
.red-bottom {
  background-image: url(../img/red-brush-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 81px;
}
.purple-box {
  margin-top: -70px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .purple-box {
    clear: both;
  }
}
@media (max-width: 767px) {
  .purple-box {
    margin-top: 50px;
  }
}
.purple-box i {
  position: relative;
  z-index: 250;
  font-size: 56px;
  color: #1fb8dc;
}
.purple-box span {
  position: relative;
  z-index: 500;
}
.purple-box .inner-post-controls {
  padding: 14px 0;
  border-bottom: 1px solid #6b38a9;
  background-color: #542989;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .purple-box .inner-post-controls {
    display: none;
  }
}
.purple-box .inner-post-controls .icon-left-arrow,
.purple-box .inner-post-controls .icon-right-arrow {
  color: #fff;
}
.purple-box .inner-post-controls .carousel-control.left {
  margin-left: 20px;
}
.purple-box .inner-post-controls .carousel-control.left,
.purple-box .inner-post-controls .carousel-control.right {
  background-color: #3a1b60;
}
.purple-box .inner-post-controls .carousel-indicators {
  position: static;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
  padding-top: 10px;
  text-align: left;
}
.purple-box .inner-post-controls .carousel-indicators .active {
  background-color: #fff;
  border: 0;
  width: 16px;
  height: 16px;
}
.purple-box .inner-post-controls .carousel-indicators li {
  border: 0;
  background-color: #3a1b60;
  width: 16px;
  height: 16px;
}
.purple-box .location-title-wrap {
  background-color: #542989;
  padding: 10px 20px 45px;
  background-image: url(../img/taros-location-logo.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.purple-box .location-title-wrap h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 5px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .purple-box .location-title-wrap h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.purple-box .location-title-wrap .subtitle {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 50%;
}
.purple-bottom {
  background-image: url(../img/purple-brush-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 81px;
}
.main-content {
  clear: both;
}
.main-content .column-fix {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .main-content .column-fix {
    padding-bottom: 50px;
  }
}
.main-content .menu-fix {
  padding-left: 0;
}
.main-content .menu-fix p {
  margin: 0;
}
.main-content .menu-list {
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .main-content .menu-list {
    clear: both;
  }
}
.main-content .menu-pdfs {
  display: inline-block;
  width: 24%;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .main-content .menu-pdfs {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .main-content .menu-pdfs {
    clear: both;
  }
}
@media (max-width: 490px) {
  .main-content .menu-pdfs {
    width: 100%;
  }
}
.main-content .menu-pdfs:before {
  font-family: 'mikuni';
  content: '\e60a';
  font-size: 32px;
  color: #7f796e;
  margin-bottom: 25px;
  margin-right: 10px;
  width: 26px;
  height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-content .menu-pdfs .pdf-list {
  display: inline-block;
  position: absolute;
  top: 14px;
}
.main-content .row-spacer {
  margin-bottom: 70px;
}
.main-content .content-fix {
  margin-top: 80px;
}
.main-content .location-list {
  padding: 30px 0;
}
.main-content .location-list hr {
  border-top: 1px solid #e4dccd;
}
.main-content .location-list hr:first-child {
  display: none;
}
.main-content .location-list .location-wrap {
  overflow: hidden;
  border-top: 1px solid #e4dccd;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .main-content .location-list .location-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content .location-list .location-wrap img {
  float: left !important;
}
@media (max-width: 991px) {
  .main-content .location-list .location-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    float: none !important;
    margin: 0 auto;
  }
}
.main-content .location-list .img-circle {
  border: 10px solid #fff;
  margin-right: 5px;
}
.main-content .location-list .icon-location-pin {
  font-size: 24px;
  margin-right: 15px;
  margin-top: 12px;
  color: #b6b6b6;
}
.main-content .location-list .location-info-block {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .main-content .location-list .location-info-block {
    clear: both;
    float: none;
    display: block;
    text-align: center;
  }
}
.main-content .location-list .location-info-block h3 {
  display: inline;
}
.main-content .location-list .location-info-block h3 a {
  text-transform: uppercase;
  font-weight: 700;
}
.main-content .location-list .location-info-block span {
  display: block;
}
.main-content .location-list .location-info-block .location-detail {
  display: block;
  margin-top: 20px;
}
.main-content .location-experience-list {
  padding: 0 0 40px 0;
}
.main-content .location-experience-list .location-experience-wrap {
  overflow: hidden;
  border-top: 1px solid #e4dccd;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .main-content .location-experience-list .location-experience-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content .location-experience-list .location-experience-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  float: none !important;
  margin: 0 auto;
}
.main-content .location-experience-list .location-experience-wrap h3 {
  margin: 20px 0 0 0;
}
.main-content .location-experience-list .img-circle {
  border: 10px solid #fff;
  margin-right: 5px;
}
.home .main-content .location-list {
  padding: 30px 0;
}
.home .main-content .location-list hr {
  border-top: 1px solid #e4dccd;
}
.home .main-content .location-list hr:last-child {
  display: none;
}
.home .main-content .location-list .location-wrap {
  overflow: hidden;
  padding: 30px 0;
  border-top: 0;
}
@media (max-width: 991px) {
  .home .main-content .location-list .location-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .main-content .location-list .location-wrap img {
  float: left !important;
}
@media (max-width: 991px) {
  .home .main-content .location-list .location-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    float: none !important;
    margin: 0 auto;
  }
}
.home .main-content .location-list .img-circle {
  border: 10px solid #fff;
  margin-right: 5px;
}
.home .main-content .location-list .icon-location-pin {
  font-size: 24px;
  margin-right: 15px;
  margin-top: 12px;
  color: #b6b6b6;
}
.home .main-content .location-list .location-info-block {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .home .main-content .location-list .location-info-block {
    clear: both;
    float: none;
    display: block;
    text-align: center;
  }
}
.home .main-content .location-list .location-info-block h3 {
  display: inline;
}
.home .main-content .location-list .location-info-block h3 a {
  text-transform: uppercase;
  font-weight: 700;
}
.home .main-content .location-list .location-info-block span {
  display: block;
}
.home .main-content .location-list .location-info-block .location-detail {
  display: block;
  margin-top: 20px;
}
.location-block {
  border-bottom: 1px solid #e4dccd;
  padding-left: 0;
  margin-bottom: 30px;
  clear: both;
}
.location-block i {
  font-size: 22px;
  color: #7f796e;
}
.location-block .location-heading {
  font-size: 46px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  margin-left: 15px;
  color: #7f796e;
}
@media (max-width: 767px) {
  .location-block .location-heading {
    font-size: 30px;
  }
}
/* Page
==================*/
.page h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page .hero-wrapper {
  background-color: #fff;
}
.page .main-content h2 {
  color: #1caed7;
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 3px;
}
.page .main-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 3px;
}
.page .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.page .breadcrumb-wrap a {
  font-size: 16px;
}
.page .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.page .page-content-fix {
  margin-top: -50px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .page .page-content-fix {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page .page-content-fix {
    padding-right: 15px;
  }
}
.page .ad-text {
  padding-right: 0;
  text-align: right;
}
@media (max-width: 480px) {
  .page .featured-image img {
    width: 100%;
    height: auto;
  }
}
.page .btn {
  margin-bottom: 15px;
  margin-right: 10px;
}
.icon-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #7f796e;
  width: 85px;
  height: 85px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -48px;
  margin: auto;
  left: 0;
  right: 0;
}
.icon-circle i {
  display: block;
  color: #fff;
}
.icon-circle .icon-programs {
  font-size: 40px;
  margin-top: 24px;
}
.icon-circle .icon-read {
  font-size: 40px;
  margin-top: 24px;
}
.icon-circle .icon-mail {
  font-size: 22px;
  margin-top: 30px;
}
.btn-primary {
  border: 0;
  border-radius: 4px;
}
.btn-primary:hover {
  border: 0;
}
.btn-lg {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 16px;
}
.panel-section {
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
.panel-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 14px;
}
#menu-koki-club-menu,
#menu-concierge-club-menu,
#menu-banquet-and-catering-menu,
#menu-community {
  list-style-type: none;
  padding-left: 0;
}
.sushi-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 40px;
  margin-top: 25px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .sushi-list {
    margin-left: 20px;
  }
}
.sushi-list li {
  padding-bottom: 20px;
  background: url(../img/sushi-bullet.png) left 10% no-repeat;
}
.sushi-list li i {
  color: #cbcbcb;
  margin-right: 10px;
  float: left;
  padding-top: 3px;
}
.sushi-list li a {
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  padding-left: 25px;
}
.empty-thumbnail {
  height: 50px;
}
.sidebar-btn {
  float: right;
}
@media (max-width: 480px) {
  .sidebar-btn {
    clear: left;
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programs-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .programs-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .programs-wrap {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mikunigram-wrap {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .mikunigram-wrap {
    margin-top: 80px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mikunigram-wrap {
    margin-top: 120px;
    padding: 0;
  }
}
.mikunigram {
  margin-top: 0;
}
.mikunigram span {
  display: block;
}
.mikunigram .panel-body {
  padding: 60px 20px 20px;
}
.mikunigram .between {
  color: #7f796e;
  font-size: 20px;
}
.mikunigram .join-today {
  display: block;
  margin: 25px auto 0;
}
.mikunigram .subtext {
  width: 60%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  color: #7f796e;
  position: relative;
  bottom: -60px;
}
.bottom-tear {
  background-image: url(../img/white-brush-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 101px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .bottom-tear {
    margin-bottom: 0px;
  }
}
.tear-fix {
  margin-top: -60px;
}
/* ADs
==================*/
.ad-text {
  font-size: 16px;
}
/* Archive
==================*/
.archive .hero-wrapper {
  background-color: #fff;
  padding-top: 0px;
}
.archive .icon-location-pin {
  font-size: 42px;
  margin-right: 5px;
}
.archive .menu-fix .small-heading {
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .archive .menu-fix .small-heading {
    text-align: center;
    margin-top: 15px;
  }
}
.archive .menu-fix strong {
  clear: both;
  display: inline-block;
  text-transform: none;
}
@media (max-width: 991px) {
  .archive .menu-fix strong {
    display: block;
  }
}
@media (min-width: 992px) {
  .archive .menu-fix p {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .archive .menu-fix p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .archive .menu-location-lunch {
    margin-left: 17%;
  }
}
.archive #map-overlay-right {
  height: 100%;
  width: 40px;
  z-index: 10;
  right: 0;
  position: absolute;
}
.archive #map-overlay-left {
  height: 100%;
  width: 40px;
  left: 0;
  z-index: 10;
  position: absolute;
}
.archive #map-overlay-top {
  background: transparent url(../img/map-overlay-top.png) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 40px;
  top: 0;
  z-index: 20;
  position: absolute;
}
.archive #map-overlay-bottom {
  z-index: 20;
  width: 100%;
  height: 40px;
  bottom: 0;
  position: absolute;
}
.archive .location-list {
  padding: 0;
}
.archive .location-list .location-info-block {
  margin-left: 20px;
  display: block;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .archive .location-list .location-info-block {
    margin-left: 0;
  }
}
.archive .location-list .location-wrap img {
  width: 100%;
}
@media (max-width: 991px) {
  .archive .location-list .location-wrap img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .archive .location-list .location-wrap .padding-left-zero {
    padding-left: 0;
  }
}
.archive .location-archive-details {
  border-top: 1px solid #e4dccd;
  border-bottom: 1px solid #e4dccd;
  padding: 15px 0;
  margin-top: 15px;
}
.archive .location-archive-details .location-phone {
  display: inline-block !important;
  margin-right: 150px;
}
@media (max-width: 991px) {
  .archive .location-archive-details .location-phone {
    text-align: center;
    display: block !important;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .archive .location-archive-details .location-phone {
    margin-right: 85px;
  }
}
.archive .location-archive-details .location-detail {
  display: inline-block !important;
  margin-top: 0 !important;
}
.post-type-archive-locations .hero-wrapper {
  background-color: #fff;
  padding-top: 70px;
}
.post-type-archive-locations h1 {
  display: inline-block;
}
.post-type-archive-locations .nav-tabs {
  margin-top: 20px;
  border-bottom: 0;
}
.post-type-archive-locations .nav-tabs .small-heading {
  margin-top: 18px;
}
.post-type-archive-locations .nav-tabs .sort-all {
  margin-top: 10px;
}
.post-type-archive-locations .nav-tabs > li > a {
  margin-right: 0;
  margin-left: 25px;
  border: 0;
}
@media (max-width: 767px) {
  .post-type-archive-locations .nav-tabs > li > a {
    margin-bottom: 15px;
  }
}
.post-type-archive-locations .nav-tabs > li.active > a,
.post-type-archive-locations .nav-tabs > li.active > a:hover,
.post-type-archive-locations .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 0;
}
.post-type-archive-locations a.mikuni-hover {
  background-image: url(../img/mikuni-location-logo-default.jpg);
  width: 106px;
  height: 52px;
  display: inline-block;
}
.post-type-archive-locations a.mikuni-hover:hover,
.post-type-archive-locations a.mikuni-hover > li.active > a,
.post-type-archive-locations a.mikuni-hover > li.active > a:hover,
.post-type-archive-locations a.mikuni-hover > li.active > a:focus {
  background-image: url(../img/mikuni-location-logo-hover.jpg);
}
.post-type-archive-locations .nav-tabs > li.active > a.mikuni-hover,
.post-type-archive-locations .nav-tabs > li.active > a.mikuni-hover:hover,
.post-type-archive-locations .nav-tabs > li.active > a.mikuni-hover:focus {
  background-image: url(../img/mikuni-location-logo-hover.jpg);
}
.post-type-archive-locations a.taros-hover {
  background-image: url(../img/taros-location-logo-default.jpg);
  width: 106px;
  height: 52px;
  display: inline-block;
}
.post-type-archive-locations a.taros-hover:hover,
.post-type-archive-locations a.taros-hover > li.active {
  background-image: url(../img/taros-location-logo-hover.jpg);
}
.post-type-archive-locations .nav-tabs > li.active > a.taros-hover,
.post-type-archive-locations .nav-tabs > li.active > a.taros-hover:hover,
.post-type-archive-locations .nav-tabs > li.active > a.taros-hover:focus {
  background-image: url(../img/taros-location-logo-hover.jpg);
}
.post-type-archive-locations a.kaizen-hover {
  background-image: url(../img/kaizen-location-logo-default.jpg);
  width: 106px;
  height: 52px;
  display: inline-block;
}
.post-type-archive-locations a.kaizen-hover:hover {
  background-image: url(../img/kaizen-location-logo-hover.jpg);
}
.post-type-archive-locations .nav-tabs > li.active > a.kaizen-hover,
.post-type-archive-locations .nav-tabs > li.active > a.kaizen-hover:hover,
.post-type-archive-locations .nav-tabs > li.active > a.kaizen-hover:focus {
  background-image: url(../img/kaizen-location-logo-hover.jpg);
}
.post-type-archive-locations .footer-menu {
  margin-top: 0;
}
.post-type-archive-events h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-archive-events .hero-wrapper {
  background-color: #fff;
  padding-top: 0;
}
.post-type-archive-events .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.post-type-archive-events .breadcrumb-wrap a {
  font-size: 16px;
}
.post-type-archive-events .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.post-type-archive-events .event-description {
  margin-bottom: 40px;
  margin-top: 15px;
}
.post-type-archive-events .event-begins strong,
.post-type-archive-events .event-ends strong {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-type-archive-events .event-wrapper {
    min-height: 450px;
    margin-bottom: 25px;
  }
}
.post-type-archive-events .footer-menu {
  margin-top: 0;
}
.post-type-archive-product .hero-wrapper {
  background-color: #fff;
  padding-top: 0;
}
.post-type-archive-product .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.post-type-archive-product .breadcrumb-wrap a {
  font-size: 16px;
}
.post-type-archive-product .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.category .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.category .breadcrumb-wrap a {
  font-size: 16px;
}
.category .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.page-template-redeem-points-template-php .hero-wrapper {
  background-color: #fff;
  padding-top: 0;
}
.page-template-redeem-points-template-php .redeem-wrapper {
  margin-top: -25px;
}
.page-template-redeem-points-template-php .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.page-template-redeem-points-template-php .breadcrumb-wrap a {
  font-size: 16px;
}
.page-template-redeem-points-template-php .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.page-template-redeem-points-template-php h2 {
  color: #1caed7;
  font-size: 24px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 3px;
  clear: both;
  border-bottom: 1px solid #e4dccd;
  padding-bottom: 10px;
}
.page-template-redeem-points-template-php h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 3px;
}
.page-template-redeem-points-template-php h3 input {
  margin-right: 10px;
  margin-bottom: 40px;
  float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-redeem-points-template-php h3 input {
    margin-bottom: 50px;
  }
}
.page-template-redeem-points-template-php .item-wrapper {
  min-height: 460px;
  padding-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-redeem-points-template-php .item-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .page-template-redeem-points-template-php .item-wrapper {
    min-height: 100%;
  }
}
.page-template-redeem-points-template-php .item-wrapper:nth-child(odd) {
  border-right: 1px dotted #e4dccd;
  border-bottom: 1px dotted #e4dccd;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .page-template-redeem-points-template-php .item-wrapper:nth-child(odd) {
    padding-right: 15px;
  }
}
.page-template-redeem-points-template-php .item-wrapper:nth-child(even) {
  border-bottom: 1px dotted #e4dccd;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .page-template-redeem-points-template-php .item-wrapper:nth-child(even) {
    padding-left: 15px;
  }
}
.page-template-redeem-points-template-php .item-wrapper:nth-child(2n+1) {
  clear: both;
}
.page-template-redeem-points-template-php .retail-value {
  font-size: 14px;
  display: block;
}
.page-template-redeem-points-template-php .redeem-image {
  margin: 20px 0 5px 0;
  border: 1px solid #e4dccd;
}
.page-template-redeem-points-template-php .redeem-sizes {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 25px;
}
.page-template-redeem-points-template-php .redeem-sizes li {
  float: left;
  margin-right: 15px;
}
.page-template-redeem-points-template-php .redeem-sizes li:last-child {
  margin-bottom: 10px;
}
.page-template-redeem-points-template-php .redeem-sizes li input {
  margin-right: 10px;
  vertical-align: top;
}
.page-template-redeem-points-template-php .item-disclaimer {
  font-size: 12px;
  display: block;
  clear: left;
  margin-bottom: 5px;
  font-style: italic;
}
.page-template-redeem-points-template-php .offer-url {
  font-size: 12px;
  clear: left;
  display: block;
}
.page-template-redeem-points-template-php hr {
  border-top: 1px solid #e4dccd;
}
.category-news .hero-wrapper {
  background-color: #fff;
  padding-top: 0;
}
.category-news .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.category-news .breadcrumb-wrap a {
  font-size: 16px;
}
.category-news .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
/* Search
==================*/
.search-results .search-content-fix {
  margin-top: 0;
  padding-right: 40px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .search-results .search-content-fix {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .search-results .search-content-fix {
    padding-right: 6px;
  }
}
.search-results h2 {
  margin-top: 0;
}
.search-results h2 a {
  margin-top: 0;
  line-height: 28px;
  color: #1caed7;
  font-size: 24px;
  font-weight: 700;
}
.search-results hr {
  border-top: 1px solid #e4dccd;
}
.search-results hr:last-child {
  border-top: 0;
}
.search-results .sushi-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .search-results .sushi-list {
    margin-left: 20px;
  }
}
.search-results .sushi-list li {
  padding-bottom: 20px;
  background: url(../img/sushi-bullet.png) left 10% no-repeat;
}
.search-results .sushi-list li i {
  color: #cbcbcb;
  margin-right: 10px;
  float: left;
  padding-top: 3px;
}
.search-results .sushi-list li a {
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  padding-left: 25px;
}
.search-results .search-date {
  display: inline-block;
  padding-left: 26px;
}
.search-results a.read-more {
  display: block;
  clear: left;
  margin-top: 15px;
}
.search-no-results .sushi-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0 !important;
  margin-top: 10px !important;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .search-no-results .sushi-list {
    margin-left: 20px;
  }
}
.search-no-results .sushi-list li {
  padding-bottom: 20px;
  background: url(../img/sushi-bullet.png) left 10% no-repeat;
  font-size: 16px;
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-left: 25px;
}
.search-no-results .sushi-list li i {
  color: #cbcbcb;
  margin-right: 10px;
  float: left;
  padding-top: 3px;
}
.search-no-results .pagination-border {
  border-top: 0;
}
.search-no-results h2 {
  color: #1caed7;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
.search-no-results .search-date {
  display: inline-block;
  padding-left: 26px;
}
/* Pagination
==================*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination .prev {
  margin: 0 15px 0 0 !important;
}
.paging-navigation .pagination .next {
  margin: 0 0 0 15px !important;
}
.paging-navigation .pagination .page-numbers {
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px;
}
.paging-navigation .pagination .current {
  background-color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-top: 3px;
  border-radius: 50%;
  text-align: center;
  color: #aaa;
  margin: 0;
}
.pagination-border {
  border-top: 1px solid #e4dccd;
}
/* Single
==================*/
.single h1,
.blog h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.single .event-heading,
.blog .event-heading {
  font-size: 36px;
  vertical-align: middle;
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: 400;
  color: #7f796e;
  border-bottom: 1px dotted #e4dccd;
}
@media (max-width: 767px) {
  .single .event-heading,
  .blog .event-heading {
    font-size: 30px;
  }
}
.single .where-fix,
.blog .where-fix {
  margin-bottom: 35px;
}
.single h3,
.blog h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.single h3 a:last-child,
.blog h3 a:last-child {
  margin-bottom: 25px;
}
.single .heading-medium,
.blog .heading-medium {
  text-transform: uppercase;
  color: #bcb09a;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #fff;
  width: 60%;
}
@media (max-width: 991px) {
  .single .heading-medium,
  .blog .heading-medium {
    width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .single .heading-medium,
  .blog .heading-medium {
    width: 100%;
    font-size: 24px;
  }
}
.single .events-controller,
.blog .events-controller {
  background-image: url(../img/strip-mask.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 900;
  height: 170px;
  width: 32.5%;
}
@media (max-width: 1199px) {
  .single .events-controller,
  .blog .events-controller {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .single .events-controller,
  .blog .events-controller {
    background-image: none;
    width: 100%;
    text-align: center;
    height: 170px;
    position: static;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .single .events-controller,
  .blog .events-controller {
    background-image: none;
    text-align: center;
    height: 170px;
  }
}
.single .events-controller .heading-medium,
.blog .events-controller .heading-medium {
  text-transform: uppercase;
  color: #bcb09a;
  font-size: 34px;
  line-height: 90%;
  text-align: left;
  display: inline-block;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #fff;
  width: 60%;
}
@media (max-width: 991px) {
  .single .events-controller .heading-medium,
  .blog .events-controller .heading-medium {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .single .events-controller .heading-medium,
  .blog .events-controller .heading-medium {
    width: 100%;
    font-size: 24px;
  }
}
.single .events-controller #left_scroll,
.blog .events-controller #left_scroll,
.single .events-controller #right_scroll,
.blog .events-controller #right_scroll {
  top: 50%;
}
.single .featured-image img,
.blog .featured-image img {
  border: 6px solid #fff;
  margin-bottom: 35px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) and (max-width: 991px) {
  .single .menu-fix,
  .blog .menu-fix {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .single .menu-fix .small-heading,
  .blog .menu-fix .small-heading {
    text-align: left;
    margin-top: 15px;
  }
}
.single .menu-fix strong,
.blog .menu-fix strong {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single .menu-fix p,
  .blog .menu-fix p {
    text-align: left;
  }
}
.single .hero-wrapper,
.blog .hero-wrapper {
  background-color: #fff;
}
.single .breadcrumb-wrap,
.blog .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.single .breadcrumb-wrap a,
.blog .breadcrumb-wrap a {
  font-size: 16px;
}
.single .breadcrumb-wrap i,
.blog .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.single .mikunigram,
.blog .mikunigram {
  margin-top: 0;
}
.single .mikunigram span,
.blog .mikunigram span {
  display: block;
}
.single .mikunigram .panel-body,
.blog .mikunigram .panel-body {
  padding: 60px 20px 20px;
}
.single .mikunigram .between,
.blog .mikunigram .between {
  color: #7f796e;
  font-size: 20px;
}
.single .mikunigram .join-today,
.blog .mikunigram .join-today {
  display: block;
  margin: 25px auto 0;
}
.single .mikunigram .subtext,
.blog .mikunigram .subtext {
  width: 60%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  color: #7f796e;
  position: relative;
  bottom: -60px;
}
.single .btn-event,
.blog .btn-event {
  clear: both;
  margin-bottom: 15px;
  float: left;
}
.single-locations .brush-title {
  background-image: url(../img/white-brush-bottom.png);
  background-repeat: repeat-x;
  height: 101px;
  margin-bottom: 80px;
  margin-top: -50px;
}
.single-locations .brush-title h1 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .single-locations .brush-title h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .single-locations .brush-title h1 {
    font-size: 36px;
  }
}
.single-locations .brush-title h1 .icon-location-pin {
  font-size: 34px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .single-locations .brush-title h1 .icon-location-pin {
    font-size: 28px;
  }
}
.blog-content .blog-post-date {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-content .blog-post-date {
    margin-top: 15px;
  }
}
.blog-content h2.blog-title {
  margin-top: 5px;
  line-height: 28px;
  color: #1caed7;
  font-size: 24px;
  font-weight: 700;
}
.blog-content h2.blog-title:hover {
  color: #137793;
}
.blog-content .img-circle {
  border: 10px solid #fff;
  margin-right: 5px;
}
.blog-content .read-more {
  clear: both;
  display: block;
  margin-top: 25px;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-content .read-more {
    margin-left: 235px;
  }
}
.blog-content .blog-share {
  margin-top: -33px;
  color: #1caed7;
  float: right;
  font-weight: 700;
}
.blog-content .blog-share i {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
}
.blog-content hr {
  border-top: 1px solid #e4dccd;
}
.blog-content .news-spacer {
  margin: 40px 0;
}
.icon-circle-orange {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fdb633;
  width: 71px;
  height: 71px;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -10px;
  margin: auto;
  left: 50%;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.read-more-circle {
  background-color: #1691bd;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  margin-top: 6px;
  vertical-align: top;
}
.post-date {
  font-weight: 700;
  font-size: 16px;
  margin-left: 25px;
  padding-top: 4px;
  display: inline-block;
}
a.brush-file {
  background-image: url(../img/download-doc-brush.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 148px;
  display: block;
  margin-top: 50px;
}
/* 2 Col Template
==================*/
.two-col-wrapper {
  background-color: #fff;
}
.two-col-wrapper .two-col-content {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .two-col-wrapper .two-col-content {
    padding: 40px 0 0;
  }
}
.two-col-image {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .two-col-image img {
    width: 100%;
    height: auto;
  }
}
.two-col-links {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .two-col-links {
    margin-bottom: 60px;
  }
}
.two-col-links a {
  margin-right: 15px;
}
.two-col-links .link-lg {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}
/* Menu template
==================*/
.page-template-location-menu-template-php .location-list {
  padding: 0;
}
.page-template-location-menu-template-php .location-list .location-info-block {
  margin-left: 20px;
  display: block;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .page-template-location-menu-template-php .location-list .location-info-block {
    margin-left: 0;
  }
}
.page-template-location-menu-template-php .location-list .location-wrap img {
  float: left !important;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-location-menu-template-php .location-list .location-wrap img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-location-menu-template-php .location-list .location-wrap img {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .page-template-location-menu-template-php .location-list .location-wrap img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-template-location-menu-template-php .location-list .location-wrap .padding-left-zero {
    padding-left: 0;
  }
}
.page-template-location-menu-template-php .location-list .location-wrap h3.menu-h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.714em;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .page-template-location-menu-template-php .location-list .location-wrap h3.menu-h3 {
    clear: left;
    float: left;
    margin-left: 28px;
  }
}
.page-template-location-menu-template-php .footer-menu {
  margin-top: 0;
}
/* Contact Template
==================*/
.page-template-contact-template-php .mikunigram {
  margin-top: 0;
}
.page-template-contact-template-php .mikunigram span {
  display: block;
}
.page-template-contact-template-php .mikunigram .panel-body {
  padding: 60px 20px 20px;
}
.page-template-contact-template-php .mikunigram .between {
  color: #7f796e;
  font-size: 20px;
}
.page-template-contact-template-php .mikunigram .join-today {
  display: block;
  margin: 25px auto 0;
}
.page-template-contact-template-php .mikunigram .subtext {
  width: 60%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  color: #7f796e;
  position: relative;
  bottom: -60px;
}
/* Google Map
==================*/
.map-overlay {
  background-image: url(../img/map-overlay.png);
  position: absolute;
  top: -40px;
  left: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-locations {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.map-locations li {
  padding: 10px 0;
}
.map-locations li a {
  font-size: 16px;
}
.map-heading {
  font-size: 24px;
  display: block;
  border-bottom: 1px solid #464646;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-modal {
  width: 100%;
  margin: 0px auto;
}
.embed-container-modal {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .embed-container-modal {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .embed-container-modal {
    height: 200px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.embed-container-modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* Twitter Block
==================*/
.twitter-splatter:before {
  content: "";
  background-image: url(../img/brush-top-only.png);
  background-repeat: repeat-x;
  display: block;
  height: 128px;
}
.twitter-splatter:after {
  content: "";
  background-image: url(../img/brush-bottom-only.png);
  background-repeat: repeat-x;
  display: block;
  height: 128px;
}
.twitter-splatter .twitter-wrap {
  background-image: url(../img/twitter-bg.jpg);
  background-repeat: repeat;
  padding: 30px 0;
}
.twitter-splatter .twitter-wrap .tweet-btn {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  clear: both;
}
@media (min-width: 768px) {
  .twitter-splatter .twitter-wrap .tweet-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .twitter-splatter .twitter-wrap .tweet-btn {
    text-transform: uppercase;
    display: block;
  }
}
.twitter-splatter .twitter-wrap .twitter-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .twitter-splatter .twitter-wrap .twitter-title {
    text-align: center;
    display: block;
  }
}
.twitter-splatter .twitter-wrap .twitter-title i {
  font-size: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .twitter-splatter .twitter-wrap .twitter-title i {
    display: none;
  }
}
.twitter-splatter .twitter {
  background-color: #fff;
  float: left;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media (max-width: 767px) {
  .twitter-splatter .twitter {
    margin-bottom: 15px;
  }
}
.twitter-splatter .twitter .tweets-list {
  border-right: 1px solid #ccc;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .twitter-splatter .twitter .tweets-list {
    border-bottom: 1px dotted #ccc;
    border-right: 0;
  }
  .twitter-splatter .twitter .tweets-list:last-child {
    border-bottom: 0;
  }
}
.twitter-splatter .twitter .tweets-list:last-child {
  border-right: 0;
}
.twitter-splatter .twitter .tweets-list img {
  padding-top: 30px;
  float: left;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .twitter-splatter .twitter .tweets-list img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .twitter-splatter .twitter .tweets-list img {
    margin-right: 15px;
  }
}
.twitter-splatter .twitter .tweets-list p {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  height: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .twitter-splatter .twitter .tweets-list p {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .twitter-splatter .twitter .tweets-list p {
    height: 170px;
  }
}
.twitter-splatter .twitter .tweets-list span {
  display: inline-block;
  padding-bottom: 15px;
}
.twitter-splatter .twitter .tweets-list span i {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
  display: inline-block;
}
.twitter-splatter .twitter .tweets-list .tweet-link {
  float: right;
}
/* Woocommerce
==================*/
.single-product .footer-menu {
  margin-top: 0;
}
.single-product .icon-circle-new {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #464646;
  width: 71px;
  height: 71px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -10px;
  margin: auto;
  left: 75%;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.single-product .icon-circle-new span {
  position: relative;
  top: 40%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .single-product .icon-circle-new {
    width: 51px;
    height: 51px;
  }
  .single-product .icon-circle-new span {
    top: 37%;
  }
}
.single-product .product-addon-player-1-handicap,
.single-product .product-addon-player-2-handicap,
.single-product .product-addon-player-3-handicap {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.single-product .product-addon {
  margin-bottom: 30px;
}
.single-product h3.addon-name,
.variations .label label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  color: #464646;
}
.variations .label label {
  margin-top: 10px;
}
.variations .reset_variations {
  float: none;
  display: block !important;
}
@media (max-width: 767px) {
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: left;
    clear: both;
  }
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}
.product-image-text {
  text-align: right;
  padding-left: 0;
}
.product-share {
  text-transform: uppercase;
  color: #1caed7;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 2em;
}
.description-wrap {
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .description-wrap {
    clear: left;
  }
}
@media (max-width: 530px) {
  .description-wrap {
    clear: both;
  }
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 95% center #ffffff;
  margin-bottom: 10px;
  text-overflow: "";
  text-indent: 0.001em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 95% center #ffffff;
}
.chosen-container-single .chosen-single {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 95% center #ffffff;
  margin-bottom: 10px;
  box-shadow: none;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background: none !important;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  padding-bottom: 1.5em;
  margin-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  padding-top: 1.75em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e4dccd;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
  margin-bottom: 3.8%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: left;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price {
  background-color: #fff;
  padding: 25px 12px;
  font-size: 46px;
  color: #7f796e;
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  margin-right: 40px;
  margin-bottom: 30px;
}
.woocommerce div.product p.price .from,
.woocommerce-page div.product p.price .from {
  font-size: 16px;
  vertical-align: top;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  border: 5px solid #fff;
}
@media (min-width: 530px) and (max-width: 767px) {
  .woocommerce div.product div.images img,
  .woocommerce-page div.product div.images img {
    float: left;
    width: 60%;
    margin-right: 30px;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .woocommerce div.product div.images div.thumbnails a.first,
  .woocommerce-page div.product div.images div.thumbnails a.first,
  .woocommerce #content div.product div.images div.thumbnails a.first,
  .woocommerce-page #content div.product div.images div.thumbnails a.first {
    clear: none;
  }
}
.woocommerce div.product h2,
.woocommerce-page div.product h2,
.woocommerce #content div.product h2,
.woocommerce-page #content div.product h2 {
  color: #1caed7;
  margin-top: 5px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #e4dccd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.woocommerce .social-links-product {
  line-height: 49px;
  padding-left: 20px;
}
.woocommerce .social-links-product > li {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}
.woocommerce .social-links-product a {
  color: #1caed7;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce .social-links-product a:hover {
  text-decoration: none;
  color: #0e546d;
}
.woocommerce-account .order {
  padding: 10px 0;
}
.woocommerce-account .order .order-actions .btn {
  margin: 0;
}
.widget-shop-wrapper {
  padding-right: 0;
}
.widget-shop {
  text-align: right;
  margin-top: 16px;
}
.widget-shop h4 {
  display: none;
}
.widget-shop .quantity {
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  margin-right: 25px;
}
.widget-shop a {
  display: inline-block !important;
  color: #464646;
}
.widget-shop a i {
  font-size: 20px;
  margin-right: 10px;
}
.widget-shop ul.cart_list {
  display: inline-block;
}
.widget-shop ul.cart_list li.empty {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #7f796e;
}
.widget-shop p.buttons {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.shop_table .btn-md {
  height: 30px;
}
.shop_table .btn-secondary {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
}
.shop-breadcrumb-wrap {
  padding: 20px 0;
  font-size: 16px;
}
.shop-breadcrumb-wrap a {
  font-size: 16px;
}
.shop-breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
.shop-breadcrumb-break {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.small-heading-shop {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #464646;
}
.small-heading-variations {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #464646;
  width: 64px;
  margin-top: 9px;
}
.product_meta {
  clear: both;
  padding: 34px 0 28px 0;
  border-top: 1px solid #e4dccd;
  border-bottom: 1px solid #e4dccd;
  margin: 15px 0 25px 0;
  display: inline-block;
  width: 100%;
}
.mobile-description-fix {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  color: #7f796e;
}
.product-offers {
  float: left;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin: 9px 24px 0 0;
}
.post-type-archive-product h1,
.tax-product_tag h1,
.tax-product_cat h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-archive-product .section-title,
.tax-product_tag .section-title,
.tax-product_cat .section-title {
  font-size: 24px;
  overflow: hidden;
  color: #1caed7;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post-type-archive-product .section-title,
  .tax-product_tag .section-title,
  .tax-product_cat .section-title {
    text-align: center;
  }
}
.post-type-archive-product .section-title span,
.tax-product_tag .section-title span,
.tax-product_cat .section-title span {
  display: inline-block;
  position: relative;
}
.post-type-archive-product .section-title span:before,
.tax-product_tag .section-title span:before,
.tax-product_cat .section-title span:before {
  right: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .post-type-archive-product .section-title span:before,
  .tax-product_tag .section-title span:before,
  .tax-product_cat .section-title span:before {
    margin-right: 15px;
  }
}
.post-type-archive-product .section-title span:after,
.tax-product_tag .section-title span:after,
.tax-product_cat .section-title span:after {
  left: 100%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .post-type-archive-product .section-title span:after,
  .tax-product_tag .section-title span:after,
  .tax-product_cat .section-title span:after {
    margin-left: 15px;
  }
}
.post-type-archive-product .icon-circle-new,
.tax-product_tag .icon-circle-new,
.tax-product_cat .icon-circle-new {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #464646;
  width: 71px;
  height: 71px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -10px;
  margin: auto;
  left: 65%;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.post-type-archive-product .icon-circle-new span,
.tax-product_tag .icon-circle-new span,
.tax-product_cat .icon-circle-new span {
  position: relative;
  top: 40%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .post-type-archive-product .icon-circle-new,
  .tax-product_tag .icon-circle-new,
  .tax-product_cat .icon-circle-new {
    width: 51px;
    height: 51px;
  }
  .post-type-archive-product .icon-circle-new span,
  .tax-product_tag .icon-circle-new span,
  .tax-product_cat .icon-circle-new span {
    top: 37%;
  }
}
.post-type-archive-product .section-title span:before,
.tax-product_tag .section-title span:before,
.tax-product_cat .section-title span:before,
.post-type-archive-product .section-title span:after,
.tax-product_tag .section-title span:after,
.tax-product_cat .section-title span:after {
  content: "";
  position: absolute;
  height: 17px;
  border-bottom: 1px solid #e4dccd;
  top: 0;
  width: 1150px;
}
.post-type-archive-product ul.products li a img,
.tax-product_tag ul.products li a img,
.tax-product_cat ul.products li a img {
  border-radius: 50%;
  border: 10px solid #fff;
}
.post-type-archive-product ul.products li a h3,
.tax-product_tag ul.products li a h3,
.tax-product_cat ul.products li a h3 {
  text-align: center;
}
.post-type-archive-product ul.products li a h3 .count,
.tax-product_tag ul.products li a h3 .count,
.tax-product_cat ul.products li a h3 .count {
  background: none;
  color: #b8ad97;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product {
  width: 95%;
}
@media (min-width: 330px) and (max-width: 767px) {
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul li.product {
    width: 251px;
    margin-right: 7%;
  }
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  top: -2px;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
  height: 40px;
  border: 0;
  font-size: 15px;
  padding-left: 5px;
}
.woocommerce #payment div.payment_box .form-row select,
.woocommerce-page #payment div.payment_box .form-row select {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.checkout select {
  text-indent: 0.01px;
  text-overflow: '';
  padding: 9px 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: .618em 1em;
  font-size: 100%;
}
@media (max-width: 470px) {
  .woocommerce li.method {
    padding-top: 15px;
  }
}
#ship-to-different-address .checkbox {
  padding-left: 0;
}
.woocommerce .checkout #ship-to-different-address label,
.woocommerce-page .checkout #ship-to-different-address label {
  font-size: 1em;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #fff;
  border-radius: 0;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: none;
  background-color: #e8dcc5;
  box-shadow: none;
  border-radius: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border: 8px solid #e8dcc5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  padding-top: 25px;
  padding-bottom: 10px;
  background: #fff;
}
.woocommerce table.cart td.actions input[type=submit],
.woocommerce-page table.cart td.actions input[type=submit],
.woocommerce #content table.cart td.actions input[type=submit],
.woocommerce-page #content table.cart td.actions input[type=submit] {
  margin-bottom: 7px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  background: #fff;
}
.cart_table_item {
  padding: 20px 0;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 12.6em;
  border: 0;
  padding: 10px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 0 !important;
  background: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  height: 2.5em !important;
}
.woocommerce-message {
  border-top: 8px solid #1caed7 !important;
}
.woocommerce-error {
  border-top: 8px solid #b81c23 !important;
}
.woocommerce-info {
  border-top: 8px solid #1caed7 !important;
}
.woocommerce-error:before {
  background-color: transparent !important;
  color: #b81c23;
}
.woocommerce-info:before {
  background-color: transparent !important;
  color: #1caed7;
}
.woocommerce-error:before {
  background-color: transparent !important;
  color: #1caed7;
}
.woocommerce-message:before {
  background-color: transparent !important;
  color: #1caed7;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1caed7 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #1689aa !important;
}
a.reset_variations {
  float: left;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding-right: 5px;
}
#order_comments_field {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .woocommerce div.product form.cart div.quantity,
  .woocommerce-page div.product form.cart div.quantity {
    height: 49px;
    margin: 0 24px 0 0;
  }
  .woocommerce .quantity .plus,
  .woocommerce-page .quantity .plus,
  .woocommerce #content .quantity .plus,
  .woocommerce-page #content .quantity .plus,
  .woocommerce .quantity .minus,
  .woocommerce-page .quantity .minus,
  .woocommerce #content .quantity .minus,
  .woocommerce-page #content .quantity .minus {
    height: 25px;
    width: 25px;
  }
  .woocommerce .quantity input.qty,
  .woocommerce-page .quantity input.qty,
  .woocommerce #content .quantity input.qty,
  .woocommerce-page #content .quantity input.qty {
    height: 49px;
    width: 35px;
  }
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-sku,
  .product-category,
  .product-tags {
    margin-bottom: 20px;
  }
  .product_meta {
    padding: 34px 0 10px 0;
  }
  .product-image-text {
    margin-bottom: 40px;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce-page .related ul li.product {
    left: 0;
  }
}
@media (max-width: 500px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 60%;
    position: relative;
    left: 20%;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n) {
    float: left;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 40%;
    position: relative;
    left: 0%;
  }
}
.woocommerce .related ul.products li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul li.product img {
  border: 5px solid #fff;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e8dcc5;
}
@media (max-width: 767px) {
  .update-cart {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    clear: both;
    float: left;
    margin-top: 20px !important;
  }
  .proceed-checkout {
    display: inline-block;
    width: 100%;
  }
}
/* Gravity Forms
==================*/
.ui-datepicker {
  margin: 0 auto !important;
}
.gform_wrapper {
  margin: 0 0 10px 0;
}
.gform_footer {
  margin: 16px 10px 0 0 !important;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .gform_footer {
    margin: 16px 0 0 0 !important;
  }
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  height: 40px;
  border: 0;
  font-size: 15px;
  padding-left: 5px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper textarea {
  border: 0;
  font-size: 15px;
  padding-left: 5px;
}
.gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  margin: 15px 0 4px 0;
}
.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  padding: 5px;
}
#field_2_11 label {
  font-weight: 700;
  text-transform: uppercase;
}
#field_2_11 label:first-child {
  display: inline-block;
  border-right: 1px solid #aaa;
  padding-right: 20px;
  margin-right: 15px;
  margin-top: 35px;
  float: left;
}
#field_2_11 li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 32px;
}
@media (max-width: 560px) {
  #field_2_11 li {
    display: block;
    margin-top: 5px;
    clear: both;
  }
}
#field_2_11 li:last-child {
  margin-left: 20px !important;
}
@media (max-width: 560px) {
  #field_2_11 li:last-child {
    margin-left: 0 !important;
  }
}
#gform_wrapper_3 .gform_button,
#gform_wrapper_5 .gform_button,
#gform_wrapper_6 .gform_button,
#gform_wrapper_8 .gform_button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 21px !important;
  color: #ffffff;
  background-color: #1caed7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  float: right;
  margin-top: 0;
}
@media (max-width: 380px) {
  #gform_wrapper_3 .gform_button,
  #gform_wrapper_5 .gform_button,
  #gform_wrapper_6 .gform_button,
  #gform_wrapper_8 .gform_button {
    margin-top: 0;
    float: left;
    margin-bottom: 80px;
    width: 100%;
  }
}
#gform_wrapper_3 .gform_button:hover,
#gform_wrapper_5 .gform_button:hover,
#gform_wrapper_6 .gform_button:hover,
#gform_wrapper_8 .gform_button:hover {
  background-color: #1689aa;
  color: #fff;
}
#gform_wrapper_3 .gform_wrapper .top_label .gfield_label,
#gform_wrapper_5 .gform_wrapper .top_label .gfield_label,
#gform_wrapper_6 .gform_wrapper .top_label .gfield_label,
#gform_wrapper_8 .gform_wrapper .top_label .gfield_label {
  margin-top: 20px !important;
}
#gform_wrapper_3 h3,
#gform_wrapper_5 h3,
#gform_wrapper_6 h3,
#gform_wrapper_8 h3 {
  font-size: 28px;
}
#gform_wrapper_3 h4,
#gform_wrapper_5 h4,
#gform_wrapper_6 h4,
#gform_wrapper_8 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
#gform_wrapper_3 .gform_wrapper select,
#gform_wrapper_5 .gform_wrapper select,
#gform_wrapper_6 .gform_wrapper select,
#gform_wrapper_8 .gform_wrapper select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
}
#gform_wrapper_3 .gform_wrapper.gf_browser_gecko select,
#gform_wrapper_5 .gform_wrapper.gf_browser_gecko select,
#gform_wrapper_6 .gform_wrapper.gf_browser_gecko select,
#gform_wrapper_8 .gform_wrapper.gf_browser_gecko select {
  padding: 10px 0;
  font-size: 15px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#gform_wrapper_11 .gform_button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 21px !important;
  color: #ffffff;
  background-color: #1caed7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  float: right;
  margin-top: 0;
}
@media (max-width: 380px) {
  #gform_wrapper_11 .gform_button {
    margin-top: 0;
    float: left;
    margin-bottom: 80px;
    width: 100%;
  }
}
#gform_wrapper_11 .gform_button:hover {
  background-color: #1689aa;
  color: #fff;
}
#gform_wrapper_11 .gform_wrapper select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
}
#gform_wrapper_11 .gform_wrapper.gf_browser_gecko select {
  padding: 10px 0;
  font-size: 15px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#gform_wrapper_11 input {
  font-size: 15px;
  padding-left: 5px;
}
#gform_wrapper_11 span label {
  margin-top: 3px;
}
#gform_wrapper_11 label {
  margin-top: 20px;
}
#gform_wrapper_11 textarea {
  font-size: 15px;
  padding-left: 5px;
}
#gform_wrapper_11 select {
  padding-left: 5px;
  font-size: 15px;
}
#gform_wrapper_11 .gform_wrapper .top_label .gfield_label {
  margin-top: 20px !important;
}
#gform_wrapper_11 h3 {
  font-size: 28px;
}
#gform_wrapper_11 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
#gform_wrapper_12 input {
  font-size: 15px;
  padding-left: 5px;
}
#gform_wrapper_12 span label {
  margin-top: 3px;
}
#gform_wrapper_12 label {
  margin-top: 20px;
}
#gform_wrapper_12 textarea {
  font-size: 15px;
  padding-left: 5px;
}
#gform_wrapper_12 select {
  padding-left: 5px;
  font-size: 15px;
  width: 100%;
}
#gform_wrapper_12 li {
  float: left;
  clear: none;
  width: 30%;
  margin-right: 3%;
}
#gform_wrapper_12 #field_12_7 {
  width: 96% !important;
}
#gform_wrapper_12 .gform_wrapper select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
}
#gform_wrapper_12 .gform_wrapper.gf_browser_gecko select {
  padding: 10px 0;
  font-size: 15px;
  background: url(../img/select-arrow.gif) no-repeat 98% center #ffffff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#gform_wrapper_13 .gform_button,
#gform_wrapper_13 .gform_next_button,
#gform_wrapper_13 .gform_previous_button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 21px !important;
  color: #ffffff;
  background-color: #1caed7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  margin-top: 0;
}
@media (max-width: 380px) {
  #gform_wrapper_13 .gform_button,
  #gform_wrapper_13 .gform_next_button,
  #gform_wrapper_13 .gform_previous_button {
    margin-top: 0;
    float: left;
    margin-bottom: 80px;
  }
}
#gform_wrapper_13 .gform_button:hover,
#gform_wrapper_13 .gform_next_button:hover,
#gform_wrapper_13 .gform_previous_button:hover {
  background-color: #1689aa;
  color: #fff;
}
#gform_wrapper_6 label {
  margin-top: 20px;
}
#gform_wrapper_6 .clear-multi #input_6_11 {
  width: 30.5%;
  margin-right: 3.3%;
}
#gform_wrapper_6 .clear-multi #input_6_11:last-child {
  margin-right: 0;
}
#gform_wrapper_6 .clear-multi #input_6_11 select {
  width: 100%;
}
@media (max-width: 991px) {
  #gform_wrapper_6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #gform_wrapper_6 {
    margin-bottom: 120px;
  }
}
#gform_wrapper_8 label {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #gform_wrapper_8 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #gform_wrapper_8 {
    margin-bottom: 120px;
  }
}
.gform_button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 21px !important;
  color: #ffffff;
  background-color: #1caed7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  float: right;
  margin-top: -75px;
}
@media (max-width: 380px) {
  .gform_button {
    margin-top: 0;
    float: left;
    margin-bottom: 80px;
    width: 100%;
  }
}
.gform_button:hover {
  background-color: #1689aa;
  color: #fff;
}
/* Donation Forms
==================*/
#donation-status_form .input-label {
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 4px 0;
  display: block;
}
#donation-status_form input {
  height: 40px;
  border: 0;
  width: 230%;
  padding-left: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #donation-status_form input {
    width: 150%;
  }
}
#donation-status_form .submit {
  padding: 14px 21px !important;
  margin-top: 20px;
  height: auto;
  width: 100%;
}
#donation-status_form a.submit.grey {
  padding-left: 0 !important;
}
#donation-status .donation-status-table {
  width: 100%;
}
#donation-status .input-label {
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 4px 0;
  display: block;
}
#donation-status input {
  height: 40px;
  border: 0;
  width: 230%;
  padding-left: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #donation-status input {
    width: 150%;
  }
}
#donation-status .submit {
  padding: 14px 21px !important;
  margin-top: 20px;
  height: auto;
  width: 25%;
}
@media (max-width: 767px) {
  #donation-status .submit {
    width: 100%;
  }
}
#donation-status a.submit.grey {
  padding-left: 0 !important;
}
#donation-status .donation-header {
  margin-top: 0;
}
#donation-status tbody tr:nth-child(even) {
  background-color: #e0dcd5;
}
#donation-status tbody tr:nth-child(even) td {
  padding: 10px;
}
#password-reset_form .input-label {
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 4px 0;
  display: block;
}
#password-reset_form input {
  height: 40px;
  border: 0;
  width: 150%;
  padding-left: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #password-reset_form input {
    width: 100%;
  }
}
#password-reset_form .submit {
  padding: 14px 21px !important;
  margin-top: 20px;
  height: auto;
  width: 80%;
}
#password-reset_form a.submit.grey {
  padding-left: 0 !important;
}
/* Footer
==================*/
.footer-menu {
  background-image: url(../img/map-japan.png);
  background-repeat: repeat-x;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-menu {
    background-repeat: repeat;
  }
}
ul#footer-menu {
  list-style-type: none;
  padding-left: 0;
  margin-left: -5px;
}
ul#footer-menu li {
  float: left;
  width: 20%;
}
@media (max-width: 1199px) {
  ul#footer-menu li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  ul#footer-menu li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  ul#footer-menu li {
    width: 100%;
  }
}
ul#footer-menu li a {
  color: #7f796e;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 5px;
}
@media (max-width: 767px) {
  ul#footer-menu li a {
    padding: 10px 5px;
  }
}
ul#footer-menu li a:hover {
  text-decoration: underline;
}
.blue-row {
  background-color: #a1a1a1;
  padding-top: 10px;
}
.blue-row .socialize {
  display: block;
  margin-top: 10px;
  margin-right: 27px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.social-footer {
  padding-top: 15px;
}
.social-footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-footer ul li a:hover {
  color: #0e546d;
}
@media (min-width: 767px) {
  .social-footer ul li:last-child {
    display: none;
  }
}
.footer-logo {
  float: right !important;
}
@media (max-width: 480px) {
  .footer-logo {
    float: left !important;
  }
}
.footer-logo a {
  color: #fff;
  font-size: 58px;
}
.footer-logo a:hover {
  text-decoration: none;
}
/* 404 Template
========================*/
.error404 .hero-wrapper {
  background-color: #fff;
}
.error404 .white-wrapper {
  background-color: #fff;
}
.error404 .breadcrumb-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.error404 .breadcrumb-wrap a {
  font-size: 16px;
}
.error404 .breadcrumb-wrap i {
  color: #cbcbcb;
  margin: 0 15px;
}
/* Survey Template 
========================*/
.page-template-customer-survey-template-php h1 {
  font-size: 22px;
  color: #fff;
  margin-top: 50px;
  font-weight: 700;
}
.page-template-customer-survey-template-php h2 {
  font-size: 22px;
  font-weight: 700;
}
.page-template-customer-survey-template-php h3 {
  font-size: 18px;
  font-weight: 700;
}
.page-template-customer-survey-template-php .blue-callout {
  color: #1caed7;
  font-size: 18px;
  font-weight: 700;
}
.page-template-customer-survey-template-php .survey-header {
  background: url(http://mikunifoundation.org/wp-content/themes/mikuni/img/survey-texture.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  padding-top: 35px;
  margin-bottom: 30px;
}
.page-template-customer-survey-template-php .survey-content {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page-template-customer-survey-template-php .sushi-hr,
.page-template-customer-survey-template-php hr.sushi {
  background: url(http://mikunifoundation.org/wp-content/themes/mikuni/img/survey-seperator.jpg) no-repeat 50%;
  height: 17px;
  width: 100%;
  display: block;
  border: 0;
}
@media (max-width: 767px) {
  .page-template-customer-survey-template-php .survey-header {
    height: inherit;
  }
  .page-template-customer-survey-template-php .masthead {
    text-align: center;
  }
  .page-template-customer-survey-template-php .masthead .main-logo {
    font-size: 80px;
  }
  .page-template-customer-survey-template-php .masthead .logo {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    float: none !important;
  }
  .page-template-customer-survey-template-php .masthead h1 {
    font-size: 19px;
    display: block;
    margin: 10px auto 0 auto;
  }
}
.page-template-customer-survey-template-php #gform_wrapper_14.gform_wrapper.gf_browser_gecko select {
  padding: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 img {
  max-width: 100%;
  height: auto;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .ratings {
  list-style-type: none;
  margin-left: 40% !important;
  margin-bottom: 20px !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .ratings li {
  display: inline-block;
  text-align: center;
  width: 85px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .ratings li span {
  display: block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_fields label {
  text-transform: none;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio {
  display: inline-block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio label {
  display: none;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li {
  width: 88px;
  display: inline-block;
  text-align: center;
  margin: 0 !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li input {
  float: none !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 input,
.page-template-customer-survey-template-php #gform_wrapper_14 input[type="text"],
.page-template-customer-survey-template-php #gform_wrapper_14 input[type="email"],
.page-template-customer-survey-template-php #gform_wrapper_14 textarea {
  border: 1px solid #a7a7a7;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 {
  position: relative;
  top: -30px;
  margin-bottom: 40px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 label {
  width: 100%;
  margin-bottom: 90px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container {
  width: 100%;
  display: inline-block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio {
  display: block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li {
  overflow: visible;
  margin: 0 7.3% 0 0 !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li:last-child {
  margin-right: 0 !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li input {
  margin: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li label {
  display: inline-block;
  position: relative;
  top: -40px;
  float: none;
  margin: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .gfield_radio label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .gfield_radio label {
  display: inline-block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_28 {
  position: relative;
  top: 40px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_10,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_11,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_12,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 {
  margin-bottom: 50px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_10 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_11 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_12 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 label {
  margin-bottom: 10px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 label {
  float: left;
  width: 40%;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 .ginput_container {
  width: 60%;
  display: inline-block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_2_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_3_container {
  width: 8% !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container select,
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_2_container select,
.page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_3_container select {
  width: 100% !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 label {
  float: left;
  width: 50%;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .ginput_container {
  width: 38%;
  margin-left: 5%;
  display: inline-block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .gfield_radio li,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .gfield_radio li {
  width: 88px !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .gfield_radio input,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .gfield_radio input {
  float: left !important;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .gfield_radio label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .gfield_radio label {
  float: none;
  width: 30px;
  margin: 0 24px;
  display: block;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .ginput_container,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 .ginput_container {
  width: 50%;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .gfield_description,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 .gfield_description {
  width: 45%;
  float: right;
  margin-top: -53px;
  font-size: 1em;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_19 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_20 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_35 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_36 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_37 label,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_38 label {
  margin-bottom: 10px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_19 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_20 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_35 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_36 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_37 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_38 .ginput_full,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_19 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_20 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_35 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_36 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_37 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_38 .ginput_left,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_19 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_20 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_21 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_35 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_36 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_37 .ginput_right,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_38 .ginput_right {
  margin-bottom: 20px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_35,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_36,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_37,
.page-template-customer-survey-template-php #gform_wrapper_14 #field_14_38 {
  margin-bottom: 20px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gfield_checkbox li label {
  margin: 0 0 0 10px;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_page_footer {
  border: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_button {
  margin-top: 0;
  padding: 10px 21px !important;
  border: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_next_button,
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_previous_button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 21px !important;
  color: #ffffff;
  background-color: #1caed7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  margin-top: 0;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_next_button:hover,
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_previous_button:hover {
  background-color: #1689aa;
  color: #fff;
}
.page-template-customer-survey-template-php #gform_wrapper_14 .gform_next_button {
  float: right;
}
@media (max-width: 1199px) {
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_14 {
    width: 90%;
    margin-left: 10%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label {
    margin-bottom: 10px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .top_label select.small {
    width: 30%;
    margin-left: 10%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 label {
    float: left;
    width: 25%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 .ginput_container {
    width: 75%;
    display: inline-block;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_2_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_3_container {
    width: 10% !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container select,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_2_container select,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_3_container select {
    width: 100% !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container {
    margin-left: 7.5%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_34 {
    margin-left: 10%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #label_16_2,
  .page-template-customer-survey-template-php #gform_wrapper_14 #label_16_3 {
    width: 50% !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_1 {
    margin-left: 30%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_2,
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_3 {
    margin-left: 25%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .ratings {
    margin-left: 25% !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li {
    margin: 0 6.7% 0 0 !important;
  }
}
@media (max-width: 991px) {
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_14 {
    width: 100%;
    margin-left: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label {
    margin-bottom: 10px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .top_label select.small {
    width: 30%;
    margin-left: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 label {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 .ginput_container {
    width: 100%;
    display: inline-block;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_33,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_34 {
    margin-bottom: 25px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_34,
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_1,
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_2,
  .page-template-customer-survey-template-php #gform_wrapper_14 #choice_16_3 {
    margin-left: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .ratings {
    display: none;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li {
    margin: 0 6.4% 0 0 !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio label {
    display: block;
    margin-top: 5px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li {
    width: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li input {
    float: none !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 input[type="checkbox"] {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_14 {
    width: 100%;
    margin-left: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label {
    margin-bottom: 10px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .top_label select.small {
    width: 90%;
    margin-left: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 {
    margin-bottom: 20px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 label {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_1 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_2 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_3 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_4 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_5 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_6 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_7 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_8 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_16 .ginput_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_17 .ginput_container {
    width: 100%;
    display: inline-block;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_14,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_15 {
    margin-bottom: 25px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_1_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_2_container,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_33_3_container {
    width: 28.5% !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .ratings {
    display: none;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 {
    position: static;
    margin-bottom: 0;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 label {
    margin-bottom: 20px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li {
    margin: 0 15.5% 0 0 !important;
    width: 23px !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_9 .ginput_container .gfield_radio li label {
    position: static;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_28 {
    position: static;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_32 {
    margin-bottom: 60px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio label {
    display: block;
    margin-top: 5px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li {
    width: 83px;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_radio li input {
    float: none !important;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 input[type="checkbox"] {
    margin-right: 5px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gfield_checkbox li {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_22 label,
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_25 label {
    float: none;
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .ginput_container {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_21,
  .page-template-customer-survey-template-php #gform_wrapper_14 #input_14_24 {
    width: 100%;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_24 .gfield_description {
    width: 100%;
    float: none;
    margin-top: 0;
    font-size: .95em;
    margin-bottom: 20px;
  }
  .page-template-customer-survey-template-php #gform_wrapper_14 .gform_button {
    float: right;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 333px) {
  .page-template-customer-survey-template-php #gform_wrapper_14 #field_14_28 {
    position: relative;
    top: 80px;
  }
}