/*! 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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.42857143;
  background-color: #ffffff;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.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: "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: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
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-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-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-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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1442px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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: #ffffff;
}
.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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* 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: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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: 20px;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .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: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  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: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.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: #428bca;
  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: #2a6496;
  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: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  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#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.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: 14px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.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: 12px;
  line-height: 1.42857143;
  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: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  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: 45px;
  line-height: 45px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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: #eeeeee;
}
.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: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  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: #ffffff;
  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: #ffffff;
}
.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: #428bca;
}
.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: #ffffff;
}
.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: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.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: 20px;
  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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .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: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@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: 20px;
  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: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  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: #428bca;
  border-color: #428bca;
  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: 18px;
}
.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: 12px;
}
.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: 20px 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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  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: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  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: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  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;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: 20px;
  margin-bottom: 20px;
  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: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 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: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.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: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.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: #fbeed5;
}
.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: #eed3d7;
}
.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: #bce8f1;
}
.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: 21px;
  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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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: 12px;
  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: 14px;
  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%;
}
.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;
}
.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-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.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 .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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: 1441px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1442px) {
  .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: 1441px) {
  .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: 1442px) {
  .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 Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../krnl/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../../krnl/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../krnl/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../krnl/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../krnl/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'punchdrink-font';
  src: url('../font/punchdrink-font.eot');
}
@font-face {
  font-family: 'punchdrink-font';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAzEAAAC8AAAAYGNtYXAaVcxeAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZlTbF+YAAAFwAAALNGhlYWQQvms0AAAMpAAAADZoaGVhFHYQgQAADNwAAAAkaG10eDWUAAAAAA0AAAAAMGxvY2ENkgpaAAANMAAAABptYXhwABQAmAAADUwAAAAgbmFtZTw/mS0AAA1sAAABjXBvc3QAAwAAAAAO/AAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmBwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYH//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/8AEAAPAABgAOQAAASIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIxMjHAExIzA0NSM1MzU0Njc+ATsBFTAiIyIGBw4BHQEzBwIAarpGRVFRRUa6amq7RUZQUEZFu2qIWYM/PwsODzQoYT4IBAoEBQVkCwPAUUVGumpqu0VGUFBGRbtqarpGRVH+AmrS0GxwSBMvFBQabAMDBAsKQXAAAAIAAP/ABAADwAAYAIgAAAEiBgcOARUUFhceATMyNjc+ATU0JicuASMBHAEVFAYHDgEjIiYnLgEnHgEzMjY3PgE3IiYnLgEnHgEzMjYzPgE3LgEnLgE1MDQ1HgEXHgEXLgEnLgE1NDY3PgE3HgEXHgEXLgE1NDY3PgEzMhYXHgEXPgE3PgE3DgEHDgEHPgE3PgE3DgEHDgEHAgBqukZFUVFFRrpqartFRlBQRkW7agECMC4viVkbNBkZLxUHEAcXKxUUJREWJhAPGAYGDAYFCAUECAQWJg0OEAYOCAcPCA0VBwgIAgMCBgQYOyIiSygBAhQSES8bDhoMDBUJCxULChQJBAsHBxIKChMJChIIBg8ICBIJA8BRRUa6amq7RUZQUEZFu2pqukZFUf5nBAgFQII1NUMICAcWDQEBCAcHFQ0ODAwgEwEBAQEBAgQXEREqFwEBBAYCAgIBCRcODh8RCREICBAHHi8SERUCBw8HGy8SERQFBgUPCQIGBAQJBgsVCQkPBgEDAwMGBAoSCAkPBwACAAD/wAQAA8AAGABxAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjEw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BJy4BJy4BJy4BJy4BPQEjNT4BNz4BNz4BNz4BNz4BNz4BNzMVMxUjFRwBFxQWFx4BFx4BFx4BFx4BMzI2Nz4BNxUCAGq6RkVRUUVGumpqu0VGUFBGRbtqswsTCgkSCAkRCQkTCgsSCAgQCAkPCAcNBgYKBAQHAgMDAQECVwkUCgoRBwYNBQUKBAQHAwMEAluVlQEBAgEFBAMHBAYLBgYNBw0YDAwZDAPAUUVGumpqu0VGUFBGRbtqarpGRVH85QUIBAMGAgICAQEBAQECBAMCBwQECQYFCgYFDAUGDwgIFAviWwMIBAUKBgUNBwcPCAgSCwoXDJVzpQ4XCAkMBAQIAwQGAwMFAQIBBAQDDAhlAAAFAAD/wAQAA8AAAwAoAEEAXwCJAAABNSMVBzI2Nz4BNTQmJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BMxMiBgcOARUUFhceATMyNjc+ATU0JicuASMBFRQGBw4BIyEiJicuATURNDY3PgEzITIWFx4BHQEHFAYHDgEjIiYnLgE1NDY3PgE3IxUUFhceATMhMjY3PgE9ASMeARceARUC0153FCQNDRADAgMHBAcRCgoXDA0XCgoRBwQHAgMCDw0OIxUCarpGRVFRRUa6amq7RUZQUEZFu2oBFBEPDicX/qsWKA4PEREPDigWAVUXJw4PEX4YFRU3HyA3FRUYAgECBANUCQcHFAsBVQsUBwcJUwIEAgECAjBeX9kPDg0kFAgPBwgNBgkPBgUGBgUGDwkGDQgHDwgUJA0ODwJqUUVGumpqu0VGUFBGRbtqarpGRVH+MeQWJw8OEREODycWAVYWJw8OEREODycWcjkgNxUUGBgUFTcgBw8HCA0H5AsTCAcICAcIEwvkBw0IBw8HAAAABAAA/8AEAAPAABgAMQBAAFsAAAEiBgcOARUUFhceATMyNjc+ATU0JicuASMDIiYnLgE1NDY3PgEzMhYXHgEVFAYHDgEjMzQmJy4BIzUyFhceARUjMzQmJy4BJy4BJy4BIzUyFhceARceARceARUjAgBqu0VGUFBGRbtqartFRlBQRkW7asANGAgJCgoJCBgNDRgICQoKCQgYDbAmICFXMkV7LS41YMAREBAvHx5HJyZUKzVmLzBWJSY5FBQUYAPAUEZFu2pqu0VGUFBGRbtqartFRlD9AAoJCBgNDRgICQoKCQgYDQ0YCAkKMlchICZgNS4te0UrVCYnRx4fLxAQEWAUFBQ5JiVWMC9mNQAAAAABAAD/wAQAA8AAigAAASIGBw4BFRQWFx4BFzwBNz4BNz4BMTAmNTQ2Nz4BMzIWFx4BFRQGBw4BBwYWFx4BMzI2Nz4BNTQmJy4BIyIGBw4BFRQWFx4BFx4BBw4BBw4BJy4BJy4BNTQ2Nz4BMzIWFx4BFRQGBw4BIyImJy4BJzAGBw4BBw4BBx4BFx4BMzI2Nz4BNTQmJy4BIwIAartFRlAtKShxQwEBBAMIOhAPDg0kFREaCQgJCgcHEAUFCQsLIhQlPBUVGBwbG1AzO10hICMEBQQNBwcDAgIHAgIPCBsoDQ0MLi0uiVxJeCoqLyglJGY9FScRERkHHwUECwcHDwcRJBISJRNqu0VGUFBGRbtqA8BQRkW7ak+QPD1fHg0eDw8eDx/4LCUcMRESFAwLChwQESsYFzIYFSQNDRAsJSVjNypIGhsdKCIiWDERHA0MFQkJCgoHGwcKBgMLJxoaPSE2ci4vOzEpKWo5S4AvLzUKCQkXDHsRDx0ODhoMBQgDAgNQRkW7amq7RUZQAAAHAAD/wArgA8AADwAUACYARQBQAIgAlQAAASMRMzI2Nz4BNTQmJy4BIwERIREhASMVIxEzMhYXHgEVFAYHDgEjBRQGBw4BIyImJy4BNREzERQWFx4BMzI2Nz4BNREzEQUjAxEjETMTETMRJRQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BHQEjNTQmJy4BIyIGBw4BHQEUFhceATMyNjc+AT0BMxUFIxEjESMRMxUzNTMRAaxHSBMcCQkICQkJHBP+VArg9SABwFtvvBQ8HBwoFhUVPCYCgBcXF0UuLksaGx1wDA0NJxosNQ4NCScBz17tJIXFJQH7GBcXQio1Vh0eICAeHlQ0KUIXFxkhExISMh8fJgsLBwgLCygfHzISERMhAeFsrmxsrmwCrv79DxAPMiMiMBAPDwES/AAEAP3O2QIWCREQPjYlOxUUFjMsQRYWFhkXFkAnAXL+dR0qDQ4OGhUVNhsBZv6QpgHW/ioCFv5oAZj96rwvSRkaGiYjJGU/P2gkJCgbGhpILgMDJjwWFRcTEhM0IcwhNBITExcVFjwmAwO8AQr+9gIW7u796gAAAAAGAAD/vRC0A8IAEQAhAEAAeACCAI4AAAEhETMRMzI2Nz4BNTQmJy4BIwczMhYXHgEVFAYHDgErAREBFAYHDgEjIiYnLgE1ESMRFBYXHgEzMjY3PgE1ESMRJRQGBw4BIyImJy4BNRE0Njc+ATMyFhceAR0BMzU0JicuASMiBgcOARUUFhceATMyNjc+AT0BIxUFASMRMxEBMxEjIREhESMRMxEhETMRAWD+oNCpR3EnJypLNTRwJZCEJTQQERAPERA0JIYFChAaGWJSMUkYGBjQNzEyi1VWgSsrLEoHHSQhIVw6O0oVFA8OFBRHOTpeISIkPC4rKntMYZ43ODw7ODieZE97KyosPPxH/o/3RAG5r0QGrf69ysoBQ8kDsfwdAZUoJyZuRmN1Hh4RNRwdHVo/QV0dHhsB4/2bM2QoJzAZGhlPNQLg/U5IdyoqLykpKXpRAq79ZhVGcSgoKyUiImI9AX09YSIiJSwoKHFGBQVViDAvM0lERMB3drxCQkcxLy+JVwYGcwL4/B0DbfyTA+P+RgG6/B0B8P4QA+MAAQAAAAEAAPlNuoxfDzz1AAsEAAAAAADQdZNcAAAAANB1k1wAAP+9ELQDwgAAAAgAAgAAAAAAAAABAAADwP/AAAAQtAAAAAAQtAABAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAK4AAAELQAAAAAAAAACgAUAB4AbgE2Ad4CpgMuA/QEzAWaAAAAAQAAAAwAlgAHAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAB4AAAABAAAAAAACAA4AfwABAAAAAAADAB4ANAABAAAAAAAEAB4AjQABAAAAAAAFABYAHgABAAAAAAAGAA8AUgABAAAAAAAKADQAqwADAAEECQABAB4AAAADAAEECQACAA4AfwADAAEECQADAB4ANAADAAEECQAEAB4AjQADAAEECQAFABYAHgADAAEECQAGAB4AYQADAAEECQAKADQAqwBwAHUAbgBjAGgAZAByAGkAbgBrAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAcAB1AG4AYwBoAGQAcgBpAG4AawAtAGYAbwBuAHRwdW5jaGRyaW5rLWZvbnQAcAB1AG4AYwBoAGQAcgBpAG4AawAtAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBwAHUAbgBjAGgAZAByAGkAbgBrAC0AZgBvAG4AdABGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA9oAAsAAAAADxwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDpIDMWNtYXAAAAFoAAAATAAAAEwaVcxeZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAACzQAAAs0VNsX5mhlYWQAAAzwAAAANgAAADYQvms0aGhlYQAADSgAAAAkAAAAJBR2EIFobXR4AAANTAAAADAAAAAwNZQAAGxvY2EAAA18AAAAGgAAABoNkgpabWF4cAAADZgAAAAgAAAAIAAUAJhuYW1lAAANuAAAAY0AAAGNPD+ZLXBvc3QAAA9IAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gcDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmB//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/ABAADwAAYADkAAAEiBgcOARUUFhceATMyNjc+ATU0JicuASMTIxwBMSMwNDUjNTM1NDY3PgE7ARUwIiMiBgcOAR0BMwcCAGq6RkVRUUVGumpqu0VGUFBGRbtqiFmDPz8LDg80KGE+CAQKBAUFZAsDwFFFRrpqartFRlBQRkW7amq6RkVR/gJq0tBscEgTLxQUGmwDAwQLCkFwAAACAAD/wAQAA8AAGACIAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjARwBFRQGBw4BIyImJy4BJx4BMzI2Nz4BNyImJy4BJx4BMzI2Mz4BNy4BJy4BNTA0NR4BFx4BFy4BJy4BNTQ2Nz4BNx4BFx4BFy4BNTQ2Nz4BMzIWFx4BFz4BNz4BNw4BBw4BBz4BNz4BNw4BBw4BBwIAarpGRVFRRUa6amq7RUZQUEZFu2oBAjAuL4lZGzQZGS8VBxAHFysVFCURFiYQDxgGBgwGBQgFBAgEFiYNDhAGDggHDwgNFQcICAIDAgYEGDsiIksoAQIUEhEvGw4aDAwVCQsVCwoUCQQLBwcSCgoTCQoSCAYPCAgSCQPAUUVGumpqu0VGUFBGRbtqarpGRVH+ZwQIBUCCNTVDCAgHFg0BAQgHBxUNDgwMIBMBAQEBAQIEFxERKhcBAQQGAgICAQkXDg4fEQkRCAgQBx4vEhEVAgcPBxsvEhEUBQYFDwkCBgQECQYLFQkJDwYBAwMDBgQKEggJDwcAAgAA/8AEAAPAABgAcQAAASIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIxMOAQcOAQcOAQcOASMiJicuAScuAScuAScuAScuAScuAScuAT0BIzU+ATc+ATc+ATc+ATc+ATc+ATczFTMVIxUcARcUFhceARceARceARceATMyNjc+ATcVAgBqukZFUVFFRrpqartFRlBQRkW7arMLEwoJEggJEQkJEwoLEggIEAgJDwgHDQYGCgQEBwIDAwEBAlcJFAoKEQcGDQUFCgQEBwMDBAJblZUBAQIBBQQDBwQGCwYGDQcNGAwMGQwDwFFFRrpqartFRlBQRkW7amq6RkVR/OUFCAQDBgICAgEBAQEBAgQDAgcEBAkGBQoGBQwFBg8ICBQL4lsDCAQFCgYFDQcHDwgIEgsKFwyVc6UOFwgJDAQECAMEBgMDBQECAQQEAwwIZQAABQAA/8AEAAPAAAMAKABBAF8AiQAAATUjFQcyNjc+ATU0JicuAScuAScuASMiBgcOAQcOAQcOARUUFhceATMTIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjARUUBgcOASMhIiYnLgE1ETQ2Nz4BMyEyFhceAR0BBxQGBw4BIyImJy4BNTQ2Nz4BNyMVFBYXHgEzITI2Nz4BPQEjHgEXHgEVAtNedxQkDQ0QAwIDBwQHEQoKFwwNFwoKEQcEBwIDAg8NDiMVAmq6RkVRUUVGumpqu0VGUFBGRbtqARQRDw4nF/6rFigODxERDw4oFgFVFycODxF+GBUVNx8gNxUVGAIBAgQDVAkHBxQLAVULFAcHCVMCBAIBAgIwXl/ZDw4NJBQIDwcIDQYJDwYFBgYFBg8JBg0IBw8IFCQNDg8CalFFRrpqartFRlBQRkW7amq6RkVR/jHkFicPDhERDg8nFgFWFicPDhERDg8nFnI5IDcVFBgYFBU3IAcPBwgNB+QLEwgHCAgHCBML5AcNCAcPBwAAAAQAAP/ABAADwAAYADEAQABbAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjAyImJy4BNTQ2Nz4BMzIWFx4BFRQGBw4BIzM0JicuASM1MhYXHgEVIzM0JicuAScuAScuASM1MhYXHgEXHgEXHgEVIwIAartFRlBQRkW7amq7RUZQUEZFu2rADRgICQoKCQgYDQ0YCAkKCgkIGA2wJiAhVzJFey0uNWDAERAQLx8eRycmVCs1Zi8wViUmORQUFGADwFBGRbtqartFRlBQRkW7amq7RUZQ/QAKCQgYDQ0YCAkKCgkIGA0NGAgJCjJXISAmYDUuLXtFK1QmJ0ceHy8QEBFgFBQUOSYlVjAvZjUAAAAAAQAA/8AEAAPAAIoAAAEiBgcOARUUFhceARc8ATc+ATc+ATEwJjU0Njc+ATMyFhceARUUBgcOAQcGFhceATMyNjc+ATU0JicuASMiBgcOARUUFhceARceAQcOAQcOAScuAScuATU0Njc+ATMyFhceARUUBgcOASMiJicuAScwBgcOAQcOAQceARceATMyNjc+ATU0JicuASMCAGq7RUZQLSkocUMBAQQDCDoQDw4NJBURGgkICQoHBxAFBQkLCyIUJTwVFRgcGxtQMztdISAjBAUEDQcHAwICBwICDwgbKA0NDC4tLolcSXgqKi8oJSRmPRUnEREZBx8FBAsHBw8HESQSEiUTartFRlBQRkW7agPAUEZFu2pPkDw9Xx4NHg8PHg8f+CwlHDEREhQMCwocEBErGBcyGBUkDQ0QLCUlYzcqSBobHSgiIlgxERwNDBUJCQoKBxsHCgYDCycaGj0hNnIuLzsxKSlqOUuALy81CgkJFwx7EQ8dDg4aDAUIAwIDUEZFu2pqu0VGUAAABwAA/8AK4APAAA8AFAAmAEUAUACIAJUAAAEjETMyNjc+ATU0JicuASMBESERIQEjFSMRMzIWFx4BFRQGBw4BIwUUBgcOASMiJicuATURMxEUFhceATMyNjc+ATURMxEFIwMRIxEzExEzESUUBgcOASMiJicuATU0Njc+ATMyFhceAR0BIzU0JicuASMiBgcOAR0BFBYXHgEzMjY3PgE9ATMVBSMRIxEjETMVMzUzEQGsR0gTHAkJCAkJCRwT/lQK4PUgAcBbb7wUPBwcKBYVFTwmAoAXFxdFLi5LGhsdcAwNDScaLDUODQknAc9e7SSFxSUB+xgXF0IqNVYdHiAgHh5UNClCFxcZIRMSEjIfHyYLCwcICwsoHx8yEhETIQHhbK5sbK5sAq7+/Q8QDzIjIjAQDw8BEvwABAD9ztkCFgkRED42JTsVFBYzLEEWFhYZFxZAJwFy/nUdKg0ODhoVFTYbAWb+kKYB1v4qAhb+aAGY/eq8L0kZGhomIyRlPz9oJCQoGxoaSC4DAyY8FhUXExITNCHMITQSExMXFRY8JgMDvAEK/vYCFu7u/eoAAAAABgAA/70QtAPCABEAIQBAAHgAggCOAAABIREzETMyNjc+ATU0JicuASMHMzIWFx4BFRQGBw4BKwERARQGBw4BIyImJy4BNREjERQWFx4BMzI2Nz4BNREjESUUBgcOASMiJicuATURNDY3PgEzMhYXHgEdATM1NCYnLgEjIgYHDgEVFBYXHgEzMjY3PgE9ASMVBQEjETMRATMRIyERIREjETMRIREzEQFg/qDQqUdxJycqSzU0cCWQhCU0EBEQDxEQNCSGBQoQGhliUjFJGBgY0DcxMotVVoErKyxKBx0kISFcOjtKFRQPDhQURzk6XiEiJDwuKyp7TGGeNzg8Ozg4nmRPeysqLDz8R/6P90QBua9EBq3+vcrKAUPJA7H8HQGVKCcmbkZjdR4eETUcHR1aP0FdHR4bAeP9mzNkKCcwGRoZTzUC4P1OSHcqKi8pKSl6UQKu/WYVRnEoKCslIiJiPQF9PWEiIiUsKChxRgUFVYgwLzNJRETAd3a8QkJHMS8viVcGBnMC+PwdA238kwPj/kYBuvwdAfD+EAPjAAEAAAABAAD5TbqMXw889QALBAAAAAAA0HWTXAAAAADQdZNcAAD/vRC0A8IAAAAIAAIAAAAAAAAAAQAAA8D/wAAAELQAAAAAELQAAQAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAACuAAABC0AAAAAAAAAAoAFAAeAG4BNgHeAqYDLgP0BMwFmgAAAAEAAAAMAJYABwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAeAAAAAQAAAAAAAgAOAH8AAQAAAAAAAwAeADQAAQAAAAAABAAeAI0AAQAAAAAABQAWAB4AAQAAAAAABgAPAFIAAQAAAAAACgA0AKsAAwABBAkAAQAeAAAAAwABBAkAAgAOAH8AAwABBAkAAwAeADQAAwABBAkABAAeAI0AAwABBAkABQAWAB4AAwABBAkABgAeAGEAAwABBAkACgA0AKsAcAB1AG4AYwBoAGQAcgBpAG4AawAtAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAHAAdQBuAGMAaABkAHIAaQBuAGsALQBmAG8AbgB0cHVuY2hkcmluay1mb250AHAAdQBuAGMAaABkAHIAaQBuAGsALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAcAB1AG4AYwBoAGQAcgBpAG4AawAtAGYAbwBuAHQARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-punch-"],
[class*=" icomoon-punch-"] {
  font-family: 'punchdrink-font';
  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;
}
.icomoon-punch-facebook:before {
  content: "\e600";
}
.icomoon-punch-twitter:before {
  content: "\e601";
}
.icomoon-punch-tumblr:before {
  content: "\e602";
}
.icomoon-punch-instagram:before {
  content: "\e603";
}
.icomoon-punch-feed:before {
  content: "\e604";
}
.icomoon-punch-pinterest:before {
  content: "\e605";
}
.icomoon-punch-punch-logo-box:before {
  content: "\e606";
}
.icomoon-punch-punch-logo:before {
  content: "\e607";
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Flama-Basic';
  src: url('../font/Flama-Basic.eot?#iefix') format('embedded-opentype'), url('../font/Flama-Basic.woff') format('woff'), url('../font/Flama-Basic.ttf') format('truetype'), url('../font/Flama-Basic.svg#flama-basic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flama-Basic';
  src: url('../font/Flama-BasicItalic.eot?#iefix') format('embedded-opentype'), url('../font/Flama-BasicItalic.woff') format('woff'), url('../font/Flama-BasicItalic.ttf') format('truetype'), url('../font/Flama-BasicItalic.svg#flama-basicitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Flama-Medium';
  src: url('../font/Flama-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Flama-Medium.woff') format('woff'), url('../font/Flama-Medium.ttf') format('truetype'), url('../font/Flama-Medium.svg#flama-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flama-Medium';
  src: url('../font/Flama-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../font/Flama-MediumItalic.woff') format('woff'), url('../font/Flama-MediumItalic.ttf') format('truetype'), url('../font/Flama-MediumItalic.svg#flama-mediumitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
h1,
h2,
h4 {
  font-family: 'Flama-Basic';
}
h5 {
  font-family: 'Flama-Basic';
  color: #1e165f;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #1e165f;
  display: inline;
  margin-top: 0;
}
h5.no-border {
  border: none;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
/* This removes the gutter on phones */
@media (max-width: 480px) {
  body .row {
    margin: 0 5px;
  }
  body .row .col-xs-12 {
    padding: 0;
  }
}
.icon-white {
  color: #ffffff;
}
div.container {
  padding: 0;
}
.inline div,
.inline li,
.inline aside {
  display: inline-block;
}
ul {
  padding: 0;
}
/* Social links part-social.php */
.social a:hover {
  text-decoration: none;
}
/* Email form link */
.article #subscribe-form {
  font-family: 'Flama-Basic' !important;
}
.article #signup .field-group .asterisk {
  top: 42px !important;
}
article #signup {
  position: relative;
}
article #signup .confirmation {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
}
.entry-title {
  color: #000000;
  margin: 0 0 10px;
  font-size: 44px;
}
.entry-title a {
  color: #000000;
}
.entry-title a:hover {
  color: #1e165f;
  text-decoration: none;
}
.dek {
  padding: 0 25px;
  margin: 20px 0 15px;
  font: 18px/24px Georgia, "Times New Roman", Times, serif;
  color: #555;
}
.neg-space {
  margin: 0 2px 9px;
}
.neg-space li {
  margin: 0 -2px;
}
a.more {
  font-family: 'Flama-Basic';
  color: #ec3723;
  text-transform: uppercase;
}
a.more:hover {
  color: #000000;
  text-decoration: none;
}
a.block {
  display: block;
}
.subscribe {
  margin: 25px 0 25px;
  position: relative;
}
.subscribe p.title {
  font-size: 18px;
  color: #1e165f;
  font-weight: 500;
  font-family: 'Flama-Basic';
}
.subscribe .clearfix {
  font: 17px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  border: 1px solid #ebe7db;
  padding: 4px;
}
.subscribe input.sub-field {
  font: 17px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  border: none;
  padding: 4px;
  width: 75%;
  float: left;
}
.subscribe input:focus {
  border-color: transparent;
  box-shadow: 0 none;
  outline: 0 none;
}
.subscribe input p {
  padding: 4px 6px 0;
  text-transform: lowercase;
}
.subscribe input.sub-btn {
  border: none;
  padding: 6px;
  background: #ec3723;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  float: right;
}
.subscribe .loader {
  width: 30px;
  display: none;
}
.subscribe .loader.display {
  display: inline-block;
  float: left;
}
.subscribe .loader img {
  width: 100%;
  height: auto;
}
.subscribe .info {
  border: none;
}
.subscribe .confirmation {
  opacity: 0;
  z-index: -1;
  position: relative;
  top: -41px;
  height: 0;
}
.featured-recipe .featured-wrapper {
  padding: 30px;
  margin: 0 auto 20px;
  background-color: #f5f3ed;
}
.featured-recipe .featured-wrapper h3 a {
  font-size: 20px;
  color: #000000;
}
.featured-recipe .featured-wrapper h3 a:hover {
  color: #ec3723;
}
.featured-recipe .featured-wrapper img {
  width: 100%;
  margin: 15px 0 0;
  height: auto;
}
.featured-recipe .featured-wrapper .featured-excerpt {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 2px;
  padding: 0;
}
.featured-recipe .featured-wrapper a {
  color: #ec3723;
  font: 15px 'Flama-Basic';
}
.featured-recipe .featured-wrapper a:hover {
  color: #000000;
  text-decoration: none;
}
.featured-recipe .featured-wrapper .divider {
  width: 30px;
  height: 2px;
  background-color: #1e165f;
  margin: 20px auto 0;
  padding: 0;
}
.navbar-inner {
  margin-bottom: 10px;
}
.advanced-search-object {
  margin-right: 15px;
  margin-left: 15px;
}
.advanced-search-object .advanced-search-bar {
  background-color: #f5f3ed;
  font: 15px Georgia, "Times New Roman", Times, serif;
  color: #555555;
}
.advanced-search-object .advanced-search-bar a {
  color: #1e165f;
  text-transform: uppercase;
  font: 18px 'Flama-Basic';
}
.advanced-search-object .advanced-search-bar a:hover,
.advanced-search-object .advanced-search-bar a.current {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #1e165f;
}
.advanced-search-object .advanced-search-bar div {
  padding: 20px 30px 10px;
}
.advanced-search-object .advanced-search-bar div ul {
  list-style: none;
}
.advanced-search-object .advanced-search-bar div ul li {
  float: left;
  border-right: 1px dotted #333333;
  padding: 0 12px 0 0;
  margin: 0 0 0 12px;
  height: auto;
}
.advanced-search-object .advanced-search-bar div ul li:last-child {
  border-right: none;
}
.advanced-search-object .advanced-search-bar div ul.cat-filter a {
  color: #555555;
}
.advanced-search-object .advanced-search-bar div ul.cat-filter a:hover,
.advanced-search-object .advanced-search-bar div ul.cat-filter a.current {
  color: #1e165f;
}
.advanced-search-object .advanced-search-bar div .advanced-search-button span {
  display: inline-block;
  text-align: center;
  width: 20px;
  font-size: 25px;
  line-height: 16px;
  color: #ec3723;
}
.advanced-search-object .advanced-search-bar div.results {
  float: left;
  font: 14px 'Flama-Basic';
  height: auto;
  margin-bottom: 10px;
  width: 50%;
  text-transform: uppercase;
}
.advanced-search-object .advanced-search-bar div.lists-div {
  float: left;
  width: 42%;
  height: auto;
  border-right: 1px solid #ffffff;
}
.advanced-search-object .advanced-search-bar div.centered-div ul {
  text-align: center;
}
.advanced-search-object .advanced-search-bar div.centered-div ul li {
  float: none;
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 0 0 20px;
}
.advanced-search-object .cat-dropdown {
  display: none;
  position: absolute;
  background: #ec3723;
}
.advanced-search-object .cat-dropdown .arrow-up {
  width: 0;
  height: 0;
  position: relative;
  bottom: 22px;
  margin-bottom: -22px;
  left: 20px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #ec3723;
}
.advanced-search-object .cat-dropdown ul {
  display: inline-block;
  list-style: none;
  padding: 20px 20px 10px;
}
.advanced-search-object .cat-dropdown ul li a {
  color: #ffffff;
}
.advanced-search-object .cat-dropdown.cat-spirits {
  left: 63.5%;
  top: 70px;
}
.advanced-search-object .cat-dropdown.cat-style {
  left: 54.2%;
  top: 70px;
}
.advanced-search-object .advanced-search-box h3 {
  text-transform: uppercase;
  font-family: 'Flama-Basic';
  font-size: 18px;
  color: #1e165f;
  margin: 0 0 3px;
}
.advanced-search-object .advanced-search-box h4 {
  color: #555555;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.advanced-search-object .advanced-search-box .adv-btn {
  background: #ec3723;
  font-family: 'Flama-Basic';
  font-size: 18px;
  color: white;
  border: none;
  padding: 7px 15px;
  margin-top: 5px;
}
.advanced-search-object .advanced-search-box .panel {
  border-radius: 0;
  margin-top: 0;
}
.advanced-search-object .advanced-search-box .panel.panel-default {
  border: 0 none;
}
.advanced-search-object .advanced-search-box .sortby-object {
  background-color: #f5f3ed;
  margin: 7px;
  float: left;
  font-weight: normal;
  font-family: 'Flama-Basic';
  font-size: 17px;
}
.advanced-search-object .advanced-search-box .sortby-object input {
  margin: 12px 5px 0 15px;
}
.advanced-search-object .advanced-search-box .clear-btn {
  margin: 15px 15px 0 0;
  color: #ec3723;
}
.advanced-search-object .advanced-search-box .filter-object {
  background-color: #f5f3ed;
  padding: 10px 20px 20px;
  border-top: 1px #ffffff solid;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row {
  display: table-row;
  width: 100%;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div {
  display: table-cell;
  width: 17.33333333%;
  padding-left: 30px;
  border-right: 1px #d9d1bc solid;
  height: 100%;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell,
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell {
  width: 24%;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell ul,
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell ul {
  width: 50%;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div:last-child {
  border: none;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div:first-child {
  padding-left: 0;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li {
  color: #ec3723;
  font-family: 'Flama-Basic';
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li input[type="checkbox"] {
  margin-right: 8px;
}
.advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li label {
  font-size: 14px;
}
.advanced-search-box .tagsinput-object,
.advanced-search-mobile .tagsinput-object {
  padding: 10px 20px 20px;
  border-top: 1px #ffffff solid;
}
.advanced-search-box .tagsinput-object div.tagsinput,
.advanced-search-mobile .tagsinput-object div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  overflow-y: auto;
}
.advanced-search-box .tagsinput-object div.tagsinput span.tag,
.advanced-search-mobile .tagsinput-object div.tagsinput span.tag {
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 0px 3px;
  text-decoration: none;
  background: #c2d2d2;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}
.advanced-search-box .tagsinput-object div.tagsinput span.tag a,
.advanced-search-mobile .tagsinput-object div.tagsinput span.tag a {
  font-weight: bold;
  font-family: helvetica;
  color: #ec3723;
  text-decoration: none;
  vertical-align: top;
  font-size: 11px;
}
.advanced-search-box .tagsinput-object div.tagsinput input,
.advanced-search-mobile .tagsinput-object div.tagsinput input {
  width: 210px;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.advanced-search-box .tagsinput-object div.tagsinput div,
.advanced-search-mobile .tagsinput-object div.tagsinput div {
  display: block;
  float: left;
}
.advanced-search-box .tagsinput-object .tags_clear,
.advanced-search-mobile .tagsinput-object .tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.advanced-search-box .tagsinput-object .not_valid,
.advanced-search-mobile .tagsinput-object .not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
.advanced-search-box .tagsinput-object {
  background-color: #f5f3ed;
}
.advanced-search-mobile .tagsinput-object {
  background-color: #fff;
}
.advanced-search-mobile a.accordion-toggle {
  color: #1e165f;
  font: 14px 'Flama-Basic';
  text-transform: uppercase;
}
.advanced-search-mobile a.accordion-toggle :hover {
  text-decoration: none;
}
.advanced-search-mobile li {
  list-style-type: none;
}
.advanced-search-mobile .panel-group {
  margin-bottom: 5px;
}
.advanced-search-mobile .panel {
  border: 0 none;
  box-shadow: none;
}
.advanced-search-mobile .panel-body {
  padding: 5px 10px 10px;
  border: 0 none;
  background-color: #f5f3ed;
}
.advanced-search-mobile .advanced-search-select {
  margin-bottom: 15px;
}
.advanced-search-mobile #recipe-engage .panel a {
  color: #1e165f;
}
.advanced-search-mobile #recipe-engage .panel.sub {
  margin-left: 20px;
}
.advanced-search-mobile #recipe-engage .panel.sub ul {
  float: left;
  width: 50%;
}
.advanced-search-mobile #recipe-engage .panel.sub ul li label {
  font-weight: normal;
  padding: 0 0 0 5px;
}
.advanced-search-mobile #recipe-engage .panel #spirit .panel-body ul {
  float: left;
  width: 50%;
}
.advanced-search-mobile .sortby-object {
  margin-bottom: 5px;
  margin-left: 1px;
}
.advanced-search-mobile .sortby-object h4 {
  margin-bottom: 2px;
}
.advanced-search-mobile .sortby-object input {
  margin-right: 5px;
}
.advanced-search-mobile input[type="submit"] {
  -webkit-appearance: none;
}
ul.ui-autocomplete {
  background-color: #ec3723;
  padding: 10px;
  width: 200px;
}
ul.ui-autocomplete li {
  list-style-type: none;
}
ul.ui-autocomplete li a {
  color: #c2d2d2;
}
ul.ui-autocomplete li a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.instagram-widget {
  min-height: 350px;
  margin-bottom: 20px;
}
.instagram-widget .easy-instagram-container:before,
.instagram-widget .easy-instagram-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-widget .easy-instagram-container:after {
  clear: both;
}
.instagram-widget .easy-instagram-container:before,
.instagram-widget .easy-instagram-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-widget .easy-instagram-container:after {
  clear: both;
}
.instagram-widget .easy-instagram-container img {
  width: 32px;
  height: 32px;
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper {
  float: left;
  width: 33% !important;
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:before,
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:after {
  clear: both;
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:before,
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper:after {
  clear: both;
}
.instagram-widget .easy-instagram-container .easy-instagram-thumbnail-wrapper a img {
  width: 100% !important;
  height: auto !important;
  padding: 3px;
}
.page-404 {
  padding: 40px;
  margin-bottom: 100px;
}
.page-404 p a {
  color: #ec3723;
}
.page-id-1076 article .entry-content p:first-child:first-letter,
.page-id-1080 article .entry-content p:first-child:first-letter,
.page-id-2578 article .entry-content p:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.page-id-1076 article .entry-content p:last-child:after,
.page-id-1080 article .entry-content p:last-child:after,
.page-id-2578 article .entry-content p:last-child:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  background: transparent;
}
.page-id-2578 article .sharing {
  display: none;
}
.zerglayoutcl {
  margin-left: 0px !important;
}
.zergentity {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.map_thumbnail {
  overflow: hidden;
}
@media (min-width: 992px) {
  h5 {
    font-size: 18px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .ad {
    display: none !important;
  }
}
.buybook {
  float: left;
  margin: 0px 20px 20px 0px;
}
.buybook.block {
  float: none;
  border: none;
  border-top: 3px solid #1e165f;
  border-bottom: 3px solid #1e165f;
  padding: 25px 0;
  margin: 25px 0;
  width: 100%;
  max-width: none;
}
.buybook.block .book {
  margin: auto;
}
.buybook.block #buyGroup {
  margin: auto;
  display: block;
  margin-top: 5px;
  height: 32px;
}
.buybook .book {
  max-width: 220px;
}
.buybook #buyGroup {
  margin-top: 5px;
  max-width: 220px;
}
.buybook #buyGroup li > a:hover,
.buybook #buyGroup li > a:focus {
  background-color: #ec3723;
}
.buybook #buyBook {
  max-width: 220px;
  font-family: 'Flama-Medium';
  text-transform: uppercase;
  background-color: #ec3723;
  border: #ec3723;
}
.buybook .dropdown-menu {
  min-width: 220px;
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
header nav.navbar {
  border: none;
}
header nav.navbar div.navbar-inner {
  background: #ec3723;
}
header nav.navbar div.navbar-inner button#header_menu_btn_search {
  background: #ec3723;
}
header nav.navbar div.navbar-inner button#header_menu_btn_search a:hover {
  text-decoration: none;
}
header nav.navbar div.navbar-inner button#header_menu_btn_main {
  background: #ec3723;
}
header nav.navbar div.navbar-inner a.brand {
  padding: 0 20px;
  font-size: 25px;
  color: #ffffff;
}
header nav.navbar div.navbar-inner a.brand:hover {
  text-decoration: none;
}
header nav.navbar div.navbar-inner .panel-group .panel {
  background: #ec3723;
  border: 0 none;
}
header nav.navbar div.navbar-inner .panel-group #header_search_menu .panel-body {
  margin: 0;
}
header nav.navbar div.navbar-inner .panel-group #header_search_menu .panel-body form.form-inline {
  margin: 0;
  padding: 0;
}
header nav.navbar div.navbar-inner .panel-group #header_search_menu .panel-body form.form-inline .form-group {
  width: 72%;
  display: inline-block;
  background: #ffffff;
}
header nav.navbar div.navbar-inner .panel-group #header_search_menu .panel-body form.form-inline .form-group input.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
}
header nav.navbar div.navbar-inner .panel-group #header_search_menu .panel-body form.form-inline .btn {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  border: none;
  background: #ddd;
  border-radius: 0;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body {
  border-top: 1px #f8b7b0 solid;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav {
  list-style: none;
  padding: 0;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav li {
  line-height: 30px;
  border-bottom: 1px #f06252 solid;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav li a {
  font-family: 'Flama-Basic';
  margin: 0;
  padding: 0 22px;
  font-size: 16px;
  color: #ffffff;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav li a:hover {
  background-color: transparent;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav li .sub-menu {
  list-style: none;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body ul.nav li .sub-menu li {
  border-bottom: 0;
  border-top: 1px #f06252 solid;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body .social {
  padding: 0;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body .social ul.nav.navbar-nav li {
  float: left;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body .social ul.nav.navbar-nav li a {
  font-size: 20px;
  padding: 0 0 0 9px;
  color: #d9d1bc;
}
header nav.navbar div.navbar-inner .panel-group #header_main_menu .panel-body .social ul.nav.navbar-nav li a:hover {
  background: transparent;
  color: #ec3723;
}
/* Admin Bar absolute box push */
.customize-support header .container.header .grey-header-bg {
  top: 28px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header .container.header {
    padding: 0;
    border-bottom: 1px #f0ede4 solid;
  }
  header .container.header .grey-header-bg {
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f5f3ed;
  }
  header .container.header nav.navbar {
    border: 0;
    border-radius: 0;
    margin: 0 0 7px;
  }
  header .container.header nav.navbar .row {
    margin: 25px 0 0;
  }
  header .container.header nav.navbar .row a .navbar-brand {
    padding: 27px;
    height: 108px;
    width: 284px;
    background-color: #ec3723;
    font-size: 55px;
    color: #ffffff;
  }
  header .container.header nav.navbar .row a .navbar-brand.tiki {
    background-image: url('../images/punch-tiki.jpg');
    background-size: cover;
  }
  header .container.header nav.navbar .row a .navbar-brand.tiki span {
    display: none;
  }
  header .container.header nav.navbar .row a:hover .navbar-brand {
    background-color: #ee4b39;
  }
  header .container.header nav.navbar .row .login-nav {
    margin: 20px 0 0;
  }
  header .container.header nav.navbar .row .login-nav ul.nav.navbar-nav li {
    margin: 10px 11px;
  }
  header .container.header nav.navbar .row .login-nav ul.nav.navbar-nav li a {
    font-family: 'Flama-Medium';
    padding: 0;
    color: #ec3723;
  }
  header .container.header nav.navbar .row .login-nav ul.nav.navbar-nav li a:hover {
    color: #000;
    background: transparent;
  }
  header .container.header nav.navbar .row .login-nav form.navbar-form {
    margin: 0 0 10px 11px;
    padding: 9px 0 0;
    border-bottom: 2px #dcdad5 solid;
  }
  header .container.header nav.navbar .row .login-nav form.navbar-form .form-group {
    width: 120px;
  }
  header .container.header nav.navbar .row .login-nav form.navbar-form .form-group input.form-control {
    font-family: 'Flama-Medium';
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    color: #000000;
    height: 22px;
  }
  header .container.header nav.navbar .row .login-nav form.navbar-form .btn {
    padding: 0;
    height: 22px;
    border: none;
    background: transparent;
  }
  header .container.header nav.navbar .row {
    margin: 18px 0 0;
  }
  header .container.header nav.navbar .row .nav div ul.menu {
    list-style: none;
    padding: 0;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item {
    float: left;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children {
    position: relative;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children > a i {
    font-size: .8em;
    margin-left: 4px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu-arrow {
    display: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    border-top: 1px #ec3723 solid;
    border-left: 1px #ec3723 solid;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 30px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu {
    background: white;
    display: none;
    list-style: none;
    position: absolute;
    top: 30px;
    border: 1px #ec3723 solid;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu li {
    float: none;
    padding: 6px 10px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu .current-menu-item a {
    border-bottom: 0;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children a:hover {
    border-bottom: 0;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children:hover .sub-menu-arrow,
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item a {
    font-family: 'Flama-Basic';
    margin: 0 17px 0 2px;
    padding: 0 0 18px;
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item a:hover {
    color: #ec3723;
    text-decoration: none;
    border-bottom: 2px #ec3723 solid;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.current-menu-item > a {
    color: #ec3723;
    text-decoration: none;
    border-bottom: 2px #ec3723 solid;
    cursor: default;
  }
  header .container.header nav.navbar .row .social {
    margin: -2px 0 -5px;
    padding: 0;
  }
  header .container.header nav.navbar .row .social ul {
    float: right;
  }
  header .container.header nav.navbar .row .social ul a {
    font-size: 20px;
    padding: 0 0 0 9px;
    color: #d9d1bc;
  }
  header .container.header nav.navbar .row .social ul a:hover {
    background: transparent;
    color: #ec3723;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header .container.header nav.navbar {
    margin: 0 0 11px;
  }
  header .container.header nav.navbar .row a .navbar-brand {
    height: 115px;
    width: 310px;
    font-size: 60px;
  }
  header .container.header nav.navbar .row .login-nav form.navbar-form .form-group {
    width: 197px;
  }
  header .container.header nav.navbar .row {
    margin: 23px 0 0;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu-arrow {
    height: 20px;
    width: 20px;
    top: 36px;
    left: 40px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu {
    top: 46px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item a {
    margin: 0 25px 0 2px;
    padding: 0 0 22px;
    font-size: 18px;
  }
  header .container.header nav.navbar .row .social {
    margin: -3px 0 -5px;
  }
  header .container.header nav.navbar .row .social ul a {
    font-size: 24px;
    padding: 0 0 0 9px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu-arrow {
    top: 38px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item.menu-item-has-children .sub-menu {
    top: 48px;
  }
  header .container.header nav.navbar .row .nav div ul.menu li.menu-item a {
    margin: 0 40px 0 2px;
    font-size: 20px;
  }
  header .container.header nav.navbar .row .social {
    margin: -2px 0 -5px;
  }
  header .container.header nav.navbar .row .social ul a {
    font-size: 25px;
    padding: 0 0 0 12px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
#jp-relatedposts {
  display: none;
}
.partners-logo {
  text-align: center;
}
.partners-logo.portrait {
  margin-bottom: 47.5px;
}
.partners-logo.landscape {
  margin-bottom: 35px;
}
.partners-logo .partnership {
  color: #999999;
  font: normal 13px 'Flama-Basic';
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  z-index: 2;
  border-left: 10px #ffffff solid;
  border-right: 10px #ffffff solid;
  font-weight: lighter;
}
.partners-logo .partnership img {
  margin-left: 5px;
}
.partners-logo .partnership img.portrait {
  margin-top: -2%;
  height: 75px;
  max-height: 75px;
  min-height: 75px;
  width: auto;
}
.partners-logo .partnership img.landscape {
  margin-top: -2%;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  width: auto;
}
.partners-logo .horizontal-line.portrait {
  border-top: solid 1px #E8E8E8;
  margin-top: -37.5px;
  z-index: 1;
  position: relative;
}
.partners-logo .horizontal-line.landscape {
  border-top: solid 1px #E8E8E8;
  margin-top: -25px;
  z-index: 1;
  position: relative;
}
article header .dek a {
  color: #ec3723;
}
article header .dek a:hover {
  text-decoration: none;
  color: #000000;
}
article header .byline {
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  margin: 0 0 25px;
}
article header .byline div {
  display: block;
  margin: 0 4px;
}
article header .byline .photographer span {
  text-transform: uppercase;
  font: 13px 'Flama-Basic';
  color: #ec3723;
}
article header .byline .fn,
article header .byline a {
  text-transform: uppercase;
  font: 13px 'Flama-Basic';
  color: #ec3723;
}
article header .byline .date {
  font: normal 13px 'Flama-Basic';
}
article figure {
  margin: 20px 0;
}
article figure img,
article figure iframe {
  width: 100%;
  height: auto;
}
article figure.portrait {
  text-align: center;
}
article figure.portrait img {
  width: 50%;
}
article a.lookbook-back {
  float: none;
  font-family: 'Flama-Basic';
  color: #ec3723;
  text-transform: uppercase;
}
article a.lookbook-back:hover {
  color: black;
}
article .sharing {
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px #f0ede4 solid;
}
article .sharing .punch-share {
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #999999;
}
article .sharing .punch-share ul {
  list-style: none;
  margin: 0;
}
article .sharing .punch-share ul li {
  padding: 0 10px 0 0;
}
article .sharing .punch-share ul li.story-share {
  margin-bottom: 17px;
  margin-top: 2px;
}
article .sharing .punch-share ul li.fb-share {
  float: left;
}
article .sharing .punch-share ul li.pin-share {
  float: left;
  margin-top: 10px;
}
article .sharing .punch-share ul li.email-share {
  margin-top: 10px;
}
article .sharing .punch-share ul li.email-share a {
  color: #999999;
}
article .sharing .punch-share ul li.email-share a:hover {
  text-decoration: none;
}
article .sharing .punch-share ul li.email-share a:hover i {
  color: #ec3723;
}
article .sharing .punch-share ul li.email-share a i {
  color: #d9d1bc;
  font-size: 18px;
  padding-left: 5px;
}
article .sharing .punch-categories {
  margin: 10px 0 0;
}
article .sharing .punch-categories li {
  margin: 0 8px 0 0;
}
article .sharing .punch-categories li a {
  font-family: 'Flama-Medium';
  color: #999999;
}
article .sharing .punch-categories li a:hover {
  color: #ec3723;
  text-decoration: none;
}
article .entry-content {
  margin: 32px 0 30px;
  padding: 0 5px;
  font: 16px/24px Georgia, "Times New Roman", Times, serif;
  color: #444;
}
article .entry-content p {
  margin: 0 0 24px;
}
article .entry-content p:first-child:first-letter {
  float: left;
  font-size: 48px;
  line-height: 45px;
  padding: 0 3px 0 0;
}
article .entry-content p:last-child:after {
  content: '';
  width: 32px;
  height: 13px;
  margin-left: 5px;
  display: inline-block;
  background: url(../images/p_sig.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@-moz-document url-prefix() {
  article .entry-content p .entry-content p:first-child:first-letter {
    margin-top: 10px;
  }
}
article .entry-content p a {
  color: #ec3723;
}
article .entry-content p a:hover {
  color: #000000;
}
article .entry-content blockquote {
  padding: 0;
  margin: 0 0 22px;
  border: none;
}
article .entry-content blockquote p {
  text-align: center;
  font: 20px/23px 'Flama-Basic';
  color: #9a988c;
  padding: 25px 20px;
  margin: 0;
}
article .entry-content blockquote p:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
article .entry-content blockquote p:last-child {
  display: block;
}
article .entry-content blockquote p:last-child:after {
  display: none;
}
article .entry-content blockquote:before,
article .entry-content blockquote:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -20px;
  height: 4px;
  width: 32px;
  background: #ec3723;
}
article .entry-content .featured-recipe .featured-wrapper {
  width: 300px;
  padding: 30px;
  margin: 0 auto 20px;
  background-color: #f5f3ed;
  float: none;
  position: static;
}
article .entry-content .featured-recipe .featured-wrapper h3 a {
  font-family: 'Flama-Medium';
  font-size: 20px;
  color: #000000;
}
article .entry-content .featured-recipe .featured-wrapper h3 a:hover {
  color: #ec3723;
}
article .entry-content .featured-recipe .featured-wrapper img {
  width: 100%;
  margin: 15px 0 0;
  height: auto;
}
article .entry-content .featured-recipe .featured-wrapper .featured-excerpt {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 2px;
  padding: 0;
}
article .entry-content .featured-recipe .featured-wrapper a {
  color: #ec3723;
}
article .entry-content .featured-recipe .featured-wrapper a:hover {
  color: #000000;
  text-decoration: none;
}
article .tags {
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  margin-bottom: 40px;
}
article .tags p span,
article .tags p a {
  font: normal 16px 'Flama-Basic';
  color: #1e165f;
}
article .related-article {
  margin: 30px 0;
  padding: 25px;
}
article .related-article .left-block,
article .related-article .right-block {
  margin-bottom: 60px;
}
article .related-article .left-block .img-contain img,
article .related-article .right-block .img-contain img {
  width: 100%;
}
article .related-article .left-block {
  padding-right: 10px;
}
article .related-article .left-block h4 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 20px;
}
article .related-article .left-block h4 a {
  color: black;
}
article .related-article .left-block h4 a:hover {
  text-decoration: none;
  color: #ec3723;
}
article .related-article .left-block p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
}
article .related-article .right-block {
  display: none;
}
article .related-article .more-list {
  overflow: auto;
  width: 100%;
}
article .related-article .more-list h5 {
  font-size: 14px;
  border: 0;
}
article .related-article .more-list h4 {
  font-size: 15px;
  color: #1e165f;
  text-transform: uppercase;
}
article .related-article .more-list ul {
  margin: 0;
  padding: 4px 0;
}
article .related-article .more-list ul li {
  font-family: 'Flama-Basic';
  padding: 4px 0;
  list-style-type: none;
}
article .related-article .more-list ul li:before {
  font-weight: bold;
  color: #1e165f;
  content: '→';
  font-family: 'Flama-Medium';
  font-size: 28px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  line-height: 26px;
  top: 3px;
}
article .related-article .more-list ul li a {
  font-family: 'Flama-Basic';
  font-size: 22px;
  color: black;
}
article footer {
  margin: 40px 0 0;
}
article footer .related-article {
  margin-top: 0;
}
article footer div.comment-wrapper {
  padding: 20px;
  background-color: #f5f3ed;
}
article footer div.author-card {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f5f3ed;
}
article footer div.author-card .author-bio {
  padding: 0 0 16px;
}
article footer div.author-card .author-bio h4 {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Flama-Basic';
  color: #ec3723;
}
article footer div.author-card .author-bio p {
  font: 15px/20px Georgia, "Times New Roman", Times, serif;
  color: #474545;
}
article footer div.author-card .author-bio p a {
  color: #ec3723;
}
article footer div.author-card .author-bio p a:hover {
  color: black;
}
article footer div.author-card .author-bio .social {
  padding: 0;
}
article footer div.author-card .author-bio .social ul a {
  font-size: 25px;
  padding: 0 12px 0 0;
  color: #d9d1bc;
}
article footer div.author-card .author-bio .social ul a:hover {
  background: transparent;
  color: #ec3723;
}
article footer div.author-card .author-related {
  padding: 10px 0;
  border-top: 1px solid #e4dfd0;
}
article footer div.author-card .author-related h5 {
  font-size: 14px;
  font-family: 'Flama-Basic';
  color: #ec3723;
  border: none;
  display: inline-block;
  margin-top: 10px;
}
article footer div.author-card .author-related a {
  font-size: 14px;
  font-family: 'Flama-Medium';
  line-height: 18px;
  display: block;
  color: #1e165f;
  margin: 15px 0 0;
}
article .right-col .ad-small {
  text-align: center;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article {
    margin: 30px 0;
  }
  article .article-wide header .dek {
    padding: 0 150px;
  }
  article header .dek {
    padding: 0 45px;
    font: 20px/28px Georgia, "Times New Roman", Times, serif;
  }
  article header .byline div {
    display: inline-block;
  }
  article header .byline div:after {
    margin: 0 0 0 6px;
    content: "|";
  }
  article header .byline div:last-child:after {
    content: none;
  }
  article a.lookbook-back {
    float: right;
  }
  article .sharing .punch-share ul li {
    float: left;
  }
  article .sharing .punch-share ul li.story-share {
    margin-bottom: 0;
  }
  article .sharing .punch-share ul li.pin-share {
    margin-top: 0;
  }
  article .sharing .punch-share ul li.email-share {
    margin-top: 0;
  }
  article .sharing .punch-categories li {
    margin: 0 8px 0 0;
  }
  article .entry-content {
    padding: 0;
  }
  article .entry-content .featured-recipe {
    width: 100%;
    background-color: #999999;
  }
  article .entry-content .featured-recipe .featured-wrapper {
    margin: 0 auto 20px;
    float: none;
    position: static;
  }
  article .entry-content .featured-recipe .featured-wrapper .featured-excerpt {
    padding: 0 12px;
  }
  article .related-article {
    border-top: 3px solid #1e165f;
    padding: 0;
  }
  article .related-article h3 {
    color: #1e165f;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: "Boutique Bold", sans-serif !important;
  }
  article .related-article .left-block,
  article .related-article .right-block {
    width: 50%;
    margin-bottom: 17px;
    float: left;
  }
  article .related-article .left-block h4,
  article .related-article .right-block h4 {
    margin-top: 10px;
  }
  article .related-article .left-block h4 a,
  article .related-article .right-block h4 a {
    font-family: 'Flama-Basic';
    font-size: 23px;
    line-height: 30px;
  }
  article .related-article .left-block,
  article .related-article .right-block {
    display: block;
  }
  article .related-article .left-block .img-contain,
  article .related-article .right-block .img-contain {
    margin-top: 20px;
  }
  article .related-article .left-block .img-contain img,
  article .related-article .right-block .img-contain img {
    width: 100%;
  }
  article footer {
    margin-top: 0px;
  }
  article footer div.comment-wrapper {
    padding: 25px;
  }
  article footer div.author-card {
    padding: 25px;
  }
  article footer div.author-card .author-bio {
    padding: 0 40px 16px 0;
  }
  article footer div.author-card .author-bio h4 {
    font-size: 24px;
    color: #ec3723;
  }
  article footer div.author-card .author-bio p {
    font: 17px/22px Georgia, "Times New Roman", Times, serif;
    color: #474545;
  }
  article footer div.author-card .author-related h5 {
    font-size: 16px;
  }
  article footer div.author-card .author-related a {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .article-wide .entry-content .featured-recipe .featured-wrapper {
    top: 800px;
  }
  article .entry-content {
    padding: 0 30px 0 0;
    font: 16px/28px Georgia, "Times New Roman", Times, serif;
  }
  article .entry-content p {
    margin: 0 0 28px;
  }
  article .entry-content p:first-child:first-letter {
    font-size: 56px;
    line-height: 53px;
  }
  article .entry-content blockquote {
    margin: 0 0 28px;
  }
  article .entry-content blockquote p {
    font-size: 24px;
    line-height: 27px;
    padding: 25px 50px;
  }
  article .entry-content blockquote:before,
  article .entry-content blockquote:after {
    margin-left: -30px;
  }
  article .entry-content .featured-recipe .featured-wrapper {
    width: 300px;
    float: right;
    position: absolute;
    right: -318px;
  }
  article .related-article .left-block {
    margin-bottom: 17px;
  }
  article footer div.author-card .author-related h5 {
    font-size: 14px;
  }
  article footer div.author-card .author-related a {
    font-size: 14px;
  }
  article .right-col .ad {
    padding: 0;
    border: 0;
    height: 600px;
  }
  article .right-col .ad-small {
    height: 250px;
    text-align: center;
  }
  article .right-col figure {
    margin: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article .entry-content {
    font: 20px/32px Georgia, "Times New Roman", Times, serif;
  }
  article .entry-content p {
    margin: 0 0 32px;
  }
  article .entry-content p:first-child:first-letter {
    font-size: 66px;
    line-height: 63px;
  }
  article .entry-content blockquote {
    margin: 0 0 32px;
  }
  article .entry-content blockquote p {
    font-size: 32px;
    line-height: 36px;
  }
  article .entry-content .featured-recipe .featured-wrapper {
    width: 372px;
    right: -385px;
  }
  article footer div.comment-wrapper {
    padding: 32px;
  }
  article footer div.author-card {
    padding: 28px 60px 28px 32px;
  }
  article footer div.author-card .author-related h5 {
    font-size: 16px;
  }
  article footer div.author-card .author-related a {
    font-size: 16px;
  }
  article .right-col .ad {
    padding: 34px;
    border: 1px solid #ebe7db;
    height: 670px;
  }
  article .right-col .ad-small {
    height: 320px;
    padding: 34px;
    border: 1px solid #ebe7db;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
article aside a {
  color: #ffffff;
}
article aside a:hover {
  color: #ffffff;
  text-decoration: none;
}
article .bordered-wrapper {
  border: 1px solid #d9d1bc;
  padding: 6px;
  margin: 0 0 30px;
}
article .bordered-wrapper .bordered-box {
  border: 1px solid #d9d1bc;
  padding: 25px;
}
article .bordered-wrapper .bordered-box h5 {
  margin-bottom: 10px;
  display: inline-block;
}
article .bordered-wrapper .bordered-box .related-img {
  margin: 0 0 10px;
}
article .bordered-wrapper .bordered-box .related-img img {
  width: 100%;
  height: auto;
}
article .bordered-wrapper .bordered-box .related-desc h4 {
  font-size: 18px;
  margin-top: 0;
}
article .bordered-wrapper .bordered-box .related-desc h4 a {
  color: #000000;
}
article .bordered-wrapper .bordered-box .related-desc h4 a:hover {
  color: #ec3723;
  text-decoration: none;
}
article .bordered-wrapper .bordered-box .related-desc p {
  font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
article .bordered-wrapper .bordered-box .related-desc a {
  font-family: 'Flama-Basic';
  color: #ec3723;
}
article .inline-module {
  border: none;
  border-top: 3px solid #1e165f;
  border-bottom: 3px solid #1e165f;
  padding: 25px 0;
  margin: 25px 0;
}
article .inline-module .inner {
  border: none;
  padding: 0px;
}
article .inline-module .inner h5 {
  margin-bottom: 10px;
  display: inline-block;
}
article .inline-module .inner .related-img {
  margin: 0 0 0px;
}
article .inline-module .inner .related-img img {
  width: 100%;
  height: auto;
}
article .inline-module .inner .related-desc h4 {
  margin-top: 20px;
}
article .inline-module .inner .related-desc h4 a {
  font-family: 'Flama-Basic';
  font-size: 22px;
  color: #000000;
  line-height: 26px;
}
article .inline-module .inner .related-desc h4 a:hover {
  color: #ec3723;
  text-decoration: none;
}
article .inline-module .inner .related-desc p {
  color: #525252;
  font: 16px/20px Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0px;
}
article .inline-module .inner .related-desc a {
  font-family: 'Flama-Basic';
  color: #ec3723;
  text-transform: uppercase;
  font-size: 14px;
}
article .inline-module .inner .related-desc a span {
  position: relative;
  top: 3px;
  font-size: 24px;
}
article .inline-module .inner .related-desc a:hover,
article .inline-module .inner .related-desc a:target,
article .inline-module .inner .related-desc a:focus {
  text-decoration: none;
}
article .inline-module .inner .related-desc a:hover span,
article .inline-module .inner .related-desc a:target span,
article .inline-module .inner .related-desc a:focus span {
  text-decoration: none !important;
}
article .feature-excerpt {
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-bottom: 1px solid #f0ede4;
}
article .feature-excerpt figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
article .feature-excerpt div div figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
article .feature-excerpt .feature-crop {
  max-height: 475px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}
article .feature-excerpt .feature-crop:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
article .feature-excerpt .feature-crop .feature-center {
  display: inline-block;
  width: 100%;
  position: relative;
  left: -7.5%;
}
article .feature-excerpt .feature-crop .feature-center figure {
  margin: 0;
}
article .feature-excerpt .feature-crop .feature-center figure img {
  width: 115%;
  height: auto;
}
article .feature-excerpt aside {
  display: inline;
  padding: 2px 4px;
  position: relative;
  font-size: 13px;
  font-family: 'Flama-Basic';
  top: -10px;
  left: 10px;
  background-color: #ec3723;
  color: #ffffff;
}
article .feature-excerpt aside.partner {
  background: #1e165f;
}
article .feature-excerpt .entry-title {
  font-size: 20px;
}
article .feature-excerpt .dek {
  margin: 12px 0;
  padding: 0;
  font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
article .feature-excerpt .byline {
  font: italic 12px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  margin: 0 0 25px;
}
article .feature-excerpt .byline div {
  margin: 0 4px;
}
article .feature-excerpt .byline div.author {
  display: block;
}
article .feature-excerpt .byline a,
article .feature-excerpt .byline span {
  text-transform: uppercase;
  font: 12px 'Flama-Basic';
  color: #ec3723;
}
article .feature-excerpt .byline .date {
  font: normal 13px 'Flama-Basic';
}
article .feature-excerpt .byline .photographer {
  display: none;
}
article .feature-excerpt .excerpt-small .entry-title {
  font-size: 20px;
}
article .feature-excerpt .excerpt-small .dek,
article .feature-excerpt .excerpt-small p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 20px;
}
article .feature-excerpt .excerpt-small .dek a,
article .feature-excerpt .excerpt-small p a {
  color: #ec3723;
}
article .feature-excerpt .excerpt-small .dek a:hover,
article .feature-excerpt .excerpt-small p a:hover {
  color: #000000;
}
article .show-more-btn {
  border: 1px solid #f0ede4;
  padding: 11px;
  margin: 0 20% 20px;
}
article .show-more-btn a {
  font-size: 16px;
  font-family: 'Flama-Basic';
  color: #ec3723;
}
article .right-col h4 {
  margin: 0 0 6px;
}
article .right-col h4 a {
  font-size: 15px;
  color: #000000;
}
article .right-col h4 a:hover {
  color: #1e165f;
  text-decoration: none;
}
article .right-col h5 {
  color: #1e165f;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #1e165f;
  display: inline;
  margin-top: 0;
}
article .right-col h5.no-border {
  border: none;
  padding: 0;
}
article .right-col p {
  font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
article .right-col img {
  width: 100%;
  height: auto;
}
article .right-col .punch-news-widget,
article .right-col .punch-a-z-home,
article .right-col .popular-home {
  margin: 30px 0;
  padding: 25px;
  background-color: #f5f3ed;
}
article .right-col .punch-news-widget div {
  padding: 20px 0 0;
}
article .right-col .punch-news-widget div.news-home-divider {
  width: 30px;
  height: 2px;
  background-color: #1e165f;
  margin: 20px auto 0;
  padding: 0;
}
article .right-col .punch-news-widget time {
  font-family: 'Flama-Basic';
  text-transform: uppercase;
  font-size: 12px;
  color: #555555;
}
article .right-col .punch-news-widget h4 {
  padding: 0 10px;
}
article .right-col .punch-a-z-home {
  margin-top: 55px;
}
article .right-col .punch-a-z-home figure {
  margin-top: -75px;
}
article .right-col .punch-a-z-home figure img {
  width: auto;
}
article .right-col .punch-a-z-home h4 {
  margin: 15px 0;
}
article .right-col .punch-a-z-home h4 a {
  color: #ec3723;
}
article .right-col .punch-a-z-home h4 a:hover {
  color: #000000;
}
article .right-col .popular-home ol {
  counter-reset: li;
  margin: 30px 0 0;
  padding-left: 0;
  text-align: left;
}
article .right-col .popular-home ol li {
  position: relative;
  margin: 15px 0 0 20px;
  padding: 0 0 4px 4px;
  list-style: none;
}
article .right-col .popular-home ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: -20px;
  width: 20px;
  color: #555555;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}
article .right-col .popular-home ol li h4 {
  margin: 0;
}
article .right-col .popular-home ol li aside a {
  font-family: 'Flama-Basic';
  color: #ec3723;
  text-transform: uppercase;
  font-size: 12px;
}
article .right-col .popular-home ol li aside a:hover {
  text-decoration: underline;
}
article .right-col .popular-home ol li .author {
  font-family: 'Flama-Basic';
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
}
article .right-col .popular-home ol li .author:before {
  content: "|";
  padding: 0 4px 0 2px;
}
article .right-col .lookbook-home,
article .right-col .insta-home {
  border-top: 1px solid #f5f3ed;
  padding-top: 10px;
}
article .right-col .lookbook-home a,
article .right-col .insta-home a {
  font-family: 'Flama-Basic';
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 3px;
}
article .right-col .lookbook-home a:hover,
article .right-col .insta-home a:hover {
  text-decoration: none;
  color: #ec3723;
}
article .right-col .city-guides-home {
  border-top: 1px solid #f5f3ed;
  border-bottom: 1px solid #f5f3ed;
  padding-top: 10px;
}
article .right-col .city-guides-home .archive-link {
  font-family: 'Flama-Basic';
  color: #ec3723;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 0 10px;
}
article .right-col .city-guides-home span {
  font-family: 'Flama-Basic';
  color: #ffffff;
  background: #1e165f;
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: translate(0, -14px);
  -ms-transform: translate(0, -14px);
  transform: translate(0, -14px);
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 5px;
}
article .right-col .city-guides-home h4 {
  font-family: 'Flama-Basic';
  color: #000000;
  text-align: center;
  font-size: 22px;
  margin-top: -5px;
  margin-bottom: 13px;
}
article .right-col .city-guides-home .featured:hover {
  text-decoration: none;
}
article .right-col .city-guides-home .featured:hover h4 {
  color: #ec3723;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article .bordered-wrapper .bordered-box .related-img {
    width: 42%;
    float: left;
  }
  article .bordered-wrapper .bordered-box .related-desc {
    width: 56%;
    float: right;
  }
  article .inline-module .inner .related-img {
    width: 42%;
    float: left;
  }
  article .inline-module .inner .related-desc {
    width: 56%;
    float: right;
  }
  article .inline-module .inner .related-desc h4 {
    margin-top: 0;
  }
  article .feature-excerpt .feature-crop {
    max-height: 302px;
  }
  article .feature-excerpt .entry-title {
    font-size: 26px;
  }
  article .feature-excerpt .dek {
    font: 15px/20px Georgia, "Times New Roman", Times, serif;
  }
  article .feature-excerpt .byline div.author {
    display: inline-block;
  }
  article .feature-excerpt .byline div:after {
    margin: 0 0 0 6px;
    content: "|";
  }
  article .feature-excerpt .byline div:last-child:after {
    content: none;
  }
  article .feature-excerpt .byline .photographer {
    display: inline-block;
  }
  article .feature-excerpt .excerpt-small {
    width: 46%;
  }
  article .feature-excerpt .excerpt-small .entry-title {
    font-size: 18px;
  }
  article .feature-excerpt .excerpt-small .dek {
    font-size: 15px;
    line-height: 20px;
  }
  article .feature-excerpt .excerpt-small .dek p {
    font-size: 15px;
    line-height: 20px;
  }
  article .feature-excerpt .oddpost {
    float: left;
  }
  article .feature-excerpt .evenpost {
    float: right;
  }
  article .feature-excerpt .excerpt-gutter {
    width: 8%;
    height: 100%;
    float: left;
  }
  article .show-more-btn {
    margin: 0 33% 20px;
  }
  article .show-more-btn a {
    font-size: 18px;
  }
  article .right-col .subscribe .title {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .bordered-wrapper .bordered-box .related-img {
    width: 47%;
  }
  article .bordered-wrapper .bordered-box .related-desc {
    width: 50%;
  }
  article .inline-module .inner .related-img {
    width: 47%;
  }
  article .inline-module .inner .related-desc {
    width: 50%;
  }
  article .feature-excerpt .feature-crop {
    max-height: 393px;
  }
  article .feature-excerpt .entry-title {
    font-size: 32px;
  }
  article .feature-excerpt .dek {
    font: 18px/24px Georgia, "Times New Roman", Times, serif;
  }
  article .feature-excerpt .dek p {
    font: 18px/24px Georgia, "Times New Roman", Times, serif;
  }
  article .right-col h4 a {
    font-size: 18px;
  }
  article .right-col h5 {
    font-size: 18px;
  }
  article .right-col p {
    font: 15px/20px Georgia, "Times New Roman", Times, serif;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article .bordered-wrapper .bordered-box .related-desc h4 {
    font-size: 24px;
  }
  article .bordered-wrapper .bordered-box .related-desc p {
    font: 17px/24px Georgia, "Times New Roman", Times, serif;
  }
  article .inline-module .inner .related-desc h4 {
    font-size: 24px;
  }
  article .inline-module .inner .related-desc p {
    font: 17px/24px Georgia, "Times New Roman", Times, serif;
  }
  article .feature-excerpt .feature-crop {
    max-height: 475px;
  }
  article .feature-excerpt .excerpt-small .entry-title {
    font-size: 22px;
  }
  article .feature-excerpt .excerpt-small .dek {
    font-size: 18px;
    line-height: 24px;
  }
  article .feature-excerpt .excerpt-small .dek p {
    font-size: 18px;
    line-height: 24px;
  }
  article .right-col h4 a {
    font-size: 20px;
  }
  article .right-col .subscribe .title {
    font-size: 20px;
  }
  article .right-col .popular-home ol li:before {
    font-size: 20px;
    line-height: 24px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
article .landscape .header-left .sharing .punch-categories ul {
  margin-top: 10px;
}
article .landscape .header-left .sharing .punch-categories ul li {
  margin: 0 8px 0 0;
}
article .portrait .header-left {
  width: 52%;
  padding: 0 25px 0 0;
  float: left;
}
article .portrait .header-left figure {
  margin: 5px 0 20px;
}
article .portrait .header-left .sharing {
  border-bottom: 1px #f0ede4 solid;
  padding: 0;
  overflow: hidden;
}
article .portrait .header-left .sharing .punch-share ul li.story-share {
  width: 100%;
  margin-bottom: 5px;
}
article .portrait .header-left .sharing .punch-categories {
  width: auto;
  text-align: left;
}
article .portrait .header-left .sharing .punch-categories ul {
  margin-top: 10px;
}
article .portrait .header-left .sharing .punch-categories ul li {
  margin: 0 8px 0 0;
}
article .portrait .entry-content {
  margin-top: 0;
  padding-right: 0;
}
article .bordered-wrapper .recipe-box {
  padding: 25px;
  font: 15px/20px Georgia, "Times New Roman", Times, serif;
  color: #000000;
}
article .bordered-wrapper .recipe-box h5 {
  font-size: 16px;
  margin: 0 0 20px;
}
article .bordered-wrapper .recipe-box p.serving {
  color: #555555;
  font-style: italic;
}
article .bordered-wrapper .recipe-box p.garn-glass .glass {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
}
article .bordered-wrapper .recipe-box span {
  color: #ec3723;
  font-family: 'Flama-Basic';
}
article .bordered-wrapper .recipe-box a {
  color: #ec3723;
}
article .bordered-wrapper .recipe-box .print-save {
  font-size: 13px;
  color: #555555;
  margin: 0 0 0 -5px;
}
article .bordered-wrapper .recipe-box .print-save li {
  float: left;
  padding: 0 0 0 8px;
}
article .bordered-wrapper .recipe-box .print-save li:after {
  margin: 0 0 0 8px;
  content: "|";
}
article .bordered-wrapper .recipe-box .print-save li:last-child:after {
  content: none;
}
article .bordered-wrapper .recipe-box .print-save li a {
  font-family: 'Flama-Medium';
  color: #999999;
}
article .bordered-wrapper .recipe-box .print-save li a i {
  font-size: 18px;
  vertical-align: -2px;
  margin: 0 4px 0 0;
}
article .bordered-wrapper .recipe-box .print-save li a:hover {
  text-decoration: none;
  color: #000000;
}
article .bordered-wrapper .recipe-box .stars-wrapper a {
  padding: 0 3px;
}
article .bordered-wrapper .recipe-box .stars-wrapper a i {
  font-size: 18px;
}
article .bordered-wrapper .recipe-box .stars-wrapper a:active {
  color: #f5f3ed;
}
article .bordered-wrapper .recipe-box .stars-wrapper a,
article .bordered-wrapper .recipe-box .stars-wrapper:hover a,
article .bordered-wrapper .recipe-box .stars-wrapper.is-voted a {
  color: #ec3723;
}
article .bordered-wrapper .recipe-box .stars-wrapper > a:hover ~ a {
  color: #d9d1bc;
}
article .bordered-wrapper .recipe-box ul {
  list-style: none;
}
article .bordered-wrapper .recipe-box ul.direction-list li {
  padding-left: 20px;
  text-indent: -20px;
}
article .bordered-wrapper .recipe-box ol {
  counter-reset: li;
  margin: 0 0 20px;
  padding-left: 0;
  text-align: left;
}
article .bordered-wrapper .recipe-box ol li {
  position: relative;
  margin: 0 0 10px 16px;
  padding: 0 0 4px 4px;
  list-style: none;
}
article .bordered-wrapper .recipe-box ol li:before {
  font-family: 'Flama-Basic';
  content: counter(li);
  counter-increment: li;
  position: absolute;
  margin-top: 2px;
  left: -16px;
  width: 15px;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  background-color: #ec3723;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article .similar-recipe {
  margin: 30px 0;
  padding: 25px;
  background-color: #f5f3ed;
}
article .similar-recipe div {
  padding: 10px 0 20px;
  text-align: left;
  border-bottom: 1px #ebe7db solid;
}
article .similar-recipe div figure {
  float: left;
  width: 50%;
  margin-top: 0;
}
article .similar-recipe div figure img {
  padding: 0 10px 0 0;
}
article .similar-recipe div div {
  padding: 0;
  border: none;
  float: left;
  display: block;
  width: 50%;
}
article .similar-recipe div div .stars-outer {
  width: 100%;
}
article .similar-recipe div div .stars-outer .stars-wrapper {
  width: 100%;
  font-size: 15px;
}
article .similar-recipe div div .stars-outer .stars-wrapper i {
  padding: 0 0px;
}
article .similar-recipe div div .stars-outer .stars-wrapper i,
article .similar-recipe div div .stars-outer .stars-wrapper.is-voted i {
  color: #ec3723;
}
article .similar-recipe div div .stars-outer .stars-wrapper i:active {
  color: #f5f3ed;
}
article .similar-recipe div div .stars-outer .stars-wrapper:hover stars-overlay {
  display: inline;
}
article .similar-recipe div div .stars-outer .stars-wrapper .stars-overlay {
  background-color: rgba(245, 243, 237, 0.5);
}
article .similar-recipe div aside {
  font-size: 12px;
  color: #1e165f;
}
article .similar-recipe div aside a {
  color: #1e165f;
}
article .similar-recipe div aside a:hover {
  text-decoration: underline;
}
article .more {
  margin-top: 20px;
  display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article .landscape .header-left .sharing .punch-categories ul {
    margin-top: 0px;
  }
  article .landscape .header-left .sharing .punch-categories ul li {
    margin: 0 8px 0 0;
  }
  article .bordered-wrapper .recipe-box .stars-wrapper a {
    padding: 0 3px;
  }
  article .bordered-wrapper .recipe-box .stars-wrapper a i {
    font-size: 22px;
  }
  article .similar-recipe div div {
    float: right;
    width: auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .bordered-wrapper .recipe-box {
    padding: 45px;
    font: 20px/32px Georgia, "Times New Roman", Times, serif;
  }
  article .bordered-wrapper .recipe-box h5 {
    font-size: 20px;
  }
  article .bordered-wrapper .recipe-box ol li {
    margin: 0 0 10px 26px;
  }
  article .bordered-wrapper .recipe-box ol li:before {
    margin-top: 5px;
    left: -26px;
    width: 23px;
    font-size: 17px;
    line-height: 23px;
  }
  article .similar-recipe div figure {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  article .similar-recipe div figure img {
    margin: 10px 0;
    padding: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
article .landing .feature-excerpt {
  margin: 0 0 10px;
  border-bottom: none;
}
article .landing .feature-excerpt .excerpt-small {
  height: auto;
  width: 100%;
}
article .landing .feature-excerpt .excerpt-small figure {
  margin: 0 0 20px;
}
article .landing .feature-excerpt .excerpt-small figure img {
  width: 100%;
  height: auto;
}
article .landing .pagination-nav {
  text-align: center;
}
article .landing-news .feature-excerpt {
  margin-bottom: 20px;
}
article .landing-news .feature-excerpt .entry-title {
  margin-top: 10px;
}
article .landing-news .feature-excerpt figure {
  margin: 0;
}
article .landing-news .feature-excerpt p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
article .landing-news .feature-excerpt p a {
  color: #ec3723;
}
article .landing-news .feature-excerpt .byline {
  margin-top: 20px;
  margin-bottom: 5px;
}
article .landing-news .feature-excerpt .byline .date {
  margin-left: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
article .landing-news .feature-excerpt .tags {
  margin-bottom: 15px;
}
article .landing-news .feature-excerpt .tags a {
  color: #1e165f;
}
article .landing-news .pagination-nav,
article .landing-article .pagination-nav,
article .landing-glossary .pagination-nav {
  margin-bottom: 30px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article .landing {
    padding-right: 0;
  }
  article .landing .feature-excerpt .excerpt-small {
    height: 380px;
    float: left;
    width: 50%;
    padding: 0 20px 15px 0;
  }
  article .landing-news .feature-excerpt figure {
    margin: 0 20px 20px 0;
    width: 45%;
    float: left;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .landing .feature-excerpt .excerpt-small {
    padding: 0 30px 15px 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article .landing .feature-excerpt .excerpt-small {
    height: 450px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
article .author-archive header {
  border-bottom: 1px #f0ede4 solid;
}
article .author-archive header h2.job-title {
  color: #ec3723;
  font-size: 20px;
  line-height: 18px;
  margin: 0 0 30px;
  text-align: center;
}
article .author-archive .entry-content {
  text-align: center;
  border-bottom: 1px #f0ede4 solid;
  padding-right: 0;
}
article .author-archive .entry-content p {
  margin-bottom: 20px;
}
article .author-archive .entry-content p:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
article .author-archive .entry-content .social {
  margin: 20px 0;
}
article .author-archive .entry-content .social ul {
  margin: 10px auto 0;
}
article .author-archive .entry-content .social ul a {
  font-size: 25px;
  padding: 0 6px;
  color: #d9d1bc;
}
article .author-archive .entry-content .social ul a:hover {
  background: transparent;
  color: #ec3723;
}
article .author-archive .articles-by h3 {
  color: #ec3723;
  font-size: 16px;
  font-family: 'Flama-Basic';
  text-transform: uppercase;
  margin-bottom: 25px;
}
article .author-archive .articles-by .feature-excerpt {
  border-bottom: none;
}
article .author-archive .articles-by .feature-excerpt .excerpt-small {
  margin: 0 4% 20px 0;
  float: left;
}
article .author-archive .articles-by .feature-excerpt .excerpt-small aside {
  top: 0;
  left: 0;
}
article .author-archive .articles-by .feature-excerpt .excerpt-small h2 {
  margin-top: 12px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article .author-archive .articles-by .feature-excerpt .excerpt-small {
    height: 280px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .author-archive .articles-by .feature-excerpt .excerpt-small {
    height: 230px;
  }
  .author .right-col .ad {
    height: 300px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article .author-archive .articles-by .feature-excerpt .excerpt-small {
    height: 220px;
  }
  .author .right-col .ad {
    height: 320px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
footer.site-footer {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
footer.site-footer.archive {
  display: block;
}
footer.site-footer div.footer .ad-small {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer div.footer h4 {
  border-bottom: 2px solid #1e165f;
  padding-bottom: 2px;
  display: inline;
  color: #1e165f;
  margin: 0 0 10px;
}
footer.site-footer div.footer .social {
  margin: 20px 0;
}
footer.site-footer div.footer .social ul {
  margin: 10px auto 0;
}
footer.site-footer div.footer .social ul a {
  font-size: 25px;
  padding: 0 6px;
  color: #d9d1bc;
}
footer.site-footer div.footer .social ul a:hover {
  background: transparent;
  color: #ec3723;
}
footer.site-footer div.footer .bordered-wrapper {
  border: 1px solid #d9d1bc;
  padding: 6px;
  margin: 0 0 30px;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box {
  border: 1px solid #d9d1bc;
  padding: 25px;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box h5 {
  margin-bottom: 10px;
  display: inline-block;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-img {
  margin: 0 0 10px;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-img img {
  width: 100%;
  height: auto;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc h4 {
  border: 0 none;
  display: block;
  font-size: 18px;
  margin-top: 0;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc h4 a {
  color: #000000;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc h4 a:hover {
  color: #ec3723;
  text-decoration: none;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc p {
  font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc a {
  font-family: 'Flama-Basic';
  color: #ec3723;
}
footer.site-footer div.footer .punch-footer {
  padding: 25px 0;
  background-color: #f5f3ed;
  font-family: 'Flama-Basic';
}
footer.site-footer div.footer .punch-footer nav div {
  margin: 10px 0;
}
footer.site-footer div.footer .punch-footer nav div ul.nav {
  list-style: none;
  padding: 0;
}
footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item {
  float: left;
  text-align: center;
  width: 33%;
}
footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item a {
  color: #000000;
  font-size: 11px;
  font-family: 'Flama-Basic';
}
footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item a:hover {
  background: transparent;
  color: #ec3723;
}
footer.site-footer div.footer .punch-footer hr.nav-divider {
  border-color: #ebe7db;
  margin: -45px 20px 45px;
  position: relative;
}
footer.site-footer div.footer .punch-footer small {
  color: #555555;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-img {
    width: 42%;
    float: left;
  }
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc {
    width: 56%;
    float: right;
  }
  footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item a {
    font-size: 13px;
  }
  footer.site-footer div.footer .punch-footer hr.nav-divider {
    margin: -48px 20px 48px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer.site-footer.default {
    width: 300px;
    left: 668px;
  }
  footer.site-footer div.footer .ad-small {
    padding: 0;
    border: none;
  }
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-img {
    width: 47%;
  }
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc {
    width: 50%;
  }
  footer.site-footer div.footer .punch-footer {
    width: 300px;
  }
  footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item a {
    font-size: 11px;
  }
  footer.site-footer div.footer .punch-footer hr.nav-divider {
    margin: -45px 20px 45px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  footer.site-footer.default {
    width: 372px;
    left: 798px;
  }
  footer.site-footer div.footer .ad-small {
    padding: 35px;
    border: 1px solid #ebe7db;
  }
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc h4 {
    font-size: 24px;
  }
  footer.site-footer div.footer .bordered-wrapper .bordered-box .related-desc p {
    font: 17px/24px Georgia, "Times New Roman", Times, serif;
  }
  footer.site-footer div.footer .punch-footer {
    width: 372px;
  }
  footer.site-footer div.footer .punch-footer nav div ul.nav li.menu-item a {
    font-size: 13px;
  }
  footer.site-footer div.footer .punch-footer hr.nav-divider {
    margin: -48px 20px 48px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
div.sticky-placeholder {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.428571429;
}
div.sticky-placeholder div.sticky-box div.sticky {
  float: none;
  position: static;
}
div.sticky-placeholder div.sticky-box div.sticky .ad-small {
  display: block;
}
div.sticky-placeholder div.sticky-box div.sticky .ad-small > div {
  overflow: visible !important;
}
div.sticky-placeholder div.sticky-box div.sticky h4 {
  border-bottom: 2px solid #1e165f;
  padding-bottom: 2px;
  display: inline;
  color: #1e165f;
  margin: 0 0 10px;
}
div.sticky-placeholder div.sticky-box div.sticky .social {
  margin: 20px 0;
}
div.sticky-placeholder div.sticky-box div.sticky .social ul {
  margin: 10px auto 0;
}
div.sticky-placeholder div.sticky-box div.sticky .social ul a {
  font-size: 25px;
  padding: 0 6px;
  color: #d9d1bc;
}
div.sticky-placeholder div.sticky-box div.sticky .social ul a:hover {
  background: transparent;
  color: #ec3723;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer {
  padding: 25px 0;
  background-color: #f5f3ed;
  font-family: 'Flama-Basic';
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div {
  margin: 10px 0;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav {
  list-style: none;
  padding: 0;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item {
  float: left;
  text-align: center;
  width: 33%;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item a {
  color: #000000;
  font-size: 11px;
  font-family: 'Flama-Basic';
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item a:hover {
  background: transparent;
  color: #ec3723;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer hr.nav-divider {
  border-color: #ebe7db;
  margin: -45px 20px 45px;
  position: relative;
}
div.sticky-placeholder div.sticky-box div.sticky .punch-footer small {
  color: #555555;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item a {
    font-size: 13px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer hr.nav-divider {
    margin: -48px 20px 48px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div.sticky-placeholder div.sticky-box {
    width: 300px;
    float: right;
    position: absolute;
  }
  div.sticky-placeholder div.sticky-box.single-article {
    right: -318px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .ad-small {
    display: block;
    padding: 0;
    border: none;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer {
    width: 300px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item a {
    font-size: 11px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer hr.nav-divider {
    margin: -45px 20px 45px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  div.sticky-placeholder div.sticky-box {
    width: 372px;
  }
  div.sticky-placeholder div.sticky-box.template-part {
    left: 15px;
  }
  div.sticky-placeholder div.sticky-box.single-article {
    right: -385px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .ad-small {
    padding: 35px;
    border: 1px solid #ebe7db;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer {
    width: 372px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer nav div ul.nav li.menu-item a {
    font-size: 13px;
  }
  div.sticky-placeholder div.sticky-box div.sticky .punch-footer hr.nav-divider {
    margin: -48px 20px 48px;
  }
}
/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
.wp-paginate {
  padding: 0;
  margin: 0;
  font-family: 'Flama-Basic';
}
.wp-paginate li {
  display: inline;
  list-style: none;
}
.wp-paginate li a {
  color: #000000;
  margin-right: 4px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.wp-paginate li a:hover,
.wp-paginate li a:active {
  color: #ec3723;
  text-decoration: underline;
}
.wp-paginate .title {
  color: #555;
  margin-right: 4px;
}
.wp-paginate .gap {
  color: #999;
  margin-right: 4px;
}
.wp-paginate .current {
  color: #ec3723;
  margin-right: 4px;
  padding: 3px;
  font-size: 15px;
  width: 20px;
}
.wp-paginate .prev,
.wp-paginate .next {
  font-size: 13px;
  color: #ec3723;
  text-transform: uppercase;
}
.wp-paginate .prev:hover,
.wp-paginate .next:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wp-paginate li a {
    padding: 3px 7px;
    font-size: 17px;
  }
  .wp-paginate .current {
    padding: 3px 7px;
    font-size: 17px;
    width: 25px;
  }
  .wp-paginate .prev,
  .wp-paginate .next {
    font-size: 15px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* style overrides for comments pagination */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
body.post-type-archive-recipe header .navbar {
  margin-bottom: 0px;
}
article.recipe-index .landing .advanced-search-object {
  display: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar {
  font-size: 12px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar a {
  font-size: 14px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div {
  padding: 10px 10px 0px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div ul li {
  padding: 0 7px 0 0;
  margin: 0 0 0 7px;
  border: 0;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div .advanced-search-button span {
  width: 15px;
  font-size: 19px;
  line-height: 13px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div.results {
  font-size: 14px;
  margin-bottom: 10px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div.lists-div {
  width: 36%;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div {
  width: 25%;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li {
  padding: 0 7px 0 0;
  margin: 0 0 0 7px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li span {
  display: none;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box h3 {
  font-size: 12px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .tagsinput-object {
  padding: 5px 10px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object {
  padding: 5px 10px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div {
  width: 16%;
  padding-left: 10px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell,
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell {
  width: 26%;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div:first-child {
  padding-left: 0;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li input[type="checkbox"] {
  margin-right: 3px;
}
article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li label {
  font-size: 10px;
}
article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-style {
  left: 39.3%;
  top: 55px;
}
article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits {
  left: 46.9%;
  top: 55px;
}
article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits ul {
  vertical-align: top;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small figure {
  margin: 0 0 10px;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small figure img {
  width: 100%;
  height: auto;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small h2.entry-title {
  margin-bottom: 5px;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small p {
  margin-bottom: 5px;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper {
  font-size: 15px;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper i {
  padding: 0 0px;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper i,
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper.is-voted i {
  color: #ec3723;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper i:active {
  color: #f5f3ed;
}
article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small .stars-wrapper:hover .stars-overlay {
  display: inline;
}
article.recipe-index .landing .feature-excerpt .ad-small {
  text-align: center;
}
article.recipe-index .landing .pagination-nav {
  text-align: center;
  margin: 0 15px;
  padding: 30px 0;
  border-top: 1px solid #f0ede4;
}
article.recipe-index .landing .no-result {
  margin: 0 30px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article.recipe-index .landing {
    padding-left: 0;
  }
  article.recipe-index .landing .advanced-search-object {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar {
    font-size: 12px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar a {
    font-size: 14px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div {
    padding: 10px 10px 0px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div ul li {
    padding: 0 7px 0 0;
    margin: 0 0 0 7px;
    border-right: 1px dotted #333333;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div ul li:last-child {
    border-right: none;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div .advanced-search-button span {
    width: 15px;
    font-size: 19px;
    line-height: 13px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.results {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.lists-div {
    width: 36%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div {
    width: 25%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li {
    padding: 0 7px 0 0;
    margin: 0 0 0 7px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li span {
    display: none;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box h3 {
    font-size: 12px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .tagsinput-object {
    padding: 5px 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object {
    padding: 5px 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div {
    width: 16%;
    padding-left: 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell,
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell {
    width: 26%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div:first-child {
    padding-left: 0;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li input[type="checkbox"] {
    margin-right: 3px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li label {
    font-size: 10px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-style {
    left: 39.3%;
    top: 55px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits {
    left: 46.9%;
    top: 55px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits ul {
    vertical-align: top;
  }
  article.recipe-index .landing .feature-excerpt {
    margin-top: 30px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small {
    padding: 0 15px 15px;
    width: 50%;
    height: 370px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small.category-recipe {
    height: 350px;
  }
  article.recipe-index .landing .feature-excerpt .ad-small {
    padding: 29px;
    border: 1px solid #ebe7db;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article.recipe-index {
    padding-left: 15px;
    margin-left: -30px;
    margin-right: -30px;
  }
  article.recipe-index .landing {
    margin: 0;
  }
  article.recipe-index .landing .advanced-search-object {
    margin-right: 30px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar {
    font-size: 15px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar a {
    font-size: 16px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div {
    padding: 15px 15px 5px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div ul li {
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div .advanced-search-button span {
    width: 20px;
    font-size: 25px;
    line-height: 16px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.results {
    font-size: 18px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.lists-div {
    width: 34%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li {
    padding: 0 5px 0 0;
    margin: 0 0 0 5px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li span {
    display: inline;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box h3 {
    font-size: 14px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .tagsinput-object {
    padding: 10px 20px 20px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object {
    padding: 10px 20px 20px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div {
    width: 16.66666667%;
    padding-left: 25px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell,
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell {
    width: 25%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div:first-child {
    padding-left: 0;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li input[type="checkbox"] {
    margin-right: 8px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li label {
    font-size: 12px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-style {
    left: 43%;
    top: 65px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits {
    left: 50.2%;
    top: 65px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small {
    float: left;
    width: 334px;
    height: 370px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small.category-recipe {
    height: 310px;
  }
  article.recipe-index .landing .feature-excerpt .ad-small {
    padding: 0;
    border: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article.recipe-index {
    margin-left: -30px;
    margin-right: -30px;
  }
  article.recipe-index .landing {
    margin: 0;
  }
  article.recipe-index .landing .advanced-search-object {
    margin-left: 15px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div {
    padding: 20px 20px 10px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.lists-div {
    width: 34%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-bar div.centered-div ul li {
    padding: 0 20px 0 0;
    margin: 0 0 0 20px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box h3 {
    font-size: 18px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div {
    width: 17.33333333%;
    padding-left: 30px;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.family-cell,
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div.spirit-cell {
    width: 24%;
  }
  article.recipe-index .landing .advanced-search-object .advanced-search-box .filter-object form .filter-table .filter-row div ul li label {
    font-size: 14px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-style {
    left: 43.2%;
    top: 70px;
  }
  article.recipe-index .landing .advanced-search-object .cat-dropdown.cat-spirits {
    left: 51.7%;
    top: 70px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small {
    width: 400px;
    height: 390px;
  }
  article.recipe-index .landing .feature-excerpt .excerpt-small.recipe-small.category-recipe {
    height: 370px;
  }
  article.recipe-index .landing .feature-excerpt .ad-small {
    padding: 34px;
    border: 1px solid #ebe7db;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
article .archive-menu {
  margin: 0 0 10px;
  padding: 10px;
  background-color: #f5f3ed;
  font: 16px Georgia, "Times New Roman", Times, serif;
}
article .archive-menu ul {
  list-style: none;
  float: left;
}
article .archive-menu ul li {
  color: #555555;
  font-family: 'Flama-Basic';
  line-height: 18px;
  padding: 7px;
  display: inline-block;
}
article .archive-menu ul li a {
  color: #1e165f;
}
article .archive-menu ul li a:hover {
  color: #ec3723;
  text-decoration: none;
}
article .archive-menu ul li.current-menu-item a {
  color: #ec3723;
  text-decoration: none;
  cursor: default;
}
article .landing-glossary .feature-excerpt .excerpt-small {
  width: 100%;
  padding: 0 40px 0 0;
  margin-bottom: 15px;
}
article .landing-glossary .feature-excerpt .excerpt-small p {
  font: 15px/20px Georgia, "Times New Roman", Times, serif;
  height: 60px;
  display: block;
}
article .landing-glossary .feature-excerpt .excerpt-small p a {
  color: #ec3723;
}
article .glossary-content header .share-border {
  border-top: 1px #f0ede4 solid;
  padding-top: 10px;
}
article .glossary-content p:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
article .glossary-content .bordered-wrapper {
  margin: 45px 0 30px;
}
article .glossary-content .bordered-wrapper .more {
  display: block;
}
article .pagination-nav {
  text-align: center;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  article .archive-menu {
    margin: 0 15px 30px;
    padding: 20px 50px 10px;
  }
  article .archive-menu ul li {
    padding: 0 7px;
    display: inline;
  }
  article .archive-menu ul li a {
    color: #1e165f;
  }
  article .landing-glossary .feature-excerpt .excerpt-small {
    float: left;
    width: 50%;
  }
  article .landing-glossary .feature-excerpt .excerpt-small p {
    height: 100px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  article .landing-glossary .feature-excerpt .excerpt-small p {
    height: 80px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  article .archive-menu ul li {
    padding: 0 9px;
  }
  article .landing-glossary .feature-excerpt .excerpt-small p {
    height: 60px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
.photo-essay figure div#slides {
  display: none;
  position: relative;
}
.photo-essay figure div#slides .slidesjs-container {
  height: 290px !important;
}
.photo-essay figure div#slides .slidesjs-container .slidesjs-slide {
  text-align: center;
  background-color: #ffffff;
}
.photo-essay figure div#slides .slidesjs-container .slidesjs-slide img {
  max-height: 174px;
  width: auto;
}
.photo-essay figure div#slides .slide-info {
  display: block;
  position: relative;
  height: auto;
  margin: 0 20px;
}
.photo-essay figure div#slides .slide-info h2,
.photo-essay figure div#slides .slide-info p {
  color: #000000;
  text-align: center;
}
.photo-essay figure div#slides .slide-info h2 {
  font-size: 20px;
}
.photo-essay figure div#slides .slide-info h2 a {
  color: #000000;
}
.photo-essay figure div#slides .slide-info h2 a:hover {
  color: #ec3723;
  background-color: transparent;
}
.photo-essay figure div#slides .slide-info p {
  font: 15px/20px Georgia, "Times New Roman", Times, serif;
}
.photo-essay figure div#slides .slide-info p a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
.photo-essay figure div#slides a.slidesjs-navigation {
  font-size: 35px;
  line-height: 65px;
  position: absolute;
  display: none;
  width: 40px;
  height: 70px;
  z-index: 1000;
  top: 10%;
  margin-top: 3px;
  padding: 0 0 5px;
}
.photo-essay figure div#slides a.slidesjs-navigation i {
  padding: 0 10px;
}
.photo-essay figure div#slides a.slidesjs-previous {
  text-align: left;
}
.photo-essay figure div#slides a.slidesjs-next {
  text-align: right;
  right: 0;
}
.photo-essay figure div#slides a:link,
.photo-essay figure div#slides a:visited {
  color: #ec3723;
}
.photo-essay figure div#slides a:hover,
.photo-essay figure div#slides a:active {
  color: #ffffff;
  background-color: rgba(236, 55, 35, 0.7);
  text-decoration: none;
}
.photo-essay figure div#slides ul.slidesjs-pagination {
  margin: 6px 0 0;
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 340px;
  z-index: 1000;
  display: block;
}
.photo-essay figure div#slides ul.slidesjs-pagination li {
  display: inline-block;
  margin: 0 3px;
}
.photo-essay figure div#slides ul.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination-mobile.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.photo-essay figure div#slides ul.slidesjs-pagination li a.active,
.photo-essay figure div#slides ul.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.photo-essay figure div#slides ul.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
  background-color: transparent;
}
.article-wide figure div#slides {
  display: none;
}
.article-wide figure div#slides .slidesjs-container {
  height: 510px !important;
}
.article-wide figure div#slides .slidesjs-container .slidesjs-slide {
  text-align: center;
  background-color: #ffffff;
}
.article-wide figure div#slides .slidesjs-container .slidesjs-slide img {
  max-height: 174px;
  width: auto;
}
.article-wide figure div#slides .slide-info {
  display: block;
  position: relative;
  height: auto;
  margin: 0 20px;
}
.article-wide figure div#slides .slide-info h2,
.article-wide figure div#slides .slide-info p {
  color: #000000;
  text-align: center;
}
.article-wide figure div#slides .slide-info h2 {
  font-size: 20px;
}
.article-wide figure div#slides .slide-info h2 a {
  color: #000000;
}
.article-wide figure div#slides .slide-info h2 a:hover {
  color: #ec3723;
  background-color: transparent;
}
.article-wide figure div#slides .slide-info p {
  font: 15px/20px Georgia, "Times New Roman", Times, serif;
}
.article-wide figure div#slides .slide-info p a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
.article-wide figure div#slides a.slidesjs-navigation {
  font-size: 35px;
  line-height: 65px;
  position: absolute;
  display: none;
  width: 40px;
  height: 70px;
  z-index: 1000;
  top: 45%;
  margin-top: 3px;
  padding: 0 0 5px;
}
.article-wide figure div#slides a.slidesjs-navigation i {
  padding: 0 10px;
}
.article-wide figure div#slides a.slidesjs-previous {
  text-align: left;
}
.article-wide figure div#slides a.slidesjs-next {
  text-align: right;
  right: 0;
}
.article-wide figure div#slides a:link,
.article-wide figure div#slides a:visited {
  color: #ec3723;
}
.article-wide figure div#slides a:hover,
.article-wide figure div#slides a:active {
  color: #ffffff;
  background-color: rgba(236, 55, 35, 0.7);
  text-decoration: none;
}
.article-wide figure div#slides ul.slidesjs-pagination {
  margin: 6px 0 0;
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 340px;
  z-index: 1000;
  display: block;
}
.article-wide figure div#slides ul.slidesjs-pagination li {
  display: inline-block;
  margin: 0 3px;
}
.article-wide figure div#slides ul.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination-mobile.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.article-wide figure div#slides ul.slidesjs-pagination li a.active,
.article-wide figure div#slides ul.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.article-wide figure div#slides ul.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
  background-color: transparent;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .photo-essay figure div#slides .slidesjs-container {
    height: 510px !important;
  }
  .photo-essay figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 463px;
  }
  .photo-essay figure div#slides .slide-info {
    margin: 0 10px;
  }
  .photo-essay figure div#slides .slide-info h2 {
    font-size: 22px;
    margin: 8px 0;
  }
  .photo-essay figure div#slides .slide-info p {
    font-size: 13px;
    line-height: 17px;
  }
  .photo-essay figure div#slides a.slidesjs-navigation {
    font-size: 40px;
    line-height: 70px;
    display: block;
    top: 37%;
    width: 50px;
    height: 75px;
  }
  .photo-essay figure div#slides ul.slidesjs-pagination {
    display: none;
  }
  .article-wide figure div#slides .slidesjs-container {
    height: inherit !important;
  }
  .article-wide figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 422px;
  }
  .article-wide figure div#slides .slide-info {
    margin: 0 10px;
  }
  .article-wide figure div#slides .slide-info h2 {
    font-size: 22px;
    margin: 8px 0;
  }
  .article-wide figure div#slides .slide-info p {
    font-size: 13px;
    line-height: 17px;
  }
  .article-wide figure div#slides a.slidesjs-navigation {
    font-size: 40px;
    line-height: 70px;
    display: block;
    top: 50%;
    width: 50px;
    height: 75px;
  }
  .article-wide figure div#slides a.slidesjs-next {
    right: 15px;
  }
  .article-wide figure div#slides ul.slidesjs-pagination {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .photo-essay figure div#slides .slidesjs-container {
    height: 460px !important;
  }
  .photo-essay figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 393px;
  }
  .photo-essay figure div#slides .slide-info {
    margin: 0 20px;
  }
  .photo-essay figure div#slides .slide-info h2 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  .photo-essay figure div#slides .slide-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .photo-essay figure div#slides a.slidesjs-navigation {
    font-size: 45px;
    line-height: 90px;
    width: 70px;
    height: 100px;
    top: 31%;
  }
  .photo-essay figure div#slides a.slidesjs-navigation i {
    padding: 0 22px;
  }
  .article-wide figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 546px;
  }
  .article-wide figure div#slides .slide-info {
    margin: 0 20px;
  }
  .article-wide figure div#slides .slide-info h2 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  .article-wide figure div#slides .slide-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .article-wide figure div#slides a.slidesjs-navigation {
    font-size: 45px;
    line-height: 90px;
    width: 70px;
    height: 100px;
    top: 46%;
  }
  .article-wide figure div#slides a.slidesjs-navigation i {
    padding: 0 22px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  .photo-essay figure div#slides .slidesjs-container {
    height: inherit !important;
  }
  .photo-essay figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 475px;
  }
  .photo-essay figure div#slides .slide-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .photo-essay figure div#slides a.slidesjs-navigation {
    top: 33%;
  }
  .article-wide figure div#slides .slidesjs-container .slidesjs-slide img {
    max-height: 658px;
  }
  .article-wide figure div#slides .slide-info p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
.home-slideshow div#slides {
  max-width: 770px;
  display: none;
  position: relative;
}
.home-slideshow div#slides .slidesjs-container {
  height: 450px !important;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide {
  text-align: center;
  background-color: #ffffff;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide div div figure {
  width: 100%;
  height: auto;
  margin: 0;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide div div figure img {
  height: 200px;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop {
  height: 200px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop .feature-center {
  display: inline-block;
  width: 100%;
  position: relative;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop .feature-center figure {
  margin: 0;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop .feature-center figure img {
  width: 100%;
  height: auto;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info {
  display: block;
  position: relative;
  height: auto;
  margin: 0 5px;
  margin-top: -25px;
  margin-bottom: 30px;
  padding: 30px;
  background: none;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #ec3723;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info h2 a {
  color: #000000;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info h2 a:hover {
  color: #1e165f;
  background-color: transparent;
  text-decoration: none;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info p {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info .byline {
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  margin: 0 0 25px;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info .byline div {
  margin: 0 4px;
}
.home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info .byline span {
  text-transform: uppercase;
  font: 13px 'Flama-Basic';
  color: #ec3723;
}
.home-slideshow div#slides a.slidesjs-navigation {
  font-size: 40px;
  line-height: 70px;
  position: absolute;
  display: none;
  width: 50px;
  height: 75px;
  z-index: 1000;
  top: 14%;
  margin-top: 3px;
  padding: 0 0 5px;
}
.home-slideshow div#slides a.slidesjs-navigation i {
  padding: 0 10px;
}
.home-slideshow div#slides a.slidesjs-previous {
  text-align: left;
}
.home-slideshow div#slides a.slidesjs-next {
  text-align: right;
  right: 0;
}
.home-slideshow div#slides a:link,
.home-slideshow div#slides a:visited {
  color: #ec3723;
}
.home-slideshow div#slides a:hover,
.home-slideshow div#slides a:active {
  color: #ffffff;
  background-color: rgba(236, 55, 35, 0.7);
  text-decoration: none;
}
.home-slideshow div#slides ul.slidesjs-pagination {
  margin: 6px 0 0;
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 250px;
  z-index: 1000;
}
.home-slideshow div#slides ul.slidesjs-pagination li {
  display: inline-block;
  margin: 0 4px;
}
.home-slideshow div#slides ul.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.home-slideshow div#slides ul.slidesjs-pagination li a.active,
.home-slideshow div#slides ul.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.home-slideshow div#slides ul.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
  background-color: transparent;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .home-slideshow div#slides .slidesjs-container {
    height: 450px !important;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide div div figure img {
    height: 312px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop {
    height: 312px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop .feature-center img {
    width: 100%;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info {
    margin: 0 20px;
    margin-top: -25px;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: url(../images/title-tip-in-bg.png) no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info h2 {
    font-size: 18px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info p {
    font-size: 13px;
    line-height: 17px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info .byline div:after {
    margin: 0 0 0 6px;
    content: "|";
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info .byline div:last-child:after {
    content: none;
  }
  .home-slideshow div#slides a.slidesjs-navigation {
    font-size: 40px;
    line-height: 70px;
    display: block;
    width: 50px;
    height: 75px;
    top: 25%;
  }
  .home-slideshow div#slides a.slidesjs-navigation i {
    padding: 0 10px;
  }
  .home-slideshow div#slides ul.slidesjs-pagination {
    bottom: 160px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-slideshow div#slides .slidesjs-container {
    height: 580px !important;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide div div figure img {
    height: 395px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop {
    height: 395px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info h2 {
    font-size: 25px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .home-slideshow div#slides a.slidesjs-navigation {
    font-size: 40px;
    line-height: 70px;
    width: 50px;
    height: 75px;
    top: 28%;
  }
  .home-slideshow div#slides a.slidesjs-navigation i {
    padding: 0 10px;
  }
  .home-slideshow div#slides ul.slidesjs-pagination {
    bottom: 210px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  .home-slideshow div#slides .slidesjs-container {
    height: 645px !important;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide div div figure img {
    height: 477px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .feature-crop {
    height: 477px;
  }
  .home-slideshow div#slides .slidesjs-container .slidesjs-slide .slide-info {
    background: url(../images/title-tip-in-bg.png) no-repeat top center;
  }
  .home-slideshow div#slides a.slidesjs-navigation {
    font-size: 45px;
    line-height: 90px;
    width: 70px;
    height: 100px;
    top: 30%;
  }
  .home-slideshow div#slides a.slidesjs-navigation i {
    padding: 0 22px;
  }
  .home-slideshow div#slides ul.slidesjs-pagination {
    bottom: 195px;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
section.search header {
  padding: 10px 20px;
  border-bottom: 1px solid #f0ede4;
  margin-bottom: 20px;
}
section.search header .search-title {
  margin-top: 0;
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
}
section.search header .search-title span {
  color: #1e165f;
  font-family: 'Flama-Basic';
  font-size: 22px;
}
section.search .feature-excerpt .excerpt-small {
  overflow: hidden;
  height: auto;
}
section.search .feature-excerpt .excerpt-small aside {
  position: static;
  display: inline-block;
  text-transform: uppercase;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}
section.search .feature-excerpt .excerpt-small aside.blue-tag {
  background-color: #1e165f;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section.search .feature-excerpt .excerpt-small {
    height: 190px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.search .feature-excerpt .excerpt-small {
    height: 180px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1442px) {
  section.search .feature-excerpt .excerpt-small {
    height: 200px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  header {
    height: 30px;
  }
  article h1.entry-title {
    font-size: 30px;
    margin: 0;
  }
  article header {
    height: auto;
  }
  article header .dek {
    font-size: 15px;
    margin: 0;
  }
  article header nav.nav-bar.visible-xs {
    display: none;
  }
  article header .header nav div a .navbar-brand {
    display: block;
  }
  article .right-col,
  article .sharing,
  article .tags,
  article .print-save,
  article .stars-outer,
  article footer {
    display: none;
  }
  article .recipe-detail .bordered-wrapper {
    border: 0;
  }
  article .recipe-detail .bordered-wrapper .bordered-box {
    border: 0;
  }
  article .recipe-detail .bordered-wrapper .bordered-box .save-recipe ol li {
    margin: 0 0 0 26px;
  }
  article .landscape .header-left,
  article .portrait .header-left {
    padding: 0;
    float: left;
    width: 33%;
  }
  article .landscape .header-left figure,
  article .portrait .header-left figure {
    margin: 0 20px;
  }
  #header_menu_btn_search,
  #header_menu_btn_main,
  footer {
    display: none;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
.page-template-template-basic-page-php section.entry-content {
  padding: 0;
}
.page-template-template-basic-page-php section.entry-content p,
.page-template-template-basic-page-php section.entry-content p#form_success {
  color: #555555;
}
.page-template-template-basic-page-php section.entry-content p:first-child:first-letter,
.page-template-template-basic-page-php section.entry-content p#form_success:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.page-template-template-basic-page-php section.entry-content p:last-child:after,
.page-template-template-basic-page-php section.entry-content p#form_success:last-child:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 0;
  display: none;
  background: none;
}
.page-template-template-basic-page-php section.entry-content p#form_success {
  text-align: center;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container {
  text-align: left;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset {
  border: 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Flama-Basic';
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset div.vfb-legend {
  display: none;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item a {
  color: #ec3723;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item label {
  color: #666;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item label.vfb-desc {
  color: #000000;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item div span[class*="vfb-"] {
  margin-top: 10px;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item div span[class*="vfb-"] select {
  font-size: 16px;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item input[type="text"],
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item input[type="email"] {
  display: block;
  background: white;
  border: none;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  height: 25px;
  padding: 2px 5px;
  margin: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) inset;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.page-template-template-basic-page-php section.entry-content div.visual-form-builder-container form.visual-form-builder fieldset.vfb-fieldset ul.vfb-section li.vfb-item input[type="submit"] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ec3723;
  color: #ffffff;
  border: 0;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
form#cpss-form-100 h3 {
  font-family: 'Flama-Basic';
}
form#cpss-form-100 input,
form#cpss-form-100 textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
}
form#cpss-form-100 label {
  font-family: 'Flama-Basic';
}
.cpss_submit {
  background-color: #ec3723;
  border: 0 none;
  font-family: 'Flama-Basic';
}
#signup.poppable {
  background: #fff;
  margin: 40px auto;
  max-width: 90%;
  position: relative;
  text-align: left;
}
#signup.poppable .form-wrapper {
  border: 1px solid #d9d1bc;
}
#signup.poppable .form-wrapper.outer {
  margin: 6px;
  padding: 6px;
}
#signup.poppable .form-wrapper.inner {
  padding: 15px;
}
#signup.poppable .form-wrapper figure {
  display: none;
}
#signup.poppable .form-wrapper #subscribe-form {
  position: relative;
  padding: 0 10px;
  max-height: 90%;
}
#signup.poppable .form-wrapper #subscribe-form h2 {
  background-color: #ec3723;
  color: #fff;
  display: table;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 22px;
  padding: 15px 12px;
  text-transform: uppercase;
}
#signup.poppable .form-wrapper #subscribe-form .description {
  font-size: 20px;
  margin-bottom: 22px;
}
#signup.poppable .form-wrapper #subscribe-form label {
  margin-bottom: 20px;
}
#signup.poppable .form-wrapper #subscribe-form input[type='email'],
#signup.poppable .form-wrapper #subscribe-form input[type='text'] {
  height: 32px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#signup.poppable .form-wrapper #subscribe-form .field-group {
  margin-bottom: 15px;
}
#signup.poppable .form-wrapper #subscribe-form .indicates-required {
  float: right;
  margin-top: 5px;
}
#signup.poppable .form-wrapper #subscribe-form input.button {
  background-color: #aaa;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  margin: 10px auto 0;
  padding: 5px 20px;
}
#signup.poppable .form-wrapper .confirmation {
  position: absolute;
  top: 42%;
  left: 42%;
  opacity: 0;
  max-width: 38%;
  z-index: -1;
}
#signup.poppable button.mfp-close {
  margin: 15px;
}
#signup.poppable span.asterisk {
  color: #ec3723;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #signup.poppable {
    max-width: 890px;
  }
  #signup.poppable .form-wrapper {
    border: 1px solid #d9d1bc;
  }
  #signup.poppable .form-wrapper figure {
    display: block;
    float: left;
    width: 38%;
  }
  #signup.poppable .form-wrapper #subscribe-form {
    float: left;
    padding: 0 30px;
    width: 62%;
  }
  #signup.poppable .form-wrapper #subscribe-form h2 {
    font-size: 20px;
  }
  #signup.poppable .form-wrapper #subscribe-form .description {
    width: 95%;
  }
  #signup.poppable .form-wrapper #subscribe-form .indicates-required {
    float: right;
  }
}
.venue-article .sidebar-related.similar-recipe {
  text-align: center;
}
.venue-article .sidebar-related.similar-recipe .center-excerpt {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.venue-article .sidebar-related.similar-recipe .clearfix {
  border: none;
  padding: 0;
}
.venue-article .sidebar-related.similar-recipe .more {
  margin-top: 0;
}
.venue-article .section-title {
  font-size: 17px;
  margin: 30px 4px 20px;
}
.venue-article .feature-excerpt {
  border: none;
}
.venue-article .feature-excerpt.not-first {
  margin-top: -30px;
}
.venue-article .feature-excerpt .excerpt-small figure {
  margin: 0 0 20px;
}
.venue-article .feature-excerpt .entry-title {
  padding-top: 10px;
}
.venue-article .feature-excerpt img {
  width: 100%;
}
.venue-article .venue-info {
  margin-bottom: 10px;
}
.venue-article .venue-info > div {
  padding: 15px 18px 0;
}
.venue-article .venue-info [class*='-modules'] {
  width: 100%;
}
.venue-article .venue-info .left-modules {
  padding-right: 20px;
}
.venue-article .venue-info .module {
  color: #555;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  margin-bottom: 20px;
}
.venue-article .venue-info .module h5 {
  margin-bottom: 4px;
}
.venue-article .venue-info .module a {
  color: #ec3723;
}
.venue-article .venue-info .module a:hover {
  color: black;
  text-decoration: none;
}
.venue-article .venue-info .module a.neighborhood {
  display: block;
  color: #555;
}
.venue-article .venue-info .module a.neighborhood:hover {
  color: #ec3723;
  text-decoration: none;
}
.venue-article .venue-info .module ul {
  padding-left: 0;
  list-style: none;
}
.venue-article .venue-info .module ul li:before {
  content: "•";
  padding: 0 5px;
}
.venue-article .content-wrapper {
  margin: 32px 0 30px;
}
.venue-article .content-wrapper .entry-content {
  margin: 0;
}
.venue-article .content-item {
  width: 100%;
  float: left;
  margin: 8px 30px 20px 0;
}
.venue-article .content-item > span {
  color: #999895;
  font-family: 'Flama-Basic';
  font-style: italic;
  font-size: 12px;
  padding-left: 10px;
}
.venue-article .content-item > span a {
  color: #999895;
  font-style: normal;
}
.venue-article .content-item > span a:hover {
  color: #ec3723;
  text-decoration: none;
}
.venue-article .content-item figure {
  margin: 0;
}
.venue-article .content-item figure img {
  width: 100%;
}
.venue-article .content-item h5 {
  font-size: 13px;
}
.venue-article .sharing {
  border: none;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.venue-article .info-box {
  background-color: #f5f3ed;
  width: 100%;
  margin-top: 10px;
  padding: 20px 24px 18px;
  text-align: center;
}
.venue-article .info-box h5 {
  border: none;
  margin-bottom: 0;
  display: block;
}
.venue-article .info-box .contact {
  margin-top: 10px;
}
.venue-article .info-box .contact a {
  padding: 0;
  font-size: 14px;
  color: #1e165f;
  font-family: 'Flama-Basic';
}
.venue-article .info-box .contact span {
  padding: 0 5px;
}
.venue-article .entry-title {
  font-size: 35px;
}
.venue-article .sidebar-related.similar-recipe > div {
  padding-bottom: 0;
  border-bottom: 0 none;
  text-align: center;
}
.venue-article .article-footer {
  margin-top: 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .venue-article .venue-info [class*='-modules'] {
    float: left;
    width: 50%;
  }
  .venue-article .content-item {
    width: 44%;
  }
  .venue-article .sharing .punch-share ul li.story-share {
    margin-bottom: 17px;
    float: none;
  }
  .venue-article .info-box {
    text-align: left;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .venue-article .sharing .punch-share ul li.story-share {
    float: left;
    margin-bottom: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
/**
 * Individual City Landing page styling
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.city-guides-article header h1 {
  position: absolute;
  text-indent: -99999px;
}
.city-guides-article .entry-content {
  margin-bottom: 0;
  margin-top: 0;
}
.city-guides-article .read-more {
  margin-top: 20px;
}
.city-guides-article .read-more.read-more-js {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: relative;
}
.city-guides-article .read-more.read-more-js .fog {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28%, rgba(255, 255, 255, 0.28)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.city-guides-article .read-more.read-more-js.more-text .fog {
  bottom: -300px;
}
.city-guides-article .read-more-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #ec3723;
  font-family: 'Flama-Basic';
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.city-guides-article .read-more-btn .line {
  width: 100%;
  height: 1px;
  background: #ebe7db;
  position: relative;
  top: 14px;
  z-index: 2;
}
.city-guides-article .read-more-btn:after {
  z-index: 4;
  padding: 0 10px;
  background: white;
  font-size: 18px;
  position: relative;
  content: 'Read More';
}
.city-guides-article .read-more-btn .less {
  margin-top: 22px;
}
.city-guides-article .read-more-btn .less:after {
  z-index: 4;
  padding: 0 10px;
  background: white;
  position: relative;
  content: 'Read Less';
}
.city-guides-article .feature-excerpt {
  border-bottom: 0;
}
.city-guides-article .feature-excerpt.not-first {
  margin-top: -30px;
}
.city-guides-article .related-article {
  margin: 30px 0;
  padding: 25px;
  background-color: #f5f3ed;
}
.city-guides-article .related-article .left-block,
.city-guides-article .related-article .right-block {
  margin-bottom: 20px;
}
.city-guides-article .related-article .left-block {
  padding-right: 10px;
}
.city-guides-article .related-article .left-block h4 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 20px;
}
.city-guides-article .related-article .left-block h4 a {
  color: black;
}
.city-guides-article .related-article .left-block h4 a:hover {
  text-decoration: none;
  color: #ec3723;
}
.city-guides-article .related-article .left-block p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
}
.city-guides-article .related-article .right-block {
  display: none;
}
.city-guides-article .related-article .more-list {
  padding-top: 25px;
  border-top: 1px solid #ebe7db;
}
.city-guides-article .related-article .more-list h5 {
  font-size: 14px;
  border: 0;
}
.city-guides-article .related-article .more-list ul {
  margin: 0;
  padding: 4px 0;
}
.city-guides-article .related-article .more-list ul li {
  font-family: 'Flama-Medium';
  list-style-type: none;
  padding: 4px 0;
}
.city-guides-article .related-article .more-list ul li a {
  font-size: 15px;
  color: black;
}
.city-guides-article .sidebar-related.similar-recipe > div {
  padding-bottom: 0;
  border-bottom: 0 none;
  text-align: center;
}
@media (min-width: 768px) {
  .city-guides-article .feature-excerpt {
    border-bottom: 0;
  }
  .city-guides-article .feature-excerpt .excerpt-small {
    float: left;
    width: 50%;
  }
  .city-guides-article .feature-excerpt .excerpt-small.odd {
    padding-right: 21px;
  }
  .city-guides-article .feature-excerpt .excerpt-small.even {
    padding-left: 21px;
  }
  .city-guides-article .feature-excerpt .excerpt-small .entry-title {
    margin-top: 10px;
  }
  .city-guides-article .related-article .left-block,
  .city-guides-article .related-article .right-block {
    width: 50%;
    float: left;
  }
  .city-guides-article .related-article .right-block {
    display: block;
  }
  .city-guides-article .related-article .right-block .img-contain {
    margin-top: 45px;
  }
  .city-guides-article .related-article .right-block .img-contain img {
    width: 100%;
  }
}
/**
 * List page styling
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.list_wrapper {
  font-size: 17px;
  line-height: 22px;
}
.list_wrapper ul {
  list-style: none;
}
.list_wrapper .list_divider {
  position: relative;
  height: 27px;
}
.list_wrapper .list_divider .list_number_wrapper {
  position: absolute;
  background-color: white;
  height: 27px;
  width: 43px;
  z-index: 1;
}
.list_wrapper .list_divider .list_number_wrapper .list_number {
  background-color: #ec3723;
  color: white;
  display: inline-block;
  font-family: 'Flama-Basic';
  font-size: 16px;
  height: 27px;
  line-height: 26px;
  margin-right: 16px;
  text-align: center;
  width: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_wrapper .list_divider .divider_rules {
  border-top: 1px solid #d9d1bc;
  border-bottom: 1px solid #d9d1bc;
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 0;
}
.list_wrapper h3 a {
  color: black;
  font-family: 'Flama-Basic';
  font-size: 26px;
  margin: 10px 0 23px;
}
.list_wrapper h3 a:hover {
  color: #1e165f;
  text-decoration: none;
}
.list_wrapper .list_content:before,
.list_wrapper .list_content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list_wrapper .list_content:after {
  clear: both;
}
.list_wrapper .list_content:before,
.list_wrapper .list_content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list_wrapper .list_content:after {
  clear: both;
}
.list_wrapper .list_content .list_excerpt {
  float: left;
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
}
.list_wrapper .list_content .list_excerpt .fog_wrapper {
  position: relative;
}
.list_wrapper .list_content .list_excerpt .fog_wrapper p:first-child:first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.list_wrapper .list_content .list_excerpt .fog_wrapper .fog {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 95%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 95%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 95%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 95%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 95%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.list_wrapper .list_content .list_excerpt a {
  color: #ec3723;
  font-family: 'Flama-Basic';
  font-size: 14px;
}
.list_wrapper .list_content .known_for_field {
  float: left;
}
.list_wrapper .list_content .known_for_field h4 {
  border-bottom: 2px solid #1e165f;
  color: #1e165f;
  display: inline-block;
  margin: 0 0 6px;
  padding-bottom: 6px;
}
.list_wrapper .list_content .known_for_field ul {
  padding-left: 5px;
  margin-bottom: 45px;
}
.list_wrapper .list_content .known_for_field ul li:before {
  content: '• ';
}
@media (min-width: 768px) {
  .list_wrapper .list_content .list_excerpt {
    margin-right: 30px;
    width: 62.5%;
  }
}
#main.city-guide-archive article .advanced-search-object {
  display: none;
  position: relative;
}
.page-template #main.city-guide-archive article .advanced-search-object {
  margin: 0;
}
#main.city-guide-archive article .advanced-search-object .chevron {
  position: absolute;
  top: 30px;
  left: -18px;
  text-align: center;
  height: 10px;
  margin-bottom: -10px;
  width: 70px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main.city-guide-archive article .advanced-search-object .chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 50%;
  background: red;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skewX(0deg) skewY(-45deg);
  transform: skew(0deg, -45deg);
}
#main.city-guide-archive article .advanced-search-object .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background: red;
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skewX(0deg) skewY(45deg);
  transform: skew(0deg, 45deg);
}
#main.city-guide-archive article .advanced-search-object .chevron-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid white;
  z-index: 0;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar {
  font-size: 14px;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar > div {
  padding: 10px 15px 5px;
  margin-left: 25px;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar a {
  font-size: 16px;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .results {
  margin-bottom: 0;
  font-size: 15px;
  padding-top: 16px;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div {
  width: auto;
  border: 0;
  padding-right: 0;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div > span {
  font-style: italic;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div ul.cat-filter {
  display: inline-block;
  margin: -2px 0 0;
  vertical-align: top;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div ul.cat-filter li:first-child {
  margin-left: 0;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div ul.cat-filter a {
  color: #1e165f;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div ul.cat-filter a:hover,
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .lists-div ul.cat-filter a.current {
  color: #ec3723;
  border: 0;
  text-decoration: underline;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .region-wrapper {
  float: left;
  text-align: left;
  padding-right: 10px;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar .region-wrapper > span {
  font-style: italic;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar form {
  display: inline-block;
  margin-top: -9px;
  vertical-align: top;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar form ul li {
  border: 0;
  padding: 0;
  margin: 0;
}
#main.city-guide-archive article .advanced-search-object .advanced-search-bar form ul li a:hover,
#main.city-guide-archive article .advanced-search-object .advanced-search-bar form ul li a.current {
  border: 0;
}
#main.city-guide-archive article .feature-excerpt {
  border-bottom-width: 0px;
}
#main.city-guide-archive article .feature-excerpt.not-first {
  margin-top: -30px;
}
#main.city-guide-archive article .feature-excerpt.last-child {
  border-bottom-width: 1px;
}
#main.city-guide-archive article .feature-excerpt .entry-title {
  margin-top: 20px;
}
#main.city-guide-archive article .feature-excerpt .top-lists {
  background-color: #f5f3ed;
  padding: 10px;
  text-align: center;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol {
  counter-reset: li;
  margin: 24px 0 20px;
  padding-left: 0;
  text-align: left;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li {
  border-bottom: 1px solid white;
  font-family: 'Flama-Basic';
  font-size: 20px;
  list-style: none;
  margin: 0 0 10px 16px;
  position: relative;
  padding: 0 0 4px 4px;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  margin-top: 7px;
  left: -16px;
  width: 15px;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  background-color: #ec3723;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li a {
  color: black;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li a:hover {
  color: #1e165f;
  text-decoration: none;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li div {
  font-family: 'Flama-Basic';
  font-size: 13px;
}
#main.city-guide-archive article .feature-excerpt .top-lists ol li div .updated {
  color: #ec3723;
  margin-right: 6px;
}
#main.city-guide-archive article .featured-sidebar-list,
#main.city-guide-archive article .featured-recipe {
  margin: 30px 0;
  padding: 25px;
  background-color: #f5f3ed;
}
#main.city-guide-archive article .featured-sidebar-list > div,
#main.city-guide-archive article .featured-recipe > div {
  padding: 0 10px;
}
#main.city-guide-archive article .featured-sidebar-list > div figure,
#main.city-guide-archive article .featured-recipe > div figure {
  width: 100%;
  margin-top: 0;
}
#main.city-guide-archive article .featured-sidebar-list > div figure img,
#main.city-guide-archive article .featured-recipe > div figure img {
  padding: 0 10px 0 0;
}
#main.city-guide-archive article .featured-sidebar-list > div h4,
#main.city-guide-archive article .featured-recipe > div h4 {
  margin-bottom: 10px;
}
#main.city-guide-archive article .featured-sidebar-list h4 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #main.city-guide-archive article .advanced-search-object {
    display: block;
  }
}
@media (min-width: 992px) {
  #main.city-guide-archive article .advanced-search-object .chevron {
    top: 21px;
    left: -13px;
    width: 52px;
  }
  #main.city-guide-archive article .advanced-search-object .chevron-bg {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid white;
  }
  #main.city-guide-archive article .advanced-search-object .advanced-search-bar > div {
    padding: 20px 20px 11px;
  }
  #main.city-guide-archive article .advanced-search-object .advanced-search-bar a,
  #main.city-guide-archive article .advanced-search-object .advanced-search-bar .selectboxit-container .selectboxit {
    font-size: 14px;
  }
  #main.city-guide-archive article .advanced-search-object .advanced-search-bar .region-wrapper {
    float: right;
    text-align: center;
    margin-left: 0;
  }
  #main.city-guide-archive article .feature-excerpt .excerpt-small {
    height: 460px;
  }
  #main.city-guide-archive article .feature-excerpt .top-lists {
    padding: 25px 55px 20px;
  }
  #main.city-guide-archive article .feature-excerpt .top-lists ol li {
    font-size: 20px;
    margin: 0 0 10px 35px;
  }
  #main.city-guide-archive article .feature-excerpt .top-lists ol li:before {
    font-size: 14px;
    height: 26px;
    left: -35px;
    line-height: 16px;
    margin-top: 12px;
    padding-top: 5px;
    width: 26px;
  }
  #main.city-guide-archive article .featured-sidebar-list > div figure,
  #main.city-guide-archive article .featured-recipe > div figure {
    margin-top: 5px;
  }
  #main.city-guide-archive article .featured-sidebar-list > div figure img,
  #main.city-guide-archive article .featured-recipe > div figure img {
    margin: 10px 0 20px;
    padding: 0;
  }
}
@media (min-width: 1442px) {
  #main.city-guide-archive article .feature-excerpt .excerpt-small {
    height: 520px;
  }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.map.pd_locations {
  height: 175px;
  display: block;
  position: relative;
  background-color: grey;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map.pd_locations img {
  max-width: none;
}
.map.pd_locations.maximum {
  height: 400px;
  margin-bottom: 20px;
}
.map.pd_locations.maximum .canvas {
  height: 400px;
}
.map.pd_locations.maximum .map_toggle .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 3px;
  margin-right: 5px;
}
.map.pd_locations .canvas {
  margin: 0;
  height: 175px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map.pd_locations .canvas img {
  max-width: none;
}
#map_tooltip {
  background: #fff;
  padding: 3px 10px 3px 6px;
  margin: 0;
  display: none;
  position: absolute;
  width: 240px;
  font-family: 'Flama-Basic';
  font-size: 14px;
  line-height: 1.0em;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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);
}
#map_tooltip a {
  color: #ec3723;
}
#map_tooltip .title {
  position: absolute;
  font-weight: bold;
  top: 7px;
  left: 95px;
  margin: 2px 0 4px 0;
  width: 140px;
}
#map_tooltip .known_for {
  color: #999;
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  top: 20px;
  left: 95px;
  margin: 10px 0 0;
  width: 140px;
}
#map_tooltip img {
  width: 80px;
  height: 80px;
  margin: 0;
}
#map_tooltip .pointer {
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  left: 50%;
}
#map_tooltip .pointer[data-orientation="above"] {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
#map_tooltip .pointer[data-orientation="below"] {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 768px) {
  .map.pd_locations.maximum {
    height: 600px;
  }
  .map.pd_locations.maximum .canvas {
    height: 600px;
  }
}
/*
 * File: load-indicator.less
 *
 *  	The '.load-indicator' element is used for detecting if ins.css has loaded.
 *
 * 		In addition, JS uses the properties to detect the current size
 * 		of the user's display and in which breakpoint it falls into.
 *
 * 		See the JavaScript module '/themes/ins/js/ins/displaydetect.js' for more.
 *
 * 		'.load-indicator' has a total of 5 states:
 *			+ CSS not loaded                             (display = inline)
 *			+ CSS loaded                                 (display = block)
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Variables */
/* See 'global.less' for breakpoint declarations. */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.css-load-indicator {
  display: block;
}
/* Phone */
.css-load-indicator {
  width: 480px;
}
/* Tablet */
@media (min-width: 768px) {
  .css-load-indicator {
    width: 768px;
  }
}
/* Narrow desktop - 1025px up */
@media (min-width: 992px) {
  .css-load-indicator {
    width: 992px;
  }
}
/* Wide desktop */
@media (min-width: 1442px) {
  .css-load-indicator {
    width: 1442px;
  }
}
/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: auto;
  /* Width of the dropdown button */
  min-width: 100px;
  background: transparent;
  border: 0;
  font-family: 'Flama-Basic';
  font-size: inherit;
  color: #1e165f;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  text-transform: uppercase;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 32px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  text-decoration: none;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #ec3723;
  background-color: #ffffff;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #1e165f;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #1e165f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ec3723;
}
.selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor {
  color: #999999;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
li.selectboxit-option {
  float: none !important;
  text-align: left;
}
a.selectboxit-option-anchor {
  font-size: 11px !important;
}
/**
 * Subscribe page styling
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.subscribe-page.entry-content {
  margin-top: 0;
}
.subscribe-page ul {
  padding-left: 30px;
}
.subscribe-page .subscribe-content {
  margin: 25px 0 25px;
  position: relative;
}
.subscribe-page .subscribe-content p.title {
  font-size: 18px;
  color: #1e165f;
  font-weight: 500;
  font-family: 'Flama-Basic';
}
.subscribe-page .subscribe-content .input-contain {
  font: 17px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  border: 1px solid #ebe7db;
  padding: 4px;
}
.subscribe-page .subscribe-content .clearfix {
  margin-top: 10px;
}
.subscribe-page .subscribe-content .required-info {
  float: right;
  margin-top: 30px;
}
.subscribe-page .subscribe-content .required:after {
  color: #ec3723;
  content: ' *';
}
.subscribe-page .subscribe-content input.sub-field {
  font: 17px Georgia, "Times New Roman", Times, serif;
  color: #999999;
  border: none;
  padding: 4px;
  width: 80%;
  display: block;
}
.subscribe-page .subscribe-content input:focus {
  border-color: transparent;
  box-shadow: 0 none;
  outline: 0 none;
}
.subscribe-page .subscribe-content input p {
  padding: 4px 6px 0;
  text-transform: lowercase;
}
.subscribe-page .subscribe-content input.sub-btn {
  border: none;
  padding: 6px;
  background: #ec3723;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
.subscribe-page .subscribe-content .info {
  border: none;
  margin-top: 10px;
}
.subscribe-page .subscribe-content .loader {
  width: 30px;
  display: none;
  top: -2px;
  position: relative;
}
.subscribe-page .subscribe-content .loader.display {
  display: inline-block;
}
.subscribe-page .subscribe-content .loader img {
  width: 100%;
  height: auto;
}
.subscribe-page .subscribe-content .confirmation {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 40px;
}
.subscribe-page .subscribe-content .confirmation p:first-child:first-letter {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.subscribe-page.entry-content p:first-child:first-letter {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
