/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.44;
  color: #414141;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #b12b25;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d95049;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #414141;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20.7px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #d1d1d1;
}
.text-primary {
  color: #b12b25;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
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: #d1d1d1;
}
h1,
h2,
h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h4,
h5,
h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h1,
.h1 {
  font-size: 49px;
}
h2,
.h2 {
  font-size: 41px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1 small,
.h1 small {
  font-size: 31px;
}
h2 small,
.h2 small {
  font-size: 23px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.44;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d1d1d1;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.44;
  color: #d1d1d1;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.44;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.44;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
pre.prettyprint {
  margin-bottom: 25px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.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.44;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class^="col-"] {
  float: none;
  display: table-column;
}
table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #d1d1d1;
}
.form-control::-moz-placeholder {
  color: #d1d1d1;
}
.form-control:-ms-input-placeholder {
  color: #d1d1d1;
}
.form-control::-webkit-input-placeholder {
  color: #d1d1d1;
}
.form-control,
input[type="text"],
input[type="email"] {
  display: block;
  width: 100%;
  height: 43px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.44;
  color: #414141;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
#sponz .addthis a {
    display: inline-block;
    vertical-align: middle;
}
#sponz #media img{
    width: 100%;
}
.sponsoredc {
    border-bottom: 1px solid #ffffff !important;
    padding: 30px;
    background: #f2f2f2;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-large {
  height: 64px;
  padding: 14px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-small {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
select.input-large {
  height: 64px;
  line-height: 64px;
}
select.input-small {
  height: 34px;
  line-height: 34px;
}
textarea.input-large,
textarea.input-small {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  padding-right: 32px;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  padding-right: 32px;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  padding-right: 32px;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #818181;
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #3a3c3c;
  border-color: #2e2f2f;
}
.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: #474949;
  border-color: #474949;
}
.btn-primary {
  color: #ffffff;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #c4c4c4;
  border-color: #b8b8b8;
}
.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: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}
.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: #f0ad4e;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}
.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: #d9534f;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}
.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: #5cb85c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}
.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: #5bc0de;
}
.btn-link {
  color: #b12b25;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d95049;
  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: #333333;
  text-decoration: none;
}
.btn-large {
  padding: 14px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.btn-small,
.btn-mini {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-mini {
  padding: 3px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 9px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.44;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #9c2621;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b12b25), to(#9c2621));
  background-image: -webkit-linear-gradient(top, #b12b25, 0%, #9c2621, 100%);
  background-image: -moz-linear-gradient(top, #b12b25 0%, #9c2621 100%);
  background-image: linear-gradient(to bottom, #b12b25 0%, #9c2621 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb12b25', endColorstr='#ff9c2621', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #9c2621;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b12b25), to(#9c2621));
  background-image: -webkit-linear-gradient(top, #b12b25, 0%, #9c2621, 100%);
  background-image: -moz-linear-gradient(top, #b12b25 0%, #9c2621 100%);
  background-image: linear-gradient(to bottom, #b12b25 0%, #9c2621 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb12b25', endColorstr='#ff9c2621', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d1d1d1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.44;
  color: #d1d1d1;
}
.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 #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.list-group-item > .badge {
  float: right;
  margin-right: -15px;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item .list-group-item-text {
  color: #555555;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #b12b25;
  border-color: #b12b25;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text {
  color: #efb5b3;
}
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22.5px;
  font-weight: 500;
}
.panel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.panel-primary {
  border-color: #b12b25;
}
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #b12b25;
  border-color: #b12b25;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.list-group-flush {
  margin: 15px -15px -15px;
}
.list-group-flush .list-group-item {
  border-width: 1px 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #d1d1d1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d1d1d1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #b12b25;
  border-color: #b12b25;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.44;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #414141;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #b12b25;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #b12b25;
  border-bottom-color: #b12b25;
}
.nav a:hover .caret {
  border-top-color: #d95049;
  border-bottom-color: #d95049;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eeeeee;
  border-radius: 8px;
  margin-right: auto; 
  margin-left: auto; 
  max-width: 1000px;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar-nav {
  margin-top: 10px;
  margin-bottom: 15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 8px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-nav.pull-right {
  width: 100%;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  display: block;
  max-width: 344px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-form {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #d5d5d5;
  color: #555555;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #d1d1d1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d1d1d1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d1d1d1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #d1d1d1;
  border-bottom-color: #d1d1d1;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    float: left;
    margin-left: -15px;
    margin-right: 5px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
.navbar-btn {
  margin-top: 1px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-link {
  color: #ffffff;
}
.navbar-link:hover {
  color: #333333;
}
.navbar-inverse .navbar-link {
  color: #d1d1d1;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.btn .caret {
  border-top-color: #ffffff;
}
.dropup .btn .caret {
  border-bottom-color: #ffffff;
}
.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 {
  z-index: 2;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #8f8f8f;
}
.breadcrumb > .active {
  color: #d1d1d1;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 8px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.44;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #d1d1d1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d1d1d1;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 16px;
  font-size: 23px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.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: #d1d1d1;
  background-color: #ffffff;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.44px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.44;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
}
.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: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 25px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 8px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  border-top-color: #f8e5be;
}
.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.44;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #b12b25;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #414141;
}
.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;
}
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #d1d1d1;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background-color: #b8b8b8;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d1d1d1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #b12b25;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #b12b25;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-color: #b12b25;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-color: #d9534f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 25px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 120px;
  margin-left: -60px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #424242;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 200;
  line-height: 2.16;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 81px;
  }
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: #333;
  color: #fff;
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li.active > a,
.sidr ul li.active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li.side-class-active > a,
.sidr ul li ul li.side-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 15px;
  position: relative;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="search"],
.sidr input[type="email"],
.sidr input[type="number"] input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 72%;
  font-size: 13px;
  padding: 7px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  clear: both;
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  color: #efefef;
}
.sidr input[type="checkbox"] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type="button"],
.sidr input[type="submit"] {
  color: #333;
  background: #b12b25;
  text-transform: uppercase;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
.sidr button {
  position: absolute;
  right: 0;
  top: -2px;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background: #b12b25;
  border: 0;
  padding: 10px 5px 7px;
  margin-top: 2px;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.carousel-breakout-list {
  list-style-type: none;
  display: none;
}
.carousel-breakout-list .btn-secondary-small {
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.elastislide-carousel {
  height: 268px;
  overflow: hidden;
  position: relative;
}
.elastislide-carousel::after {
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 4px;
  bottom: -14px;
}
.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.elastislide-carousel ul li {
  min-width: 20px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.elastislide-carousel ul li a {
  display: inline-block;
  width: 100%;
}
.elastislide-carousel ul li a img {
  display: block;
  max-width: 100%;
}
.elastislide-carousel ul li a:hover {
  border-bottom: 20px solid #b12b25;
}
.elastislide-carousel ul li a:hover::before {
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: 2;
  bottom: -4px;
}
.elastislide-vertical {
  padding: 40px 10px;
}
.elastislide-vertical ul li {
  display: block;
}
.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}
.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}
.elastislide-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  min-height: 60px;
}
.elastislide-wrapper nav span:hover {
  opacity: 1.0;
}
.elastislide-wrapper nav span {
  position: absolute;
  font-size: 26px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  opacity: 0.8;
}
.elastislide-horizontal {
  padding: 0;
}
.elastislide-horizontal ul {
  white-space: nowrap;
}
.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
  position: relative;
}
.elastislide-horizontal ul li a {
  display: block;
  position: relative;
}
.elastislide-horizontal ul li a .breakout-img-caption {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  white-space: normal;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  color: #414141;
}
.elastislide-horizontal ul li a .breakout-img-caption p {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 45px;
  padding: 0 20px;
}
.elastislide-horizontal ul li a .breakout-img-caption .btn-secondary-small {
  color: #b12b25;
  float: right;
}
.elastislide-horizontal ul li a:hover .breakout-img-caption {
  opacity: 1;
}
.elastislide-horizontal nav span.elastislide-next {
  right: 30px;
  left: auto;
  background-position: 4px -17px;
}
.elastislide-horizontal nav span {
  top: 50%;
  left: 30px;
  margin-top: -11px;
}
.elastislide-wrapper.elastislide-loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.no-js .elastislide-list {
  display: block;
}
html div#wpadminbar {
  z-index: 1300 !important;
}
::selection {
  background: #b12b25;
  color: #fff;
}
::-moz-selection {
  background: #b12b25;
  color: #fff;
}
@font-face {
  font-family: 'intermedia-icons';
  src: url('fonts/intermedia-icons.eot');
  src: url('fonts/intermedia-icons.eot?#iefix') format('embedded-opentype'), url('fonts/intermedia-icons.woff') format('woff'), url('fonts/intermedia-icons.ttf') format('truetype'), url('fonts/intermedia-icons.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'intermedia-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-left-chevron,
.icon-right-chevron {
  font-family: 'intermedia-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-left-chevron:before {
  content: "\23";
}
.icon-right-chevron:before {
  content: "\26";
}
@font-face {
  font-family: "MetaSerifWeb-Book";
  src: url("//applianceretailer.com.au/wp-content/themes/ar_new/fonts/MetaSerifWeb-Book.eot");
}
@font-face {
  font-family: "MetaSerifWeb-Book";
  src: url("//applianceretailer.com.au/wp-content/themes/ar_new/fonts/MetaSerifWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "MetaSerifWeb-Book";
  src: url("//applianceretailer.com.au/wp-content/themes/ar_new/fonts/MetaSerifWeb-Book.ttf");
}
body {
  -webkit-font-smoothing: antialiased;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}
.entry-header h1 {
  font-size: 34px;
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  font-weight: normal;
}
h2 {
  font-size: 34px;
}
.entry-content h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h3 a {
  color: #000;
}
h3 a:hover {
  color: #b12b25;
}
h2,
h3 {
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3 {
  color: #414141;
}
h4,
.category-link {
  font-family: "HelveticaNeueLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
h4.category-name .icon {
  font-size: 24px;
}
.entry-content h4 {
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  font-size: 20px;
}
a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul,
ol {
  padding-left: 34px;
  margin: 20px 0;
}
.carousel-caption h1 {
  font-size: 18px;
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  margin-top: 17px;
}
.sidebar h2 {
  font-size: 24px;
}
.entry-date {
  font-size: 14px;
  color: #8f8f8f;
}
.highlight {
  color: #b12b25;
}
.hot,
.promoted .widget-title {
  font-size: 32px;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #b12b25;
  display: inline-block;
  padding: 5px 10px 0;
  position: relative;
  z-index: 1;
}
.hot a,
.promoted .widget-title a {
  color: #fff;
}
.hot a:hover,
.promoted .widget-title a:hover {
  color: #fff;
}
.hot::after,
.promoted .widget-title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 46px solid #b12b25;
  position: absolute;
  right: -46px;
  top: 0px;
  z-index: -1;
}
.btn {
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
}
.btn-default {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 12px 20px 9px;
  background: #d1d1d1;
}
.btn-primary {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 12px 10px 9px 20px;
}
.btn-primary .icon {
  margin-left: 10px;
  font-size: 18px;
}
.btn-primary:hover {
  background: #b12b25;
}
.btn-small {
  background: #d1d1d1;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px 30px 8px 10px;
  position: relative;
}
.btn-small .icon {
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 7px;
}
.btn-small:hover {
  background: #b12b25;
}
.btn-secondary,
.btn-secondary-small {
  color: #414141;
  line-height: 1;
  padding: 0 0 10px;
  border-radius: 0;
  border-bottom: 5px solid #414141;
}
.btn-secondary:hover,
.btn-secondary-small:hover {
  color: #b12b25;
  border-bottom-color: #b12b25;
}
.btn-secondary {
  font-size: 24px;
}
.btn-secondary-small {
  font-size: 18px;
}
.strapline {
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
  background: #000;
  color: #fff;
}
.strapline a {
  color: #fff;
}
.strapline a:hover {
  color: #b12b25;
}
.strapline p {
  margin: 0;
  line-height: 1;
}
.strapline img {
  max-width: 90px;
  vertical-align: baseline;
}
.leaderboard-ad {
  display: block;
  float: right;
  margin-bottom: 30px;
}
.leaderboard-ad img {
  max-width: 100%;
}
.mobile-leaderboard {
  display: none;
}
.navbar {
  border-radius: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.navbar-brand {
  display: block;
  padding: 20px 0;
  max-width: 181px;
  height: auto;
  margin-left: 0;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar-brand img.logo-secondary {
  display: none;
}
.navbar-secondary,
.navbar-primary {
  width: 100%;
  height: 45px;
}
.navbar-primary {
  background: #414141;
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.navbar-secondary {
  background: #ececec;
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.navbar-secondary .navbar-nav > .active {
  padding-bottom: 0;
  border-bottom: 0;
}
.navbar-secondary .navbar-nav > li > a {
  color: #9c9c9c;
}
.navbar-secondary .navbar-nav > li > a:hover {
  color: #9c9c9c;
  background: #f4f4f4;
}
.navbar-nav > .active,
.navbar-nav > .current-menu-item,
.navbar-nav .current-post-ancestor {
  padding-bottom: 3px;
  border-bottom: 5px solid #b12b25;
}
.navbar-nav > .active > a,
.navbar-nav > .current-menu-item > a,
.navbar-nav .current-post-ancestor > a {
  background: none;
  color: #fff;
}
.navbar-nav > .active > a:hover,
.navbar-nav > .current-menu-item > a:hover,
.navbar-nav .current-post-ancestor > a:hover {
  background: #b12b25;
  color: #fff;
}
.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 12px;
}
.navbar-nav > li > a:hover {
  background: #b12b25;
  color: #fff;
}
.navbar-nav > .rel-pub > a,
.navbar-nav > .menu-item-20263 > a {
 /* josef background: #00669f; */
}
.navbar-nav > .rel-pub > a:hover,
.navbar-nav > .menu-item-20263 > a:hover {
  background: #B12B25;
}
.navbar-nav-sub {
  display: none;
}
.nav.pre {
  float: right;
}
.nav.pre > .current-menu-item,
.nav.pre .current-post-ancestor {
  padding-bottom: 0;
  border-bottom: none;
}
.nav > li > a {
  padding: 15px 8px 10px;
}
.header{
  margin-top: 20px;
}
.page-header {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
.thumbnail,
.img-thumbnail {
  padding: 0;
  margin-top: 30px;
  border: none;
  border-radius: 0;
  border-top: 5px solid #414141;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.thumbnail a,
.img-thumbnail a {
  display: block;
}
.thumbnail img,
.img-thumbnail img {
  height: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.category-name {
  margin-top: 0;
}
.category-name a:hover {
  text-decoration: none;
}
.category-name a.category-link {
  border-bottom: 5px solid;
  border-color: #b12b25;
  padding-bottom: 10px;
}
.category-name a.category-link:hover {
  border-color: #d95049;
}
.comments-count {
  color: #414141;
  padding-bottom: 10px;
  border-bottom: 5px solid #414141;
  margin-left: -5px;
  padding-left: 5px;
}
.comments-count:hover {
  color: #676767;
}
.comments-count::before {
  content: '\007C';
  color: #414141;
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
  vertical-align: top;
}
.thumbnail .category-name {
  width: 100%;
  position: absolute;
  top: -33px;
}
.thumbnail .category-name .icon-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 0;
  color: #d1d1d1;
}
.thumbnail .category-name .icon-link:hover {
  color: #b12b25;
}
.thumbnail .category-name a {
  display: block;
  float: left;
  text-transform: uppercase;
  vertical-align: baseline;
}
.thumbnail .category-name a:hover {
  text-decoration: none;
  border-color: #d95049;
}
.thumbnail .category-name a.comments-count {
  color: #414141;
  margin-left: 0;
  padding-left: 5px;
  border-bottom: none;
}
.label {
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeueLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border-radius: 0;
  background: #d1d1d1;
  padding: 4px 6px;
}
.label[href]:hover,
.label[href]:focus {
  text-decoration: none;
  background: #ececec;
}
.tag-cluster {
  clear: both;
}
.entry-meta {
  font-size: inherit;
  line-height: inherit;
  margin-top: 15px;
  color: #8f8f8f;
}
blockquote {
  padding: 12.5px 25px 0;
  margin: 0 0 25px;
  border-left: none;
  position: relative;
}
blockquote p {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 300;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.44;
  color: #d1d1d1;
  margin-top: -10px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote::before,
blockquote::after {
  position: absolute;
  font-size: 34px;
}
blockquote::before {
  content: '\201C';
  left: 0;
  top: 0;
}
blockquote::after {
  content: '\201D';
  right: 0;
  bottom: -10px;
}
.author-profile {
  margin: 0 0 30px;
  text-align: right;
}
.gravatar-container {
  border-bottom: 4px solid #eeeeee;
  margin-bottom: 15px;
}
.gravatar-container img {
  opacity: .5;
  max-width: 100px;
  height: auto;
}
.author-name,
.author-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.author-name {
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.author-title {
  font-family: "HelveticaNeueLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-container,
.search-container-404 {
  margin: -30px 0 30px;
  padding: 30px 0;
  background: #ececec;
}
.search-container input[type="search"],
.search-container-404 input[type="search"] {
  width: 817px;
}
.search-container .btn-default,
.search-container-404 .btn-default {
  padding: 11px 20px 8px;
}
.search-container .form-control,
.search-container-404 .form-control {
  padding: 10px 12px 6px;
}
.search-container {
  display: none;
  opacity: 0;
}
.tooltip-inner {
  width: 400px;
  border: none;
}
.tooltip-inner::before,
.tooltip-inner::after {
  display: none;
}
.carousel {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.carousel-caption {
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  text-shadow: none;
  text-align: left;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  height: 30%;
}
.carousel-caption h1 {
  padding: 0 30px;
}
.carousel-caption a {
  color: #fff;
}
.carousel-caption a:hover {
  text-decoration: none;
}
.carousel-caption a.category-link {
  display: inline-block;
  padding-left: 30px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.75);
  position: relative;
}
.carousel-caption a.category-link .icon {
  position: absolute;
  font-size: 32px;
  margin-left: 20px;
}
.carousel-control {
  color: #fff;
  opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.right {
  right: 10px;
}
.carousel-control .prev,
.carousel-control .next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 32px;
  text-shadow: none;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .prev:after,
.carousel-control .next:after {
  content: '';
  display: block;
  position: absolute;
  top: -52%;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control .prev:after {
  margin-left: -13px;
}
.carousel-control .next:after {
  margin-left: -16px;
}
.icon-left-chevron,
.icon-right-chevron {
  color: #fff;
  z-index: 100;
}
.icon-left-chevron:after,
.icon-right-chevron:after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: -13px;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-breakout-container {
  margin: 15px 0 30px;
  position: relative;
}
.carousel-breakout-container .hot,
.carousel-breakout-container .promoted .widget-title {
  position: absolute;
  top: 10px;
  left: 0;
}
.carousel-breakout-container .btn-secondary-small {
  border-bottom: none;
}
.content-container {
  margin: 30px 0;
}
.content-primary .two-col:last-of-type,
.content-secondary .two-col:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-primary .leaderboard-ad {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.vid-wrap {
  margin-bottom: 30px;
}
.sidebar p,
.sidebar span {
  font-size: 15px;
}
.sidebar .entry-date {
  display: block;
  margin-bottom: 30px;
}
.widget_jobs-filter-widget ul {
  padding-left: 0 !important;
}
.widget_jobs-hr-widget ul {
  padding-left: 0 !important;
}
.widget {
  margin: 30px 0;
}
.widget:first-of-type {
  margin-top: 0;
}
.box {
  padding: 15px;
  background: #eeeeee;
}
.box h4 {
  font-size: 32px;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget-title {
  margin: 0 0 20px;
  font-size: 32px;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  border-bottom: 5px solid #b12b25;
}
.widget-title span {
  font-size: 32px;
}
.latest-news,
.subscribe {
  border-top: 5px solid #b12b25;
  border-bottom: 5px solid #414141;
  position: relative;
}
.latest-news .widget-title,
.subscribe .widget-title {
  padding-bottom: 0;
  border-bottom: none;
}
.latest-news h2 {
  margin: 20px 0 0;
}
.latest-news h2 a {
  color: #414141;
}
.latest-news h2 a:hover {
  color: #b12b25;
  text-decoration: none;
}
.latest-news p {
  margin: 20px 0;
}
.latest-news .btn {
  position: absolute;
  bottom: -15px;
  right: 15px;
}
.med-rec a {
  display: block;
}
.banner {
  display: none;
  text-align: left;
}
.category-digital-retailer .banner {
  display: block;
}
.ad-size-1,
.ad-size-2 {
  width: 100%;
  height: auto;
}
.ad-size-1 img,
.ad-size-2 img {
  max-width: 100%;
}
.promoted .widget-title {
  padding-bottom: 0;
  border-bottom: none;
  left: -15px;
  top: -15px;
}
.promoted h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 900;
}
.promoted h2 a {
  color: #414141;
}
.promoted h2 a:hover {
  text-decoration: none;
  color: #b12b25;
}
.promoted .media {
  height: 80px;
  overflow: hidden;
}
.promoted .media:first-of-type {
  margin-top: -20px;
}
.popular a {
  color: #000;
}
.popular a:hover {
  color: #b12b25;
  text-decoration: none;
}
.popular ul {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
.popular ul > li {
  font-size: 14px;
  position: relative;
  margin: 0 0 6px 27px;
  padding: 4px 0 4px 10px;
  list-style: none;
  height: auto;
}
.popular ul > li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -9px;
  left: -32px;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  color: #b12b25;
  text-align: left;
}
.popular ul li ol,
.popular ul li ul {
  margin-top: 6px;
}
.popular ul ul li:last-child {
  margin-bottom: 0;
}
.subscribe:before,
.subscribe:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscribe:after {
  clear: both;
}
.subscribe:before,
.subscribe:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscribe:after {
  clear: both;
}
.subscribe input[type="email"] {
  float: left;
  width: 250px;
  margin-right: 3%;
  -webkit-appearance: none;
}
.subscribe .btn-default {
  float: left;
  height: 34px;
  margin: 0;
  padding: 0 7px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
}
.social-icons span {
  font-size: 32px;
}
.social-icons a {
  display: inline-block;
  margin: 0 2px;
  color: #d1d1d1;
}
.social-icons a:hover {
  color: #b12b25;
  text-decoration: none;
}
.social-icons .widget-social-icon {
  display: inline-block;
  width: 45%;
}
.fb_iframe_widget span {
  vertical-align: middle !important;
}
.fluid-width-video-wrapper {
  padding-top: 0 !important;
  /*width: 600px !important;
  height: 358px !important;*/
}
.poll form:before,
.poll form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.poll form:after {
  clear: both;
}
.poll form:before,
.poll form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.poll form:after {
  clear: both;
}
.excerpt-container {
  padding: 15px 0;
  position: relative;
}
.excerpt-container:before,
.excerpt-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.excerpt-container:after {
  clear: both;
}
.excerpt-container:before,
.excerpt-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.excerpt-container:after {
  clear: both;
}
.excerpt-container .btn-secondary-small {
  float: right;
}
.excerpt-container .icon-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  font-size: 24px;
  color: #d1d1d1;
}
.excerpt-container .icon-link:hover {
  color: #b12b25;
}
.article-excerpt {
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.two-col {
  padding-top: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.two-col .article-excerpt {
  border-bottom: none;
}
.two-col .article-excerpt:before,
.two-col .article-excerpt:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.two-col .article-excerpt:after {
  clear: both;
}
.two-col .article-excerpt:before,
.two-col .article-excerpt:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.two-col .article-excerpt:after {
  clear: both;
}
.two-col .article-excerpt .entry-date,
.two-col .article-excerpt .btn-secondary-small {
  margin-top: 10px;
}
.two-col .article-excerpt .entry-date {
  float: left;
}
.two-col .article-excerpt .btn-secondary-small {
  float: right;
}
.two-col .col-sm-12.col-lg-6:nth-child(odd) {
  clear: left;
}
.header-decal {
  position: relative;
  overflow: hidden;
  padding-left: 75px;
}
.header-decal::before {
  content: '';
  position: absolute;
  display: block;
  background: #b12b25;
  width: 38px;
  height: 180px;
  left: 0;
}
.header-decal::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 38px;
  left: -38px;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 38px solid #b12b25;
}
.header-decal h1 {
  margin: 0;
}
.header-meta a {
  color: #8f8f8f;
  font-size: 16px;
}
.header-meta a:hover {
  color: #b12b25;
}
.header-meta a .icon {
  margin-right: 5px;
}
.share {
  margin-top: 30px;
}
.share:before,
.share:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.share:after {
  clear: both;
}
.share:before,
.share:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.share:after {
  clear: both;
}
.share h5 {
  float: left;
  margin: 0 5px 0;
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.share a {
  color: #d1d1d1;
  display: inline-block;
  margin: 0 2px;
}
.share a:hover {
  color: #b12b25;
}
.share a .icon {
  font-size: 24px;
}
.share .addthis_toolbox {
  display: inline-block;
  min-width: 180px;
}
.share .addthis_toolbox.addthis_32x32_style span {
  vertical-align: bottom;
}
.entry-header {
  height: 256px;
  margin-bottom: 30px;
}
.entry-header h1 {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #d1d1d1;
}
.entry-header .entry-meta {
  position: relative;
  padding-left: 30px;
}
.entry-header .entry-meta .icon-link {
  color: #8f8f8f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.entry-header .entry-meta .icon-link:hover {
  color: #b12b25;
}
.entry-header .entry-meta .published-by {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.entry-header .entry-meta .published-by a {
  color: #8f8f8f;
}
.entry-header .entry-meta .published-by a:hover {
  color: #b12b25;
}
.post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.post .carousel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post .carousel-indicators {
  width: auto;
  margin: 0;
  bottom: 75px;
  left: 15px;
}
.post .carousel-inner {
  height: 435px;
  overflow: hidden;
}
.post .item {
  height: 595px;
}
.post .carousel-caption {
  position: relative;
  background: none;
  color: #8f8f8f;
  font-size: 14px;
  padding: 15px 0;
  height: 100px;
  position: absolute;
  bottom: 130px;
  background: #fff;
  z-index: 1;
}
.post .carousel-control .next,
.post .carousel-control .prev {
  top: 44%;
}
.carousel-indicators li {
  border: none;
  background: rgba(209, 209, 209, 0.6);
}
.carousel-indicators li:hover {
  background: #d1d1d1;
}
.carousel-indicators li.active:hover {
  background: #333333;
}
.entry-footer {
  margin-top: 30px;
}
.wp-caption.alignnone {
  max-width: 100%;
  width: auto;
  height: auto;
}
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;
  max-width: 100%;
}
img.alignnone {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignnone {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-header {
  height: 256px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.page-header h1 {
  border-bottom: 1px solid #d1d1d1;
}
.page-header ul {
  margin: 5px 0;
  list-style-type: none;
  padding-left: 0;
}
.page-header ul:before,
.page-header ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header ul:after {
  clear: both;
}
.page-header ul:before,
.page-header ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header ul:after {
  clear: both;
}
.page-header ul li {
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}
.page-header ul li::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 3px;
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #d1d1d1;
}
.page-header ul li:last-child::after {
  display: none;
}
.page-header.header-decal::after {
  bottom: 37px;
}
.archive-year {
  margin-top: 30px;
}
.archive-year,
.archive-month {
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.archive-year:before,
.archive-month:before,
.archive-year:after,
.archive-month:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.archive-year:after,
.archive-month:after {
  clear: both;
}
.archive-year:before,
.archive-month:before,
.archive-year:after,
.archive-month:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.archive-year:after,
.archive-month:after {
  clear: both;
}
.archive-year a,
.archive-month a {
  color: #414141;
  border-bottom: 5px solid transparent;
  display: block;
}
.archive-year a:hover,
.archive-month a:hover {
  color: #d95049;
}
.archive-year a.active,
.archive-month a.active {
  color: #b12b25;
  border-bottom: 5px solid #b12b25;
}
.archive-year a.active:hover,
.archive-month a.active:hover {
  color: #d95049;
  border-bottom-color: #d95049;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 14px;
  background: none;
}
.breadcrumb > li a {
  color: #8f8f8f;
}
.breadcrumb > li a:hover {
  color: #d95049;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #8f8f8f;
}
.pagination-wrap {
  display: table;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.pagination,
.wp-paginate {
  padding-left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
}
.pagination > li,
.wp-paginate > li {
  display: inline-block;
}
.pagination > li > span,
.wp-paginate > li > span {
  display: block;
  color: #000;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: none;
}
.pagination > li > a,
.wp-paginate > li > a {
  display: block;
  color: #d1d1d1;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: none;
}
.pagination > li > a .icon,
.wp-paginate > li > a .icon {
  color: #fff;
  display: inline-block;
  padding: 8px 8px 0;
  background: #d1d1d1;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover,
.wp-paginate > li > a:hover {
  color: #b12b25;
  background: none;
}
.pagination > li > a:hover .icon,
.wp-paginate > li > a:hover .icon {
  color: #b12b25;
}
.pagination > li:first-child > a,
.wp-paginate > li:first-child > a,
.pagination > li:last-child > a,
.wp-paginate > li:last-child > a {
  border-radius: 0;
}
.pagination .next,
.wp-paginate .next,
.pagination .prev,
.wp-paginate .prev {
  z-index: 1;
}
.pagination .next .prev-article,
.wp-paginate .next .prev-article,
.pagination .prev .prev-article,
.wp-paginate .prev .prev-article,
.pagination .next .next-article,
.wp-paginate .next .next-article,
.pagination .prev .next-article,
.wp-paginate .prev .next-article {
  position: absolute;
  width: 175px;
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.pagination .next,
.wp-paginate .next {
  text-align: right;
}
.pagination .next > a,
.wp-paginate .next > a {
  color: #000;
}
.pagination .next > a .icon,
.wp-paginate .next > a .icon {
  margin-left: 5px;
}
.pagination .prev,
.wp-paginate .prev {
  text-align: left;
}
.pagination .prev > a,
.wp-paginate .prev > a {
  color: #000;
}
.pagination .prev > a .icon,
.wp-paginate .prev > a .icon {
  margin-right: 5px;
}
.pagination.pagination-inner,
.wp-paginate.pagination-inner {
  width: 159px;
  margin: 25px auto 0;
}
.pagination.pagination-inner > li > a,
.wp-paginate.pagination-inner > li > a {
  padding: 8px;
}
.pagination.pagination-category,
.wp-paginate.pagination-category {
  width: 100%;
  text-align: center;
  margin-top: 29px;
}
.pagination.pagination-category > li > a,
.wp-paginate.pagination-category > li > a {
  padding: 8px 0;
}
.single .pagination {
  height: 160px;
  overflow: hidden;
}
.single .pagination-inner {
  padding-top: 8px;
}
.single .pagination-inner > li > a {
  float: none;
  border-bottom: 5px solid #b12b25;
}
.related-articles {
  border-top: 5px solid #414141;
  padding: 15px;
}
.related-articles ul {
  padding-left: 0;
  list-style-type: none;
}
.related-articles li {
  margin-bottom: 10px;
  position: relative;
}
.related-articles a {
  color: #414141;
}
.related-articles a:hover {
  color: #b12b25;
}
.network-links {
  padding: 15px 30px 30px;
  border-top: 1px dashed #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 30px;
}
.network-links .hot,
.network-links .promoted .widget-title {
  margin-left: -30px;
}
.network-links .thumbnail {
  opacity: 0.5;
  cursor: pointer;
  margin-top: 0;
  padding-top: 10px;
  border-top: none;
  border-bottom: 5px solid transparent;
}
.network-links .thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto !important;
}
.network-links .thumbnail h5 {
  font-family: "MetaSerifWeb-Book", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #414141;
}
.network-links .thumbnail:hover {
  opacity: 1;
  border-bottom: 5px solid #d95049;
  text-decoration: none;
}
.network-links .thumbnail:hover h5 {
  color: #000;
}
.network-link-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
input[type="search"] {
  -webkit-appearance: none;
}
.radio label {
  font-size: 14px;
}
#gform_wrapper_1 {
  width: 644px;
}
#gform_wrapper_1:before,
#gform_wrapper_1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#gform_wrapper_1:after {
  clear: both;
}
#gform_wrapper_1:before,
#gform_wrapper_1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#gform_wrapper_1:after {
  clear: both;
}
#gform_wrapper_1 .button.gform_button {
  float: right;
  margin: 0 0 30px;
}
#gform_wrapper_1 .gform_body {
  margin-top: 30px;
}
.gform_body ul,
.gform_body ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.subscribe .gfield_label {
  display: none !important;
}
.subscribe .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.subscribe .gform_body {
  display: inline-block;
}
.subscribe input {
  float: none !important;
}
.gfield {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.gfield_label {
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 15px;
  padding-top: 9px;
  font-weight: bold;
}
.ginput_container {
  float: none !important;
}
.ginput_container input,
.ginput_container textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px !important;
  line-height: 1.44;
  color: #414141;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
.ginput_container input {
  padding: 8px 12px !important;
  vertical-align: middle;
}
.ginput_container textarea {
  padding: 8px 12px !important;
}
.ginput_container input[type="checkbox"] {
  width: auto;
  float: left;
  height: 35px;
}
.gfield_checkbox label {
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  padding: 13px 0 0 16px;
}
.gfield_radio label {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.gpoll_choice_label {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}
.gpoll_ratio_label:before {
  content: '\2014';
}
.button.gform_button {
  clear: both;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  background: #d1d1d1;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px 10px 8px;
  position: relative;
  font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
}
.button.gform_button:hover {
  background: #b12b25;
}
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper textarea.textarea {
  width: 68% !important;
  max-width: 68%;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  padding-top: 12px !important;
}
.widget.poll .gform_wrapper .gfield_checkbox li label,
.widget.poll .gform_wrapper .gfield_radio li label {
  padding-top: 4px !important;
}
.widget.poll .gfield_radio label {
  margin-left: 23px !important;
}
.widget.poll .gform_wrapper .gfield_radio li input[type="radio"] {
  margin-left: 1px;
}
.gpoll_field_label {
  font-weight: normal;
}
#gform_submit_button_4 {
  margin-left: 150px;
}
.gform_footer {
  clear: both;
}
.validation_error {
  color: #f00;
}
.gfield_description.validation_message {
  float: left;
  color: #f00;
  font-size: 12px;
  padding-left: 15px;
}
.widget.poll .gform_wrapper {
  width: 100%;
  box-sizing: border-box;
}
.widget.poll .gfield_label {
  width: auto;
  float: none;
  text-align: left;
  vertical-align: middle;
}
.widget.poll .gfield_radio label {
  margin-left: 10px;
  vertical-align: middle;
}
.widget.poll .button.gform_button {
  float: right;
}
.widget.poll .gfield_label,
.widget.poll .gpoll_field_label_container {
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
}
.widget.poll .ginput_container input {
  display: inline-block;
  height: auto;
  width: auto;
}
.gfield_checkbox {
  overflow: auto;
}
#gform_fields_4 .gfield_checkbox li:first-child {
  margin-top: 8px !important;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  height: 30px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal !important;
}
.gform_wrapper .top_label .gfield_label {
  line-height: 1 !important;
  font-size: 16px;
}
.poll .gform_wrapper .top_label .gfield_label {
  margin-bottom: 30px !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  margin-top: 20px;
}
.gform_wrapper div.validation_error {
  font-size: 16px !important;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-weight: normal !important;
  font-size: 14px !important;
}
.gform_wrapper .validation_message,
.gform_wrapper div.validation_error {
  font-weight: normal !important;
}
.event-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.event-entry:before,
.event-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-entry:after {
  clear: both;
}
.event-entry:before,
.event-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-entry:after {
  clear: both;
}
.event-entry dl {
  margin: 0;
}
.event-entry dt,
.event-entry dd {
  display: inline;
}
.event-entry dt {
  font-weight: 900;
}
.event-entry dt::before {
  content: "\A";
  white-space: pre;
}
.event-entry dt::after {
  content: "|";
  margin-left: 5px;
  font-weight: 300;
}
.event-entry .btn {
  float: right;
  margin-right: 15px;
  margin-bottom: 0;
}
.event-entry.box {
  position: relative;
  padding-bottom: 60px;
  border-top: 5px solid #b12b25;
  border-bottom: 5px solid #414141;
}
.event-entry.box .btn-secondary-small {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.event-entry.box h4 {
  margin: 0 0 30px;
}
.event-entry.box .thumbnail {
  margin: 0;
  border-top: none;
}
.event-entry.box .thumbnail img {
  box-shadow: none;
}
.event-entry + .leaderboard-ad {
  margin-top: -15px;
}
.event-title {
  margin: 0;
  line-height: 1;
}
.contact {
  padding: 0 90px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.form-control,
input[type="text"],
input[type="email"] {
  line-height: 1;
}
.form-control.textarea {
  padding: 12px;
}
.icon-link ~ .tooltip .tooltip-inner {
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 150px;
  padding: 3px 8px 2px;
  vertical-align: text-bottom;
}
.error404 .page-header h1 {
  margin-top: -10px;
}
.error404 .content-primary {
  padding: 60px 0;
}
.error404 .search-container,
.error404 .search-btn {
  display: none !important;
}
.search-container-404 {
  display: block;
  margin-top: -20px;
  overflow: hidden;
}
.search-container-404 .btn {
  max-width: 119px;
  overflow-x: hidden;
}
.footer-wrapper {
  background: #414141;
  padding: 30px 0;
  position:relative;
    width: 1000px;
    margin: 0 auto;
}
.footer {
  position: relative;
}
.back-to-top {
  font-family: "HelveticaNeueLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414141;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
  width: 60px;
  font-size: 11px;
  padding-left: 12px;
  border-left: 20px solid #b12b25;
}
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top::before {
  content: '';
  display: block;
  width: 20px;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #b12b25;
  position: absolute;
  left: -40px;
  top: -20px;
  z-index: -1;
}
.footer-nav,
.footer-nav-sub {
  width: 100%;
  float: left;
  margin: 0;
}
.footer-nav li,
.footer-nav-sub li {
  float: left;
}
.footer-nav li a,
.footer-nav-sub li a {
  font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.footer-nav {
  margin-bottom: 20px;
}
.footer-nav li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0 15px;
}
.footer-nav li:first-child a {
  padding-left: 0;
}
.footer-nav-sub li a {
  font-size: 12px;
  color: #9c9c9c;
  padding: 0 10px;
}
.footer-nav-sub li:first-child a {
  padding-left: 0;
}
.credits {
  text-align: right;
  font-family: "HelveticaNeueLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.credits p {
  color: #d1d1d1;
  font-size: 16px;
}
.brand-footer {
  display: inline-block;
  margin-bottom: 15px;
  width: 194px;
  height: 25px;
}
.brand-footer img {
  max-width: 100%;
}
.site-by {
  display: block;
  margin-top: -10px;
  color: #9c9c9c;
  font-size: 14px;
}
.site-by:hover {
  color: #fff;
}
.category-digital-retailer ::selection {
  background: #00669f;
  color: #fff;
}
.category-digital-retailer ::-moz-selection {
  background: #00669f;
  color: #fff;
}
.category-digital-retailer a:hover {
  color: #00669f;
}
.category-digital-retailer .strapline a:hover {
  color: #00669f;
}
.category-digital-retailer .navbar-brand {
  /*max-width: 152px;*/
}
.category-digital-retailer .navbar-brand img.logo-primary {
  display: none;
}
.category-digital-retailer .navbar-brand img.logo-secondary {
  display: block;
}
.category-digital-retailer .breadcrumb > li a:hover {
  color: #0097ec;
}
.category-digital-retailer .highlight {
  color: #00669f;
}
.category-digital-retailer .btn-secondary:hover,
.category-digital-retailer .btn-secondary-small:hover {
  color: #00669f;
  border-bottom-color: #00669f;
}
.category-digital-retailer .btn-small:hover {
  background: #00669f;
}
.category-digital-retailer .social-icons a:hover {
  color: #00669f;
}
.category-digital-retailer .navbar-nav > .active,
.category-digital-retailer .navbar-nav > .current-menu-item,
.category-digital-retailer .navbar-nav > .current-post-ancestor {
  border-bottom: 5px solid #00669f;
}
.category-digital-retailer .header-decal::before {
  background: #00669f;
}
.category-digital-retailer .header-decal::after {
  border-top: 38px solid #00669f;
}
.category-digital-retailer .category-name a.category-link {
  color: #00669f;
  border-color: #00669f;
}
.category-digital-retailer .thumbnail .category-name a:hover {
  border-color: #0097ec;
  color: #0097ec;
}
.category-digital-retailer h3 a:hover {
  color: #00669f;
}
.category-digital-retailer .widget-title {
  border-color: #00669f;
}
.category-digital-retailer .latest-news {
  border-top-color: #00669f;
}
.category-digital-retailer .subscribe {
  border-top-color: #00669f;
}
.category-digital-retailer .popular a:hover {
  color: #0097ec;
}
.category-digital-retailer .popular ul > li::before {
  color: #00669f;
}
.category-digital-retailer .hot,
.category-digital-retailer .promoted .widget-title {
  background: #00669f;
}
.category-digital-retailer .hot::after,
.category-digital-retailer .promoted .widget-title::after {
  border-top: 46px solid #00669f;
}
.category-digital-retailer .back-to-top {
  border-left: 20px solid #00669f;
}
.category-digital-retailer .back-to-top::before {
  border-right: 20px solid #00669f;
}
.category-digital-retailer .back-to-top:hover {
  color: #0097ec;
}
.category-digital-retailer .pagination > li > a {
  border-color: #00669f;
}
.category-digital-retailer .pagination > li > a:hover {
  color: #00669f;
}
.category-digital-retailer .pagination > li > a:hover .icon {
  color: #00669f;
}
.category-digital-retailer .entry-content a {
  color: #00669f;
}
.category-digital-retailer .entry-content a:hover {
  color: #0097ec;
}
.category-digital-retailer .entry-header .entry-meta .published-by a:hover {
  color: #00669f;
}
.category-digital-retailer .share a:hover {
  color: #00669f;
}
.category-digital-retailer .related-articles a:hover {
  color: #00669f;
}
.category-digital-retailer .excerpt-container .icon-link:hover {
  color: #00669f;
}
.category-digital-retailer .entry-header .entry-meta .icon-link:hover {
  color: #00669f;
}
.category-digital-retailer .promoted h2 a:hover,
.category-digital-retailer .latest-news h2 a:hover {
  color: #00669f;
}
.category-digital-retailer .button.gform_button:hover {
  background: #00669f;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments ul li,
#comments ol li {
  list-style: none;
}
#comments .perma {
  display: none;
}
#comments .children {
  padding-left: 15px;
}
#comments .comment-container {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.form-submit {
  display: none;
}
html[data-useragent*='MSIE 10.0'] .pagination > li > a .icon {
  padding: 6px 8px 2px;
}
html[data-useragent*='MSIE 10.0'] .thumbnail .category-name a.category-link {
  padding-bottom: 9px;
}
html[data-useragent*='MSIE 10.0'] .search-container .btn-default,
html[data-useragent*='MSIE 9.0'] .search-container .btn-default,
html[data-useragent*='MSIE 10.0'] .search-container-404 .btn-default,
html[data-useragent*='MSIE 9.0'] .search-container-404 .btn-default {
  padding: 11px 19px 8px;
}
html[data-useragent*='MSIE 10.0'] .subscribe .btn-default,
html[data-useragent*='MSIE 9.0'] .subscribe .btn-default {
  line-height: 1;
}
html[data-useragent*='MSIE 10.0'] .back-to-top,
html[data-useragent*='MSIE 9.0'] .back-to-top {
  top: -62px;
  width: 68px;
}
html[data-useragent*='Firefox'] body {
  font-smooth: always;
}
html[data-useragent*='Firefox'] .thumbnail .category-name a.category-link {
  padding-bottom: 9px;
}
html[data-useragent*='Firefox'] .search-container .btn-default,
html[data-useragent*='Firefox'] .search-container-404 .btn-default {
  padding: 11px 19px 8px;
}
html[data-useragent*='Firefox'] .back-to-top {
  top: -62px;
  width: 68px;
}
html[data-useragent*='Firefox'] .carousel-control .prev:after,
html[data-useragent*='Firefox'] .carousel-control .next:after {
  margin-top: -2px;
}
@media (min-width: 1200px) {
  .navbar-brand {
    margin-left: 0;
    max-width: 344px;
  }
  .nav > li > a {
    padding: 15px 15px 10px;
  }
  .search-container input[type="search"],
  .search-container-404 input[type="search"] {
    width: 1047px;
  }
  h4,
  .category-link {
    font-size: 16px;
  }
  .thumbnail .category-name {
    top: -35px;
  }
  .thumbnail .category-name .icon {
    top: 0;
  }
  .entry-header,
  .page-header {
    height: 256px;
  }
  .header-decal::before {
    height: 180px;
  }
  .ad-size-1 {
    width: 300px;
    height: 250px;
  }
  .ad-size-2 {
    width: 300px;
    height: 600px;
  }
  .carousel-caption {
    padding: 30px 0;
  }
  .carousel-caption h1 {
    font-size: 20px;
    margin-top: 30px;
  }
  .subscribe input[type="email"] {
    width: 270px;
  }
  .med-rec {
    border: 1px solid #d1d1d1;
    /*padding: 35px;*/
  }
  .social-icons span {
    font-size: 36px;
  }
  .social-icons a {
    margin: 0 10px;
  }
  .promoted .media {
    height: 76px;
  }
  .post .carousel-inner {
    height: 485px;
  }
  .post .item {
    height: 645px;
  }
  .post .carousel-control .next,
  .post .carousel-control .prev {
    top: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-social-icon {
    width: 100% !important;
  }
  .content-container {
    margin: 30px 0 60px;
  }
  .navbar-brand {
    width: 172px;
    margin-left: 0;
  }
  .navbar-primary {
    font-size: 12px;
  }
  .nav > li > a {
    padding: 14px 8px 11px;
  }
  .search-container input[type="search"],
  .search-container-404 input[type="search"] {
    width: 605px;
  }
  .carousel-caption {
    padding: 10px 0;
    height: 35%;
  }
  .carousel-caption h1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .carousel-caption a.category-link .icon {
    font-size: 22px;
  }
  .carousel-control.right {
    right: 10px;
  }
  .thumbnail .category-name {
    top: -30px;
  }
  .category-link,
  .comments-count {
    font-size: 12px;
  }
  .comments-count::before {
    vertical-align: middle;
    font-size: 12px;
  }
  .sidr-class-navbar-primary {
    border-bottom: 5px solid #b12b25;
  }
  .sidr-class-navbar-primary ul li:last-child {
    border-bottom: none;
  }
  .sidr-class-navbar-secondary {
    position: absolute;
    margin: 400px 0 40px;
    width: 100%;
  }
  #mobile-header {
    display: none;
  }
  h1 {
    font-size: 42px;
  }
  .leaderboard-ad {
    width: 500px;
  }
  .leaderboard-ad img {
    max-width: 100%;
  }
  .ad-size-1,
  .ad-size-2 {
    width: 100%;
    height: auto;
  }
  .ad-size-1 img,
  .ad-size-2 img {
    max-width: 100%;
  }
  .subscribe:before,
  .subscribe:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .subscribe:after {
    clear: both;
  }
  .subscribe:before,
  .subscribe:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .subscribe:after {
    clear: both;
  }
  .subscribe input[type="email"] {
    width: 181px;
  }
  .archive-year,
  .archive-month {
    font-size: 13px;
  }
  .pagination.pagination-inner {
    width: 160px;
  }
  .social-icons {
    font-size: 28px;
  }
  .promoted .media {
    height: auto;
  }
  .promoted .media > .pull-left {
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .entry-header,
  .page-header {
    height: 299px;
  }
  .header-decal::before {
    height: 223px;
  }
  .post .carousel-inner {
    height: 326px;
  }
  .post .item {
    height: 485px;
  }
  .post .carousel-control .next,
  .post .carousel-control .prev {
    top: 40%;
  }
  .error404 .page-header h1 {
    margin-top: -7px;
  }
  .navbar-brand {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .leaderboard-ad {
    width: 100%;
    text-align: center;
  }
  .leaderboard-ad,
  .med-rec {
    overflow: hidden;
  }
  .med-rec iframe {
    width: 100% !important;
    height: auto !important;
  }
  .leaderboard-ad iframe {
    width: 100% !important;
  }
  .elastislide-horizontal ul li a {
    z-index: 100;
  }
  .elastislide-horizontal ul li a .breakout-img-caption {
    display: none;
  }
  .thumbnail img,
  .img-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  img.alignnone,
  img.aligncenter {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: landscape) {
  .search-container input[type="search"],
  .search-container-404 input[type="search"] {
    width: 816px;
  }
  .social-icons a {
    padding: 0 3px;
  }
  .pagination.pagination-inner {
    width: 166px;
  }
  .entry-header,
  .page-header {
    height: 299px;
  }
  .header-decal::before {
    height: 223px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
  .navbar {
    position: relative !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  .post .carousel-inner {
    height: 326px;
  }
  .post .item {
    height: 455px;
  }
  .post .carousel-control .next,
  .post .carousel-control .prev {
    top: 40%;
  }
  .back-to-top {
    width: 62px;
  }
}
@media (max-width: 768px) {
  .widget-social-icon {
    width: auto !important;
  }
  .admin-bar .navbar {
    top: 46px;
  }
  body {
    margin-top: 46px;
  }
  .navbar {
    top: 0;
    background: #ececec;
    position: fixed;
    z-index: 1030;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
  .bg-active {
    background: #f1f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    top: 0;
    right: -15px;
    margin: 0;
    padding-left: 10px;
    background: #cdcccb;
    border: none;
    border-radius: 0;
    width: 40%;
    height: 45px;
    line-height: 2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1030;
  }
  .navbar-toggle::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    width: 14px;
    height: 45px;
    background: url('http://applianceretailer.com.au/wp-content/themes/ar_new/img/nav-arrow-mobile.png') center center no-repeat;
    background-size: 14px 45px;
  }
  .navbar-toggle:hover {
    background: #cdcccb;
    color: #fff;
  }
  .navbar-toggle .icon,
  .navbar-toggle .toggle-text,
  .navbar-toggle .toggle-right {
    position: absolute;
  }
  .navbar-toggle .icon {
    font-size: 20px;
    left: 0;
    top: 12px;
  }
  .navbar-toggle .toggle-text {
    top: 11px;
    left: 40px;
  }
  .navbar-toggle .toggle-right {
    display: none;
  }
  .sidr-active .header {
    margin-top: 0;
  }
  .sidr-active .toggle-left,
  .sidr-active .toggle-text,
  .sidr-active .navbar-brand-mobile {
    display: none;
  }
  .sidr-active .toggle-right {
    display: block;
    position: absolute;
    top: 12px;
    left: auto;
    right: 30px;
  }
  .navbar-brand {
    margin: 0 auto;
    width: 221px;
  }
  .navbar-brand-mobile {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
  }
  .navbar-brand-mobile img {
    max-width: 100%;
  }
  .sidr-class-navbar-brand-mobile,
  .sidr-class-icon,
  .sidr-class-toggle-text {
    display: none;
  }
  .sidr-class-navbar-nav {
    border-bottom: none !important;
  }
  .sidr-class-navbar-primary .sidr-class-navbar-nav {
    border-top: none !important;
  }
  .sidr-class-pre {
    display: none !important;
  }
  .sidr ul li ul {
    border-top: 5px solid #b12b25;
  }
  .sidr ul li ul li {
    font-family: "HelveticaNeueLT-MediumCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 48px;
  }
  .sidr ul li ul li:hover {
    line-height: 48px;
  }
  .sidr ul li ul li a {
    padding-left: 15px;
    color: #fff;
  }
  .subscribe:before,
  .subscribe:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .subscribe:after {
    clear: both;
  }
  .subscribe:before,
  .subscribe:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .subscribe:after {
    clear: both;
  }
  .subscribe input[type="email"] {
    width: auto;
    max-width: 171px;
  }
    #sponz .addthis a {
        display: inline-block;
        vertical-align: middle;
    }
    #sponz .media img{
        width: 100%;
    }
  .search-container input[type="search"],
  .search-container-404 input[type="search"] {
    width: 604px;
  }
  .ad-size-1,
  .ad-size-2 {
    width: auto;
    height: auto;
  }
  .ad-size-1 img,
  .ad-size-2 img {
    max-width: 100%;
  }
  .ad-size-1,
  .ad-size-2 {
    width: 100%;
    height: auto;
  }
  .ad-size-1 img,
  .ad-size-2 img {
    max-width: 100%;
  }
  .elastislide-carousel {
    height: auto;
    border-bottom: none;
  }
  .elastislide-carousel ul li {
    border-bottom: 5px solid #000;
  }
  .elastislide-carousel ul li a:hover {
    display: none;
  }
  .elastislide-carousel::after {
    display: none;
  }
  .thumbnail .category-name .icon {
    top: -5px;
  }
  .social-icons {
    padding: 5px 0 20px;
  }
  .social-icons a {
    font-size: 24px;
    margin: 0 3px;
  }
  .network-links {
    padding: 15px 0 30px;
  }
  .network-links .hot,
  .network-links .promoted .widget-title {
    margin-left: 0;
  }
  .network-links .thumbnail {
    opacity: 1;
  }
  .network-links .thumbnail:hover {
    border-bottom: 5px solid transparent;
  }
  .promoted .media {
    height: auto;
  }
  .promoted .media > .pull-left {
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .mobile-leaderboard .leaderboard-ad {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .mobile-leaderboard .leaderboard-ad img {
    max-width: 100%;
  }
  .entry-header,
  .page-header {
    height: 299px;
  }
  .header-decal::before {
    height: 223px;
  }
  .post .carousel-inner {
    height: 296px;
  }
  .footer-nav-sub li:nth-child(4) a {
    padding-right: 20px;
  }
  .footer-nav-sub li:nth-child(5) a {
    padding-left: 0;
  }
  .error404 .search-container-404 {
    display: none;
  }
  .error404 .page-header {
    height: 405px;
  }
  .error404 .header-decal::before {
    height: 329px;
  }
  #gform_submit_button_4 {
    margin-left: 0;
  }
  .thumbnail img,
  .img-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  img.aligncenter,
  img.alignnone {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed !important;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 36px;
  }
  .header {
    margin-top: 60px;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    top: 0;
    right: -15px;
    margin: 0;
    padding-left: 10px;
    background: #cdcccb;
    border: none;
    border-radius: 0;
    width: 40%;
    height: 45px;
    line-height: 2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-family: "HelveticaNeueLT-BlackCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1030;
  }
  .navbar-toggle::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    width: 14px;
    height: 45px;
    background: url('http://applianceretailer.com.au/wp-content/themes/ar_new/img/nav-arrow-mobile.png') center center no-repeat;
    background-size: 14px 45px;
  }
  .navbar-toggle:hover {
    background: #cdcccb;
    color: #fff;
  }
  .navbar-toggle .icon,
  .navbar-toggle .toggle-text,
  .navbar-toggle .toggle-right {
    position: absolute;
  }
  .navbar-toggle .icon {
    font-size: 20px;
    left: 0;
    top: 12px;
  }
  .navbar-toggle .toggle-text {
    top: 11px;
    left: 40px;
  }
  .navbar-toggle .toggle-right {
    display: none;
  }
  .sidr-active .toggle-left,
  .sidr-active .toggle-text,
  .sidr-active .navbar-brand-mobile {
    display: none;
  }
  .sidr-active .toggle-right {
    display: block;
    position: absolute;
    top: 12px;
    left: auto;
    right: 30px;
  }
  #mobile-header {
    display: block;
  }
  .mobile-leaderboard {
    display: block;
  }
  .mobile-leaderboard .leaderboard-ad {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  .mobile-leaderboard .leaderboard-ad img {
    width: 100%;
  }
  .event-entry ~ .mobile-leaderboard {
    margin-top: -15px;
  }
  .article-excerpt .entry-date {
    display: block;
    width: 100%;
  }
  .article-excerpt .btn-secondary-small {
    float: left;
    margin-top: 15px;
  }
  .article-excerpt .btn-secondary-small.pull-right {
    float: none;
  }
  .widget.med-rec {
    display: none;
  }
  .carousel-caption {
    position: relative;
    padding: 0;
    height: 130px;
    overflow: hidden;
    left: auto;
    bottom: auto;
    background: #000;
    color: #fff;
  }
  .carousel-caption a.category-link {
    display: none;
  }
  .carousel-caption h1 {
    font-size: 16px;
  }
  .carousel-breakout-container {
    display: none;
  }
  .carousel-control .prev,
  .carousel-control .next {
    left: 37%;
  }
  .carousel-control .prev:after,
  .carousel-control .next:after {
    display: none;
  }
  .post .carousel-inner {
    height: 226px;
  }
  .post .item {
    height: 385px;
  }
  .post .carousel-control .next,
  .post .carousel-control .prev {
    top: 32%;
  }
  .search-container {
    display: none !important;
  }
  .social-icons a {
    font-size: 37px;
    margin: 10px 3px 0;
  }
  .subscribe input[type="email"] {
    width: 246px;
    max-width: 100%;
  }
  .header-decal {
    padding-left: 0;
    height: auto;
    clear: both;
  }
  .header-decal::before,
  .header-decal::after {
    display: none;
  }
  .entry-header .entry-meta .published-by {
    position: static;
    text-align: left;
  }
  .breadcrumb {
    margin-top: 30px;
  }
  .page-header {
    height: auto;
    padding-bottom: 30px;
  }
  .pagination {
    margin: 0 0 60px;
  }
  .pagination.pagination-inner {
    display: none;
  }
  .single .pagination {
    height: 70px;
  }
  .prev-article,
  .next-article {
    display: none;
  }
  .contact {
    padding: 0;
  }
  .footer-nav,
  .footer-nav-sub {
    text-align: center;
  }
  .footer-nav li,
  .footer-nav-sub li {
    position: static;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #373737;
  }
  .footer-nav li:first-child,
  .footer-nav-sub li:first-child {
    border-top: none;
  }
  .footer-nav li:last-child,
  .footer-nav-sub li:last-child {
    border-bottom: none;
  }
  .footer-nav li a,
  .footer-nav-sub li a {
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 100;
  }
  .footer-nav li a:hover,
  .footer-nav-sub li a:hover {
    cursor: pointer;
  }
  .footer-nav {
    margin-bottom: 0;
  }
  .footer-nav li:last-child {
    border-bottom: 1px solid #373737;
  }
  .footer-nav-sub {
    margin-bottom: 30px;
  }
  .footer-nav-sub li:first-child {
    border-top: 1px solid #4b4b4b;
  }
  .credits {
    text-align: center;
  }
  .error404 .page-header {
    height: auto;
  }
  .error404 .page-header h1 {
    margin-top: 0;
  }
  .error404 .page-header h1 span {
    display: block;
  }
  .back-to-top {
    width: 65px;
  }
  .thumbnail img,
  .img-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  img.alignnone,
  img.aligncenter {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .social-icons a {
    font-size: 54px;
    margin: 10px 9px 0;
  }
  .subscribe input[type="email"] {
    width: 403px;
    max-width: 100%;
  }
  .promoted .media > .pull-left {
    float: left;
    margin-right: 10px;
  }
}
.jobs h2 {
  margin-top: 3px;
  font-size: 24px;
}
.jobs h2 a {
  line-height: 24px;
  font-size: 24px !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
