/*
* Bootstrap, parent theme styles, child theme styles
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #d8d8d8;
}
a.text-primary:hover {
  color: #bfbfbf;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #d8d8d8;
}
a.bg-primary:hover {
  background-color: #bfbfbf;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

.table > 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;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 1px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@media (min-width: 1px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 1px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  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;
  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);
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary {
  color: #fff;
  background-color: #d8d8d8;
  border-color: #cbcbcb;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bfbfbf;
  border-color: #adadad;
}
.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: #d8d8d8;
  border-color: #cbcbcb;
}
.btn-primary .badge {
  color: #d8d8d8;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d8d8d8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: 0;
}
.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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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 > .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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
   box-shadow: none;
}
.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #000;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #d8d8d8;
}
.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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 1px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 9px 20px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 0px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -20px;
  }
}
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 1px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -20px;
  }
}
.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-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d8d8d8;
  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: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 0px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d8d8d8;
    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: #000;
}
.navbar-default .navbar-link:hover {
  color: #d8d8d8;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #d8d8d8;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #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: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 0px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
@media (min-width: 1px) {
  .navbar-nav .dropdown.dropdown-hover:hover .dropdown-menu {
    display: block;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  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: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 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;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  color: #000;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.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: 14px;
}
.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: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #d8d8d8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bfbfbf;
}
.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: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #d8d8d8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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: #fff;
  border: 1px solid #ddd;
}
.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;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #fff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 16px;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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='#00000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: 1px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.social-holder.sticky-header .social-icons:before,
.social-holder.sticky-header .social-icons:after,
.left-col .link-exchanges .row:before,
.left-col .link-exchanges .row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.social-holder.sticky-header .social-icons:after,
.left-col .link-exchanges .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 0px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
All Theme Files
*/
/*
*   Creates styled search thing like on CB, Frisky
*/
/*
*   Creates styled social icons like on CB, Frisky
*/
.ad_desktop,
.ad_fullscreen {
  display: block;
  text-align: center;
}
.ad_desktop.leaderboard,
.ad_fullscreen.leaderboard {
  max-width: 1000px;
}
.sidebar .sm-widget-ad-holder {
  position: relative;
}
.sidebar .sm-widget-ad {
  position: relative;
}
.sidebar .sm-widget-ad .ad_desktop {
  width: 300px;
}
.ad_desktop[data-out-of-page="true"],
.ad_mobile[data-out-of-page="true"],
#ad_native_instream,
#ad_native_rightrail {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  width: 100%;
  height: 1px;
}
#ad_native_instream,
#ad_native_rightrail {
  top: auto;
  bottom: 0px;
  line-height: 0;
}
/*
*   Above menu ad
*/
body.sticky-top-ad .ad-container .leaderboard_top-holder {
  background: #f8f8f8;
}
/*
*   Fix for iPad weirdness, make room for scrolling social icons
*/
body {
  min-width: 1036px;
}
body {
  padding-top: 72px;
}
body.no-scroll {
  overflow: hidden;
}
h2 {
  line-height: 38px;
}
img {
  max-width: 100%;
}
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.left-col,
.sidebar {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .left-col {
    width: 660px;
  }
}
@media (min-width: 1px) {
  .sidebar {
    width: 340px;
  }
}
.sidebar h3.title {
  display: none;
}
.fixed {
  position: fixed !important;
}
.main-container {
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}
.container.ad-container {
  padding: 0;
}
.container.carousel-container {
  padding-top: 15px;
}
body.home .container.ad-container,
.container.carousel-container {
  background-color: #fff;
}
/** Wordpress Styles **/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
* Common feed styles
*/
.feed .image-holder .photoembed .img-wrap,
.feed .image-holder .featured-gallery-holder .img-wrap,
.feed .image-holder .generic .img-wrap,
.feed .image-holder .videoembed .img-wrap,
.feed .image-holder .photoembed .video-img,
.feed .image-holder .featured-gallery-holder .video-img,
.feed .image-holder .generic .video-img,
.feed .image-holder .videoembed .video-img {
  background: #eee;
}
.feed .image-holder .photoembed img,
.feed .image-holder .featured-gallery-holder img,
.feed .image-holder .generic img,
.feed .image-holder .videoembed img {
  display: block;
  margin: 0 auto;
  max-height: 415px;
}
.feed .author {
  font-size: 11px;
}
.feed .author a {
  font-weight: bold;
}
.feed .post .credit {
  display: none;
}
/*
* Large image feed styles
*/
.feed-large-image .preview {
  font-size: 15px;
  line-height: 24px;
}
.feed-large-image .image-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.feed-large-image .image-holder .photoembed-square {
  float: left;
  width: 420px;
}
.feed-large-image .image-holder .mainembed.articleembed .title {
  position: inherit;
  border: none;
  white-space: inherit;
  padding: 0;
}
/*
* Split image feed common styles
*/
.feed-split-image .post .image-holder {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .feed-split-image .post .image-holder {
    float: left;
    width: 41.66666667%;
  }
}
.feed-split-image .post .preview-holder {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .feed-split-image .post .preview-holder {
    float: left;
    width: 58.33333333%;
  }
}
.sidebar {
  /*
    *   Common sidebar styles
    */
  /*
    * Sidebar tile feed
    */
  /*
    * Sidebar large image feed styles
    */
  /*
    * Sidebar split image feed
    */
  /*
    * Widget Agreggator
    */
  /*
     *  Feed Aggregator Styles
    */
  /*
     *  Campaign Monitor Styles
    */
}
.sidebar .sidebar-module,
.sidebar .sm-widget {
  padding-bottom: 20px;
}
.sidebar .feed-tile .posts {
  margin-left: -10px;
  margin-right: -10px;
}
.sidebar .feed-tile .post {
  float: left;
  padding: 0 10px 10px;
  width: 50%;
}
.sidebar .feed-tile .post .preview-holder {
  display: none;
}
.sidebar .feed-large-image h2 {
  font-size: 18px;
  line-height: 24px;
}
.sidebar .feed-large-image .author,
.sidebar .feed-large-image .preview,
.sidebar .feed-large-image .tags,
.sidebar .feed-large-image .comments {
  display: none;
}
.sidebar .feed-split-image .row {
  margin-bottom: 14px;
}
.sidebar .feed-split-image .post .image-holder {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .sidebar .feed-split-image .post .image-holder {
    float: left;
    width: 50%;
  }
}
.sidebar .feed-split-image .post .preview-holder {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .sidebar .feed-split-image .post .preview-holder {
    float: left;
    width: 50%;
  }
}
.sidebar .feed-split-image .post .preview-holder h3 {
  font-size: 17px;
}
@media (min-width: 1px) {
  .sidebar .feed-split-image .post .preview-holder h3 {
    height: 5.6em;
    line-height: 1.4em;
    overflow: hidden;
  }
}
.sidebar .feed-split-image .post .preview-holder .author {
  display: none;
}
.sidebar .feed-split-image .post .preview-holder .author,
.sidebar .feed-split-image .post .preview-holder .preview {
  display: none;
}
.sidebar .sm-widget-tabs {
  position: relative;
  clear: both;
  margin: 25px 0;
}
.sidebar .sm-widget-tabs .tab-titles {
  height: 40px;
}
.sidebar .sm-widget-tabs .tab-titles .tab-title {
  background: #f8f8f8;
  padding: 5px;
  font-size: 20px;
  border: 1px solid #000;
  margin-left: -1px;
  float: left;
}
.sidebar .sm-widget-tabs .tab-titles .tab-title:hover,
.sidebar .sm-widget-tabs .tab-titles .tab-title.active {
  background: #e7e7e7;
}
.sidebar .rss-feed-aggregator.feed-split-image .post .preview-holder h3 {
  height: auto;
  margin-bottom: 5px;
}
.sidebar .rss-feed-aggregator.feed-split-image .post .preview-holder .author {
  display: block;
}
.sidebar .rss-feed-aggregator.feed-split-image .post .preview-holder .author a {
  color: #000;
}
.sidebar .sm-widget-campaign-monitor {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  margin: 20px 0px 31px;
}
.sidebar .sm-widget-campaign-monitor label {
  font-size: 17px;
  line-height: 15px;
}
.sidebar .sm-widget-campaign-monitor .error {
  color: red;
  margin-top: 10px;
}
.sidebar .sm-widget-campaign-monitor .success {
  margin-bottom: 10px;
  font-weight: bold;
}
.left-col {
  /**
     * Left col ad
     */
  /*
    *   Left Col tile layout
    */
  /*
    * Left col split image styles
    */
  /*
    * Left col large image styles
    */
}
.left-col .in_feed_ad {
  border-bottom: none !important;
}
.left-col .in_feed_ad .ad_desktop {
  padding: 40px 0;
  background: #eee;
  margin-bottom: 30px;
}
.left-col .feed-tile .post {
  float: left;
  padding: 0 10px 10px;
  width: 25%;
}
.left-col .feed-split-image .post {
  margin-bottom: 30px;
}
.left-col .feed-split-image .post .preview-holder h3 {
  margin-bottom: 5px;
}
@media (min-width: 1px) {
  .left-col .feed-split-image .post .preview-holder h3 {
    line-height: 1.4em;
    overflow: hidden;
  }
}
@media (min-width: 1px) {
  .left-col .feed-split-image .post .preview-holder .preview {
    line-height: 1.4em;
    overflow: hidden;
  }
}
.left-col .feed-large-image .tags {
  float: left;
  width: 70%;
}
.left-col .feed-large-image .comments {
  margin-top: -4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica", Arial, sans-serif;
  display: block;
  float: right;
  width: 25%;
  text-align: right;
}
.left-col .feed-large-image .comments a {
  text-transform: capitalize;
  color: #000;
  margin-top: -2px;
}
.left-col .feed-large-image .comments a:hover > span {
  text-decoration: none;
}
.left-col .feed-large-image .comments a .article-comment-bubble:before {
  font-family: sm-icons;
  content: "\f0e5";
  padding-left: 5px;
}
.left-col .feed-large-image .preview .read-more,
.left-col .feed-large-image .preview a {
  color: #000;
}
.left-col .feed-large-image .preview .read-more:hover,
.left-col .feed-large-image .preview a:hover {
  color: #000;
}
.left-col .feed-large-image .embedded-thumbs,
.left-col .feed-split-image .embedded-thumbs {
  width: 100%;
  text-align: right;
  position: relative;
}
.left-col .feed-large-image .embedded-thumbs .gallery-count,
.left-col .feed-split-image .embedded-thumbs .gallery-count {
  display: inline-block;
  vertical-align: bottom;
}
.left-col .feed-large-image .embedded-thumbs .thumbs-holder,
.left-col .feed-split-image .embedded-thumbs .thumbs-holder {
  border: 10px solid white;
  border-right: none;
  border-bottom: none;
  display: inline-block;
}
.left-col .feed-large-image .embedded-thumbs .thumbs-holder ul,
.left-col .feed-split-image .embedded-thumbs .thumbs-holder ul {
  list-style-type: none;
}
.left-col .feed-large-image .embedded-thumbs .thumbs-holder ul .thumb,
.left-col .feed-split-image .embedded-thumbs .thumbs-holder ul .thumb {
  display: inline-block;
  border: 5px solid white;
  border-bottom: none;
}
.left-col .feed-large-image .embedded-thumbs .thumbs-holder ul .thumb:last-child,
.left-col .feed-split-image .embedded-thumbs .thumbs-holder ul .thumb:last-child {
  border-right: none;
}
/*
*   Common tile feed styles
*/
.left-col,
.sidebar {
  /*
    * Video Overlays
    */
}
.left-col .feed-tile .posts,
.sidebar .feed-tile .posts {
  margin-left: -10px;
  margin-right: -10px;
}
.left-col .post .image-holder,
.sidebar .post .image-holder {
  position: relative;
}
.left-col .post .image-holder .video-overlay:after,
.sidebar .post .image-holder .video-overlay:after {
  border: solid 10px #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: 'sm-icons';
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -58px;
  height: 116px;
  line-height: 97px;
  opacity: .7;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  width: 115px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
* Tile Carousel
*/
body .carousel-widget {
  display: block;
  visibility: hidden;
  /*
        *   Seems to be a bug with slick, but arrow seem to always show when variable width is turned on
        */
}
body .carousel-widget.hide-arrows .prev,
body .carousel-widget.hide-arrows .next {
  display: none !important;
}
body .carousel-widget.slick-initialized {
  visibility: visible;
}
body .carousel-widget .image-holder {
  text-align: center;
}
/*
*   Header carousel with double first tile
*/
.carousel-widget-split .carousel-slide .carousel-thumb {
  height: 225px;
}
.carousel-widget-split .carousel-slide.double .carousel-thumb {
  position: relative;
  width: 470px;
}
.carousel-widget-split .carousel-slide.double .carousel-thumb img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .post .image-holder .video-overlay:after {
  border-width: 6px;
  height: 82px;
  font-size: 40px;
  line-height: 69px;
  margin-left: -41px;
  margin-top: -41px;
  padding-left: 7px;
  width: 82px;
}
.left-col .videoembed {
  position: relative;
}
.left-col .videoembed .overlay-wrapper {
  border: solid 2px rgba(255, 255, 255, 0.5);
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
}
.left-col .videoembed .overlay-wrapper:after {
  border: solid 10px #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: 'sm-icons';
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -58px;
  height: 116px;
  line-height: 97px;
  opacity: .7;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  width: 115px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left-col .videoembed .overlay-wrapper > div {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 12px 8px 39px;
  position: static;
  white-space: nowrap;
}
.left-col .videoembed .overlay-wrapper:after {
  border-width: 3px;
  font-size: 10px;
  height: 25px;
  left: 0;
  line-height: 19px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -12px;
  opacity: 1;
  padding-left: 3px;
  padding-top: 1px;
  top: 50%;
  width: 25px;
}
.left-col .videoembed .overlay-wrapper .play-text {
  display: none;
}
/*
* Gallery image count overlay
*/
.left-col .featured-gallery-holder {
  position: relative;
}
.left-col .featured-gallery-holder .slide-count {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
/*
*   Story board layout
*/
.container.storyboard {
  padding-top: 15px;
}
.container.storyboard .row {
  margin: 0;
}
.container.storyboard .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container.storyboard .row > div:first-child {
  padding-right: 0;
}
.container.storyboard .row > div:last-child {
  padding-left: 0;
}
.container.storyboard .post {
  position: relative;
}
.container.storyboard .post img {
  display: block;
}
.container.storyboard .post .title {
  position: absolute;
  bottom: 0;
}
/*
*   Temporary fix for phoeoembed inline sizes
*/
div.mainembed.photoembed img {
  height: auto;
}
/*
*   Temporary fix for tag page image heights
*/
body.archive div.feed.feed-split-image .image-holder img,
body.category div.feed.feed-split-image .image-holder img,
body.posthub div.feed.feed-split-image .image-holder img,
body.search div.feed.feed-split-image .image-holder img,
body.tag div.feed.feed-split-image .image-holder img,
body.tax-media-tags div.feed.feed-split-image .image-holder img {
  height: auto;
}
/*
*   Main menu in header
*/
#menu {
  /*
    *   Search
    */
}
#menu .container {
  padding-left: 0;
  padding-right: 0;
}
#menu .inner-nav-holder {
  position: relative;
}
#menu .main-nav > li.selected a {
  color: #d8d8d8;
}
#menu .social-and-search {
  position: absolute;
  right: 0px;
}
#menu .search {
  position: relative;
}
#menu .search.open .query-holder {
  display: block;
}
#menu .search .query-holder {
  overflow: hidden;
}
#menu .search .query-holder input {
  display: block;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
/*
*   Tweak positioning with admin bar
*/
body.admin-bar #menu {
  top: 32px;
}
/**
 * Menu animations
 */
#menu *,
.social-block * {
  transition: line-height 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, font-size 0.2s ease-in-out, padding 0.2s ease-in-out, margin 0.2s ease-in-out, top 0.2s ease-in-out;
}
#menu.shrunk,
.social-block.shrunk,
#menu.shrunk .social-block,
.social-block.shrunk .social-block {
  min-height: 40px;
  height: 40px;
}
#menu.shrunk .search,
.social-block.shrunk .search,
#menu.shrunk .search.open,
.social-block.shrunk .search.open {
  height: 40px;
}
#menu.shrunk .search #header-search,
.social-block.shrunk .search #header-search,
#menu.shrunk .search.open #header-search,
.social-block.shrunk .search.open #header-search {
  line-height: 40px;
}
#menu.shrunk .search #header-search .search-submit,
.social-block.shrunk .search #header-search .search-submit,
#menu.shrunk .search.open #header-search .search-submit,
.social-block.shrunk .search.open #header-search .search-submit {
  line-height: 40px;
  height: 40px;
}
#menu.shrunk .social-and-search .social-links li,
.social-block.shrunk .social-and-search .social-links li {
  line-height: 40px;
  height: 40px;
}
#menu.shrunk .social-and-search .social-links li span,
.social-block.shrunk .social-and-search .social-links li span {
  line-height: 40px;
  height: 40px;
}
#menu.shrunk .social-and-search .search #header-search .query-holder input,
.social-block.shrunk .social-and-search .search #header-search .query-holder input {
  height: 40px;
  padding: 0px 10px;
}
#menu.shrunk .main-nav li a,
.social-block.shrunk .main-nav li a {
  line-height: 40px;
}
#menu.shrunk .main-nav li.logo a,
.social-block.shrunk .main-nav li.logo a {
  height: 51px;
  width: 101px;
  margin-left: -35px;
}
/*
*   Responsive full width styling
*/
#menu.menu-responsive {
  margin-bottom: 0;
}
#menu.menu-responsive .container {
  width: auto;
}
footer {
  background-color: #000;
  color: #eee;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 20px 0;
}
footer .mobile-site-footer {
  text-align: right;
}
footer .mobile-site-footer a {
  color: #c9c9c9 !important;
}
footer .comscore-header-links {
  margin: 10px 0;
}
footer .comscore-header-links a {
  margin-right: 20px;
}
footer .comscore-header-links a:last-child {
  margin-right: 0;
}
footer ul.social-links li {
  display: inline-block;
  padding-bottom: 20px;
  margin-right: 5px;
  padding-left: 4px;
}
footer ul.social-links li .social-icon {
  display: inline-block;
}
footer ul.social-links li .social-icon.square {
  color: white;
  height: 40px;
  text-align: center;
  width: 45px;
}
footer ul.social-links li .social-icon.square span {
  font-size: 24px;
  color: white;
  line-height: 42px;
  margin-left: 3px;
}
footer ul.social-links li .social-icon.square.facebook {
  background-color: #3b5998;
}
footer ul.social-links li .social-icon.square.twitter {
  background-color: #4099ff;
}
footer ul.social-links li .social-icon.square.instagram {
  background-color: #517fa3;
}
footer ul.social-links li .social-icon.square.pinterest {
  background-color: #cb2027;
}
footer ul.social-links li .social-icon.square.tumblr {
  background-color: #34465e;
}
footer .comscore--link:hover {
  color: #d8d8d8;
  text-decoration: none;
}
footer .menu {
  margin-bottom: 10px;
}
footer .menu a {
  font-size: 14px;
  margin-right: 20px;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
footer .menu a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
/*
*   Social icon styling
*/
.social-holder {
  margin-top: 10px;
  height: 30px;
  position: relative;
  margin-bottom: 7px;
}
.social-holder .post-header {
  height: 30px;
}
.social-holder.sticky-header .social-icons .social-container .title {
  font: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
.social-holder .social-icons {
  color: #666;
  display: block;
}
.social-holder .social-icons .social-container {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  /*
            *   Shrunken social icons on gallery page
            */
}
.social-holder .social-icons .social-container.active {
  top: 0px;
  left: 0px;
}
.social-holder .social-icons .social-container.active .more .sharrre {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.25s ease-in-out;
}
.social-holder .social-icons .social-container.active .icon-plus:before {
  content: "\f068";
}
.social-holder .social-icons .social-container .icon-plus {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #646464;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.social-holder .social-icons .social-container .more .sharrre {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.25s ease-in-out;
}
.social-holder .social-icons .social-container .title {
  border-bottom: solid 1px #d8d8d8;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 4px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.social-holder .social-icons .social-container .logo {
  display: none;
}
.social-holder .social-icons .social-container .sharrre {
  display: block;
  text-align: center;
  width: 99px;
  float: left;
  background: white;
  padding: 0px 7px 7px 0px;
  color: white;
}
.social-holder .social-icons .social-container .sharrre > div {
  font-family: Verdana, Arial, sans-serif;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  height: 30px;
  cursor: pointer;
}
.social-holder .social-icons .social-container .sharrre > div:hover {
  opacity: .8;
}
.social-holder .social-icons .social-container .sharrre .icon-social {
  font-size: 18px;
  margin-right: 5px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.social-holder .social-icons .social-container .sharrre.facebook > div {
  background-color: #3b5998;
}
.social-holder .social-icons .social-container .sharrre.facebook .icon-social:after {
  content: "\f09a";
}
.social-holder .social-icons .social-container .sharrre.googlePlus > div {
  background-color: #dd4b39;
}
.social-holder .social-icons .social-container .sharrre.googlePlus .icon-social {
  margin-top: -2px;
}
.social-holder .social-icons .social-container .sharrre.googlePlus .icon-social:after {
  content: "\e61a";
}
.social-holder .social-icons .social-container .sharrre.pinterest > div {
  background-color: #cb2027;
}
.social-holder .social-icons .social-container .sharrre.pinterest .icon-social {
  margin-top: -4px;
}
.social-holder .social-icons .social-container .sharrre.pinterest .icon-social:after {
  content: "\f0d2";
}
.social-holder .social-icons .social-container .sharrre.stumbleupon > div {
  background-color: #3b5998;
}
.social-holder .social-icons .social-container .sharrre.stumbleupon .icon-social:after {
  content: "\f1a4";
}
.social-holder .social-icons .social-container .sharrre.twitter > div {
  background-color: #4099ff;
}
.social-holder .social-icons .social-container .sharrre.twitter .icon-social {
  margin-top: -4px;
}
.social-holder .social-icons .social-container .sharrre.twitter .icon-social:after {
  content: "\f099";
}
.social-holder .social-icons .social-container .sharrre.reddit > div {
  background-color: #ff4500;
}
.social-holder .social-icons .social-container .sharrre.reddit .icon-social {
  margin-top: -6px;
}
.social-holder .social-icons .social-container .sharrre.reddit .icon-social:after {
  content: "\eac7";
}
.social-holder .social-icons .social-container .sharrre.email > div {
  background-color: black;
}
.social-holder .social-icons .social-container .sharrre.email .icon-social {
  margin-top: -4px;
}
.social-holder .social-icons .social-container .sharrre.email .icon-social:after {
  content: "\f003";
}
.social-holder .social-icons .social-container .sharrre.sms > div {
  background-color: #0bd318;
}
.social-holder .social-icons .social-container .sharrre.sms .icon-social {
  margin-top: -5px;
}
.social-holder .social-icons .social-container .sharrre.sms .icon-social:after {
  content: "\f27b";
}
.social-holder .social-icons .social-container .sharrre.whatsapp > div {
  background-color: #58ad15;
}
.social-holder .social-icons .social-container .sharrre.whatsapp .icon-social {
  margin-top: -4px;
}
.social-holder .social-icons .social-container .sharrre.whatsapp .icon-social:after {
  content: "\e618";
}
.social-holder .social-icons .social-container .sharrre.tumblr > div {
  background-color: #34465e;
}
.social-holder .social-icons .social-container .sharrre.tumblr .icon-social {
  margin-top: -4px;
}
.social-holder .social-icons .social-container .sharrre.tumblr .icon-social:after {
  content: "\f174";
}
.social-holder .social-icons .social-container.small .icon-plus {
  display: block;
  margin-bottom: 7px;
}
.social-holder .social-icons .social-container.small .more:hover .icon-plus {
  display: none;
}
.social-holder.sticky-header {
  position: fixed;
  top: -40px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: rgba(245, 245, 245, 0.9);
  padding: 4px 0px;
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
  z-index: 20;
}
.social-holder.sticky-header.show {
  top: 0px;
  transition: all 0.5s ease-in-out;
}
.social-holder.sticky-header .social-icons {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .social-holder.sticky-header .social-icons {
    width: 760px;
  }
}
@media (min-width: 1px) {
  .social-holder.sticky-header .social-icons {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .social-holder.sticky-header .social-icons {
    width: 1000px;
  }
}
.social-holder.sticky-header .social-icons > .navbar-header,
.social-holder.sticky-header .social-icons > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1px) {
  .social-holder.sticky-header .social-icons > .navbar-header,
  .social-holder.sticky-header .social-icons > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.social-holder.sticky-header .social-icons.main-container {
  margin-bottom: 0;
}
.social-holder.sticky-header .social-icons .social-container {
  min-width: 650px;
  width: 100%;
}
.social-holder.sticky-header .social-icons .social-container.active {
  height: 51px;
  position: relative;
}
.social-holder.sticky-header .social-icons .social-container .title {
  display: none;
  float: left;
}
.social-holder.sticky-header .social-icons .social-container .logo {
  display: block;
  height: 30px;
  float: left;
  margin-right: 7px;
}
.social-holder.sticky-header .social-icons .social-container .logo a {
  display: inline-block;
  height: 30px;
}
.social-holder.sticky-header .social-icons .social-container .sharrre {
  margin-right: 7px;
  width: 92px;
  padding: 0px;
}
.social-holder.sticky-header .social-icons .social-container .icon-plus {
  display: none;
}
.social-holder.sticky-header .social-icons .social-container .more .sharrre {
  opacity: 1;
  filter: alpha(opacity=100);
}
#menu {
  transition: all 0.2s ease-in-out;
}
#menu.social-hide {
  top: -55px;
  transition: all 0.2s ease-in-out;
}
.ui-dialog.PiLogin.sign-in,
.ui-dialog.PiLogin.sign-up,
.ui-dialog.PiLogin.forgot {
  background-color: #fff;
  border: none;
  padding: 20px;
}
.ui-dialog.PiLogin.sign-in .form-input-links,
.ui-dialog.PiLogin.sign-up .form-input-links,
.ui-dialog.PiLogin.forgot .form-input-links {
  color: #000;
  float: none;
  height: auto;
  width: auto;
  padding-top: 50px;
}
.ui-dialog.PiLogin.sign-in .form-input-links a,
.ui-dialog.PiLogin.sign-up .form-input-links a,
.ui-dialog.PiLogin.forgot .form-input-links a {
  font-weight: bold;
}
.ui-dialog.PiLogin.sign-in .form-input-links a:hover,
.ui-dialog.PiLogin.sign-up .form-input-links a:hover,
.ui-dialog.PiLogin.forgot .form-input-links a:hover {
  color: #d8d8d8;
}
.ui-dialog.PiLogin.sign-in .register-form,
.ui-dialog.PiLogin.sign-up .register-form,
.ui-dialog.PiLogin.forgot .register-form {
  height: auto;
  width: auto;
}
.ui-dialog.PiLogin.sign-in .remember-my-checkbox,
.ui-dialog.PiLogin.sign-up .remember-my-checkbox,
.ui-dialog.PiLogin.forgot .remember-my-checkbox {
  margin-right: 5px;
}
.ui-dialog.PiLogin.sign-in .ui-dialog-buttonset,
.ui-dialog.PiLogin.sign-up .ui-dialog-buttonset,
.ui-dialog.PiLogin.forgot .ui-dialog-buttonset {
  top: auto;
  left: auto;
  right: auto;
  bottom: 100px;
}
.ui-dialog.PiLogin.sign-in .ui-dialog-buttonset button,
.ui-dialog.PiLogin.sign-up .ui-dialog-buttonset button,
.ui-dialog.PiLogin.forgot .ui-dialog-buttonset button {
  background: #fff;
  border: solid 1px #ccc;
  color: #d8d8d8;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.ui-dialog.PiLogin.sign-in .ui-dialog-buttonset button:hover,
.ui-dialog.PiLogin.sign-up .ui-dialog-buttonset button:hover,
.ui-dialog.PiLogin.forgot .ui-dialog-buttonset button:hover {
  color: #000;
}
.ui-dialog.PiLogin.sign-in .ui-dialog-title,
.ui-dialog.PiLogin.sign-up .ui-dialog-title,
.ui-dialog.PiLogin.forgot .ui-dialog-title {
  color: #000;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.ui-dialog.PiLogin.sign-in .ui-message-error,
.ui-dialog.PiLogin.sign-up .ui-message-error,
.ui-dialog.PiLogin.forgot .ui-message-error {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}
.ui-dialog.PiLogin.sign-in #PiLogin_Form label,
.ui-dialog.PiLogin.sign-up #PiLogin_Form label,
.ui-dialog.PiLogin.forgot #PiLogin_Form label,
.ui-dialog.PiLogin.sign-in #PiSignon_Form label,
.ui-dialog.PiLogin.sign-up #PiSignon_Form label,
.ui-dialog.PiLogin.forgot #PiSignon_Form label,
.ui-dialog.PiLogin.sign-in #PiForgot_Form label,
.ui-dialog.PiLogin.sign-up #PiForgot_Form label,
.ui-dialog.PiLogin.forgot #PiForgot_Form label {
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.ui-dialog.PiLogin.sign-in #PiLogin_Form .input-holder,
.ui-dialog.PiLogin.sign-up #PiLogin_Form .input-holder,
.ui-dialog.PiLogin.forgot #PiLogin_Form .input-holder,
.ui-dialog.PiLogin.sign-in #PiSignon_Form .input-holder,
.ui-dialog.PiLogin.sign-up #PiSignon_Form .input-holder,
.ui-dialog.PiLogin.forgot #PiSignon_Form .input-holder,
.ui-dialog.PiLogin.sign-in #PiForgot_Form .input-holder,
.ui-dialog.PiLogin.sign-up #PiForgot_Form .input-holder,
.ui-dialog.PiLogin.forgot #PiForgot_Form .input-holder {
  float: none;
  margin-bottom: 20px;
  position: static;
  width: 100%;
}
.ui-dialog.PiLogin.sign-in #PiLogin_Form .input-holder:last-child,
.ui-dialog.PiLogin.sign-up #PiLogin_Form .input-holder:last-child,
.ui-dialog.PiLogin.forgot #PiLogin_Form .input-holder:last-child,
.ui-dialog.PiLogin.sign-in #PiSignon_Form .input-holder:last-child,
.ui-dialog.PiLogin.sign-up #PiSignon_Form .input-holder:last-child,
.ui-dialog.PiLogin.forgot #PiSignon_Form .input-holder:last-child,
.ui-dialog.PiLogin.sign-in #PiForgot_Form .input-holder:last-child,
.ui-dialog.PiLogin.sign-up #PiForgot_Form .input-holder:last-child,
.ui-dialog.PiLogin.forgot #PiForgot_Form .input-holder:last-child {
  margin-bottom: 50px;
}
.ui-dialog.PiLogin.sign-in #PiLogin_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-up #PiLogin_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.forgot #PiLogin_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-in #PiSignon_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-up #PiSignon_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.forgot #PiSignon_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-in #PiForgot_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-up #PiForgot_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.forgot #PiForgot_Form .input-holder input[type="text"],
.ui-dialog.PiLogin.sign-in #PiLogin_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.sign-up #PiLogin_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.forgot #PiLogin_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.sign-in #PiSignon_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.sign-up #PiSignon_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.forgot #PiSignon_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.sign-in #PiForgot_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.sign-up #PiForgot_Form .input-holder input[type="password"],
.ui-dialog.PiLogin.forgot #PiForgot_Form .input-holder input[type="password"] {
  border: solid 1px #999;
  height: auto;
  padding: 10px;
  width: 100%;
}
.ui-dialog.PiLogin.sign-in .fb_oauth2_login {
  position: absolute;
  bottom: 68px;
  left: 125px;
}
.ui-dialog.PiLogin.sign-up .sign-up-fb-2 {
  position: static;
}
.ui-dialog.PiLogin.sign-up .sign-up-fb-2 .fb_oauth2_login {
  position: absolute;
  bottom: 68px;
  left: 130px;
}
.ui-dialog.PiLogin.forgot .form-input-links {
  padding-top: 36px;
}
.ui-dialog.PiLogin.forgot .ui-dialog-buttonset {
  bottom: 78px;
}
.ui-dialog.ui-widget {
  z-index: 501;
}
.ui-widget-overlay.ui-front {
  z-index: 500;
}
/*
*   Tag Teaser Styles
*/
.left-col .feed-split-image .post .author a.no-href:hover {
  text-decoration: none;
}
.left-col .tag-page-column .wp-tag-teaser {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 25px;
  overflow: auto;
}
.left-col .tag-page-column .wp-tag-teaser .teaser-row .teaser-summary a.read-more {
  color: #d8d8d8;
}
.left-col .tag-page-column .wp-tag-teaser .teaser-row .teaser-summary a.read-more:hover {
  color: #000;
}
.left-col .tag-page-column .tag-page-module.row {
  margin: 0 0 18px 0;
}
.left-col .tag-page-column .tag-page-module.row .row {
  margin-left: 0;
}
.left-col .tag-page-column .tag-page-module.row .photos .tag-image-holder {
  height: 100px;
  width: 100px;
  display: inline-block;
  overflow: hidden;
}
.left-col .tag-page-column .tag-page-module.row .photos .tag-image-holder img {
  min-height: 100%;
  min-width: 100%;
}
.left-col .tag-page-column .tag-page-module.row .col-sm-6 {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.left-col .tag-page-column .tag-page-module.row .col-sm-6 .row .preview-holder {
  width: 50%;
  padding-left: 10px;
  line-height: 18px;
}
.left-col .tag-page-column .tag-page-module.row .col-sm-6 .row .preview-holder a {
  font-size: 13px;
}
.left-col .tag-page-column .tag-page-module.row .col-sm-6 .row .image-holder {
  height: 90px;
  width: 40%;
  overflow: hidden;
}
.left-col .tag-page-column h3 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#comments .commentHead {
  display: none;
}
#comments .commentlist-ice {
  padding-left: 0;
}
#respond {
  margin-left: 0;
}
#respond h3 {
  font-size: 20px;
}
#respond .signout-cancel {
  float: right;
}
#respond #cancel-comment-reply-link span {
  color: #000;
  display: inline-block;
  padding: 0 5px;
}
.comment-action-row input {
  width: 50%;
}
.comment-action-row input[type="submit"] {
  background: #fff;
  border: solid 1px #ccc;
  color: #d8d8d8;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  width: auto;
}
.comment-action-row input[type="submit"]:hover {
  color: #000;
}
.comment-action-row label {
  display: block;
}
.comment-action-row table .text-input {
  width: 255px;
  margin-right: 15px;
}
.attachment-94x94 {
  width: 94px;
  height: 94px;
}
.feed.feed-comments .comment .preview {
  overflow-wrap: break-word;
}
.comments-help-button:before {
  font-family: "sm-icons";
  content: "\ea09";
  color: #bbb;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.comments-help-button:hover:before {
  color: black;
}
.ui-tooltip {
  max-width: 250px;
  background-color: white;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  border: 1px solid #bbb;
  z-index: 2000;
}
div.ui-helper-hidden-accessible {
  display: none;
}
.article-body,
#featured-content {
  position: relative;
  /**
     * Set width for video embeds
     */
  /**
     * Ooyala player has built-in styling and uses an object instead of an iframe
     * can't use height scaling like with video embeds
     */
}
.article-body:before,
#featured-content:before,
.article-body:after,
#featured-content:after {
  content: " ";
  display: table;
}
.article-body:after,
#featured-content:after {
  clear: both;
}
.article-body:before,
#featured-content:before,
.article-body:after,
#featured-content:after {
  content: " ";
  display: table;
}
.article-body:after,
#featured-content:after {
  clear: both;
}
.article-body iframe,
#featured-content iframe {
  border: solid 1px #efefef;
  margin: auto;
}
.article-body .featured-embed-holder.format-image img,
#featured-content .featured-embed-holder.format-image img {
  display: block;
  margin: 0 auto;
  max-width: 620px;
}
.article-body .article-image-holder:after,
#featured-content .article-image-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.article-body .article-image-holder .photoembed-square,
#featured-content .article-image-holder .photoembed-square {
  float: left;
  width: 420px;
}
.article-body .article-image-holder .mainembed.articleembed .body img,
#featured-content .article-image-holder .mainembed.articleembed .body img {
  display: inline-block;
}
.article-body .sp-pagination,
#featured-content .sp-pagination {
  margin-bottom: 40px;
}
.article-body .sp-pagination .numbers,
#featured-content .sp-pagination .numbers {
  color: #d8d8d8;
  font-weight: bold;
  text-align: center;
}
.article-body .sp-pagination .numbers a,
#featured-content .sp-pagination .numbers a {
  font-weight: normal;
}
.article-body .sp-pagination .separator,
#featured-content .sp-pagination .separator {
  display: inline-block;
  padding: 0 6px;
}
.article-body .sp-pagination .number-article-pag,
#featured-content .sp-pagination .number-article-pag {
  margin-left: 79px;
  padding-top: 2px;
}
.article-body .sp-pagination .article-prev,
#featured-content .sp-pagination .article-prev {
  left: 110px;
}
.article-body .sp-pagination .article-next,
#featured-content .sp-pagination .article-next {
  right: 12px;
  width: 17%;
}
.article-body .article-content,
#featured-content .article-content {
  word-break: break-word;
  word-wrap: break-word;
  /*
* Inline gallery styles
*/
}
.article-body .article-content ol,
#featured-content .article-content ol,
.article-body .article-content ul,
#featured-content .article-content ul {
  margin-left: 50px;
  padding-left: 0px;
}
.article-body .article-content ol li,
#featured-content .article-content ol li {
  list-style: decimal;
}
.article-body .article-content ul li,
#featured-content .article-content ul li {
  list-style: disc;
}
.article-body .article-content .inline-gallery ul,
#featured-content .article-content .inline-gallery ul,
.article-body .article-content .inline-gallery ol,
#featured-content .article-content .inline-gallery ol,
.article-body .article-content .inline-gallery li,
#featured-content .article-content .inline-gallery li {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
}
.article-body .article-content .branded-content,
#featured-content .article-content .branded-content {
  font-size: 18px;
  color: #222;
  line-height: 28px;
  font-style: italic;
  background-color: #f7f7f7;
  padding: 15px;
}
.article-body .article-content .inline-gallery,
#featured-content .article-content .inline-gallery {
  width: 620px;
  display: block;
  min-height: 120px;
}

#featured-content .article-content .inline-gallery {
  margin: -10px 0 0px 0px;
}

.article-body .article-content .inline-gallery {
  margin: 50px 0;
}


.article-body .article-content .inline-gallery .inline-hr-bottom,
#featured-content .article-content .inline-gallery .inline-hr-bottom {
  border-width: 0 0 1px 0;
  margin-top: 42px;
}
.article-body .article-content .inline-gallery ul,
#featured-content .article-content .inline-gallery ul {
  display: inline-block;
  height: 112px;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 5px;
  margin-left: 15px;
  float: left;
}
.article-body .article-content .inline-gallery ul:before,
#featured-content .article-content .inline-gallery ul:before,
.article-body .article-content .inline-gallery ul:after,
#featured-content .article-content .inline-gallery ul:after {
  content: " ";
  display: table;
}
.article-body .article-content .inline-gallery ul:after,
#featured-content .article-content .inline-gallery ul:after {
  clear: both;
}
.article-body .article-content .inline-gallery ul:before,
#featured-content .article-content .inline-gallery ul:before,
.article-body .article-content .inline-gallery ul:after,
#featured-content .article-content .inline-gallery ul:after {
  content: " ";
  display: table;
}
.article-body .article-content .inline-gallery ul:after,
#featured-content .article-content .inline-gallery ul:after {
  clear: both;
}
.article-body .article-content .inline-gallery ul li,
#featured-content .article-content .inline-gallery ul li {
  float: left;
  padding: 5px;
  position: relative;
}
.article-body .article-content .inline-gallery ul li .overlay,
#featured-content .article-content .inline-gallery ul li .overlay {
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  padding: 0 10px;
  line-height: 1.3em;
  position: absolute;
  font-weight: normal;
  font-size: 10px;
  top: 50%;
  right: 0;
  left: 0;
  max-height: 78px;
  transform: translate(0, -50%);
  text-align: center;
  overflow: hidden;
  visibility: hidden;
}
.article-body .article-content .inline-gallery ul li:hover a:before,
#featured-content .article-content .inline-gallery ul li:hover a:before {
  background: rgba(0, 0, 0, 0.55);
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 84px;
}
.article-body .article-content .inline-gallery ul li:hover .overlay,
#featured-content .article-content .inline-gallery ul li:hover .overlay {
  visibility: visible;
}
.article-body .article-content .inline-gallery ul li img,
#featured-content .article-content .inline-gallery ul li img {
  height: auto;
  width: 84px;
}
.article-body .article-content .inline-gallery .more-link,
#featured-content .article-content .inline-gallery .more-link {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  display: inline-block;
  font-size: 24px;
  margin: 0 35px 0 0;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.inline-gallery .more-link b {
  color: #333;
}
.inline-gallery .more-link:hover b {
  color: #e11e25;
}

.article-body .article-content .inline-gallery .more-link a:hover,
#featured-content .article-content .inline-gallery .more-link a:hover {
  text-decoration: none;
}
.article-body .article-content .inline-gallery .more-link .photos,
#featured-content .article-content .inline-gallery .more-link .photos {
  font-size: 21px;
  color: #333;
  margin-top: 6px;
}
.article-body .article-content .inline-gallery .inline-gallery-title a,
#featured-content .article-content .inline-gallery .inline-gallery-title a {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.article-body .article-content .inline-gallery .inline-gallery-title a:hover,
#featured-content .article-content .inline-gallery .inline-gallery-title a:hover {
  text-decoration: none;
}
.article-body .article-content .inline-gallery .inline-gallery-title .inline-gallery-related,
#featured-content .article-content .inline-gallery .inline-gallery-title .inline-gallery-related {
  font-weight: bold;
}
.article-body .article-content .inline-gallery .inline-gallery-title .inline-hr-top,
#featured-content .article-content .inline-gallery .inline-gallery-title .inline-hr-top {
  border-width: 0 0 1px 0;
  margin-top: 6px;
}
.article-body .author:before,
#featured-content .author:before,
.article-body .author:after,
#featured-content .author:after {
  content: " ";
  display: table;
}
.article-body .author:after,
#featured-content .author:after {
  clear: both;
}
.article-body .author:before,
#featured-content .author:before,
.article-body .author:after,
#featured-content .author:after {
  content: " ";
  display: table;
}
.article-body .author:after,
#featured-content .author:after {
  clear: both;
}
.article-body .author .facebook-like,
#featured-content .author .facebook-like {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 20px;
  height: 20px;
}
.article-body .author .twitter,
#featured-content .author .twitter {
  margin-right: 10px;
}
.article-body .author .twitter a:before,
#featured-content .author .twitter a:before {
  font-family: sm-icons;
  color: #4099ff;
  font-size: 16px;
  content: "\f099";
  margin-right: 3px;
}
.article-body .tags-and-comments,
#featured-content .tags-and-comments {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.article-body .tags-and-comments .comments,
#featured-content .tags-and-comments .comments {
  margin-right: 20px;
  font-family: "Helvetica", Arial, sans-serif;
}
.article-body .tags-and-comments .comments a,
#featured-content .tags-and-comments .comments a {
  color: #000;
}
.article-body .tags-and-comments .comments a .article-comment-bubble:before,
#featured-content .tags-and-comments .comments a .article-comment-bubble:before {
  font-family: sm-icons;
  content: "\f0e5";
  padding-left: 5px;
}
.article-body .tags-and-comments .tags strong,
#featured-content .tags-and-comments .tags strong {
  text-transform: uppercase;
}
.article-body .tags-and-comments .tags a,
#featured-content .tags-and-comments .tags a {
  text-transform: none;
}
.article-body .videoembed,
#featured-content .videoembed {
  /* The "full width" sizes are overridden to make the iframe expand to 100% of the column
           This also corrects for different screen sizes in mobile
        */
}
.article-body .videoembed.mainembed-600x337,
#featured-content .videoembed.mainembed-600x337,
.article-body .videoembed.mainembed-600x450,
#featured-content .videoembed.mainembed-600x450 {
  float: none;
  width: auto;
  height: auto;
}
.article-body .videoembed.mainembed .video-embed-code div.ooyala-video-wrapper,
#featured-content .videoembed.mainembed .video-embed-code div.ooyala-video-wrapper {
  margin-top: -70px;
  height: 397px !important;
}
.article-body .videoembed.mainembed .video-embed-code div.ooyala-video-wrapper object,
#featured-content .videoembed.mainembed .video-embed-code div.ooyala-video-wrapper object {
  height: 372px;
}
.article-body .videoembed .video-embed-code,
#featured-content .videoembed .video-embed-code {
  position: relative;
  height: 0;
  overflow: hidden;
}
.article-body .videoembed .video-embed-code iframe,
#featured-content .videoembed .video-embed-code iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.article-body .videoembed .video-embed-code.horizontal,
#featured-content .videoembed .video-embed-code.horizontal {
  padding-bottom: 56.3%;
}
.article-body .videoembed .video-embed-code.horizontal iframe,
#featured-content .videoembed .video-embed-code.horizontal iframe {
  width: 100%;
}
.article-body .videoembed .video-embed-code.vertical,
#featured-content .videoembed .video-embed-code.vertical {
  padding-bottom: 533px;
}
.article-body .ooyala-video-wrapper,
#featured-content .ooyala-video-wrapper {
  width: 100% !important;
  height: 363px !important;
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  margin-top: -11px;
}
.article-body .ooyala-video-wrapper > div,
#featured-content .ooyala-video-wrapper > div {
  z-index: 1 !important;
}
.article-body .ooyala-video-wrapper object,
#featured-content .ooyala-video-wrapper object,
.article-body .ooyala-video-wrapper embed,
#featured-content .ooyala-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 338px;
}
.article-body .description,
#featured-content .description {
  margin-top: 5px;
}
.article-body .featured_credit,
#featured-content .featured_credit {
  display: block;
  font-size: 12px;
  padding: 0 15px;
  text-align: right;
  max-width: 420px;
  max-height: 19px;
  overflow: hidden;
  margin-left: 200px;
}
.article-body .featured_credit small,
#featured-content .featured_credit small {
  font-weight: 700;
  text-transform: uppercase;
}
/*
*   Main embed styles
*/
.mainembed .description-wrapper,
.mainembed .credit-wrapper {
  margin-top: 7px;
  line-height: 20px;
  width: 100%;
  position: relative;
  padding-bottom: 7px;
}
.mainembed .description-wrapper {
  padding: 0px 5px;
}
.mainembed .description,
.mainembed .credit {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #222222;
  font-size: 13px;
  right: 0;
}
.mainembed .description {
  margin-right: 7px;
}
.mainembed .credit {
  color: #888888;
}
.article-content,
#featured-content {
  /*
    *   Old / legacy styles
    */
  /*
    *   New styles
    */
}
.article-content .mainembed-220x165,
#featured-content .mainembed-220x165 {
  width: 220px;
  float: left;
  margin: 0 15px 15px 0;
}
.article-content .mainembed-220x220,
#featured-content .mainembed-220x220 {
  width: 220px;
  float: left;
  margin: 0 15px 15px 0;
}
.article-content .mainembed-400x300,
#featured-content .mainembed-400x300 {
  width: 400px;
  margin: 0 0 15px 15px;
}
.article-content .mainembed-400x400,
#featured-content .mainembed-400x400 {
  width: 400px;
}
.article-content .mainembed-400x470,
#featured-content .mainembed-400x470 {
  width: 400px;
  margin: 0 0 15px 15px;
}
.article-content .mainembed-600x337,
#featured-content .mainembed-600x337 {
  float: none;
  width: 600px;
}
.article-content .mainembed-600x450,
#featured-content .mainembed-600x450 {
  width: 600px;
  float: none;
}
.article-content .mainembed,
#featured-content .mainembed {
  box-sizing: border-box;
}
.article-content .mainembed.align-left,
#featured-content .mainembed.align-left {
  float: left;
  padding-right: 7px;
  margin-right: 8px;
  margin-bottom: 15px;
}
.article-content .mainembed.align-right,
#featured-content .mainembed.align-right {
  float: right;
  padding-left: 7px;
  margin-left: 8px;
  margin-bottom: 15px;
  text-align: left;
}
.article-content .mainembed.align-center,
#featured-content .mainembed.align-center {
  margin: 0 auto 15px;
  text-align: left;
}
.article-content .mainembed.mainembed-one_quarter,
#featured-content .mainembed.mainembed-one_quarter {
  width: 25%;
}
.article-content .mainembed.mainembed-one_third,
#featured-content .mainembed.mainembed-one_third {
  width: 33%;
}
.article-content .mainembed.mainembed-one_half,
#featured-content .mainembed.mainembed-one_half {
  width: 50%;
}
.article-content .mainembed.mainembed-two_thirds,
#featured-content .mainembed.mainembed-two_thirds {
  width: 66%;
}
.article-content .mainembed.mainembed-full_width,
#featured-content .mainembed.mainembed-full_width {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}
.article-content .mainembed .img-wrap,
#featured-content .mainembed .img-wrap {
  text-align: center;
}
/*
*   More stories links
*/
.more-stories {
  margin-bottom: 40px;
  margin-top: 40px;
}
.more-stories [class^="icon-"] {
  font-size: 42px;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.more-stories .older a,
.more-stories .newer a {
  display: block;
  text-decoration: none;
}
.more-stories .older .post-details,
.more-stories .newer .post-details {
  border: solid 1px #e4e4e4;
  border-width: 1px 0;
  height: 62px;
  padding: 0 15px 0 0;
  position: relative;
}
.more-stories .older .post-details .img-holder,
.more-stories .newer .post-details .img-holder {
  position: absolute;
}
.more-stories .older .post-details .img-holder img,
.more-stories .newer .post-details .img-holder img {
  height: 60px;
  width: 60px;
}
.more-stories .older .post-details .title,
.more-stories .newer .post-details .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143em;
  height: 2.85714286em;
  overflow: hidden;
  margin-top: 10px;
}
.more-stories .newer [class^="icon-"] {
  left: 68px;
  position: absolute;
}
.more-stories .newer .post-details {
  padding-left: 68px;
}
.more-stories .newer .post-details .img-holder {
  left: 0;
}
.more-stories .newer .title .title-text {
  float: left;
  margin-left: 25px;
}
.more-stories .older [class^="icon-"] {
  right: 68px;
  position: absolute;
}
.more-stories .older .post-details {
  padding-right: 68px;
}
.more-stories .older .post-details .img-holder {
  right: 0;
}
.more-stories .older .title .title-text {
  float: right;
  margin-right: 25px;
}
/*
*   Related article embed thing
*/
.articleembed {
  width: 190px;
  overflow: hidden;
  position: relative;
  float: right;
  margin: 0 0 5px 10px;
  clear: right;
}
.articleembed img {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.articleembed .body {
  border-bottom: dotted 1px darkgrey;
  line-height: 100px;
  padding-bottom: 5px;
}
.articleembed .excerpt {
  width: 90px;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 4px;
}
.articleembed .excerpt a {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
}
.articleembed .title {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
/*
*   Basic page styling
*/
body.page h1 {
  margin-bottom: 25px;
}
body.page .left-col h2,
body.page .left-col h3 {
  margin-bottom: 15px;
}
body.page .left-col ol,
body.page .left-col ul {
  margin-left: 50px;
  padding-left: 0px;
}
body.page .left-col ol li {
  list-style: decimal;
  margin-bottom: 20px;
}
body.page .left-col ul li {
  list-style: disc;
}
/*
 * Styling for Link Exchanges / Recommended stories
 */
.left-col .link-exchanges {
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
  border-bottom: 5px solid #f7f7f7;
}
.left-col .link-exchanges .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.left-col .link-exchanges .row:last-child {
  margin-bottom: 0px;
}
.left-col .link-exchanges .row .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1px) {
  .left-col .link-exchanges .row .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
}
.left-col .link-exchanges .row .col-sm-4:first-child {
  padding-left: 0px;
}
.left-col .link-exchanges .row .col-sm-4:nth-child(2) {
  padding-left: 8px;
  padding-right: 8px;
}
.left-col .link-exchanges .row .col-sm-4:nth-child(3) {
  padding-right: 0px;
}
.left-col .link-exchanges .title-holder {
  margin-bottom: 0px;
}
.left-col .link-exchanges .title-holder h2 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0 0;
}
.left-col .link-exchanges .image-holder {
  margin-bottom: 7px;
  overflow: hidden;
  text-align: center;
}
.left-col .link-exchanges .image-holder img {
  height: 127px;
}
.left-col .link-exchanges .preview-holder h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.left-col .link-exchanges .preview-holder .author {
  font-size: 11px;
  font-family: "Helvetica", Arial, sans-serif;
}
.left-col .link-exchanges .preview-holder .author a {
  font-weight: bold;
}
/*
 * Author footers
 */
.left-col .author-footer {
  height: 80px;
  width: 100%;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: -20px;
  background: #f7f7f7;
  padding: 0px 30px;
  position: relative;
}
.left-col .author-footer .inner {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.left-col .author-footer .inner .avatar {
  display: inline-block;
}
.left-col .author-footer .inner .text {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding-left: 30px;
  word-break: normal;
  max-width: 480px;
  line-height: 14px;
}
.left-col .author-footer .inner .text .name {
  font-size: 16px;
  line-height: 24px;
}
.left-col .author-footer .inner .text .list {
  font-size: 12px;
}
.left-col .author-footer .inner .text .list ul {
  margin-left: 0px;
}
.left-col .author-footer .inner .text .list ul li {
  display: inline-block;
  margin-right: 30px;
  line-height: 10px;
}
.left-col .author-footer .inner .text .list ul li a:before {
  font-family: 'sm-icons';
  margin-right: 8px;
  font-size: 22px;
  position: relative;
  top: 5px;
}
.left-col .author-footer .inner .text .list ul li a.email:before {
  content: "\f003";
  top: 4px;
}
.left-col .author-footer .inner .text .list ul li a.twitter:before {
  content: "\f099";
}
.left-col .zergnet-holder div[id^='zergnet-widget-'] #zerglayout:before {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
.left-col .zergheadline a {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif !important;
}
/*
    Some boiler plate
*/
html,
body {
  height: 100%;
}
.gallery-holder,
.gallery-holder .gallery-main-holder,
.gallery-holder .gallery-el {
  height: 100%;
}
.gallery-main-slide {
  height: 100%;
}
.gallery-main-slide > a {
  display: block;
  height: 100%;
}
.gallery-main-slide .img-holder {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.gallery-main-slide .img-holder img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-main-holder {
  position: relative;
}
.gallery-main-holder .slick-list,
.gallery-main-holder .slick-track {
  height: 100%;
}
body.single.attachment {
  padding: 0;
}
/*
*   Admin bar
*/
body.admin-bar .gallery-holder {
  padding-top: 32px;
}
body.admin-bar .fullscreen-left-col {
  top: 72px;
}
body.admin-bar .fullscreen-right-col {
  top: 32px;
}
/*
    Fullscreen structure
*/
.gallery-holder .gallery-main-slide {
  position: relative;
}
.gallery-holder .fullscreen-menu {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-holder .fullscreen-menu:before,
.gallery-holder .fullscreen-menu:after {
  content: " ";
  display: table;
}
.gallery-holder .fullscreen-menu:after {
  clear: both;
}
.gallery-holder .fullscreen-menu:before,
.gallery-holder .fullscreen-menu:after {
  content: " ";
  display: table;
}
.gallery-holder .fullscreen-menu:after {
  clear: both;
}
.gallery-holder .fullscreen-menu .gallery-title-holder {
  padding: 0 350px 0 225px;
  width: 100%;
}
.gallery-holder .fullscreen-menu .logo {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
}
.gallery-holder .fullscreen-left-col {
  position: fixed;
  margin: 0;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 17px 60px;
  margin-right: 350px;
}
.gallery-holder .fullscreen-right-col {
  bottom: 0;
  padding-top: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 2;
}
/*
*   Thumb Overlay Structure
*/
body.single.attachment .gallery-holder .thumbnail-overlay {
  top: 40px;
  margin-right: 350px;
}
/*
*   Gallery info structure
*/
.gallery-info {
  margin-right: 350px;
  position: relative;
}
.gallery-info:before,
.gallery-info:after {
  content: " ";
  display: table;
}
.gallery-info:after {
  clear: both;
}
.gallery-info:before,
.gallery-info:after {
  content: " ";
  display: table;
}
.gallery-info:after {
  clear: both;
}
.attachment-holder {
  border-bottom: solid 1px #ededed;
}
.attachment-holder,
.attachment-holder .gallery-main-holder,
.attachment-holder .gallery-el {
  height: 100%;
}
.attachment-holder .gallery-main-slide {
  position: relative;
}
.attachment-holder .fullscreen-menu {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.attachment-holder .fullscreen-menu:before,
.attachment-holder .fullscreen-menu:after {
  content: " ";
  display: table;
}
.attachment-holder .fullscreen-menu:after {
  clear: both;
}
.attachment-holder .fullscreen-menu:before,
.attachment-holder .fullscreen-menu:after {
  content: " ";
  display: table;
}
.attachment-holder .fullscreen-menu:after {
  clear: both;
}
.attachment-holder .fullscreen-menu .gallery-title-holder {
  padding: 0 350px 0 225px;
  width: 100%;
}
.attachment-holder .fullscreen-menu .logo {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
}
.attachment-holder .fullscreen-left-col {
  position: fixed;
  margin: 0;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 17px 60px;
  margin-right: 350px;
}
.attachment-holder .fullscreen-right-col {
  bottom: 0;
  padding-top: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 2;
}
.attachment-holder .close-x {
  background: url("https://www.gofugyourself.com/wp-content/themes/wp-theme-base/assets/images/close-x.png") -2px -3px no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 3px;
  vertical-align: middle;
}
.attachment-holder .fullscreen-menu .gallery-title {
  font-size: 23px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment-holder .fullscreen-menu .logo {
  border-right: solid 1px #ededed;
  text-align: center;
}
.attachment-holder .fullscreen-right-col .right-col-ad {
  padding-top: 7px;
}
.attachment-holder .fullscreen-right-col .right-col-ad .ad-header {
  color: #999;
  font-family: Arial;
  font-size: 10px;
  text-align: center;
}
.attachment-holder .fullscreen-right-col .fixed-bottom {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.attachment-holder .fullscreen-right-col .fixed-bottom .credit {
  font-size: 12px;
  padding: 0 20px 14px;
}
.attachment-holder .fullscreen-right-col .fixed-bottom .credit small {
  font-size: 12px;
}
.attachment-holder .fullscreen-left-col:hover .social-holder {
  display: block;
}
.attachment-holder .social-holder {
  display: none;
  height: 34px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.attachment-holder .social-holder .social-icons .social-container {
  position: static;
  overflow: initial;
}
.attachment-holder .social-holder .social-icons .social-container .sharrre {
  margin: 0 10px 7px 0;
  padding: 0;
  width: auto;
}
.attachment-holder .social-holder .social-icons .social-container .sharrre .icon-social {
  margin-right: 0;
  text-align: center;
}
.attachment-holder .social-holder .social-icons .social-container .sharrre .sharrre-title {
  display: none;
}
.attachment-holder .social-holder .social-icons .social-container .sharrre > div {
  height: auto;
  line-height: 34px;
  width: 34px;
}
.attachment-holder .social-holder .social-icons .social-container .sharrre:last-child {
  margin-right: 0;
}
.attachment-holder .social-holder .social-icons .social-container .icon-plus {
  display: none;
}
.attachment-holder .social-holder .social-icons .social-container .more {
  float: left;
}
.attachment-holder .social-holder .social-icons .social-container .more .sharrre {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0px;
}
.attachment-holder hr {
  border-color: #ededed;
}
.attachment-holder .fullscreen-right-col {
  background: #fff;
  border-left: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.attachment-holder .fullscreen-right-col .fullscreen-arrow-holder {
  border-top: solid 1px #ededed;
}
.attachment-holder .gallery-ad-slide {
  background: #fff;
  padding: 0 20px 0 60px;
}
.attachment-holder .gallery-ad-slide .slide-content {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}
.attachment-holder .credit {
  display: block;
  font-size: 12px;
  padding: 0 15px;
  text-align: right;
  visibility: hidden;
}
.attachment-holder .credit small {
  font-weight: bold;
  text-transform: uppercase;
}
.attachment-holder .info-holder {
  padding: 30px 20px 20px;
  position: relative;
}
.attachment-holder .info-holder:before,
.attachment-holder .info-holder:after {
  content: " ";
  display: table;
}
.attachment-holder .info-holder:after {
  clear: both;
}
.attachment-holder .info-holder:before,
.attachment-holder .info-holder:after {
  content: " ";
  display: table;
}
.attachment-holder .info-holder:after {
  clear: both;
}
.attachment-holder .info-holder .title {
  font-size: 22px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.attachment-holder .info-holder .xofy {
  color: #999;
  font-size: 11px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  line-height: 14px;
  right: 15px;
  position: absolute;
  top: 0;
}
.attachment-holder .thumbnail-overlay {
  padding: 20px;
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile .title-holder {
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  padding: 0 10px;
  line-height: 1.3em;
  max-height: 11.7em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  overflow: hidden;
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile .title-holder .title {
  display: block;
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile.show-more:hover:after {
  content: '...';
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #fff;
  transform: translate(-50%, 0);
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile:hover:before {
  background: rgba(0, 0, 0, 0.55);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.attachment-holder .thumbnail-overlay .gallery-thumb-tile:hover .title-holder {
  visibility: visible;
}
.attachment-holder .fullscreen-left-col .img-holder {
  height: 100%;
  text-align: center;
}
.attachment-holder .fullscreen-left-col .img-holder img {
  max-height: 100%;
}
.attachment-holder .fullscreen-right-col {
  position: absolute;
}
/*
    Fullscreen styling
*/
.gallery-holder .close-x {
  background: url("https://www.gofugyourself.com/wp-content/themes/wp-theme-base/assets/images/close-x.png") -2px -3px no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 3px;
  vertical-align: middle;
}
.gallery-holder .fullscreen-menu .gallery-title {
  font-size: 23px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-holder .fullscreen-menu .logo {
  border-right: solid 1px #ededed;
  text-align: center;
}
.gallery-holder .fullscreen-right-col .right-col-ad {
  padding-top: 7px;
}
.gallery-holder .fullscreen-right-col .right-col-ad .ad-header {
  color: #999;
  font-family: Arial;
  font-size: 10px;
  text-align: center;
}
.gallery-holder .fullscreen-right-col .fixed-bottom {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-holder .fullscreen-right-col .fixed-bottom .credit {
  font-size: 12px;
  padding: 0 20px 14px;
}
.gallery-holder .fullscreen-right-col .fixed-bottom .credit small {
  font-size: 12px;
}
.gallery-info,
.gallery-bottom,
.footer-recommended,
footer {
  position: relative;
  z-index: 1;
}
.gallery-info {
  background: rgba(255, 255, 255, 0.9);
}
.gallery-bottom,
.footer-recommended {
  background: #fff;
}
.gallery-info {
  border-bottom: solid 1px #ededed;
}
.gallery-info .info-col #disqus_thread {
  min-height: 328px;
}
.gallery-info .info-col .zergnet {
  border-bottom: solid 5px #f9f9f9;
}
.gallery-info .info-col .slide-info-holder {
  position: relative;
  margin: 30px auto;
  max-width: 80%;
}
.gallery-info .info-col .slide-info-holder h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 20px;
  min-height: 32px;
}
.gallery-info .info-col .slide-info-holder,
.gallery-info .info-col .slide-info-holder p {
  font-size: 17px;
  line-height: 30px;
}
.gallery-info .info-col .slide-info-holder a {
  color: #d8d8d8;
}
.gallery-info .info-col .slide-info-holder a:hover {
  color: #000;
}
.gallery-info .info-col .slide-info-holder .description {
  margin-bottom: 20px;
}
.gallery-info .info-col .slide-info-holder .info-bottom:before,
.gallery-info .info-col .slide-info-holder .info-bottom:after {
  content: " ";
  display: table;
}
.gallery-info .info-col .slide-info-holder .info-bottom:after {
  clear: both;
}
.gallery-info .info-col .slide-info-holder .info-bottom:before,
.gallery-info .info-col .slide-info-holder .info-bottom:after {
  content: " ";
  display: table;
}
.gallery-info .info-col .slide-info-holder .info-bottom:after {
  clear: both;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line {
  float: left;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: uppercase;
  width: 90%;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line > div {
  display: inline;
  margin-right: 5px;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line > div:after {
  padding-left: 5px;
  content: '|';
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line > div:last-child {
  margin: 0;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line > div:last-child:after {
  content: '';
  padding: 0;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line .date {
  white-space: nowrap;
}
.gallery-info .info-col .slide-info-holder .info-bottom .comment-count-holder {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  float: right;
  line-height: 1.3em;
}
.gallery-info .info-col .slide-info-holder .info-bottom .comment-count-holder .icon-comment-bubble {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-left: 3px;
}
.gallery-bottom .container.main-container {
  padding-top: 30px;
  margin-bottom: 0;
}
.gallery-holder .fullscreen-left-col:hover .social-holder {
  display: block;
}
.gallery-holder .social-holder {
  display: none;
  height: 34px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.gallery-holder .social-holder .social-icons .social-container {
  position: static;
  overflow: initial;
}
.gallery-holder .social-holder .social-icons .social-container .sharrre {
  margin: 0 10px 7px 0;
  padding: 0;
  width: auto;
}
.gallery-holder .social-holder .social-icons .social-container .sharrre .icon-social {
  margin-right: 0;
  text-align: center;
}
.gallery-holder .social-holder .social-icons .social-container .sharrre .sharrre-title {
  display: none;
}
.gallery-holder .social-holder .social-icons .social-container .sharrre > div {
  height: auto;
  line-height: 34px;
  width: 34px;
}
.gallery-holder .social-holder .social-icons .social-container .sharrre:last-child {
  margin-right: 0;
}
.gallery-holder .social-holder .social-icons .social-container .icon-plus {
  display: none;
}
.gallery-holder .social-holder .social-icons .social-container .more {
  float: left;
}
.gallery-holder .social-holder .social-icons .social-container .more .sharrre {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0px;
}
.gallery-holder .fullscreen-left-col .read-more {
  animation-delay: 2s;
  animation-duration: 6s;
  animation-name: fadeInOut;
}
@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gallery-holder .fullscreen-left-col:hover .read-more {
  opacity: 1;
}
.gallery-holder .fullscreen-left-col .read-more {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: opacity 1s ease;
}
.gallery-holder .fullscreen-left-col .read-more .overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-holder .fullscreen-left-col .read-more .overlay > div {
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  margin: 10px;
  text-transform: uppercase;
}
.gallery-holder .fullscreen-left-col .read-more .overlay > div:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000;
  content: '';
  display: block;
  margin: 4px auto 0;
}
body.show-caption .gallery-holder .fullscreen-left-col .read-more {
  visibility: hidden;
}
.gallery-holder .full-story {
  background: #f3f1f1;
  border-bottom: solid 1px #ededed;
  padding: 14px 0 14px 22px;
}
.gallery-holder .full-story:before,
.gallery-holder .full-story:after {
  content: " ";
  display: table;
}
.gallery-holder .full-story:after {
  clear: both;
}
.gallery-holder .full-story:before,
.gallery-holder .full-story:after {
  content: " ";
  display: table;
}
.gallery-holder .full-story:after {
  clear: both;
}
.gallery-holder .full-story > div,
.gallery-holder .full-story > a {
  float: left;
}
.gallery-holder .full-story h4,
.gallery-holder .full-story h5 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
.gallery-holder .full-story h4 {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.gallery-holder .full-story h4 a {
  color: #d8d8d8;
}
.gallery-holder .full-story h4 a:hover {
  color: #000;
}
.gallery-holder .full-story h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: -1px 0 2px;
  text-transform: uppercase;
}
.gallery-holder .full-story h5 [data-toggle-referrer] {
  visibility: hidden;
}
.gallery-holder .full-story .image-holder {
  width: 75px;
}
.gallery-holder .full-story .text {
  padding: 0 14px;
  width: 216px;
}
.gallery-holder .arrows-buttons {
  margin-top: 18px;
  display: flex;
}
.gallery-holder .arrows-buttons .arrows {
  margin-right: 10px;
  vertical-align: middle;
}
.gallery-holder .arrows-buttons .arrows,
.gallery-holder .arrows-buttons .buttons {
  display: inline-flex;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder {
  padding: 25px 15px;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .arrows {
  width: 112px;
  display: inline-flex;
}

.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow {
  border: solid 2px #222;
  cursor: pointer;
  font-family: 'sm-icons';
  font-size: 28px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  width: 54px;
  flex: 0 0 54px;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow:before {
  font-family: 'sm-icons';
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.next {
  border-width: 2px 2px 2px 1px;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.next:before {
  content: '\e60a';
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.prev {
  border-width: 2px 1px 2px 2px;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.prev:before {
  content: '\e609';
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.slick-disabled {
  cursor: auto;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.slick-disabled,
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.slick-disabled:hover {
  border-color: #888 !important;
  color: #888 !important;
  background: transparent;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .xofy {
  font-size: 19px;
  font-family: "Helvetica", Arial, sans-serif;
}
/*
*   Arrow hovers and button panel hovers
*/
body.gallery-next-hover .gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.next,
body.gallery-prev-hover .gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.prev,
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow:hover {
  border-color: #d8d8d8;
  color: #d8d8d8;
}
/*
*   Next / Prev panels
*/
.gallery-holder .fullscreen-left-col .panel-prev,
.gallery-holder .fullscreen-left-col .panel-next,
.gallery-holder .fullscreen-left-col .panel-zoom {
  cursor: pointer;
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.gallery-holder .fullscreen-left-col .panel-prev {
  left: 0;
}
.gallery-holder .fullscreen-left-col .panel-next {
  right: 0;
}
.gallery-holder .fullscreen-left-col .panel-zoom {
  left: 10%;
  right: 10%;
  width: auto;
}
.gallery-holder .fullscreen-right-col button {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0;
  border: 0 solid transparent;
  background: transparent;
}

.gallery-holder .fullscreen-right-col .buttons button {
  margin-right: 12px;
}

body.gallery-zoom-hover .gallery-holder .fullscreen-right-col .buttons [data-show-zoom],
.gallery-holder .fullscreen-right-col .buttons span:hover {
  color: #d8d8d8;
}
.gallery-info .slide-info-holder .hide-caption {
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 25px auto;
  background-image: url("https://www.gofugyourself.com/wp-content/plugins/wp-pi-gallery/images/downarrow.svg");
  cursor: pointer;
  display: none;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
}
body.show-caption .gallery-info .slide-info-holder .hide-caption {
  display: block;
}
body.show-thumbnails .gallery-holder .fullscreen-right-col .buttons span.show-thumbnails {
  background-image: url("https://www.gofugyourself.com/wp-content/plugins/wp-pi-gallery/images/portrait.svg");
}
.gallery-holder {
  border-bottom: solid 1px #ededed;
}
.gallery-holder hr {
  border-color: #ededed;
}
.gallery-holder .fullscreen-right-col {
  background: #fff;
  border-left: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder {
  border-top: solid 1px #ededed;
}
/*
    Video slide styling
*/
.gallery-slide.video-slide {
  position: relative;
}
.gallery-slide.video-slide:after {
  border: solid 10px #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: 'sm-icons';
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -58px;
  height: 116px;
  line-height: 97px;
  opacity: .7;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  width: 115px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-slide.video-slide.play:after {
  content: initial;
}
.gallery-slide.video-slide.play [data-toggle="embed"] {
  display: none;
}
.gallery-slide.video-slide.play .embed {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.3%;
  padding-top: 35px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.gallery-slide.video-slide.play .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
*   Ad slide styling
*/
.gallery-holder .gallery-ad-slide {
  background: #fff;
  padding: 0 20px 0 60px;
}
.gallery-holder .gallery-ad-slide .slide-content {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}
/*
    Info Styling
*/
.gallery-holder .credit {
  display: block;
  font-size: 12px;
  padding: 0 15px;
  text-align: right;
  visibility: hidden;
}
.gallery-holder .credit small {
  font-weight: bold;
  text-transform: uppercase;
}
.gallery-holder .info-holder {
  padding: 30px 20px 20px;
  position: relative;
}
.gallery-holder .info-holder:before,
.gallery-holder .info-holder:after {
  content: " ";
  display: table;
}
.gallery-holder .info-holder:after {
  clear: both;
}
.gallery-holder .info-holder:before,
.gallery-holder .info-holder:after {
  content: " ";
  display: table;
}
.gallery-holder .info-holder:after {
  clear: both;
}
.gallery-holder .info-holder .title {
  font-size: 22px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.gallery-holder .info-holder .xofy {
  color: #999;
  font-size: 11px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  line-height: 14px;
  right: 15px;
  position: absolute;
  top: 0;
}
/*
*   Thumb Overlay Styling
*/
.gallery-holder .thumbnail-overlay {
  padding: 20px;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile {
  cursor: pointer;
  margin: 0 10px 10px 0;
  position: relative;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile .title-holder {
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  padding: 0 10px;
  line-height: 1.3em;
  max-height: 11.7em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  overflow: hidden;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile .title-holder .title {
  display: block;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile.show-more:hover:after {
  content: '...';
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #fff;
  transform: translate(-50%, 0);
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile:hover:before {
  background: rgba(0, 0, 0, 0.55);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile:hover .title-holder {
  visibility: visible;
}
/*
*   Reco slide styling
*/
.slick-slide.gallery-reco-slide {
  position: relative;
  text-align: center;
}
.slick-slide.gallery-reco-slide > div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.slick-slide.gallery-reco-slide img {
  display: inline-block;
  max-height: 300px;
}
.slick-slide.gallery-reco-slide .link-holder {
  margin: 0 auto;
  max-width: 400px;
}
.slick-slide.gallery-reco-slide .link-holder h2 {
  color: #d8d8d8;
  font-size: 26px;
  line-height: 1.3em;
  margin: 10px 0 20px;
}
.slick-slide.gallery-reco-slide .link-holder h2:hover {
  color: #000;
}
.slick-slide.gallery-reco-slide .link-holder h3 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.slick-slide.gallery-reco-slide .link-holder .start-button {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 0 12px;
  text-transform: uppercase;
}
.slick-slide.gallery-reco-slide .link-holder .start-button:after {
  content: '»';
}
/*
    Countdown styling
*/
.gallery-canvas {
  background-color: #fff;
  padding: 0;
}
.gallery-canvas .credit-holder {
  display: block;
  font-size: 12px;
  padding: 0 15px;
  text-align: right;
  visibility: hidden;
}
.gallery-canvas .credit-holder small {
  font-weight: bold;
  text-transform: uppercase;
}
.gallery-canvas .main_img {
  text-align: center;
}
/*
* Common archive pages
*/
body.archive .left-col .sp-pagination {
  margin-top: 52px;
}
/*
* Archive, Category, Tag Page
*/
body.archive h1,
body.category h1,
body.posthub h1,
body.search h1,
body.tag h1,
body.tax-media-tags h1,
body.paged h1 {
  border-bottom: solid 1px #f7f7f7;
  color: #d8d8d8;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
/*
* Author Page
*/
body.author .author-desc {
  margin-bottom: 5px;
}
body.author .author-social a {
  display: block;
}
body.author .author-social a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'sm-icons';
  width: 16px;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
body.author .author-social .twitter-handle:before {
  color: #4099ff;
  content: "\f099";
}
body.author .author-social .facebook-handle:before {
  color: #3b5998;
  content: "\f09a";
}
body.author .author-social .google-handle:before {
  color: #dd4b39;
  content: "\e61a";
}
body.author .author-website {
  margin-bottom: 5px;
}
body.author .author-info {
  padding: 15px;
}
body.author .author-info .avatar img {
  border-radius: 50%;
}
body.author .author-info .author-desc {
  padding: 0px;
}
body.author .author h2,
body.author h2.read-more {
  border-bottom: solid 1px #f7f7f7;
  color: #000;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
body.author .left-col .feed {
  margin-top: 20px;
}
.tag-page--article-gallery-holder {
  margin-bottom: 25px;
}
.tag-page--article-gallery-holder .js-main-image-slider--image-from {
  display: block;
}
.tag-page--article-gallery-holder .js-main-image-slider--content {
  display: none;
}
.article-body .wp-polls {
  font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
  position: relative;
}
.article-body .wp-polls .wp-polls-loading {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.article-body .wp-polls .poll-title {
  border-bottom: 2px solid #eee;
}
.article-body .wp-polls .poll-inside p {
  margin: 0;
  padding: 10px 0;
}
.article-body .wp-polls h3 {
  font-size: 20px;
  line-height: 25px;
}
.article-body .wp-polls img {
  display: block;
  margin: 0 auto;
}
.article-body .wp-polls .poll-question {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 13px;
}
.article-body .wp-polls .wp-polls-ans .wp-polls-pollbar {
  display: none;
  height: 10px;
  background-color: #80cef7;
}
.article-body .wp-polls .wp-polls-ans ul {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-left: 0;
}
.article-body .wp-polls .wp-polls-ans ul li {
  margin: 5px 0;
  padding: 3px 5px;
}
.article-body .wp-polls .wp-polls-ans ul li .poll-answer {
  margin-left: 22px;
}
.article-body .wp-polls .wp-polls-ans ul input[type="radio"] {
  float: left;
  margin: 5px 0px;
}
.article-body .wp-polls .wp-polls-ans ul .poll-answer {
  margin-left: 10px;
  line-height: 25px;
  font-size: 13px;
}
.article-body .wp-polls .wp-polls-ans ul .poll-answer label {
  font-weight: normal;
}
.article-body .wp-polls .poll-bottom {
  text-align: center;
}
.article-body .wp-polls .Buttons {
  background-color: transparent;
  border: none;
  font-family: Arvo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}
.article-body .wp-polls .Buttons:hover {
  color: #e64831;
}
.widget_polls-widget .poll-title {
  display: none;
}
/*
*   Sponsored post byline styling
*/
body.single .article-body .sponsor {
  display: inline-block;
}
body.single .article-body .sponsor a img {
  margin-left: 3px;
  margin-right: 3px;
  max-height: 40px;
}
.wp-pi-sponsored-content-interrupter .shared-by {
  color: #b2b2b2;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.wp-pi-sponsored-content-interrupter .shared-by a {
  color: #d8d8d8;
}
.wp-pi-sponsored-content-interrupter .shared-by a:hover {
  color: #000;
}
/*
*   Left col styling
*/
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter {
  border-bottom: solid 1px #f7f7f7;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:before,
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:after {
  content: " ";
  display: table;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:after {
  clear: both;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:before,
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:after {
  content: " ";
  display: table;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter:after {
  clear: both;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter .image-holder {
  margin: 0 0 18px;
  float: none;
  width: 100%;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter .posts-holder {
  overflow: visible;
}
.left-col .feed-large-image .wp-pi-sponsored-content-interrupter .shared-by {
  margin-bottom: 22px;
}
.left-col .wp-pi-sponsored-content-interrupter {
  margin-bottom: 20px;
}
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post {
  float: left;
  padding: 0px;
}
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:before,
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:after {
  content: " ";
  display: table;
}
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:after {
  clear: both;
}
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:before,
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:after {
  content: " ";
  display: table;
}
.left-col .wp-pi-sponsored-content-interrupter .interrupter-post:after {
  clear: both;
}
.left-col .wp-pi-sponsored-content-interrupter .posts-holder {
  overflow: hidden;
}
.left-col .wp-pi-sponsored-content-interrupter .image-holder {
  float: left;
  margin: 0;
  width: 50%;
}
.left-col .wp-pi-sponsored-content-interrupter .preview-holder {
  float: left;
  padding-left: 20px;
  width: 50%;
}
.left-col .wp-pi-sponsored-content-interrupter .preview-holder h3,
.left-col .wp-pi-sponsored-content-interrupter .preview-holder h2 {
  font-size: 21px;
}
.left-col .wp-pi-sponsored-content-interrupter .sponsor {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 0px;
  margin-bottom: 10px;
}
.left-col .wp-pi-sponsored-content-interrupter .sponsor a {
  color: #d8d8d8;
}
.left-col .wp-pi-sponsored-content-interrupter .sponsor img {
  margin-right: 3px;
  max-height: 30px;
}
.left-col .wp-pi-sponsored-content-interrupter .sponsor span {
  font-size: 16px;
}
.left-col .wp-pi-sponsored-content-interrupter .shared-by {
  margin-bottom: 12px;
}
.left-col .wp-pi-sponsored-content-interrupter .shared-by a {
  color: #d8d8d8;
}
.left-col .wp-pi-sponsored-content-interrupter .shared-by a:hover {
  color: #000;
}
/*
*   Sidebar styling
*/
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter {
  padding-top: 0px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .preview-holder h2,
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .preview-holder h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 6px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .image-holder {
  margin-bottom: 12px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .sponsor {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .sponsor a {
  color: #d8d8d8;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .sponsor a img {
  margin-right: 3px;
  max-height: 30px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .shared-by {
  margin: 17px 0 0;
}
#ad_native_instream,
#ad_native_rightrail {
  line-height: 0;
}
body#featured {
  background: none;
}
body#featured #banner .social-holder-top {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 40px;
  width: 300px;
}
body#featured #banner .social-holder-top .social-icons {
  position: relative;
  margin-top: 0px;
}
body#featured #banner .social-holder-top .social-icons .social-container {
  border: 0px;
  background: none;
  text-align: right;
}
body#featured #banner .social-holder-top .social-icons .title {
  display: inline-block;
  border: 0px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 40px;
  color: black;
  font-weight: normal;
  padding: 0px;
  vertical-align: middle;
}
body#featured #banner .social-holder-top .social-icons .title:after {
  content: ":";
}
body#featured #banner .social-holder-top .social-icons .more {
  display: inline-block;
}
body#featured #banner .social-holder-top .social-icons .sharrre {
  display: inline-block;
  vertical-align: middle;
}
body#featured #banner .social-holder-top .social-icons .sharrre > div {
  border: 0px;
  padding: 11px 9px 11px;
}
body#featured #banner .social-holder-top .social-icons .sharrre .icon-social {
  color: black;
  font-size: 18px;
}
body#featured #banner .social-holder-top .social-icons .sharrre .count {
  display: none;
}
body#featured #banner .social-and-search {
  position: absolute;
  right: 0px;
  width: 500px;
}
body#featured #banner .social-and-search .social-block {
  background: transparent;
}
body#featured #banner .social-and-search .social-block .social-links {
  float: right;
  background: transparent;
  border: 0;
}
body#featured #banner .social-and-search .social-block .social-links .more-social-icons ul {
  background: transparent;
  float: right;
  margin-left: 0px;
}
body#featured #banner .social-and-search .social-block .social-links .more-social-icons .icon-plus {
  color: black;
}
body#featured #banner .social-and-search .social-block .social-links .more-social-icons.active .icon-plus {
  display: none;
}
body#featured #banner .social-and-search .social-block li a {
  color: black;
}
body#featured #banner .social-and-search .social-block li a:hover {
  color: #666;
}
body#featured .ooyala-video-wrapper {
  width: 100% !important;
  height: 363px !important;
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  margin-top: -11px;
}
body#featured .ooyala-video-wrapper > div {
  z-index: 1 !important;
}
body#featured .ooyala-video-wrapper object,
body#featured .ooyala-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body#featured article.featured .titles h1 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  min-height: 93px;
}
body#featured article.featured .titles h2 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
body#featured article.featured #featured-content .social-holder {
  width: 900px;
  padding: 0px 20px;
  margin: 0 auto 20px;
}
body#featured article.featured #featured-content .social-holder .social-icons {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
body#featured article.featured #featured-content .social-holder .social-icons .sharrre {
  width: 92px;
  padding: 0px;
  margin-right: 7px;
}
body#featured article.featured #featured-content .social-holder .social-icons .social-container {
  position: absolute;
  width: 100%;
}
body#featured article.featured #featured-content .social-holder .social-icons .social-container .more {
  display: block;
}
body#featured article.featured #featured-content .social-holder .social-icons .social-container .more .sharrre {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#featured article.featured #featured-content .social-holder .social-icons .social-container .icon-plus {
  display: none;
}
body#featured article.featured #featured-content .social-holder .social-icons.stuck {
  position: fixed;
  top: 4px;
  width: 60%;
}
body#featured article.featured #featured-content .social-holder .social-icons.stuck .sharrre {
  margin-right: 7px;
  padding: 0px;
  width: 92px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block.active .img-holder .border {
  background-color: #d8d8d8;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading .arrow:before {
  content: "\e900";
  font-weight: bold;
  height: 18px;
  font-size: 18px;
  line-height: 10px;
  font-family: "sm-icons";
  color: #d8d8d8;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .index {
  background-color: rgba(216, 216, 216, 0.7);
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .overlay {
  background-color: rgba(216, 216, 216, 0.7);
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .overlay .index {
  background: none;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .index {
  background: #d8d8d8;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .post-title {
  color: #d8d8d8;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content .oembed {
  text-align: center;
}
body#featured article.featured .sp-pagination {
  margin: 0 auto;
  width: 710px;
}

#featured #banner {
  transition: all 0.2s ease-in-out;
}
body#featured header#banner.social-hide {
  top: -50px;
  transition: all 0.2s ease-in-out;
}
body#featured header#banner div.logo-wrapper a.logo_style {
  transition: all 0.2s ease-in-out;
}
body#featured header#banner div.logo-wrapper a.logo_style.stuck {
  width: 66px;
}
body#featured header#banner div.logo-wrapper a.logo_style.stuck img {
  height: 40px;
  width: 66px;
  transition: all 0.2s ease-in-out;
}
body#featured #ad_native_rightrail,
body#featured #ad_native_instream {
  display: none;
}
body#featured .featured-social-icons {
  color: #666;
  display: block;
  position: absolute;
  z-index: 2000;
}
body#featured .social-icons.small .more .icon-plus {
  display: block;
}
body#featured .social-icons.small .more .sharrre {
  display: none;
}
body#featured .social-icons.small .more:hover .sharrre {
  display: block;
}
body#featured .social-icons.small .more:hover .icon-plus {
  display: none;
}
body#featured ul.featured-social {
  display: none;
}
body#featured #featured-content .mainembed .description-wrapper,
body#featured #featured-content .mainembed .credit-wrapper {
  line-height: 20px;
}
body#featured #featured-content .mainembed .description-wrapper .credit {
  margin-left: 5px;
}
body#featured #featured-content .mainembed .float-left,
body#featured #featured-content .mainembed .align-left {
  float: left;
  margin: 0 30px 0 -55px;
}
body#featured #featured-content .mainembed .float-right,
body#featured #featured-content .mainembed .align-right {
  float: right;
  margin: 0 -55px 0 30px;
}
/*
* Mixins
*/
/*
* Common
*/
h1,
h2 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
}
a:hover {
  color: #6c6c6c;
  text-decoration: none;
}
hr {
  border-color: #f7f7f7;
  border-width: 5px;
}
hr.header {
  border: none;
  border-top: solid 1px #e4e4e4;
  margin: 20px 0 10px;
}
p {
  font-size: 19px;
  line-height: 33px;
  margin-bottom: 20px;
}
.container.main-container {
  margin-bottom: 0;
}
/*
*	Image Overlay
*/
.mainembed {
  position: relative;
}
.mainembed .text-overlay {
  background-color: #000;
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: -12px;
  line-height: 13px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}
/*
*   Gallery overlay
*/
.left-col .featured-gallery-holder,
.gallery-canvas,
.left-col {
  position: relative;
}
.left-col .featured-gallery-holder .slide-count-holder,
.gallery-canvas .slide-count-holder,
.left-col .slide-count-holder,
.left-col .featured-gallery-holder .gallery-view-gallery-link,
.gallery-canvas .gallery-view-gallery-link,
.left-col .gallery-view-gallery-link {
  bottom: auto;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.left-col .featured-gallery-holder .slide-count,
.gallery-canvas .slide-count,
.left-col .slide-count,
.left-col .featured-gallery-holder .text,
.gallery-canvas .text,
.left-col .text {
  background-color: #e11e25;
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 8px 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  white-space: nowrap;
}
.left-col .featured-gallery-holder .slide-count span,
.gallery-canvas .slide-count span,
.left-col .slide-count span,
.left-col .featured-gallery-holder .text span,
.gallery-canvas .text span,
.left-col .text span {
  background-color: transparent;
  border: solid 2px #fff;
  display: inline-block;
  height: 22px;
  line-height: 36px;
  margin-right: 14px;
  position: relative;
  top: 8px;
  width: 22px;
}
.left-col .featured-gallery-holder .slide-count span:before,
.gallery-canvas .slide-count span:before,
.left-col .slide-count span:before,
.left-col .featured-gallery-holder .text span:before,
.gallery-canvas .text span:before,
.left-col .text span:before,
.left-col .featured-gallery-holder .slide-count span:after,
.gallery-canvas .slide-count span:after,
.left-col .slide-count span:after,
.left-col .featured-gallery-holder .text span:after,
.gallery-canvas .text span:after,
.left-col .text span:after {
  content: '';
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: -6px;
  left: 2px;
  height: 22px;
  width: 22px;
}
.left-col .featured-gallery-holder .slide-count span:after,
.gallery-canvas .slide-count span:after,
.left-col .slide-count span:after,
.left-col .featured-gallery-holder .text span:after,
.gallery-canvas .text span:after,
.left-col .text span:after {
  top: -10px;
  left: 6px;
}
.gallery-canvas .gallery-view-gallery-link {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform: none;
}
.gallery-canvas .photo-count {
  display: none;
}
/*
*   Video Embed
*/
.left-col .post .image-holder .video-overlay,
.left-col .article-body .video-overlay {
  border: solid 2px rgba(255, 255, 255, 0.5);
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
}
.left-col .post .image-holder .video-overlay > div,
.left-col .article-body .video-overlay > div {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 12px 8px 39px;
  position: static;
  white-space: nowrap;
}
.left-col .post .image-holder .video-overlay:after,
.left-col .article-body .video-overlay:after {
  border-width: 3px;
  font-size: 10px;
  height: 25px;
  left: 0;
  line-height: 19px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -12px;
  opacity: 1;
  padding-left: 3px;
  padding-top: 1px;
  top: 50%;
  width: 25px;
}
.PiLogin.ui-dialog.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button {
  color: #e11e25;
}
#menu {
  background-color: #222222;
  border-bottom: solid 2px #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  height: 60px;
}
#menu .inner-nav-holder .navbar-collapse ul.navbar-nav {
  position: relative;
  top: 20px;
}
#menu .inner-nav-holder .navbar-collapse ul.navbar-nav a {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
}
#menu .inner-nav-holder .navbar-collapse ul.navbar-nav a:hover {
  color: #6c6c6c;
}
#menu .inner-nav-holder .navbar-collapse ul.navbar-nav .dropdown-menu ul a {
  color: #000;
}
#menu div.search {
  border: none;
}
#menu.shrunk {
  height: 40px;
}
#menu.shrunk .inner-nav-holder .navbar-collapse ul.navbar-nav {
  top: 2px;
}
#menu.shrunk > .container {
  padding: 0px;
}
#menu.shrunk #logo {
  padding-top: 0;
}
#menu.shrunk #logo .logo {
  height: 36px;
}
#menu.shrunk:before {
  display: none;
}
#menu.shrunk .main-nav li a {
  line-height: 1em;
}
#menu:before {
  height: 24px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
/*
*   Logo
*/
#menu #logo {
  padding: 5px 10px 0 20px;
  margin-left: 0px;
  height: auto;
}
#menu #logo .logo {
  width: 300px;
  height: 43px;
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/logo-white.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*
*   Main level nav
*/
#menu .main-nav > li > a {
  font-size: 16px;
  padding: 11px 18px 7px;
  position: relative;
  font-weight: 600;
}
#menu .main-nav .dropdown {
  position: static;
}
#menu .main-nav .dropdown .caret {
  color: #e11e25;
  border-top: 5px solid;
  margin-bottom: 2px;
}
#menu .main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  border-bottom: 5px solid black;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  left: 20px;
  min-width: 601px;
}
#menu .main-nav .dropdown .dropdown-menu * {
  transition: all 0s ease 0s;
}
#menu .main-nav .dropdown .dropdown-menu a {
  font-size: 19px;
}
#menu .main-nav .dropdown .dropdown-menu ul {
  float: left;
  width: 200px;
  padding: 10px 30px 0 0;
  border-right: 1px solid black;
  margin: 0 30px 20px 0;
  min-height: 173px;
}
#menu .main-nav .dropdown .dropdown-menu ul li {
  text-align: right;
  margin-top: 5px;
}
#menu .main-nav .dropdown .dropdown-menu ul li a {
  text-transform: none;
}
#menu .main-nav .dropdown .dropdown-menu ul li a:hover {
  color: #e11e25;
}
#menu .main-nav .dropdown .dropdown-menu .featured-nav {
  float: left;
  width: 340px;
  margin-top: 20px;
}
#menu .main-nav .dropdown .dropdown-menu .featured-nav .the-latest {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
}
#menu .main-nav .dropdown .dropdown-menu .featured-nav .feat-title a {
  text-transform: none;
  color: black;
}
#menu .main-nav .dropdown .dropdown-menu .featured-nav .feat-title a:hover {
  color: #e11e25;
}
#menu .main-nav .dropdown .dropdown-menu .featured-nav .image-holder {
  display: block;
  width: 140px;
  float: left;
  margin: 0 20px 20px 0;
}
/*
*   Menu Search
*/
#menu .search {
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0 1px;
  height: 40px;
  float: left;
  transition: border-color 0 ease 0.5s;
}
#menu .search:before,
#menu .search:after {
  content: " ";
  display: table;
}
#menu .search:after {
  clear: both;
}
#menu .search:before,
#menu .search:after {
  content: " ";
  display: table;
}
#menu .search:after {
  clear: both;
}
#menu .search.open {
  border-color: #525252;
  transition: none;
}
#menu .search.open #header-search .query-holder {
  display: block;
  width: 125px;
}
#menu .search.open #header-search .search-submit {
  background: #525252;
  color: #000;
  height: 40px;
  transition: none;
}
#menu .search #header-search {
  line-height: 40px;
}
#menu .search #header-search .query-holder {
  float: left;
  width: 0;
  transition: width 0.5s ease;
}
#menu .search #header-search .query-holder input {
  background: #525252;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 30px;
  outline: none;
  padding: 5px 0 5px 15px;
  width: 100%;
}
#menu .search #header-search .search-submit {
  float: left;
  color: #cccccc;
  cursor: pointer;
  display: block;
  font-family: 'sm-icons';
  font-size: 20px;
  padding: 0 15px;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu .search #header-search .search-submit:after {
  content: "\f002";
}
#menu .search {
  height: 40px;
}
#menu .search #header-search {
  line-height: 33px;
}
#menu .search #header-search .query-holder input {
  height: 34px;
}
#menu .search.open #header-search .search-submit {
  height: 34px;
}
#menu.shrunk .social-and-search .search #header-search .search-submit {
  line-height: 32px;
  height: 32px;
}
#menu.shrunk .social-and-search .search #header-search .query-holder input {
  height: 32px;
}
/*
* Social Icons
*/
#menu .social-and-search,
#banner .social-and-search {
  float: right;
}
#menu .social-and-search .social-links,
#banner .social-and-search .social-links {
  background-color: #f8f8f8;
  border-left: solid 1px #d6d6d6;
  float: left;
  padding: 0 5px;
}
#menu .social-and-search .social-links li,
#banner .social-and-search .social-links li {
  color: #d6d6d6;
  float: left;
  font-size: 20px;
  line-height: 40px;
}
#menu .social-and-search .social-links li a,
#banner .social-and-search .social-links li a,
#menu .social-and-search .social-links li span,
#banner .social-and-search .social-links li span {
  padding: 0 10px;
  line-height: 40px;
}

.social-and-search .social-links li span:hover,
.social-and-search .social-links li span:hover {
  color: #6c6c6c;
  text-decoration: none;
}

.social-and-search .social-links li a {
  color: #d6d6d6;
}
.social-and-search .more-social-icons .icon-plus {
  float: left;
}
.social-and-search .more-social-icons.active ul {
  margin-left: -40px;
}

.social-and-search .more-social-icons.active ul.extra-1 {
  max-width: 40px;
}

.social-and-search .more-social-icons.active ul.extra-2 {
  max-width: 80px;
}
.social-and-search .more-social-icons.active ul.extra-3 {
  max-width: 120px;
}
.social-and-search .more-social-icons.active ul.extra-4 {
  max-width: 160px;
}
.social-and-search .more-social-icons.active ul.extra-5 {
  max-width: 200px;
}
.social-and-search .more-social-icons.active ul.extra-6 {
  max-width: 240px;
}
.social-and-search .more-social-icons.active ul.extra-7 {
  max-width: 280px;
}
.social-and-search .more-social-icons.active ul.extra-8 {
  max-width: 320px;
}
.social-and-search .more-social-icons ul {
  background-color: #f8f8f8;
  float: left;
  max-width: 0px;
  max-height: 40px;
  overflow: hidden;
}

.social-and-search .more-social-icons ul.extra-1 {
  transition: all 0.1s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-2 {
  transition: all 0.2s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-3 {
  transition: all 0.3s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-4 {
  transition: all 0.4s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-5 {
  transition: all 0.5s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-6 {
  transition: all 0.6s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-7 {
  transition: all 0.7s ease-in-out 0.1s;
}
.social-and-search .more-social-icons ul.extra-8 {
  transition: all 0.8s ease-in-out 0.1s;
}
#menu .social-and-search {
  top: 24px;
}
#menu .social-and-search .social-links {
  border: none;
  background-color: #222;
  padding: 7px 5px 0;
}
#menu .social-and-search .social-links li {
  line-height: normal;
  font-size: 20px;
}
#menu .social-and-search .social-links li a {
  line-height: normal;
  padding: 0 10px;
}
#menu.shrunk .social-and-search {
  top: 3px;
}
#menu.shrunk .social-and-search .social-links li {
  line-height: normal;
  height: auto;
}
footer {
  background-color: #e9e5e5;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  color: black;
}
footer .row {
  margin-bottom: 20px;
}
footer a {
  color: black;
}
footer a:hover {
  color: #e11e25;
}
footer .footer-logo span {
  display: block;
  height: 50px;
  width: 350px;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/logo.svg');
  background-position: center;
  background-repeat: no-repeat;
}
footer ul.menu {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  margin: 20px 0;
  list-style-type: none;
  text-transform: uppercase;
}
footer ul.menu li {
  display: inline-block;
  margin-right: 10px;
}
footer ul.social-links {
  list-style-type: none;
}
footer ul.social-links li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 4px;
}
footer .info,
footer .spin-links {
  font-size: 10px;
  color: black;
}
footer .info a,
footer .spin-links a {
  color: black;
}
footer .info a:hover,
footer .spin-links a:hover {
  color: #e11e25;
}
footer .spin-links {
  margin: 20px 0 0;
}
footer .spin-links .comscore--link {
  margin-right: 10px;
}
footer .comscore-header-links a {
  color: black;
  font-weight: bold;
}
footer .comscore--body a {
  color: black;
}
footer .footer-logo {
  margin-top: 16px;
}
footer .site-name {
  font-weight: bold;
}
footer .container .row .subscribe {
  text-align: center;
}
footer .container .row .subscribe LABEL {
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  line-height: 36px;
  height: 36px;
  vertical-align: middle;
  margin: 0;
}
footer .container .row .subscribe #email {
  color: black;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 14px;
  border-radius: 0;
  border: 0;
}
footer .container .row .subscribe button {
  background-color: #e11e25;
  border: 0;
  border-radius: 0;
  color: white;
  padding: 6px 25px;
}
.footer-ad-holder {
  padding: 20px 15px;
}
.footer-recommended {
  background: #d8d8d8;
  padding-top: 40px;
  padding-bottom: 35px;
}
.footer-recommended .img-wrap {
  overflow: hidden;
}
.footer-recommended .container .row {
  margin: 0 -14px;
}
.footer-recommended .post {
  padding: 0 14px;
  position: relative;
}
.container.featured-galleries {
  padding-top: 15px;
}
.container.featured-galleries .row {
  margin: 0;
}
.container.featured-galleries .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container.featured-galleries .row > div:first-child {
  padding-right: 0;
}
.container.featured-galleries .row > div:last-child {
  padding-left: 0;
}
.container.featured-galleries .row .small-story .post .title h2 {
  font-size: 18px;
  line-height: 22px;
}
.container.featured-galleries .row .small-story .post .author {
  margin-top: 4px;
}
.container.featured-galleries .row .xs-small-story .post .title h2 {
  font-size: 16px;
  line-height: 20px;
}
.container.featured-galleries .row .xs-small-story .post .author {
  margin-top: 4px;
}
.container.featured-galleries h3 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  margin: 15px 0 20px;
}
.container.featured-galleries hr {
  margin-top: 25px;
  margin-bottom: 15px;
}
.container.featured-galleries hr:last-child {
  margin-bottom: 150px;
}
.container.featured-galleries .post {
  color: black;
  position: relative;
}
.container.featured-galleries .post a {
  color: black;
}
.container.featured-galleries .post:after {
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/carousel-gradient.png') repeat-x bottom;
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.container.featured-galleries .post .title {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
}
.container.featured-galleries .post .title h2 {
  font-size: 28px;
  line-height: 32px;
  color: black;
}
.container.featured-galleries .post .author {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.sp-pagination {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
}
.sp-pagination .current {
  font-size: 16px;
  text-align: center;
}
.sp-pagination .current a,
.sp-pagination .current span {
  margin: 0px 5px;
}
.sp-pagination .current .active {
  color: #d8d8d8;
}
.sp-pagination .next,
.sp-pagination .prev {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}
.sp-pagination .next > div,
.sp-pagination .prev > div {
  display: inline-block;
}
.sp-pagination .next .pag-arrow,
.sp-pagination .prev .pag-arrow {
  height: 30px;
  color: #000;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}
.sp-pagination .next .icon,
.sp-pagination .prev .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain;
}
.sp-pagination .next .icon.prev,
.sp-pagination .prev .icon.prev {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/LeftArrow.svg');
}
.sp-pagination .next .icon.prev:hover,
.sp-pagination .prev .icon.prev:hover {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/LeftArrow-Rollover.svg');
}
.sp-pagination .next .icon.next,
.sp-pagination .prev .icon.next {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/RightArrow.svg');
}
.sp-pagination .next .icon.next:hover,
.sp-pagination .prev .icon.next:hover {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/RightArrow-Rollover.svg');
}
.sp-pagination .next:hover a,
.sp-pagination .prev:hover a {
  color: #e11e25;
}
.sp-pagination .next:hover .icon.prev,
.sp-pagination .prev:hover .icon.prev {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/LeftArrow-Rollover.svg');
}
.sp-pagination .next:hover .icon.next,
.sp-pagination .prev:hover .icon.next {
  background-image: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/RightArrow-Rollover.svg');
}
.sp-pagination .next {
  text-align: right;
}
.sp-pagination .next .pag-arrow {
  margin-left: 5px;
}
.sp-pagination .prev .pag-arrow {
  margin-right: 5px;
}
/*
*	Story board layout
*/
.container.storyboard .image-holder {
  overflow: hidden;
}
.container.storyboard .row .big-story img {
  height: 426px;
  max-width: none;
}
.container.storyboard .row .small-story .post .title h2 {
  font-size: 20px;
  line-height: 1.2em;
}
.container.storyboard .row .small-story .post .author {
  margin-top: 5px;
}
.container.storyboard .row .xs-small-story .post .title h2 {
  font-size: 16px;
  line-height: 20px;
}
.container.storyboard .row .xs-small-story .post .author {
  margin-top: 4px;
}
.container.storyboard h3 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  margin: 15px 0 10px;
}
.container.storyboard hr {
  border-color: #dfdfdf;
  margin-top: 20px;
  margin-bottom: 15px;
}
.container.storyboard hr:last-child {
  margin-bottom: 0px;
}
.container.storyboard .post {
  color: #fff;
}
.container.storyboard .post:hover .image-holder a::after {
  background: rgba(0, 0, 0, 0.65);
}
.container.storyboard .post .image-holder a::after {
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/carousel-gradient.png') repeat-x bottom;
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.container.storyboard .post a {
  color: #fff;
}
.container.storyboard .post .title {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
}
.container.storyboard .post .title h2 {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
.container.storyboard .post .author {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
/*
* Video Overlays
*/
.left-col .article-body .video-overlay:after {
  border: solid 3px #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: 'sm-icons';
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -12px;
  height: 25px;
  line-height: 19px;
  opacity: 1;
  padding-left: 3px;
  padding-top: 1px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
*   Styling for header carousel
*/
.carousel-widget-tile {
  margin: 0 -5px;
}
.carousel-widget-tile .carousel-slide {
  margin: 0 5px;
  position: relative;
}
.carousel-widget-tile .carousel-slide .carousel-thumb img {
  width: 480px;
  height: 320px;
}
.carousel-widget-tile .carousel-slide .carousel-thumb::after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
}
.carousel-widget-tile .carousel-slide .carousel-text-holder {
  display: block;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/carousel-gradient.png') repeat-x bottom;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.carousel-widget-tile .carousel-slide .carousel-text-holder:hover {
  background: rgba(0, 0, 0, 0.65);
}
.carousel-widget-tile .carousel-slide .carousel-text {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  display: block;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  padding: 10px 20px;
  width: 70%;
  z-index: 2;
}
.carousel-widget-tile .carousel-slide .carousel-text .category {
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: white;
}
.carousel-widget-tile .carousel-slide .carousel-text .category a {
  color: white;
}
.carousel-widget-tile .carousel-slide .carousel-text .category .category-background {
  padding: 3px 8px;
  background-color: #e11e25;
}
.carousel-widget-tile .carousel-slide .carousel-text .title {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  max-height: 7.7em;
  overflow: hidden;
  letter-spacing: -0.025em;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.95);
}
.carousel-widget-tile .carousel-slide .carousel-text .title a {
  color: white;
}
.carousel-widget-tile .carousel-slide .carousel-text .title a:hover {
  color: #6c6c6c;
}
.carousel-widget-tile .carousel-slide .carousel-text p {
  display: none;
}
.carousel-widget-tile .carousel-slide:hover .carousel-text .title a {
  color: #cccccc;
}
/*
*   Header Carousel arrow styling
*/
.carousel-widget-tile .prev,
.carousel-widget-tile .next {
  background-color: #d8d8d8;
  cursor: pointer;
  height: 37px;
  width: 19px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.carousel-widget-tile .prev {
  left: -17px;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/LeftArrow.svg');
}
.carousel-widget-tile .prev:hover {
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/LeftArrow-Rollover.svg');
}
.carousel-widget-tile .next {
  right: -17px;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/RightArrow.svg');
}
.carousel-widget-tile .next:hover {
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/RightArrow-Rollover.svg');
}
/*
*   Common left-col styles
*/
.left-col .author,
.left-col .category {
  color: #3c3c3c;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}
.left-col .author a,
.left-col .category a {
  font-weight: normal;
  border-bottom: 2px solid #e11e25;
}
.left-col .author a:hover,
.left-col .category a:hover {
  border-bottom: 2px solid black;
}
.left-col .category {
  margin-top: 0;
  margin-bottom: 15px;
}
.left-col .category a {
  font-weight: 500;
  color: #e11e25;
}
.left-col .category a:hover {
  color: #6c6c6c;
}
/*
*   Split image
*/
.left-col h1 {
  color: #e11e25;
  font-size: 20px;
  letter-spacing: .025em;
  margin: 0 0 15px;
}
.left-col h1::before,
.left-col h1::after {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #e11e25;
  margin-bottom: 5px;
}
.left-col h1::before {
  margin-right: 8px;
}
.left-col h1::after {
  margin-left: 8px;
}
.left-col .feed-split-image .post {
  border-top: 1px solid #e9e5e5;
  padding-top: 40px;
  margin: 0 0 40px;
  position: relative;
}
.left-col .feed-split-image .post .sep {
  border-left: solid 1px black;
  font-size: 16px;
  margin: 0px 5px 0px 4px;
}
.left-col .feed-split-image .post .small-comments {
  border: none;
}
.left-col .feed-split-image .post .small-comments:hover {
  color: #e11e25;
}
.left-col .feed-split-image .post .small-comments .article-comment-bubble:before {
  font-family: sm-icons;
  content: "\f0e5";
  padding-left: 5px;
}
.left-col .feed-split-image .post:first-child {
  border: none;
  padding-top: 0px;
}
.left-col .feed-split-image .post .mainembed .text-overlay {
  left: -4px;
  top: 4px;
}
.left-col .feed-split-image .post .image-holder {
  padding: 0;
}
.left-col .feed-split-image .post .image-holder a {
  display: block;
  position: relative;
}
.left-col .feed-split-image .post .image-holder a.slide-count {
  display: inline-block;
  position: absolute;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs {
  position: absolute;
  bottom: 0;
  left: 220px;
  min-width: 380px;
  text-align: left;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .gallery-count {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  line-height: 1em;
  float: left;
  margin: 55px 0 0;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .gallery-count span.count {
  font-size: 18px;
  font-weight: bold;
  color: #e11e25;
  display: block;
  margin: 0 0 5px;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .gallery-count a:hover {
  color: #d8d8d8;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .gallery-count .count {
  color: #d8d8d8;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .thumbs-holder {
  border: 12px solid white;
  border-bottom: 0;
  background-color: white;
  float: left;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .thumbs-holder ul .thumb {
  position: relative;
  border: 3px solid white;
  border-bottom: 0;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .thumbs-holder ul .thumb img {
  max-height: 75px;
}
.left-col .feed-split-image .post .image-holder .embedded-thumbs .thumbs-holder ul .thumb a:hover:after {
  content: '';
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e9e5e5;
  opacity: .6;
}
.left-col .feed-split-image .post .preview-holder {
  padding: 0 0 0 20px;
}
.left-col .feed-split-image .post .preview-holder h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-top: -5px;
  max-height: none;
  max-width: 280px;
}
.left-col .feed-split-image .post .preview-holder .preview {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.5em;
}
.left-col .feed-split-image .post .preview-holder .preview.gallery {
  display: none;
}
.left-col .feed-split-image .post .preview-holder .author {
  margin-top: 13px;
}
.left-col .feed-split-image .post .preview-holder.text-only {
  border-left: 10px solid #f3f1f1;
  border-right: 10px solid #f3f1f1;
  width: auto;
  padding: 20px;
}
.left-col .feed-split-image .post .preview-holder.text-only h2 {
  max-width: none;
}
.left-col .feed-split-image .post .preview a {
  font-weight: normal;
  color: #e11e25;
  display: block;
  margin-top: 5px;
}
.left-col .feed-split-image .post .preview a span {
  float: left;
}
.left-col .feed-split-image .post .preview a:hover {
  color: black;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder {
  overflow: visible;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .shared-by a {
  font-weight: 500;
  color: #e11e25;
  border-bottom: 2px solid #e11e25;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .shared-by a:hover {
  border-bottom: 2px solid black;
  color: #6c6c6c;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .sponsor a span {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 2px solid #e11e25;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .sponsor a span:hover {
  border-bottom: 2px solid black;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .preview p {
  line-height: inherit;
  font-size: inherit;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .image-holder {
  padding: 0;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .posts-holder .interrupter-post .image-holder .text-overlay {
  left: 0;
  bottom: 0;
  top: auto;
  padding: 9px 10px 6px;
}
/*
*   Split image featured
*/
.left-col .feed-split-image .post .featured .image-holder,
.left-col .feed-split-image .post .featured .preview-holder {
  float: none;
  width: auto;
}
.left-col .feed-split-image .post .featured .preview-holder {
  padding: 0 5px;
}
.left-col .feed-split-image .post .featured .preview-holder .preview.gallery {
  display: block;
}
.left-col .feed-split-image .post .featured h2 {
  max-width: none;
}
.left-col .feed-split-image .post .featured .image-holder .embedded-thumbs {
  background: #fff;
  left: 278px;
}
.left-col .feed-split-image .post .featured-gallery-holder .img-wrap {
  min-height: 282px;
}
.separator .container.main-container h2.header {
  min-height: 40px;
}
.separator .container.main-container h2.header:after {
  z-index: 1;
}
.separator .container.main-container h2.header span {
  z-index: 2;
  background-color: white;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.separator.fug_nations_favorites .container.main-container h2.header {
  margin: 20px 0;
}
.separator.fug_nations_favorites .container.main-container h2.header span {
  background-color: #f3f1f1;
}
.separator .container {
  padding-bottom: 40px;
  background-color: inherit;
  position: relative;
}
.separator .container h2.header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 20px;
  position: relative;
}
.separator .container h2.header:after {
  position: absolute;
  left: 0;
  top: 16px;
  content: ' ';
  width: 100%;
  border-bottom: solid 3px black;
  z-index: -1;
}
.separator .container .row:nth-child(2) {
  margin: 0 -10px;
}
.separator .container .post {
  width: 225px;
  padding: 0;
  margin: 0 10px;
}
.separator .container .post .image-holder {
  width: 225px;
  height: 310px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.separator .container .post .image-holder img {
  height: 310px;
  width: 225px;
}
.separator .container .post .title-holder {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}
.separator .container .post .title-holder a {
  color: black;
}
.separator .container .post:hover .image-holder:after {
  height: 100%;
  width: 100%;
  border: solid 7px #e11e25;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.separator .container .post:hover .title-holder a {
  color: #6c6c6c;
}
.separator .container .footer {
  margin-top: 20px;
  border-top: solid 3px black;
  width: 100%;
}
.separator.fug_nations_favorites {
  background-color: #f3f1f1;
  margin-bottom: 5px;
}
/*
* Sidebar
*/
.sidebar .title-holder,
.sidebar .sm-widget-postlist .widget-head,
.sidebar .zerg-holder {
  text-align: center;
}
.sidebar .title-holder .title.left,
.sidebar .sm-widget-postlist .widget-head .title.left,
.sidebar .zerg-holder .title.left {
  float: none;
}
.sidebar .title-holder h2,
.sidebar .sm-widget-postlist .widget-head h2,
.sidebar .zerg-holder h2,
.sidebar .title-holder h3,
.sidebar .sm-widget-postlist .widget-head h3,
.sidebar .zerg-holder h3 {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 20px;
}
.sidebar .title-holder .see-all,
.sidebar .sm-widget-postlist .widget-head .see-all,
.sidebar .zerg-holder .see-all {
  display: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 28px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .title-holder .title h3 {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 20px;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .interrupter-post .preview-holder h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Georgia", "Times New Roman", Times, serif;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .interrupter-post .preview-holder .shared-by a {
  font-weight: 500;
  color: #e11e25;
  border-bottom: 2px solid #e11e25;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .interrupter-post .preview-holder .shared-by a:hover {
  border-bottom: 2px solid black;
  color: #6c6c6c;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .interrupter-post .preview-holder .sponsor a span {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 2px solid #e11e25;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .interrupter-post .preview-holder .sponsor a span:hover {
  border-bottom: 2px solid black;
}

.sidebar .zergnet-widget-holder,
.sidebar .zerg-holder,
.sidebar .sm-widget-ad {
  margin-bottom: 40px;
}
.sidebar .sm-widget {
  padding: 0;
}
.sidebar .zerglayoutcl .zergentity .zergheadline[style] {
  margin: 6px 0 !important;
}
.sidebar .zerglayoutcl .zergentity .zergheadline[style] a {
  font-family: "Georgia", "Times New Roman", Times, serif !important;
  font-size: 16px;
  line-height: 1.4em;
}
.sidebar .zerglayoutcl .zergentity .zergheadline[style] a:hover {
  color: #6c6c6c !important;
}
.sidebar .sm-widget .widget-content ul li {
  margin-bottom: 24px;
}
.sidebar .sm-widget .widget-content ul li:before,
.sidebar .sm-widget .widget-content ul li:after {
  content: " ";
  display: table;
}
.sidebar .sm-widget .widget-content ul li:after {
  clear: both;
}
.sidebar .sm-widget .widget-content ul li:before,
.sidebar .sm-widget .widget-content ul li:after {
  content: " ";
  display: table;
}
.sidebar .sm-widget .widget-content ul li:after {
  clear: both;
}
.sidebar .sm-widget .widget-content ul li .thumb,
.sidebar .sm-widget .widget-content ul li .title {
  float: left;
}
.sidebar .sm-widget .widget-content ul li .title {
  width: 200px;
  padding: 0 0 0 14px;
}
.sidebar .feed-split-image .post {
  font-size: 18px;
  margin: 0 0 24px;
}
.sidebar .feed-split-image .post .image-holder {
  padding: 0;
  width: 100px;
  float: left;
}
.sidebar .feed-split-image .post .preview-holder {
  font-family: "Georgia", "Times New Roman", Times, serif;
  width: 200px;
  padding: 0 0 0 14px;
}
.sidebar .feed-split-image .post .preview-holder h2,
.sidebar .feed-split-image .post .preview-holder h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  max-height: 4.2em;
}
.sidebar .feed-split-image .post .preview-holder .author {
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #828282;
}
.sidebar .feed-split-image .post .preview-holder .author a {
  color: #828282;
}
.sidebar .feed-large-image h2 {
  margin: 10px 0;
  font-weight: normal;
}
/*
 *  Campaign Monitor Styles
*/
.sidebar .sm-widget-campaign-monitor {
  margin: 0 0 30px;
  min-height: 276px;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/newsletter.png') repeat-x top;
}
.sidebar .sm-widget-campaign-monitor .error {
  margin-top: 30px;
  padding: 10px;
}
.sidebar .sm-widget-campaign-monitor .widget-head {
  padding: 20px;
  text-align: center;
}
.sidebar .sm-widget-campaign-monitor .widget-head:after {
  width: 250px;
  height: 35px;
  background: url('https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/logo.svg') no-repeat;
  display: block;
  content: '';
  margin: 0 auto;
}
.sidebar .sm-widget-campaign-monitor h3 {
  color: #000;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}
.sidebar .sm-widget-campaign-monitor h3 div {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 14px;
  text-transform: none;
  color: #666;
}
.sidebar .sm-widget-campaign-monitor input {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #d9d9d9;
  width: 211px;
  height: 30px;
  padding: 5px 10px 5px 10px;
  line-height: 22px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.sidebar .sm-widget-campaign-monitor button {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid black;
  color: black;
  height: 30px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  line-height: 30px;
  padding: 0 50px;
}
.title-col {
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
.title-col .category,
.title-col .title {
  margin-bottom: 20px;
}
.title-col .meta {
  margin-bottom: 30px;
}
.title-col .category a {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #e11e25;
  color: #e11e25;
  text-transform: uppercase;
}
.title-col .category a:hover {
  color: #6c6c6c;
}
.title-col .title h1 {
  font-size: 48px;
}
.title-col .meta {
  font-size: 14px;
  text-transform: uppercase;
}
.title-col .meta a.author {
  border-bottom: 2px solid #e11e25;
}
.title-col .meta .sep {
  border-left: solid 1px black;
  font-size: 16px;
  margin: 0px 5px;
}
.title-col .meta .small-comments:hover {
  color: #e11e25;
}
.title-col .meta .small-comments .article-comment-bubble:before {
  font-family: sm-icons;
  content: "\f0e5";
  padding-left: 5px;
}
/*
*   Article styling
*/
.article-body h1 {
  color: #303030;
  font-size: 40px;
  line-height: 40px;
}
.article-body .article-content-holder {
  color: #303030;
  position: relative;
}
.article-body .article-content-holder .article-content {
  color: #222;
  padding-bottom: 30px;
  /*
*   Inline gallery styling
*/
}
.article-body .article-content-holder .article-content a {
  color: #e11e25;
}
.article-body .article-content-holder .article-content a:hover {
  color: black;
}
.article-body .article-content-holder .article-content li {
  padding-bottom: 10px;
}
.article-body .article-content-holder .article-content .inline-gallery ul li:hover .overlay {
  background: none;
  border: none;
}
.article-body .article-content-holder .article-content .inline-gallery .inline-hr-bottom,
.article-body .article-content-holder .article-content .inline-gallery .inline-hr-top {
  border-width: 1px;
  border-color: #333;
}
.article-body .article-content-holder .article-content .inline-gallery-title {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 19px;
}
.article-body .article-content-holder #twitter-widget-0,
.article-body .article-content-holder #twitter-widget-1 {
  border: none;
}
.article-body .article-content-holder .more-stories {
  margin: 0 -20px;
}
.article-body .article-content-holder .more-stories .post-details {
  border-color: #fff;
}
.article-body .article-content-holder .more-stories .post-details .title {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0;
}
.article-body .article-content-holder .more-stories [class^="icon-"] {
  margin-top: 7px;
}
.article-body .article-content-holder .more-stories .newer .post-details {
  padding-left: 73px;
}
.article-body .article-content-holder .more-stories .newer .post-details .img-holder {
  left: 26px;
}
.article-body .article-content-holder .more-stories .newer [class^="icon-"] {
  left: 0;
}
.article-body .article-content-holder .more-stories .older .post-details {
  padding-right: 73px;
  padding-r: 73px;
}
.article-body .article-content-holder .more-stories .older .post-details .img-holder {
  right: 26px;
}
.article-body .article-content-holder .more-stories .older .title .title-text {
  text-align: right;
}
.article-body .article-content-holder .more-stories .older [class^="icon-"] {
  right: 0;
}
.article-body .article-content-holder .tags-and-comments {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 5px solid #f7f7f7;
}
.article-body .article-content-holder .tags-and-comments [class^="col-sm-"] {
  padding: 0;
}
.article-body .article-content-holder .tags-and-comments [class^="col-sm-"] .comments {
  margin: 0;
}
.article-body .author {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.article-body .author a {
  font-weight: bold;
}
.article-body .author .date {
  color: #838383;
}
.article-body .featured-embed-holder {
  margin: 0 0 20px;
}
.article-body .featured-embed-holder .main_img {
  text-align: center;
}
.article-body .social-holder {
  margin: 20px 0;
}
.article-body .tags-and-comments .comments {
  text-align: right;
}
.article-body .tags-and-comments .comments .count {
  font-weight: bold;
}
.article-body .tags-and-comments .comments .paren {
  color: #000;
}
.article-body .tags-and-comments .tags {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #d8d8d8;
  font-weight: bold;
}
.article-body .tags-and-comments .tags a {
  color: #e11e25;
}
.article-body .tags-and-comments .tags a:hover {
  color: #222;
}
.article-body .tags-and-comments .tags strong {
  color: #000;
  text-transform: uppercase;
}
.article-body .tags-and-comments .comments a {
  color: #000;
  text-transform: lowercase;
}
.article-body .tags-and-comments .comments a:hover {
  color: #666;
}
.article-body .wp-polls {
  margin-bottom: 20px;
  padding: 20px 20px 25px;
  border-top: 5px solid #f7f7f7;
  border-bottom: 5px solid #f7f7f7;
  background-color: #f7f7f7;
}
.article-body .wp-polls p {
  text-align: left !important;
  font-weight: normal;
}
.article-body .wp-polls .wp-polls-ans p {
  text-align: left !important;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}
.article-body .wp-polls .wp-polls-ans input[type="button"] {
  background: #e11e25;
  border: 1px solid #e11e25;
  color: white;
  padding: 0 20px;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}
.article-body .wp-polls .wp-polls-ans input[type="button"]:hover {
  background: white;
  color: #e11e25;
}
.article-body .wp-polls .wp-polls-ans ul {
  margin-bottom: 20px;
  border: none;
}
.article-body .wp-polls .wp-polls-ans ul li {
  padding-left: 0;
  font-size: 17px;
}
.article-body .wp-polls .wp-polls-ans ul li label {
  font-size: 17px;
  font-weight: normal;
}
.article-body .wp-polls .wp-polls-ans ul li input[type="radio"] {
  float: none;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
.article-body .wp-polls .wp-polls-ans ul li .pollbar {
  background-image: none;
  background-color: #e11e25;
  border: none;
}
/*
*   Pages
*/
.page .left-col a {
  color: #e11e25;
}
.page .left-col a:hover {
  color: #000;
}
.page .left-col .article-body h1 {
  color: #e11e25;
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.page .left-col .article-body h3 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}
/*
*   Zergnet & Reco
*/
.left-col .zergnet-holder {
  margin-top: 44px;
}
.left-col .zergnet-holder div#zergnet-widget-33155 #zerglayout.zerglayoutcl:before {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-weight: normal !important;
  float: left;
}
.left-col .zergnet-holder div#zergnet-widget-33155 #zerglayout.zerglayoutcl > div:first-child {
  clear: none !important;
}
.left-col .zergnet-holder div#zergnet-widget-33155 #zerglayout.zerglayoutcl > div:first-child::before {
  margin: 0 !important;
  padding-top: 6px;
}
.left-col .zergnet-holder div#zergnet-widget-33155 #zerglayout.zerglayoutcl .zergheadline a {
  font-family: "Georgia", "Times New Roman", Times, serif !important;
  font-weight: normal !important;
  font-size: 16px;
}
.left-col .zergnet-holder div#zergnet-widget-33155 #zerglayout.zerglayoutcl .zergheadline a:hover {
  color: #6c6c6c !important;
}
.left-col .zergnet-holder div#zergnet-widget-33155 .zerglayoutcl > div:first-of-type:before {
  float: right;
}
.left-col .zergnet-holder div#zergnet-widget-33155 .zerglayoutcl:before {
  content: "From the Web";
}
.left-col .zergnet-holder div#zergnet-widget-33155 .zerglayoutcl div.zergentity {
  width: 192px !important;
}
.left-col .zergnet-holder div#zergnet-widget-33155 .zerglayoutcl div.zergentity a img[style] {
  width: 192px !important;
  height: auto !important;
}
.left-col .zergnet-holder h3.zergnet-title {
  margin-bottom: 16px;
}
.left-col .link-exchanges .title-holder h2 {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 18px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-weight: normal !important;
  line-height: 1em;
  margin-bottom: 0 !important;
}
.left-col .link-exchanges .preview-holder a:hover {
  color: #6c6c6c !important;
}
.left-col .link-exchanges .preview-holder h3 {
  font-weight: normal;
}
#featured div.container.content div.comments-holder h3 {
  display: none;
}
/*
*   Inline gallery styling
*/

.article-body .inline-gallery {
  margin: 30px 0;
}

.article-body .inline-gallery .inline-gallery-title {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 13px;
}
/*
*   Article Gallery Holder
*/
.article-gallery-holder {
  border: solid 1px #e9e5e5;
}
.article-gallery-holder .view-full-size {
  border: solid 2px rgba(216, 216, 216, 0.5);
  bottom: 12px;
  left: auto;
  position: absolute;
  right: 12px;
  top: auto;
}
.article-gallery-holder .view-full-size > div {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}
.article-gallery-holder .view-full-size > div span {
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  height: 22px;
  line-height: 36px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 6px;
  width: 22px;
}
.article-gallery-holder .view-full-size > div span:before,
.article-gallery-holder .view-full-size > div span:after {
  content: '';
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: -6px;
  left: 2px;
  height: 22px;
  width: 22px;
}
.article-gallery-holder .view-full-size > div span:after {
  top: -10px;
  left: 6px;
}
.gallery-holder .full-story h4 a {
  color: #e11e25;
}
.gallery-holder .full-story h4 a:hover {
  color: #000;
}
.gallery-holder .thumbnail-overlay .gallery-thumb-tile .title-holder {
  line-height: 1.3em;
  max-height: 11.4em;
}
.gallery-info .info-col .slide-info-holder .info-bottom .slide-by-line .author a {
  border-bottom: solid 2px #e11e25;
}
.gallery-info .info-col .slide-info-holder .description a {
  color: #e11e25;
}
.gallery-info .info-col .slide-info-holder .description a:hover {
  color: #000;
}
.gallery-holder .fullscreen-left-col .read-more .overlay > div {
  border-bottom: solid 3px #e11e25;
  bottom: 20px;
  font-size: 17px;
  line-height: 17px;
  padding-bottom: 5px;
}
.gallery-holder .fullscreen-left-col .read-more .overlay > div:after {
  border-top-width: 8px;
  border-top-color: #e11e25;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
body.gallery-zoom-hover .gallery-holder .fullscreen-right-col .buttons [data-show-zoom],
.gallery-holder .fullscreen-right-col .buttons span:hover {
  color: #e11e25;
}
/*
*   Arrow hovers and button panel hovers
*/
body.gallery-next-hover .gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.next,
body.gallery-prev-hover .gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow.prev,
.gallery-holder .fullscreen-right-col .fullscreen-arrow-holder .gallery-arrow:hover {
  border-color: #e11e25;
  color: #e11e25;
}
/*
*   Reco slide styling
*/
.slick-slide.gallery-reco-slide .link-holder h2 {
  color: #e11e25;
}
.slick-slide.gallery-reco-slide .link-holder h2:hover {
  color: #000;
}
/*
*   Fix 'tombstone' so bg prevents carousel from being visible
*/
body.single-attachment .fug_nations_favorites {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  border-bottom: solid 5px #fff;
}
body.archive h1,
body.category h1,
body.posthub h1,
body.search h1,
body.tag h1,
body.paged h1 {
  border-bottom: 0;
  color: #e11e25;
  font-size: 20px;
  margin: 0 0 15px;
  letter-spacing: .025em;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .image-holder {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 5px;
}
@media (min-width: 1px) {
  .left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .image-holder {
    float: left;
    width: 41.66666667%;
  }
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .image-holder .text-overlay {
  background-color: #000;
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: -12px;
  line-height: 13px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  left: 10px;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .image-holder .text-overlay a {
  color: #fff;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .sponsor {
  margin-bottom: 0px;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .sponsor span {
  font-family: "Helvetica", Arial, sans-serif;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .preview {
  margin-top: 11px;
}
.left-col .feed-split-image .post.wp-pi-sponsored-content-interrupter .preview p {
  margin: 0;
}
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .title-holder h2,
.sidebar .sidebar-module.wp-pi-sponsored-content-interrupter .title-holder h3 {
  font-size: 26px;
  line-height: inherit;
  margin: 0;
}
.social-holder.sticky-header .logo a {
  background: url("https://www.gofugyourself.com/wp-content/themes/gofugyourself/assets/images/logo.svg") no-repeat center;
  display: inline-block;
  width: 180px;
}
.social-icon.square {
  color: white;
  height: 40px;
  text-align: center;
  width: 45px;
}
.social-icon.square span {
  font-size: 24px;
  color: white;
  line-height: 42px;
  margin-left: 3px;
}
.social-icon.square.facebook {
  background-color: #3b5998;
}
.social-icon.square.twitter {
  background-color: #4099ff;
}
.social-icon.square.instagram {
  background-color: #517fa3;
}
.social-icon.square.pinterest {
  background-color: #cb2027;
}
.social-icon.square.tumblr {
  background-color: #34465e;
}
@keyframes fade-once {
  0% {
    background: #e7e7e7;
  }
  25% {
    background: #e7e7e7;
  }
  50% {
    background: #e7e7e7;
  }
  75% {
    background: #e7e7e7;
  }
  100% {
    background: #f4f4f4;
  }
}
#comments {
  font-size: 15px;
}
#comments a {
  color: #e11e25;
}
#comments .commentHead {
  display: inherit;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  text-align: center;
  background: #e9e9e9;
  text-transform: uppercase;
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid #cccccc;
  font-size: 18px;
}
#comments .commentHead:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #e11e25;
  content: '';
  display: block;
  margin: 5px auto 0;
}
#comments .commentHead #main-comment-count {
  border-bottom: 2px solid #e11e25;
  padding: 0 5px;
}
#comments .commentHead a {
  font-size: 18px;
  color: #3c3c3c;
}
#comments #show-all-comments {
  display: none;
  background: #fff;
  border: solid 1px #ccc;
  color: #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
#comments #show-all-comments:hover {
  color: #000;
}
#comments .commentlist-ice {
  list-style-type: none;
}
#comments .commentlist-ice > .children {
  margin-left: 30px;
}
#comments .commentlist-ice .children {
  margin-top: 15px;
  margin-left: 30px;
}
#comments .commentlist-ice .comment-inner-inner-wrapper .comment-content {
  margin-bottom: 10px;
}
#comments .commentlist-ice > li:first-child {
  border-top: none;
}
#comments .commentlist-ice li {
  padding: 15px 0 0;
  border-top: 1px solid #EEE;
}
#comments .commentlist-ice li ul li .comment-content .comment-name-and-text {
  border-left: 6px solid #d7d7d7;
  padding: 0 0 0 20px;
}
#comments .commentlist-ice li .comment-avatar-box {
  float: left;
  margin: 0 15px 0 0;
}
#comments .commentlist-ice li .comment-avatar-box .avatar-box-50 img {
  width: 50px;
  height: 50px;
}
#comments .commentlist-ice li .comment-avatar-box .avatar-box-30 img {
  width: 30px;
  height: 30px;
}
#comments .commentlist-ice li .comment-content {
  padding: 10px 10px 0px 20px;
}
#comments .commentlist-ice li .comment-content.new-parent {
  animation-name: fade-once;
  animation-duration: 5s;
  animation-iteration-count: 1;
}
#comments .commentlist-ice li .comment-content .buttons {
  text-align: right;
}
#comments .commentlist-ice li .comment-content .buttons button {
  background: #e11e25;
  border: solid 1px #e11e25;
  color: white;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 30px;
  width: 25%;
}
#comments .commentlist-ice li .comment-content .buttons button:hover {
  color: #e11e25;
  background: white;
  border: 1px solid #e9e5e5;
}
#comments .commentlist-ice li .comment-content .buttons button.cancel-button {
  margin-right: 10px;
}
#comments .commentlist-ice li .comment-content span.buttons {
  float: none;
}
#comments .commentlist-ice li .comment-content .comment-edit-link {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
}
#comments .commentlist-ice li .comment-content .comment-meta,
#comments .commentlist-ice li .comment-content .comment-meta a {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
}
#comments .commentlist-ice li .comment-content .comment-meta .user-commented-on {
  font-weight: normal;
}
#comments .commentlist-ice li .comment-content .comment-meta .user-commented-on a {
  color: #e11e25;
}
#comments .commentlist-ice li .comment-content .comment-meta .comment-author-username {
  color: #e11e25;
  text-transform: uppercase;
}
#comments .commentlist-ice li .comment-content .comment-text {
  word-wrap: break-word;
  margin: 8px 0 0 0;
  display: block;
  padding-left: 65px;
}
#comments .commentlist-ice li .comment-content .comment-text p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0px;
  bottom: 1px;
  position: relative;
}
#comments .commentlist-ice li .comment-content .user-commented-on {
  margin-top: 5px;
}
#comments .commentlist-ice li .comment-content .edit-comment-form {
  display: none;
  min-height: 200px;
}
#comments .commentlist-ice li .comment-content .edit-comment-form textarea {
  width: 100%;
  height: 100%;
}
#comments .commentlist-ice li .comment-content .edit-comment-form .edit-errors {
  color: #F00;
  display: inline-block;
  width: 50%;
}
#comments .commentlist-ice li .comment-content .comment-options {
  margin-top: 10px;
}
#comments .commentlist-ice li .comment-content .comment-options .date {
  color: #838383;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 13px;
}
#comments .commentlist-ice li .comment-content .comment-options .comment-reply-link {
  color: #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
#comments .commentlist-ice li .comment-content .comment-options .comment-reply-link:hover {
  color: #000;
}
#comments .commentlist-ice li .comment-content .comment-options .vote-for-comment span {
  position: relative;
  top: 3px;
  display: inline-block;
}
#comments #post-comment-form {
  background: #e9e9e9;
  padding: 10px;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
#comments #post-comment-form .comment-textarea label {
  display: none;
}
#comments #post-comment-form .comment-textarea textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}
#comments #post-comment-form .comment-guest-form {
  margin-bottom: 15px;
}
#comments #post-comment-form .comment-action-row {
  max-height: 250px;
  overflow: hidden;
}
#comments #post-comment-form .comment-action-row .form-group label {
  font-weight: normal;
  font-size: 13px;
}
#comments #post-comment-form .comment-action-row .form-group .text-input {
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 30px;
  padding: 0 5px;
}
#comments #post-comment-form .comment-action-row .form-group .text-input#author {
  width: 200px;
}
#comments #post-comment-form .comment-action-row .form-group .text-input#email {
  width: 230px;
}
#comments #post-comment-form .comment-action-row .facebook-connect-box {
  display: inline-block;
}
#comments #post-comment-form .comment-action-row .form-submit {
  width: 25%;
}
#comments #post-comment-form .comment-action-row .form-submit #submit-new-comment-button,
#comments #post-comment-form .comment-action-row .form-submit #submit-new-guest-comment-button {
  background: #e11e25;
  border: solid 1px #e11e25;
  color: white;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 30px;
  width: 100%;
}
#comments #post-comment-form .comment-action-row .form-submit #submit-new-comment-button:hover,
#comments #post-comment-form .comment-action-row .form-submit #submit-new-guest-comment-button:hover {
  color: #e11e25;
  background: white;
  border: 1px solid #e9e5e5;
}
#post-comment-form .comment-action-row .form-username {
  display: inline;
  margin-bottom: 5px;
  font-weight: bold;
}
#comments #post-comment-form .comment-action-row .form-username .sign-in-link {
  text-transform: uppercase;
}
#comments #post-comment-form .comment-action-row .form-submit {
  display: inline;
  float: right;
}
#respond {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#respond .comments-header {
  margin: 10px 0 0;
  border: none;
}
#respond .comment-avatar-box {
  float: left;
  margin: 0 10px 0px 0;
}
#respond #commentform {
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  padding: 10px 20px;
}
#respond #commentform table {
  width: 100%;
}
#respond #commentform table tr td {
  padding-right: 15px;
}
#respond #commentform table tr td:last-child {
  padding-right: 0;
}
#respond #commentform table tr td input {
  width: 100%;
}
#respond #commentform table tr td input[type="submit"] {
  background-color: #e11e25;
  border: none;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
#respond #commentform table tr td input[type="submit"]:hover {
  background-color: #e11e25;
}
#respond .log-in-out,
#respond .log-in-out-guest {
  margin: 0;
  line-height: 30px;
}
#respond .log-in-out a,
#respond .log-in-out-guest a {
  font-weight: bold;
}
#respond .facebook-connect {
  float: right;
}
#respond .log-in-out-guest {
  float: left;
}
#respond .form-textarea label {
  display: none;
}
#respond .form-textarea textarea {
  margin-top: 10px;
  width: 100%;
  height: 150px;
}
.comment-text.downvoted {
  display: none;
}
.comment-options .comment-info-and-votes {
  display: inline-block;
  margin-top: 5px;
}
.comment-options .comment-info-and-votes .comment-score {
  margin: 0 10px;
}
.comment-options .comment-info-and-votes .vote-for-comment {
  margin: 0 0 0 10px;
}
.comment-options .comment-info-and-votes .vote-for-comment span {
  margin: 0;
}
.comment-options .reply-errors {
  display: none;
  color: #D00;
  margin-top: 10px;
  line-height: normal;
  display: inline-block;
}
.comment-options .reply-errors.closed {
  display: none;
}
.comment-options .comment-reply-form {
  line-height: normal;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  max-height: 500px;
  overflow: hidden;
}
.comment-options .comment-reply-form.closed {
  max-height: 0px;
}
.comment-options .comment-reply-form .reply-username {
  margin-bottom: 15px;
}
.comment-options .comment-reply-form .facebook-connect-box {
  display: inline-block;
}
.comment-options .comment-reply-form textarea {
  width: 100%;
}
.comment-options .comment-reply-form .reply-inputs #commentform .form-textarea textarea {
  padding: 5px;
  margin-top: 10px;
}
.comment-options .comment-reply-form .reply-inputs #commentform .form-inline .form-group {
  width: 49%;
}
.comment-options .comment-reply-form .reply-inputs #commentform .form-inline .form-group input.text-input {
  width: 100%;
  border-radius: 0;
  margin: 0 0 10px !important;
}
.comment-options .comment-reply-form .form-username {
  display: inline;
}
#load-more-comments {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  padding: 5px 0px 5px 0px;
  color: #e11e25;
  font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#load-more-comments:hover {
  color: #000;
}
#loader {
  display: none;
  width: 100%;
  text-align: center;
}
#loader img {
  height: 60px;
  width: 60px;
}
#comments-navigation-buttons {
  opacity: 0;
  visibility: hidden;
  transition: visibility .25s, opacity .25s, ease-in-out;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
}
#comments-navigation-buttons.visible {
  opacity: 1;
  visibility: visible;
}
#comments-navigation-buttons .buttons {
  float: right;
  width: 100px;
}
#comments-navigation-buttons .buttons .floats {
  z-index: 5000;
  height: 50px;
  bottom: 20px;
  position: fixed;
}
#comments-navigation-buttons .buttons .floats button {
  margin: 0;
  width: 50px;
  height: 100%;
  background: #fff;
  border: solid 1px #ccc;
  color: #e11e25;
  opacity: 0;
  transition: visibility .25s, opacity .25s, ease-in-out;
}
#comments-navigation-buttons .buttons .floats button:hover {
  color: #000;
}
#comments-navigation-buttons .buttons .floats button .icon::before {
  display: block;
  transform: rotate(90deg);
  font-size: 20px;
}
#comments-navigation-buttons .buttons .floats button.visible {
  opacity: 1;
}

.ad-holder {
  margin-top: 5px;
  text-align: center!important;
}

.leaderboard-wrapper {
  margin: 2rem 0;
}


[id=ccpa-optout] {
-webkit-appearance: none;
  border: none;
  background: transparent;
  font-weight: bold;
  padding: 0;
  margin: 0 20px 0 0;
  line-height: 1;
}

/* New Book Promo Layout */
.sidebar-book-promo {
  display: grid;
  grid-template-areas: "a b"
                       "a c"
                       "a d";
  grid-gap: 12px;
  gap: 12px;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 224px 64px;
}

.bkp-heiraffair {
  grid-area: a;
  width: 224px;
  height: auto;
}

.bkp-book {
  display: flex;
}

.bkp-book.royal {
  grid-area: b;
  height: 104px;
  outline: 1px solid #e9e9e9;
}
.bkp-book.messy {
  grid-area: c;
  align-items: center;
}
.bkp-book.spoiled {
  grid-area: d;
  align-items: end;
}

.gfy_sticky_ad {
  margin: 3rem 0;
}

.gfy_sticky_ad--top {
  margin-top: 0;
}


/* New Ad container styles */
@supports (position: sticky){
  .sticky--container {
    position: relative;
    width: 1020px;
  }

	.sidebar--sticky {
    position: sticky;
    top: 10rem;
    left: 100%;
  }
}

/* Used on Features */
.gfy__desktop__inline--350x200 {
  margin: 3rem auto;
}

.gfy__desktop__inline--350x200::before,
.gfy__desktop__inline--350x200::after {
  content: 'Advertisement';
  text-transform: uppercase;
  color: #555;
  font: normal 10px / 1 sans-serif;
}

.gfy__ad__single__post {
  text-align: center;
}
