/* Remove at launch */
.mobile #comments {
	display: none;
}


/*
 * Starter 1.0.0
 */
/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
/* Always show a vertical scrollbar, even when there is no scrolling */
html {
  overflow-y: scroll;
}
/* Don't let iOS and WinMobile mobile-optimize text for you */
/* Turn this rule on for mobile sites or sites using mediaqueries */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}

/* Fonts */
@font-face {
    font-family: 'Oswald';
    font-display: fallback;
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
code,
pre {
  font-family: 'Monaco', 'Menlo', 'Consolas', "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar-header .row {
	position: relative;
}
.comment-body:before,
.comment-body:after,
.container:before,
.container:after,
.row:before,
.row:after,
.d4p-tabber-widget ul.d4p-tabber-header:before,
.d4p-tabber-widget ul.d4p-tabber-header:after {
  content: " ";
  display: table;
}
.comment-body:after,
.container:after,
.container:after,
.row:after,
.d4p-tabber-widget ul.d4p-tabber-header:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .navbar-header .container {
    max-width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 990px) {

  .navbar-header .container {
		max-width: 960px;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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;
}
.error404 .page-content form {
	max-width: 400px;
}
.error404 .page-content input[type="search"] {
	height: 37px;
}
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 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: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f1f1f1;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
select[multiple],
select[size],
textarea.form-control,
textarea.input-sm,
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
/* Search form in nav */
#site-navigation .nav-search {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
}
#site-navigation .search-form {
	overflow: hidden;
}
#site-navigation .search-form input[type="search"] {
    background: #303030 url("images/mlb-sharing-icons.png") no-repeat scroll 98% -122px;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    padding: 8px 32px 7px 7px;
    width: 188px;
    transition: all 0.3s ease-in-out;
}
#site-navigation .search-form input[type="search"]:focus {
    background-color: #626262;
    width: 220px;
}
#site-navigation .search-form input[type="submit"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 768px) {

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f1;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f1f1f1;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f1f1f1 #f1f1f1 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.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: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
  .menu-teams-container {
	display: none;
}
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.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: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f1f1f1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f1f1f1;
}
.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: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}


.hidden-sm {
  display: block !important;
}
tr.hidden-xs,
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs,
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
	  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs,
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm,
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md,
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
	  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg,
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md,
.hidden-lg {
  display: block !important;
}
tr.hidden-md,
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md,
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
	  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs,
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm,
.hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md,
.hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg,
	.hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}



/* ==========================================================================
   Colors
========================================================================== */
.whiteShadow {
  text-shadow: 2px 1px 2px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.greyGradient {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(49%, #f1f1f1), color-stop(50%, #dbdbdd), color-stop(100%, #dbdbdd));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbdd', GradientType=0);
}
.mobileSection-background {
  background: #181819 url(../images/bkgs/nav_bkg.gif) repeat-x center top;
}
.widgetShadow {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
/*******************************************************
  Base
*******************************************************/
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


body {
  background: url(../images/header-bg.jpg) center top no-repeat, url(../images/gradient-bg.png) top repeat-x;
  background-color: #6c6c6c;
  overflow-x: hidden;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #006699;
  text-decoration: none;
  outline: none;
}
a:hover,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

/*******************************************************
  Headings
*******************************************************/
.hdg {
  font-family: Georgia, serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  word-wrap: break-word;
}

.hdg a {
	color: #212121;
	text-decoration: none;
}

.hdg a:hover {
	color: #e26500;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

.hdg_h1 {
  font-size: 24px;
}
.hdg_h2 {
  font-size: 19px;
}
.hdg_h3 {
  font-size: 16px;
}
.hdg_h4 {
  font-size: 14px;
}
.hdg_h5 {
  font-size: 12px;
}
.hdg_upper {
  text-transform: uppercase;
}
.hdg_mainColor {
  color: #212121;
}
.hdg_white {
  color: #fff;
}
.header-meta {
  font-size: 0.9em;
  margin: 0 0 18px;
  font-weight: 700;
  color: #2e3e4b;
}
.header-meta h1 {
	font-size: 1.5em;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	color: #aaa;
}
article.type-page .post-heading {
  margin: 0 0 15px;
}
/*******************************************************
  404 Styles
*******************************************************/
.not-found .page-content > p {
  margin: 10px 0;
}
.not-found .page-content .widgettitle {
  margin: 0 0 5px;
}
.not-found .page-content .widget,
.not-found .page-content .input-group {
  margin: 0 0 25px;
}
/*******************************************************
  Main Content
*******************************************************/
#page {
  position: relative;
}
.mainContent {
  background: #fff;
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.nav-arrow {
  position: fixed;
  top: 45%;
  z-index: 2;
  background: url("../images/arrow-navigation.png");
  width: 146px;
  height: 279px;
  display: block;
}
.nav-arrow a {
  color: #d2d3d5;
  display: block;
  font-family: "Oswald", 'Arial Narrow', sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.nav-arrow a:hover {
	color: #fff;
}
.nav-arrow span {
  color: #e26500;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.nav-arrow_left {
  left: 50%;
  margin-left: -665px;
}
.nav-arrow_left {
  background-position: 0 0;
  text-align: right;
}
.nav-arrow_right {
  background-position: 0 -279px;
  margin-right: -665px;
  right: 50%;
}
.nav-arrow_left a {
  text-align: right;
}
.load_more {
  display: block;
  text-align: center;
  margin: 25px 0 0;
}
.load_more .load_more_posts {
  border: none;
  background: #e26500;
  color: #fff;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  float: none;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.center {
  text-align: center;
}
/*******************************************************
  Forms
*******************************************************/
.form-control,
.ginput_container input,
.ginput_container textarea {
  background: #ebebeb;
  border: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: none;
}
.gform_wrapper .top_label .ginput_container input,
.gform_wrapper .top_label .ginput_container textarea {
  padding: 5px 10px;
}

#search-2 input.form-control {
	height: 37px;
}

#gform_submit_button_1 {
	font-size: 18px;
}

.input-group-btn .btn,
.button.gform_button {
  margin: 0;
  border: none;
  background: #e26500;
  color: #fff;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
/*******************************************************
  Header
*******************************************************/


.login-link.logged-in ul.sub-menu {
background: #202020;
    padding: 0px;
    margin-top: 8px;
    width: 209px;
    padding-bottom:7px;
}
.login-link .sub-menu li.menu-item{
  text-align:right;
  width:100%;
  padding-top:4px;
}
.login-link .sub-menu li.menu-item a{
    font-family: Georgia, serif;
}

.login-link .sub-menu li.menu-item a:hover{
  color: #e26500;
}

.site-header {
  position: relative;
}
.site-branding {
  z-index: 3;
  width: 100%;
}
.site-title {
	margin-bottom: 0;
}
.site-title a {
  background: url(images/logo3.png) no-repeat;
  background-size: contain;
	display: block;
  height: 108px;
  text-indent: -9999px;
}

#site-navigation {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  position: relative;
}
#site-navigation .menu-primary-container {
  float: left;
}
#site-navigation .twitter-follow-button {
  float: right;
}
#site-navigation ul li.menu-facebook, #site-navigation ul li.menu-twitter, #site-navigation ul li.menu-rss {
	display: none;
}
#site-navigation.fv_teams_menu_select_teams {
  border: 1px solid black;
  border-top: 1px solid #525252;
  margin: 0;
}

#site-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #525252;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#site-navigation ul li a:hover,
#site-navigation ul li a.hoverState {
  background: #fff;
  color: #e26500;
  border-left-color: #898989;
  border-right-color: #ababab;
}
#site-navigation.fv_teams_menu_select_teams a:hover {
  color: #fff;
}
#site-navigation ul.dropdown-menu a:hover {
	background: transparent;
	border: 0px;
}
#site-navigation ul.dropdown-menu a {
	border: 0;
}

#site-navigation ul li ul {
  background: #202020;
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#site-navigation ul li ul li {
  border-bottom: 1px solid #444;
  font-family: Georgia, serif;
}
#site-navigation ul li ul li a {
  border: none;
  font-family: Georgia, serif;
  font-size: 0.9em;
  color: #fff;
  text-transform: none;
}
#site-navigation ul li ul li.fv-team-selected a {
  background: whitesmoke;
  color: black;
}
#site-navigation ul li ul li a:hover {
  color: #e26500;
  background: none;
}
#site-navigation ul li ul li.fv-team-selected a:hover {
  color: black;
  background: whitesmoke;
}
#site-navigation ul li ul li.current-menu-item a {
  color: #e26500;
  background: none;
}
#site-navigation ul li:hover ul {
  display: block;
}
 ul li.first a {
  border-left: none;
}

#site-navigation li ul.teams_submenu div.menu-item-wrap {
	width: 19rem;
	padding: .5rem 0 .5rem 1rem;
	margin-right: 3rem;
}

#site-navigation li ul.teams_submenu > li {
	border-bottom: 0;
	width: 200px;
	width: 20rem;
	padding: 4px 15px 4px 10px;
	float: left;
	display: inline-block;
	line-height: 2.2;
}
#site-navigation li ul.teams_submenu li > a {
	clear: none;
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	padding: 0;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu {
  width: 600px;
  left: 0;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu > li > a {
	color: #e26500;
	font-family: "Oswald", 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	padding: 12px 16px 8px;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu > li {
	width: 200px;
	width: 20rem;
	float: left;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
  padding-bottom: 1px;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu > li:nth-child(1),
#site-navigation ul li.teams_submenu ul.dropdown-menu > li:nth-child(2),
#site-navigation ul li.teams_submenu ul.dropdown-menu > li:nth-child(3) {
	padding-bottom: 10px;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu > li:nth-child(3n+3) {
	border-right: none;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu .sub-menu li,
#site-navigation ul li.teams_submenu ul.dropdown-menu > li:nth-child(n+4) {
	border-bottom: none;
}
#site-navigation ul li.teams_submenu ul.dropdown-menu .sub-menu li a {
	display: block;
	padding: 8px 16px;
  text-decoration: none;
}
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list {
  max-width: none;
  border-top: none;
  width: 50%;
  float: left;
}
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li {
  float: left;
  width: 100%;
  display: block;
  padding-right: 5px;
}
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a {
  float: left;
  display: block;
}
#site-navigation ul.teams_submenu > li a.meta-link {
	width: auto;
	padding: 0;
	float: right;
}
#site-navigation ul.teams_submenu > li a.meta-link span,
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a.team_socals {
  width: 24px;
  height: 24px;
  background: url("../images/icons/team-socials.png") no-repeat 0 0;
  text-indent: -9999px;
  float: right;
  margin: 4px 3px 3px 0;
  padding: 0;
}
#site-navigation ul.teams_submenu > li a.meta-link span.fb_team_hoops,
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a.facebook {
  background-position: 0;
}
#site-navigation ul.teams_submenu > li a.meta-link span.tw_team_hoops,

#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a.twitter {
  background-position: -25px 0;
}
#site-navigation ul.teams_submenu > li a.meta-link span.rss_team_hoops,
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a.rss {
  background-position: -51px 0;
}
#site-navigation ul li.teams ul.dropdown-menu .menu_tax_wrap ul.menu_tax_list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#site-navigation ul.teams_submenu a {
	padding-right: 0px;
	padding-left: 0px;
}


#site-navigation li ul.teams_submenu {
	width: 600px;
	width: 60rem;
}
.teams_submenu span, #menu-teams span {
	width: 21px;
	height: 21px;
	display: inline-block;
	overflow: hidden;
	background: url("../images/submenu-icons.png") no-repeat;
	text-indent: -9999px;
	margin: 0 1px 0 0;
}
.teams_submenu span.tw_team_hoops, #menu-teams span.tw_team_hoops  {
	background-position: 0 -26px;
}
.teams_submenu span.rss_team_hoops, #menu-teams span.rss_team_hoops  {
	background-position: 0 -50px;
}
.teams_submenu span.rss_team_hoops, .teams_submenu span.fb_team_hoops, .teams_submenu span.tw_team_hoops {
	margin-top:3px;
}


.headerBackground {
  position: relative;
}
.header_ad,
.section_ad {
  padding: 5px 0;
  background: #fff;
  width: 110%;
  margin: 0 0 0 -5%;
}
.navbar-header {
  width: 100%;
  background: #212121;
  border-bottom: solid 1px #444;
  color: #fff;
  position: relative;
  z-index: 2;
  float: none;
  display: none;
}

.prevent-click-outside-ads {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
margin: 0 auto;
}
.prevent-click-outside-ads > div {
  z-index: 1;
}
.prevent-click-outside-ads::before, .prevent-click-outside-ads::after {
  position: absolute;
  color: #222;
  display: block;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  width: var(--outside-ads-width);
  height: var(--outside-ads-height);
  background: radial-gradient(rgba(244, 245, 248, .1), rgba(244, 245, 248, .6));
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
  transform: translateY(10px);
}
.prevent-click-outside-ads::before {
content: "";
z-index: -1;
}
.prevent-click-outside-ads::after {
  content: "Advertisement";
}

.div-gpt-ad-post {
	min-height:250px;
	min-width:300px;
	margin-top: 30px;
}

.div-gpt-ad-top {
	min-height: 90px;
	margin-top: 15px;
}

.div-gpt-sidebar-top {
	min-height: 250px;
	width: 300px;
}

.div-gpt-sidebar-bottom {
	min-height: 600px;
	min-width: 160px;
	max-width: 300px;
}

.div-gpt-ad-bottom {
	position: fixed;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 90px;
}

.div-gpt-ad-bottom + .div-gpt-ad-spacer {
	height: 67px;
}

.navbar-header .linked-sites a{
   color: #e26500;
  float: left;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
}

.navbar-header .linked-sites a span{
  width:100%;
  font-size:1em;
}

.navbar-header .linked-sites ul {
	margin-top: 0px;
    padding: 0;
    padding-right: 5px;
}
.navbar-header .linked-sites ul li{
	margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-header span {
  color: #e26500;
  float: left;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
}



.navbar-header ul {
  float: left;
  font-size: 0.75em;
}
.navbar-header ul li {
  float: left;
  display: block;
}
.navbar-header ul li a {
  color: #fff;
}
.navbar-header ul li a.flex-prev, .navbar-header ul li a.flex-next {
	color: #e26500;
}
.navbar-header .flex-viewport {
  font-family: Georgia, serif;
}
.navbar-header ul.socials {
	padding: 0 0px;
	float: right;
}
.navbar-header ul.socials li {
	padding: 0 5px;
}
.navbar-header ul.socials li a {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/icons/top-socials.png) no-repeat 0 0;
  background-size: auto 28px;
}
.navbar-header ul.socials li a.twitter {
  background-position: 0 0;
}
.navbar-header ul.socials li a.facebook {
  background-position: -36px 0;
}
.navbar-header ul.socials li a.gplus {
  background-position: -72px 0;
}
.navbar-header ul.socials li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mobile-rumor-links {
  color: #666;
  padding: 5px;
}

@keyframes puff-out {
	0% {
			transform: scale(1);
			opacity: 0;
	}
	50% {
			transform: scale(1.1);
			opacity: 0.5;
	}
	100% {
			transform: scale(1);
			opacity: 1;
	}
}
@keyframes slide-toggle {
	0% {
		transform: scaleY(0);
		opacity: 0;
	}
	100% {
		transform: scaleY(1);
		opacity: 1;
	}
}
.navbar-header .fv-tc-login-box {
	animation-name: slide-toggle;
}
.fv-tc-login-box {
	transform-origin: top;
	animation: puff-out 0.3s ease-in forwards;
	position: absolute;
	z-index: 1;
	background: #e8e8e8;
	padding: 10px;
	width: 220px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 12px;
	line-height: 1;
}
#comments .fv-tc-login-box {
	margin-top: 10px;
	padding-bottom: 1px;
}
.navbar-header .fv-tc-login-box {
	background-color: #4f4f4f;
	padding-bottom: 0;
	position: absolute;
	top: 32px;
	right: 0;
}
.navbar-header .fv-tc-login-box .fv-tc-login-box-actions {
  display: none;
}
.fv-tc-login-box #loginform {
	background-color: transparent;
	padding: 0;
}
.comment-respond {
	margin-left: 60px;
	position: relative;
}
.comment-respond .fv-tc-login-box {
	top: -55px;
  position: relative;
	width: 230px;
	transform-origin: center;
}
.comment-content .fv-tc-login-box-actions,
.comment-respond .fv-tc-login-box-actions {
	clear: left;
	text-align: center;
	opacity: 1;
}
#comments#comments .comment-body .comment-content .fv-tc-login-box-actions a,
.comment-respond .fv-tc-login-box-actions a {
	color: #666;
  border-bottom: none;
}
.fv-tc-login-box p {
	margin-bottom: 12px;
}
#comments .comment-respond .fv-tc-login-box label {
	margin-bottom: 4px;
	font-size: 12px;
	display: block;
}
.fv-tc-login-box p:last-child
#comments .fv-tc-login-box p:last-child {
	margin-bottom: 6px;
}
.fv-tc-login-box .login-username input,
.fv-tc-login-box .login-password input {
	width: 100%;
	padding: 6px;
}
.fv-tc-login-box .login-remember input {
	vertical-align: middle;
	margin-top: -5px;
}
.fv-tc-login-box .login-remember {
	float: left;
	padding-top: 5px;
	font-size: 11px;
	color: #aaa;
}
.fv-tc-login-box .login-submit {
	text-align: right;
}
.fv-tc-login-box input[type="submit"] {
    font-size: 14px;
    -webkit-appearance: none;
    border: 0;
    background-color: #888;
    color: #fff;
    padding: 4px 10px;
   	text-align: center;
  	text-transform: uppercase;
}
.navbar-header .login-link img {
    max-width: 25px;
    margin-top: 0;
    display: block;
}

.logged-in .login-link {
	position: absolute;
  right: 0;
  padding-bottom: 14px !important;
  height: 33px;
  margin-top:-2px;
}

div.wnbell-dropdown {
  float: right;
  margin-right: 32px;
  margin-top:-2px;
}
span.wnbell-count {
  color: white;
}


/* Sidebar */
#secondary aside a {
  word-break: break-word;
}
#secondary aside.FeedburnerEmailWidget input[type="text"] {
  background: #ebebeb;
  border: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 60%;
}
#secondary aside.FeedburnerEmailWidget input[type="submit"] {
  margin: 0;
  border: 1px solid #dbdbdd;
  background: #e26500;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  height: 34px;
  width: 40%;
}

/* Tabbed widgets */
.d4p-st-tab {
    background: none;
    border: none;
    padding: 4px 10px;
}
.d4p-tabber-widget ul.d4p-tabber-header {
    border-top: 1px solid #eaeaea;
    padding: 0 8px;
}
#secondary .d4p-tabber-widget ul.d4p-tabber-header li {
    margin-right: 12px !important;
    border-bottom: none;
    margin-top: 0;
    border-top-color: transparent;
    float: left;
    list-style: none;
}
#secondary .d4p-st-tab a.d4p-st-title,
#secondary .d4p-tabber-widget ul.d4p-tabber-header li a {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none !important;
    border-top: 3px solid transparent;
    color: #999;
    font-family: "Oswald", 'Arial Narrow',sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: -1px 2px 0;
    padding: 2px 0;
    text-transform: uppercase;
	display: block;
}
#secondary .d4p-tabber-widget ul.d4p-tabber-header li a.selected {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none !important;
    border-top: 3px solid #e26500;
    color: #e26500;
    font-weight: 700;
}
#secondary .d4p-tabber-widget ul.d4p-tabber-header li a:hover:not(.selected) {
    background-color: transparent;
    border-color: #e26500;
    color: #e26500;
}
#secondary .d4p-st-tab a.d4p-st-title {
  padding: 0px 0 20px;
  margin: 0;
  border: 0;
}
.d4p-st-tab .entry {
    margin-bottom: 0;
}
.d4p-st-tab .entry-header {
    margin: 0;
    padding: 0 12px;
}
.d4p-st-tab .entry:last-child .entry-title {
    border-bottom: medium none;
}
.d4p-st-tab .entry-title {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.d4p-st-tab .entry-title a:hover {
    color: #c03;
}
#text-4 .textwidget > div {
	margin: 0 auto;
}

/* Footer */
.footer {
  margin: 25px auto 100px;
  padding: 0;
  float: none;
	width: 100%;
}
.footer .container {
	max-width: 100%;
	padding: 0;
	position: relative;
}
.footer aside {
  margin: 0 0 25px;
}
.footer aside .hdg {
  color: #2e3e4b;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-weight: 700;
  text-align: center;
}

.footer aside h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  word-wrap: break-word;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.footer aside a {
	color: #ccc;
}
.footer aside a:hover {
	text-decoration: underline;
}
.footer aside > div {
  display: table;
  margin: 0 auto;
}
.footer aside ul {
  list-style-type: none;
  width: 100%;
}
.footer aside ul li {
  line-height: 1.5;
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.opt-out-hidden a {
  visibility: hidden;
}

.userContent h1,
.userContent h2,
.userContent h3,
.userContent h4,
.userContent h5,
.userContent h6 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  color: #2e3e4b;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  word-wrap: break-word;
}

.userContent h1 {
  font-size: 33px;
}
.userContent h2 {
  font-size: 19px;
}
.userContent h3 {
  font-size: 16px;
}
.userContent h4 {
  font-size: 14px;
}
.userContent h5 {
  font-size: 12px;
}
.userContent > *,
.userContent > div > p {
  margin: 0 0 15px 0;
  max-width: 100%;
}
.userContent hr {
  height: 1px;
  border: none;
  background: #ccc;
  color: #ccc;
  line-height: 1px;
  font-size: 1px;
}
.userContent p,
.userContent div {
  font-size: 15px;
  line-height: 1.7;
}
.userContent a {
  text-decoration: underline;
}
.userContent a:hover {
  text-decoration: none;
}

/* userContent - Lists */
.userContent ul,
.userContent ol,
.userContent dl {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.userContent ul {
  margin: 0 0 15px 0;
  list-style-type: disc;
}
.userContent ol {
  margin: 0 0 15px 0;
  list-style-type: decimal;
}
.userContent dt {
  font-weight: bold;
}
.userContent li,
.userContent dd {
  margin: 0 0 0 24px;
}
/* nested lists have no top/bottom margins */
.userContent ul ul,
.userContent ul ol,
.userContent ul dl,
.userContent ol ul,
.userContent ol ol,
.userContent ol dl,
.userContent dl ul,
.userContent dl ol,
.userContent dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
.userContent ol ul,
.userContent ul ul {
  list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
.userContent ol ol ul,
.userContent ol ul ul,
.userContent ul ol ul,
.userContent ul ul ul {
  list-style-type: square;
}
/* userContent - Text (inline) */
.userContent em,
.userContent i {
  font-style: italic;
}
.userContent strong,
.userContent b {
  font-weight: bold;
}
.userContent abbr,
.userContent acronym {
  border-bottom: dotted 1px;
}
.userContent sub {
  vertical-align: sub;
  font-size: smaller;
}
.userContent sup {
  vertical-align: super;
  font-size: smaller;
}
.userContent u,
.userContent ins {
  text-decoration: underline;
}
.userContent s,
.userContent strike,
.userContent del {
  text-decoration: line-through;
}
.userContent big {
  font-size: larger;
}
.userContent small {
  font-size: smaller;
}
.userContent q {
  font-style: italic;
}
.userContent q::before {
  content: open-quote;
}
.userContent q::after {
  content: close-quote;
}
.userContent q:lang(en) {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.userContent var,
.userContent cite,
.userContent dfn {
  font-style: italic;
}
.userContent ins {
  text-decoration: underline;
}
.userContent blockquote {
  padding: 12px;
  font-style: italic;
  font-size: 15px;
}
.userContent address {
  font-style: italic;
}
.userContent img {
	border: 2px solid gray;
	margin: 15px;
	padding: 3px;
}
.userContent .alignleft {
  margin: 15px 15px 15px 0;
/*	margin: 0 20px 20px 0; */
  float: left;
}
.userContent .alignright {
  margin: 15px;
/*  margin: 0 0 20px 20px; */
  float: right;
}
.userContent .wp-image-caption {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  text-align: center;
  color: #808080;
  margin: 0 0 15px;
}
.userContent .no-border {
	border: 0;
	margin: 0;
	padding: 0;
}
.userContent .alignleft.no-border,
.userContent .alignright.no-border {
	margin: 15px;
}
.userContent .more-link {
	background-color: #e26500;
    color: #fff;
    display: block;
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    line-height: 1;
	font-weight: 400;
    margin: 12px auto 0;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 151px;
}
.userContent .more-link:hover {
	background-color: #aaa;
}
.post + .post {
  margin-top: ;
}
.post-heading {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.post-author {
  color: #505050;
  margin-bottom: 20px;
}
.post-author span {
  font-weight: bold;
}
.post-share {
  margin-bottom: 20px;
}
.post-bd {
  margin-bottom: 30px;
}
.post-ad {
  margin: 50px 0 0;
}
.text_ad {
  margin: 0 0 40px;
  overflow: hidden;
}
.post-like {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.post-like .text_ad {
  margin-top: 10px;
}
.post-meta-list, .category-meta {
  color: #666;
  font-family: "Oswald", 'Arial Narrow', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
	font-weight: 700;
}
.post-meta-list a, .category-meta a {
  color: #666;
}
.post-meta-list a:hover, .category-meta a:hover {
  color: #e26500;
}
.post-meta-list {
  float: left;
  line-height: 16px;
  width: 28%;
}
.category-meta {
	color: #e26500;
  line-height: 16px;
}
.category-meta li {
  padding-right: 5px;
  margin-bottom: 5px;
}
.post-meta-list li {
	padding-right: 2px;
  margin-bottom: 5px;
}


.post-meta-list li.first_cat, .category-meta li.first_cat {
  border-left: none;
  padding-left: 0;
}
.post-meta-list > *, .category-meta > * {
  display: inline-block;
}
.post-meta-list > * + * {
  border-left: 1px solid #666;
  padding-left: 5px;
}
.category-meta > * + * {
	border-right: 1px solid #666;
  padding-left: 5px;
}
.category-meta li.no-sep {
	border-right: 0;
}
.category-meta li:first-of-type {
	padding-left: 5px;
}
.category-meta li:last-of-type {
	border-right: 0;
}

#comments .comments-title {
  margin: 0 0 25px;
}
#comments .comment-list {
  margin: 0 0 25px;
}
#comments .comment-respond input[type="text"],
#comments .comment-respond textarea {
  border: 1px solid #999999;
  resize: vertical;
  margin: 0 0 15px;
}
#comments .comment-respond label {
  float: left;
  width: 100%;
  font-family: "Oswald", 'Arial Narrow', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
#comments .comment-respond label.cp-subscribe {
  font-family: unset;
  font-size: unset;
  text-transform: unset;
}
#comments .comment-respond .form-submit input {
  border: none;
  background: #dbdbdd;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 5px 20px;
}
#comments .reply .comment-reply-login {
  font-size: 12px;
  display: block;
  color: #666;
  opacity: 1;
  font-weight: 700;
  font-family: Oswald;
}
#comments .comment-list li.comment{
	scroll-margin-top:40px;
}
body.admin-bar #comments .comment-list li.comment{
	scroll-margin-top:72px;
}
/*
#comments .comment-list .comment:before {
    content: "";
    display: block;
    height: 105px;
    margin-top: -105px;
    visibility: hidden;
}
*/

#comments .comment-body .fv_tc_wrapper .comment-reply-link,
#comments .comment-body .fv_tc_wrapper .comment-report-link,
.fv-tc-like-button {
    color: #666;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
  font-family: "Oswald", 'Arial Narrow', sans-serif;
  font-weight: 400;
}
#comments .comment-body .fv_tc_wrapper .comment-report-link, {
	color: #bbb;
}
#comments .comment-body .comment-reply-link:hover, .comment-report-link:hover, .fv-tc-like-button:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 0;
}
#comments .comment-body .comment-reply-link:hover:before, #comments .comment-body .comment-reply-link:hover:after {
    color: #666;
}
.fv_tc_voting_box + .reply .comment-reply-link, .fv-tc-like-button {
	margin-top: -3px !important;
}
div.fv_tc_voting_box {
	float: left;
}
#comments .comments-title {
    border-bottom: 1px solid #dbdbdd;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px;
}
#comments .comment-body .comment-meta {
    float: left;
    line-height: 1.1;
    margin: 3px 0 5px;
    overflow: hidden;
    position: relative;
    width: 54px;
}
footer.comment-meta {
    overflow: visible !important;
}
#comments .comment-body .comment-metadata {
    color: #999;
    font-size: 12px;
}
#comments .comment-body .comment-metadata a {
    color: #999;
}
.comment-list .comment-author, .comment-list .comment-author a {
    color: #999;
    text-decoration: none;
}
.comment-list .comment-author a:hover {
    color: #666;
}
#comments .comment-body cite {
    color: #e26500;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 5px 6px;
}
#comments cite b {
    font-weight: normal;
}
.comment-awaiting-moderation {
    color: #d80000;
}
.comment-meta .comment-author img {
    clear: both;
    display: block;
}
#comments .comment-body .comment-content {
    margin-left: 60px;
}
#comments .comment-body .comment-content p {
    margin-bottom: 12px;
}
#comments .comment-body .comment-content ul {
	margin: 0 0 18px;
	padding: 0 0 0 15px;
	list-style: disc;
}
#comments .comment-body .comment-content ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#comments .comment-body .comment-content cite,
#comments .comment-body .comment-content blockquote {
	margin: 20px;
	color: #888;
}
#comments .comment-body .comment-content blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
#comments .comment-body .comment-content a:not(.comment-reply-login):not(.fv-tc-like-button) {
	color: #0e76bc;
	border-bottom: 1px dotted currentColor;
}
.comment-list .comment-content .fv_tc_wrapper a {
	border-bottom: none;
}
#comments .comment-body .comment-content a:not(.comment-reply-login):not(.fv-tc-like-button):hover {
	border-bottom: 1px solid currentColor;
}
#comments .comment-body .reply a.comment-reply-link:hover {
  border-bottom: 0;
}
#comments .comment-body .comment-content a:visited {
	color: #662d91;
}
#comments .comment-list {
    margin: 0 0 25px;
}
#comments-wrap {
    margin-top: -100px;
    padding: 100px 12px 12px;
}
#comments .children {
    margin-left: 50px;
}
#comments .depth-3 .children {
	margin-left: 0;
}
#comments .comment-list > li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 12px;
}
#comments .children li {
    border-top: 1px solid #efefef;
    clear: both;
    padding-top: 12px;
    position: relative;
}
#comments .children li::before {
    border-bottom: 7px solid #efefef;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 1px;
    left: 17px;
    position: absolute;
    top: -7px;
    width: 0;
}
#comments li article {
    margin-bottom: 15px;
}
.view-comments-button, .must-log-in .button {
    background-color: #eaeaea;
    display: inline-block;
	font-family: "Oswald", 'Arial Narrow', sans-serif;
    margin: 6px 6px 12px 0;
    padding: 6px 12px;
    text-transform: uppercase;
	font-weight: 700;
}
.view-comments-button {
  width: 200px;
  margin: 24px auto;
  display: block;
  text-align: center;
}
.comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.comment-reply-title small {
    font-size: 80%;
    font-weight: 400;
}
.comment-reply-title small a {
    color: #999;
}

#comments .comment-respond input[type="text"], #comments .comment-respond textarea {
    border: 1px solid #999;
    margin: 0 0 15px;
    resize: vertical;
}
#comments .comment-respond label {
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
}
#comments .comment-respond .form-submit input {
    background: #dbdbdd none repeat scroll 0 0;
    border: medium none;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
}



/* Thoughtful Comments 2016/10/03 */
.fv_tc_comment_sorting {
  text-align: right;
  padding: 0 20px;
}
.fv_tc_comment_sorting span,
.fv_tc_comment_sorting a {
  display: inline-block;
  margin-left: 1px;
  padding: 7px 6px 5px;
  line-height: 1;
  background-color: #aaa;
  color: #fff;
  float: right;
  width: 75px;
  text-align: center;
}
.fv_tc_comment_sorting span {
  -webkit-border-radius:  2px 0 0 2px;
  -moz-border-radius:   2px 0 0 2px;
  border-radius:      2px 0 0 2px;
}
.fv_tc_comment_sorting a {
  background-color: #e4e4e4;
  font-weight: 500;
  color: #acacac;
  -webkit-border-radius:  0 2px 2px 0;
  -moz-border-radius:   0 2px 2px 0;
  border-radius:      0 2px 2px 0;
}
.fv_tc_comment_sorting a:hover {
  background-color: #f1f1f1;
  color: #999;
}
.mainContent #fv_tc_live_updates.floating {
  margin: 80px 0 0 -20px;
  width: 634px;
  font-family: "Oswald", sans-serif;
}
.logged-in div.fv_tc_voting_box > div.fv_tc_voting {
  margin-top: -3px;
  color: #666;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
}

#commentform .comment-form-comment,
#commentform .comment-form-comment textarea {
	width: 100%;
}

#commentform .cp-checkboxes {
	order: 1;
	margin: 0 0 0 auto;
	align-self: center;
}

#commentform .cp-subscribe {
	margin: 0;
}

#commentform .form-submit, 
#comments #commentform .form-submit input {
	margin-bottom: 0;
}

/* User Registration */
.entry-content #wppb_register_pre_form_message img {
	margin: 0;
	vertical-align: top;
	float: left;
	border: none;
}
.entry-content .wppb-register-user input {
	max-width: 49.9%;
}
.entry-content .wppb-user-forms input[type="password"] {
	max-width: 35%;
}
.entry-content .wppb-user-forms a.button,
.entry-content .wppb-user-forms input.button {
	text-decoration: none;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
	font-family: "Oswald", 'Arial Narrow', sans-serif;
}
.entry-content .wppb-user-forms input.button {
	background-color: #e26500;
	color: #fff;
}
.entry-content .wppb-user-forms input.button:hover {
	background-color: #666;
	color: #fff;
}

.entry-content .wppb-user-forms label,
.entry-content #select_user_to_edit_form label {
	text-align: right;
	padding: 8px 5px;
	line-height: 1;
}
.entry-content .wppb-user-forms .form-submit {
	padding-left: 30%;
}
.entry-content .wppb-register-user #pass-strength-result {
	font-style: normal;
}
.entry-content .wppb-user-forms .wppb-default-display-name-publicly-as label,
.entry-content .wppb-user-forms .wppb-avatar label,
.entry-content #select_user_to_edit_form label {
	padding-right: 18px;
}
.entry-content .wppb-user-forms .wppb-default-display-name-publicly-as {
	line-height: 2;
}



/* Archive Posts */
article {
  margin: 0 0 40px;
}
#secondary .widget {
  margin-bottom: 40px;
}
#secondary .widget ul > * + * {
  margin-top: 5px;
}
#secondary .widget ul a {
  font-size: 13px;
  font-weight: bold;
}
#secondary .widget.widget_text {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#secondary .widget-hd h3 {
  padding-bottom: 8px;
}
#secondary .widget-hd > * {
  line-height: 1;
}
#secondary .widget_facebook-like-box {
  border: 1px solid #e1e1e1;
}
#secondary .widget_facebook-like-box .fb-social-plugin {
  padding: 0;
  width: 100%;
}
#secondary .widget_facebook-like-box .fb-social-plugin > span {
  width: 100% !important;
}
#secondary .widget_facebook-like-box iframe {
  width: 100% !important;
}
#secondary .widget h3 {
	color: #e26500;
  	font-family: "Oswald", 'Arial Narrow', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
}
#secondary .widget h3 span {
	color: #4b4b4b;
}
#secondary .widget ul li {
	border-bottom: dotted 1px #ccc;
	margin-bottom: .5em;
	padding-bottom: .5em;
}
#secondary .widget ul li a {
	color: #212121;
}
#secondary .widget ul li a:hover {
	color: #e26500;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.wp-pagenavi {
  display: block;
  margin: 0 0 20px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(49%, #f1f1f1), color-stop(50%, #dbdbdd), color-stop(100%, #dbdbdd));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbdd', GradientType=0);
  display: inline-block;
  border: none !important;
  border-radius: 2px;
  font-weight: bold;
  padding: 8px 15px !important;
  font-size: 13px;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #999;
}
.mobilemainContent .wp-pagenavi {
  margin: 10px !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #222;
  color: #fff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-inner .hdg {
  text-align: center;
  font-style: italic;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.fancybox-inner .popup_socials {
  display: table;
  /* Allow the centering to work */
  margin: 40px auto;
}
.fancybox-inner .popup_socials ul {
  list-style: none;
  min-width: auto;
}
.fancybox-inner .popup_socials ul li {
  display: inline-block;
  padding: 0 5px;
}
.fancybox-inner .popup_socials ul li a {
  background: url(../images/icons/popup-socials.png) no-repeat 0 0;
  background-size: auto 100%;
  width: 36px;
  height: 36px;
  display: block;
}
.fancybox-inner .popup_socials ul li a.twitter {
  background-position: -36px 0;
}
.fancybox-inner .popup_socials ul li a.rss {
  background-position: -72px 0;
}
.fancybox-inner .popup_socials ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fancybox-inner .closeLink {
  color: #999;
  text-decoration: underline;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  background: url('../images/fancybox/closeModal.png') no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.mobilemainContent {
  background: #fff;
  overflow: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  padding: 0;
  margin-bottom: 0;
}

.mobilemainContent #mobile_articles .post-ad {
	border-bottom: solid 1px #f1f1f1;
}

.mobilemainContent #disqus_thread {
  padding: 0 20px;
  margin: 20px 0 0;
}
.mobilemainContent .widget-hd {
  background: #212121;
  padding: 13px 10px;
  margin-bottom: 10px;
}
.mobilemainContent .widget ul {
  margin-bottom: 10px;
  padding: 0 10px;
}
.mobilemainContent .widget ul > * + * {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.mobilemainContent .widget ul a {
  font-size: 19px;
  padding-left: 0;
  padding-right: 10px;
  font-weight: normal;
}

#mobile_articles .hdg_h2 {
	font-weight: normal;
}

.mobilemainContent .post-author {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 11px;
}
.mobilemainContent .post-author-aside {
  padding-left: 0;
}

.mobilemainContent .mobileSection-hd {
  padding: 13px 0 5px;
  margin-bottom: 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mobilemainContent .mobileSection-story .mobileSection-hd > * {
  padding: 0 22px;
}
.mobilemainContent .mobileSection-story .post-bd .userContent img {
  display: none;
}
.mobilemainContent .post-bd {
  padding: 0 22px;
  margin-top: 13px;
}
.mobilemainContent .post-like {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  text-align: center;
}
.mobilemainContent .post-meta-list {
  display: block;
}
.mobilemainContent .post-meta > .post-meta-list > li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.mobilemainContent .post-meta-list > * + * {
  border-left: none;
}
.mobilemainContent .post-meta-list.cats {
  display: inline-block;
}
.mobilemainContent article {
  margin: 0;
}
.mobilemainContent button.load_more {
  font-family: "Oswald", 'Arial Narrow', sans-serif;
	font-size: 1.3em;
  font-weight: 700;
  width: 90%;
  max-width: 100%;
  margin: 10px auto;
  background-color: #E26500;
  color: #fff;
  border: none;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
}

.mobilemainContent .similar-posts a {
	color: #000;
}

.mobilemainContent .similar-posts a:hover, .mobilemainContent .similar-posts a:focus {
	color: #E26500;
}

.mobile_ad_mid {
  margin: 25px 0 0;
}
.mobileArticle {
  padding: 8px 0 0;
}
.mobileArticle > *,
.mobileList > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mobileList .hdg {
  padding-left: 0;
  font-weight: normal;
}
.mobileSection-hd {
  padding: 13px 10px;
  margin-bottom: 10px;
}
.mobileArticle:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.mobilemainContent .widget .mobileSocial {
  margin: -10px 0 0 0;
}

.mobilemainContent h3.hdg_h3 {
  font-family: "Oswald", 'Arial Narrow', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
  font-weight: 700;
}

.mobilemainContent .widget .mobileSocial > * + * {
  margin: 0;
  padding-top: 0;
  border-top: 1px solid #f1f1f1;
}
.mobileSocial-img {
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #f1f1f1;
}
.mobileSocial-icon {
  width: 24px;
  height: 25px;
  background: url(../images/icons/mobileSocial-icons.png) no-repeat 0 0;
  text-indent: -9999px;
  line-height: 24px;
  display: block;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}
.mobileSocial-icon_twitter {
  background-position: 0 0;
}
.mobileSocial-icon_facebook {
  background-position: 0 -38px;
}
.mobileSocial-icon_google {
  background-position: 0 -75px;
}
.mobilemainContent .widget .mobileSocial-content {
  display: inline-block;
}
.mobilemainContent .widget .mobileSocial-content a {
  font-size: 11px;
  font-family: 'Helvetica', sans-serif;
  font-weight: normal;
  vertical-align: top;
}
.fv-sharing .fv_sharing__round {
	margin-bottom: 24px;
}
.fv-sharing .fv_sharing_round > span,
.fv-sharing .fv_sharing_round span a {
    height: 30px;
    padding: 2px 0;
    text-decoration: none;
    width: 95px;
}
.fv-sharing .fv_sharing_round span a span {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-indent: 20px;
    text-transform: uppercase;
}
.fv-sharing .fv_sharing_round span.fvemail a span,
.fv-sharing .fv_sharing_round span.fvemail a:hover span {
	overflow: hidden;
    white-space: nowrap;
    width: 57px;
}
.fv-sharing .fv_sharing_round span > span {
    display: none;
}
.fv-sharing .fv_sharing_round span.fvfacebook_share a,
.fv-sharing .fv_sharing_round span.fvfacebook_add a {
    background-color: #3b5998;
    background-position: 0 -710px;
}
.fv-sharing .fv_sharing_round span.fvretweet a {
    background-color: #00acee;
    background-position: 0 -738px;
}
.fv-sharing .fv_sharing_round span.fvemail a {
    background-color: #cd2129;
    background-position: 0 -770px;
}

.mobileFooter .widget-hd {
  height: 45px;
}
.mobileFooter ul {
  margin-bottom: 10px;
}
.mobileFooter ul > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mobileFooter ul > * + * {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.mobileFooter .mobileCopyright {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(49%, #f1f1f1), color-stop(50%, #dbdbdd), color-stop(100%, #dbdbdd));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbdd', GradientType=0);
  height: 40px;
  color: #2e3e4b;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.mobileSearch {
  margin-left: -10px;
  margin-right: -10px;
}
.mobileSearch .input-group {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.mobileSearch .form-control {
  border-radius: 0;
  height: 38px;
}
.mobileSearch .input-group-btn .btn {
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-indent: -9999px;
  background: #ebebeb url(../images/icons/search-icon.png) no-repeat;
  background-size: 19px 19px;
  background-position: center;
  border-left: 1px solid #b4b4b4;
}
/* Mobile Navbar */
.mobileNavbar {
  background: #212121;
  overflow: hidden;
  border-bottom: solid 1px #444;
  color: #fff;
}
.mobileNavbar .mobileNavbar-left {
  float: left;
}
.mobileNavbar .mobileNavbar-left > * {
  display: inline-block;
  padding: 5px 15px;
  text-indent: -9999px;
  vertical-align: middle;
  height: 42px;
}
.mobileNavbar .mobileNavbar-right {
  float: right;
}
.mobileNavbar .mobileNavbar-right > * {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  height: 42px;
  line-height: 36px;
}


.mobileNavbar .mobileNavbar-right a {
  font-family: "Oswald", 'Arial Narrow', sans-serif;
  font-weight: 700;
}

.mobileNavbar .mobileNavbar-right a:active, .mobileNavbar .mobileNavbar-right a:focus {
	color: #e26500;
	text-decoration: none;
	border: 0px;
}

.mobileNavbar .mobileNavbar-right a:hover {
  color: #fff;
}
.mobileNavbar .desktopView,
.mobileNavbar .socialIcons {
  background: url(../images/mobileNavbar-divider.jpg) left top no-repeat, url(../images/mobileNavbar-divider.jpg) right top no-repeat;
}
.mobileNavbar .socials {
  line-height: 32px;
  margin-top: -1px;
}
.mobileNavbar .socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.mobileNavbar .socials a {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/icons/top-socials.png) no-repeat 0 0;
  background-size: auto 24px;
}
.mobileNavbar .socials a.twitter {
  background-position: 0 0;
}
.mobileNavbar .socials a.facebook {
  background-position: -30px 0;
}
.mobileNavbar .socials a.gplus {
  background-position: -61px 0;
}
.mobileNavbar .socials a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mobileNavbar .mobileNavbar-icon {
  display: block;
  background: url(../images/icons/mobileNavbar-icons.png);
  background-size: cover;
  margin-top: 10px;
}
.mobileNavbar .mobileNavbar-icon_menu {
  width: 22px;
  height: 13px;
  background-position: 0 0;
}
.mobileNavbar .mobileNavbar-icon_desktop {
  width: 18px;
  height: 13px;
  background-position: -44px 0;
}
.mobileNavbar .mobileNavbar-icon_desktop.selected,
.mobileNavbar .mobileNavbar-icon_desktop:hover {
  background: url(../images/icons/mobileNavbar-icons-hover.png) 0 0;
  background-size: cover;
}
/* Mobile Share Links */
.pw-layout-horizontal .button-type-looknative,
.pw-layout-horizontal .ra1-pw-originalbuttons {
  margin-bottom: 10px!important;
}
@media screen and (max-width: 767px) {
	img#wpstats {
		height: 1px;
		width: 1px;
	}

  .close-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #333333 url("../img/close-btn.svg") left center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .no-svg .close-btn {
    background-image: url("../img/close-btn.png");
  }
  .close-btn:focus,
  .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .nav-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
  }
  .nav-btn .glyphicon {
    font-size: 21px;
  }
  #outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #inner-wrap {
    position: relative;
    width: 100%;
  }
  #nav {
    z-index: 200;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
  }
  #nav-right {
    z-index: 200;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    background: #333;
  }
  #nav .close-btn {
    display: none;
  }

  #nav-right #menu-teams a {
		display: block;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.28571em;
    font-weight: normal;
    outline: none;
		margin-right: 10px;
  }
  #nav-right #menu-teams .menu-item-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
	padding: 0.85714em;
	margin-bottom: 0.85714em;
	width: 100%;

  }
  #nav-right #menu-teams span {
	margin-top: -3px;
	float: right;
  }

  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block {
    z-index: 2;
    position: relative;
    padding: 0.75em 1.25em;
    background: #333333;
  }
  .navbar-nav {
    float: none;
  }
  #nav li {
    display: block;
    float: none;
  }
  #nav li a {
    display: block;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.28571em;
    font-weight: normal;
    outline: none;
  }
  #nav li a:focus,
  #nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active a {
    color: #fff;
  }
  #top {
    z-index: 100;
    position: relative;
    color: #fff;
    background: #333;
  }
  #top .block-title {
    margin: 0;
    font-size: 1.875em;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap;
  }
  #top .nav-btn {
    position: absolute;
    top: 1.5em;
    left: 1.875em;
  }
  #main {
    background: #fff;
  }
  #main .block {
    padding: 2.625em 1.875em;
  }
  #nav {
    position: absolute;
    top: 0;
  }
  #nav-right {
    position: absolute;
    top: 0;
    display: none;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
    text-decoration: none;
    background: #333;
  }
  .navbar-nav {
    margin: 0 -11px;
  }
  .js-ready #nav {
    height: 100%;
    width: 50%;
    background: #333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .navRight #nav-right {
    height: 100%;
    width: 70%;
    background: #333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus,
  .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .js-ready #nav {
    left: -50%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 50%;
  }
  .js-ready.navRight #nav-right {
    right: -70%;
  }
  .js-ready.navRight #inner-wrap {
    right: 0;
  }
  .js-nav.navRight #inner-wrap {
    right: 70%;
  }
  .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: 100%;
    border-radius: 0;
    background-color: #333;
    border: none;
    padding: 0;
    text-indent: 20px;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #nav-right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready.navRight #inner-wrap {
    right: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(50%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(50%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready.navRight #inner-wrap {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(50%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(50%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(50%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(50%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(50%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #nav #menu-item-1302 {
    display: none;
  }
  #nav-right .dropdown-menu {
    display: block;
    margin-top: 5px;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list {
    max-width: none;
    border-top: none;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li {
    float: left;
    width: 100%;
    display: block;
    padding: 0 15px 0 10px;
    margin-bottom: 10px;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li a {
    float: left;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    line-height: 23px;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li a.team_socals {
    width: 24px;
    height: 24px;
    background: url(../images/icons/team-socials.png) no-repeat 0 0;
    background-size: auto 100%;
    text-indent: -9999px;
    float: right;
    margin: 0 8px 0;
    padding: 0;
    position: relative;
    z-index: 9;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li a.twitter {
    background-position: -26px 0;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li a.rss {
    background-position: -52px 0;
  }
  #nav-right .menu_tax_wrap ul.menu_tax_list li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }


} /*end max 767 */

.news-slider {
	float: left;
    width: 41%;
    position: relative;
}
.navbar-header .flexslider {
  position: absolute;
  display: block;
  width: 100%;
  height: 24px;
  left: 80px;
  top: 0;
  zoom: 1;
  max-width: 250px;
  line-height: 24px;
  overflow: hidden;
}
.navbar-header .flexslider .slides {
  width: 100% !important;
  height: 22px;
  overflow: hidden;
}
.navbar-header .flexslider ul li {
  display: block;
  float: none;
  padding-left: 45px;
}
.navbar-header .flexslider ul li a {
  font-size: 12px;
  line-height: 24px;
}

.navbar-header .flexslider .slides a {
	color: #fff;
	font-size: 13px;
	max-width: 390px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

.navbar-header .flexslider ul li a:hovber {
	color: #ccc;
}

.navbar-header .flexslider .flex-direction-nav {
  position: absolute;
  left: 5px;
  top: 0;
  background: none;
  padding: 0;
}
.navbar-header .flexslider .flex-direction-nav li {
  display: inline-block;
  padding: 0 !important;
}
.navbar-header .flexslider .flex-direction-nav li a {
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .flexslider .flex-direction-nav li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.navbar-header .flexslider .flex-direction-nav li .flex-prev:before {
  content: '\25B2';
}
.navbar-header .flexslider .flex-direction-nav li .flex-next:before {
  content: '\25BC';
}
.top-socials,
.linked-sites {
  float: right;
    margin-top: -1px;
}

.linked-sites > div {
	float: left;
}
.login-link > a,
.linked-sites > div a {
    color: white;
    font-size: 0.65em;
    line-height: 1.1;
    margin-left: 0;
    z-index: 200;
	font-weight: 700;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	padding: 0 8px;
	border-right: 1px solid #444;
	display: block;
	text-transform: uppercase;
	max-width: 92px;
	text-align: center;
}
.linked-sites > div.rumor-links-mlb a {
	max-width: 75px;
}
.login-link a:hover,
.linked-sites > div a:hover {
	color: #999;
}

.login-link {
	float: right;
	position: relative;
}
.login-link > a {
    line-height: 23px;
    text-align: center;
}
.logged-in .login-link > a {
	height: 25px;
    width: 25px;
}
.logged-in .login-link > a {
	border-right:0;
}

@media (min-width: 768px) {
  #page {
    padding-top: 42px;
  }
  .site-header {
    margin-left: -10px;
    margin-right: -30px;
	background: url("https://cdn.hoopsrumors.com/files/2015/06/header-ball1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
  }
  .site-branding {
    padding: 0;
  }
  .navbar-header {
	font-size: 1.2em;
	letter-spacing: .02em;
    line-height: 22px;
    max-height: 42px;
    padding: 10px 0;
    position: fixed;
    z-index: 100;
    display: block;
  }
  .linked-sites > div {
  	max-width: 80px;
  }
  .linked-sites > div a {
  	font-size: 0.575em;
  	padding: 0 4px;
  }
  #site-navigation {
    margin: 0 20px 0px 0;
  }
  #site-navigation .twitter-follow-button {
    margin: 7px 0 0;
  }
  #site-navigation ul li a {
    font-size: 1em;
    padding: 12px 5px;
	letter-spacing: .06em;
  }
  #site-navigation ul li ul li a {
    font-size: 0.8em;
    padding: 12px 12px 10px;
  }




  .headerBackground {
    position: relative;
  }
  .headerBackground .header_ad {
    display: none;
  }
  .navbar-header {
    display: block;
  }
  .navbar-header span {
    padding: 0 10px 0 12px;
  }
  .navbar-header ul {
    padding: 0 8px 0 10px;
  }
  .navbar-header ul li {
    padding: 0 8px;
  }
  .navbar-header ul.socials {
    margin-top: -1px;
	padding-left: 0;
  }
  .navbar-header ul.socials li {
    padding: 0 5px;
  }

  .wp-pagenavi {
    display: block;
    margin: 0;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(49%, #f1f1f1), color-stop(50%, #dbdbdd), color-stop(100%, #dbdbdd));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbdd', GradientType=0);
    display: inline-block;
    border: none !important;
    border-radius: 2px;
    font-weight: bold;
    padding: 8px 15px !important;
    font-size: 13px;
    margin-right: 2% !important;
  }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    color: #999;
  }
  .post-meta-list,
  .category-meta {
	font-size: 10px;
	font-weight: 700;
	}

  .footer aside {
    margin: 0 0 25px;
  }
  .footer aside .hdg {
    text-align: left;
  }
  .footer aside > div {
    display: block;
    margin: 0 auto;
  }
  .footer aside ul {
    list-style-type: none;
  }
  .footer aside ul li {
    display: block;
    text-align: left;
  }
}

@media (min-width: 840px) {
	.news-slider {
		width: 43%;
	}
	.navbar-header .flexslider {
		max-width: 280px;
	}
	.linked-sites > div {
  		max-width: 86px;
  	}
	.linked-sites > div a {
  		font-size: 0.6em;
  	}
}


@media (min-width: 992px) {

  .headerBackground .header_ad {
    display: block;
    background: none;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
  #site-navigation .twitter-follow-button {
    margin: 12px 0 0;
  }
  .linked-sites > div {
  	max-width: 92px;
  }
  .linked-sites > div a {
  		font-size: 0.65em;
  		padding: 0 8px;
  }
   #site-navigation ul li a {
    font-size: 16px;
	letter-spacing: .01em;
    padding: 10px 17px;
	font-weight: 700;
	}
  #site-navigation ul li ul li a {
    font-size: 0.9em;
    padding: 14px 10px 12px;
  }
  .navbar-header span {
    padding: 0;
  }
	.news-slider {
		width: 49%;
	}
	.navbar-header .flexslider {
		max-width: 400px;
	}

}


/* BADGES */
i.tr-comment-badge {

    margin-top: 30px;

}
.navbar-header i.tr-comment-badge {
    margin-top: -12px;
    margin-left: -6px;
    width: 20px;
    height: 20px;
}

/* Ensure sidebar doesn't get narrower on iPad */
@media (min-width: 768px) and (max-width: 1079px) {

	div#secondary.col-sm-4 {
		width: 300px;
	}
	div#primary.col-sm-8 {
		width: 408px;
	}

}

@media (max-width: 576px), (min-width: 768px) and (max-width: 1079px) {

	#commentform .cp-checkboxes {
		width: 100%;
		order: 0;
		margin-bottom: 0.5em;
	}
}

.front-office-badge {
  display: inline-block;
  margin: 0;
  background-image: url(images/front-office-416px-bright-red-no-border.png);
  height: 25px;
  width: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}

.front-office-originals li::before {
  filter: invert(43%) sepia(98%) saturate(2827%) hue-rotate(9deg) brightness(97%) contrast(101%);
}
.front-office-originals .the-badge,
.front-office-originals .landing-divider {
  background: #e26500;
}