@charset "UTF-8";
                  /*************************************************
begin bootstrap framework
*************************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td, .table th {
    background-color: #fff !important; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*: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; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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 #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— "; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ""; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —"; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

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 code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: 0; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: 0; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: 0; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: 0; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: 0; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: 0; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  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-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

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

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

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

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

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

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

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

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .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 > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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;
  min-width: 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; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  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 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 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 .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #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: .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-default .badge {
  color: #fff;
  background-color: #333; }

.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-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #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-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #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-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #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-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #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-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.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, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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 .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 .35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before {
  content: "€"; }

.glyphicon-minus:before {
  content: "−"; }

.glyphicon-cloud:before {
  content: "☁"; }

.glyphicon-envelope:before {
  content: "✉"; }

.glyphicon-pencil:before {
  content: "✏"; }

.glyphicon-glass:before {
  content: ""; }

.glyphicon-music:before {
  content: ""; }

.glyphicon-search:before {
  content: ""; }

.glyphicon-heart:before {
  content: ""; }

.glyphicon-star:before {
  content: ""; }

.glyphicon-star-empty:before {
  content: ""; }

.glyphicon-user:before {
  content: ""; }

.glyphicon-film:before {
  content: ""; }

.glyphicon-th-large:before {
  content: ""; }

.glyphicon-th:before {
  content: ""; }

.glyphicon-th-list:before {
  content: ""; }

.glyphicon-ok:before {
  content: ""; }

.glyphicon-remove:before {
  content: ""; }

.glyphicon-zoom-in:before {
  content: ""; }

.glyphicon-zoom-out:before {
  content: ""; }

.glyphicon-off:before {
  content: ""; }

.glyphicon-signal:before {
  content: ""; }

.glyphicon-cog:before {
  content: ""; }

.glyphicon-trash:before {
  content: ""; }

.glyphicon-home:before {
  content: ""; }

.glyphicon-file:before {
  content: ""; }

.glyphicon-time:before {
  content: ""; }

.glyphicon-road:before {
  content: ""; }

.glyphicon-download-alt:before {
  content: ""; }

.glyphicon-download:before {
  content: ""; }

.glyphicon-upload:before {
  content: ""; }

.glyphicon-inbox:before {
  content: ""; }

.glyphicon-play-circle:before {
  content: ""; }

.glyphicon-repeat:before {
  content: ""; }

.glyphicon-refresh:before {
  content: ""; }

.glyphicon-list-alt:before {
  content: ""; }

.glyphicon-lock:before {
  content: ""; }

.glyphicon-flag:before {
  content: ""; }

.glyphicon-headphones:before {
  content: ""; }

.glyphicon-volume-off:before {
  content: ""; }

.glyphicon-volume-down:before {
  content: ""; }

.glyphicon-volume-up:before {
  content: ""; }

.glyphicon-qrcode:before {
  content: ""; }

.glyphicon-barcode:before {
  content: ""; }

.glyphicon-tag:before {
  content: ""; }

.glyphicon-tags:before {
  content: ""; }

.glyphicon-book:before {
  content: ""; }

.glyphicon-bookmark:before {
  content: ""; }

.glyphicon-print:before {
  content: ""; }

.glyphicon-camera:before {
  content: ""; }

.glyphicon-font:before {
  content: ""; }

.glyphicon-bold:before {
  content: ""; }

.glyphicon-italic:before {
  content: ""; }

.glyphicon-text-height:before {
  content: ""; }

.glyphicon-text-width:before {
  content: ""; }

.glyphicon-align-left:before {
  content: ""; }

.glyphicon-align-center:before {
  content: ""; }

.glyphicon-align-right:before {
  content: ""; }

.glyphicon-align-justify:before {
  content: ""; }

.glyphicon-list:before {
  content: ""; }

.glyphicon-indent-left:before {
  content: ""; }

.glyphicon-indent-right:before {
  content: ""; }

.glyphicon-facetime-video:before {
  content: ""; }

.glyphicon-picture:before {
  content: ""; }

.glyphicon-map-marker:before {
  content: ""; }

.glyphicon-adjust:before {
  content: ""; }

.glyphicon-tint:before {
  content: ""; }

.glyphicon-edit:before {
  content: ""; }

.glyphicon-share:before {
  content: ""; }

.glyphicon-check:before {
  content: ""; }

.glyphicon-move:before {
  content: ""; }

.glyphicon-step-backward:before {
  content: ""; }

.glyphicon-fast-backward:before {
  content: ""; }

.glyphicon-backward:before {
  content: ""; }

.glyphicon-play:before {
  content: ""; }

.glyphicon-pause:before {
  content: ""; }

.glyphicon-stop:before {
  content: ""; }

.glyphicon-forward:before {
  content: ""; }

.glyphicon-fast-forward:before {
  content: ""; }

.glyphicon-step-forward:before {
  content: ""; }

.glyphicon-eject:before {
  content: ""; }

.glyphicon-chevron-left:before {
  content: ""; }

.glyphicon-chevron-right:before {
  content: ""; }

.glyphicon-plus-sign:before {
  content: ""; }

.glyphicon-minus-sign:before {
  content: ""; }

.glyphicon-remove-sign:before {
  content: ""; }

.glyphicon-ok-sign:before {
  content: ""; }

.glyphicon-question-sign:before {
  content: ""; }

.glyphicon-info-sign:before {
  content: ""; }

.glyphicon-screenshot:before {
  content: ""; }

.glyphicon-remove-circle:before {
  content: ""; }

.glyphicon-ok-circle:before {
  content: ""; }

.glyphicon-ban-circle:before {
  content: ""; }

.glyphicon-arrow-left:before {
  content: ""; }

.glyphicon-arrow-right:before {
  content: ""; }

.glyphicon-arrow-up:before {
  content: ""; }

.glyphicon-arrow-down:before {
  content: ""; }

.glyphicon-share-alt:before {
  content: ""; }

.glyphicon-resize-full:before {
  content: ""; }

.glyphicon-resize-small:before {
  content: ""; }

.glyphicon-exclamation-sign:before {
  content: ""; }

.glyphicon-gift:before {
  content: ""; }

.glyphicon-leaf:before {
  content: ""; }

.glyphicon-fire:before {
  content: ""; }

.glyphicon-eye-open:before {
  content: ""; }

.glyphicon-eye-close:before {
  content: ""; }

.glyphicon-warning-sign:before {
  content: ""; }

.glyphicon-plane:before {
  content: ""; }

.glyphicon-calendar:before {
  content: ""; }

.glyphicon-random:before {
  content: ""; }

.glyphicon-comment:before {
  content: ""; }

.glyphicon-magnet:before {
  content: ""; }

.glyphicon-chevron-up:before {
  content: ""; }

.glyphicon-chevron-down:before {
  content: ""; }

.glyphicon-retweet:before {
  content: ""; }

.glyphicon-shopping-cart:before {
  content: ""; }

.glyphicon-folder-close:before {
  content: ""; }

.glyphicon-folder-open:before {
  content: ""; }

.glyphicon-resize-vertical:before {
  content: ""; }

.glyphicon-resize-horizontal:before {
  content: ""; }

.glyphicon-hdd:before {
  content: ""; }

.glyphicon-bullhorn:before {
  content: ""; }

.glyphicon-bell:before {
  content: ""; }

.glyphicon-certificate:before {
  content: ""; }

.glyphicon-thumbs-up:before {
  content: ""; }

.glyphicon-thumbs-down:before {
  content: ""; }

.glyphicon-hand-right:before {
  content: ""; }

.glyphicon-hand-left:before {
  content: ""; }

.glyphicon-hand-up:before {
  content: ""; }

.glyphicon-hand-down:before {
  content: ""; }

.glyphicon-circle-arrow-right:before {
  content: ""; }

.glyphicon-circle-arrow-left:before {
  content: ""; }

.glyphicon-circle-arrow-up:before {
  content: ""; }

.glyphicon-circle-arrow-down:before {
  content: ""; }

.glyphicon-globe:before {
  content: ""; }

.glyphicon-wrench:before {
  content: ""; }

.glyphicon-tasks:before {
  content: ""; }

.glyphicon-filter:before {
  content: ""; }

.glyphicon-briefcase:before {
  content: ""; }

.glyphicon-fullscreen:before {
  content: ""; }

.glyphicon-dashboard:before {
  content: ""; }

.glyphicon-paperclip:before {
  content: ""; }

.glyphicon-heart-empty:before {
  content: ""; }

.glyphicon-link:before {
  content: ""; }

.glyphicon-phone:before {
  content: ""; }

.glyphicon-pushpin:before {
  content: ""; }

.glyphicon-usd:before {
  content: ""; }

.glyphicon-gbp:before {
  content: ""; }

.glyphicon-sort:before {
  content: ""; }

.glyphicon-sort-by-alphabet:before {
  content: ""; }

.glyphicon-sort-by-alphabet-alt:before {
  content: ""; }

.glyphicon-sort-by-order:before {
  content: ""; }

.glyphicon-sort-by-order-alt:before {
  content: ""; }

.glyphicon-sort-by-attributes:before {
  content: ""; }

.glyphicon-sort-by-attributes-alt:before {
  content: ""; }

.glyphicon-unchecked:before {
  content: ""; }

.glyphicon-expand:before {
  content: ""; }

.glyphicon-collapse-down:before {
  content: ""; }

.glyphicon-collapse-up:before {
  content: ""; }

.glyphicon-log-in:before {
  content: ""; }

.glyphicon-flash:before {
  content: ""; }

.glyphicon-log-out:before {
  content: ""; }

.glyphicon-new-window:before {
  content: ""; }

.glyphicon-record:before {
  content: ""; }

.glyphicon-save:before {
  content: ""; }

.glyphicon-open:before {
  content: ""; }

.glyphicon-saved:before {
  content: ""; }

.glyphicon-import:before {
  content: ""; }

.glyphicon-export:before {
  content: ""; }

.glyphicon-send:before {
  content: ""; }

.glyphicon-floppy-disk:before {
  content: ""; }

.glyphicon-floppy-saved:before {
  content: ""; }

.glyphicon-floppy-remove:before {
  content: ""; }

.glyphicon-floppy-save:before {
  content: ""; }

.glyphicon-floppy-open:before {
  content: ""; }

.glyphicon-credit-card:before {
  content: ""; }

.glyphicon-transfer:before {
  content: ""; }

.glyphicon-cutlery:before {
  content: ""; }

.glyphicon-header:before {
  content: ""; }

.glyphicon-compressed:before {
  content: ""; }

.glyphicon-earphone:before {
  content: ""; }

.glyphicon-phone-alt:before {
  content: ""; }

.glyphicon-tower:before {
  content: ""; }

.glyphicon-stats:before {
  content: ""; }

.glyphicon-sd-video:before {
  content: ""; }

.glyphicon-hd-video:before {
  content: ""; }

.glyphicon-subtitles:before {
  content: ""; }

.glyphicon-sound-stereo:before {
  content: ""; }

.glyphicon-sound-dolby:before {
  content: ""; }

.glyphicon-sound-5-1:before {
  content: ""; }

.glyphicon-sound-6-1:before {
  content: ""; }

.glyphicon-sound-7-1:before {
  content: ""; }

.glyphicon-copyright-mark:before {
  content: ""; }

.glyphicon-registration-mark:before {
  content: ""; }

.glyphicon-cloud-download:before {
  content: ""; }

.glyphicon-cloud-upload:before {
  content: ""; }

.glyphicon-tree-conifer:before {
  content: ""; }

.glyphicon-tree-deciduous:before {
  content: ""; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 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: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.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;
  border-bottom: 4px solid;
  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 {
    left: auto;
    right: 0; }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 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 {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  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: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 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, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  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 > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #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: #eee;
  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: #eee #eee #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;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #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;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.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-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: none; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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;
    width: auto;
    vertical-align: middle; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 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-form.navbar-right:last-child {
    margin-right: -15px; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; }

  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.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: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@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; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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: #ccc; }

.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;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #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 li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #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: 0.25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media, .media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #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; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.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: #3c763d;
  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-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  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; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.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: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: "‹"; }

.carousel-control .icon-next:before {
  content: "›"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
  -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:active, .btn.active {
  background-image: none; }

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a; }

.btn-primary:hover, .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px; }

.btn-primary:active, .btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px; }

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px; }

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px; }

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.thumbnail, .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: 0; }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*************************************************
begin theme style
*************************************************/
body {
  background: #F5F6FA;
  font-size: 13px; }

/*************************************************
general fonts
*************************************************/
.lato_300 {
  font-family: sans-serif;
  font-weight: 300; }

.lato_400 {
  font-family: sans-serif;
  font-weight: 400; }

.lato_400_italic {
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic; }

.playfair_400 {
  font-family: sans-serif;
  font-weight: 400; }

.playfair_400_italic {
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic; }

.playfair_700 {
  font-family: sans-serif;
  font-weight: 700; }

.playfair_700_italic {
  font-family: sans-serif;
  font-weight: 700;
  font-style: italic; }

.dosis_300 {
  font-family: sans-serif;
  font-weight: 300; }

@media screen {
    /*************************************************
general utilities
*************************************************/
  .clearer {
    clear: both;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 0 !important; }

  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

  .floatleft {
    float: left; }

  .floatright {
    float: right; }

  iframe {
    border: 0; }

  a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: #333; }

  a:hover {
    color: #BD2A33; }

  a:focus {
    outline: none !important; }

  textarea:focus, input:focus, *:focus {
    outline: 0; }

  .slider_error {
    text-align: center; }

  .filter-error {
    font-size: 12px;
    font-style: italic;
    padding: 20px; }

  #ajax-error {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    background: #000;
    color: #FF776E;
    font-size: 12px;
    padding: 5px 10px; }

  .responsive-disable .hidden-md {
    display: none; }

  .placeholder {
    color: #aaa; }

  .container.no-padding, .container-fluid.no-padding, .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  .row.no-margin {
    margin-left: 0;
    margin-right: 0; }

  .col-md-12.no-padding, .col-sm-12.no-padding {
    padding-left: 0;
    padding-right: 0; }

  img.wp-post-image {
    max-width: 100%;
    height: auto; }

  .page-wrapper, .header-wrapper {
    position: relative; }

    /*************************************************
ads
*************************************************/
  .it-ad-wrapper {
    float: none;
    position: relative; }

  .it-ad {
    text-align: center;
    margin: 10px auto; }

  .it-ad img {
    max-width: 100%;
    height: auto; }

  .ad {
    text-align: center; }

  .ad img {
    max-width: 100%; }

  .it-html-ad {
    height: 90px;
    text-align: center;
    margin: 0 auto;
    color: #CCC;
    padding-top: 22px;
    background: #FFF;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: 1px solid #E6E6E6; }

  .it-html-ad a {
    color: #BBB;
    font-size: 13px;
    display: block;
    padding: 0 0 18px 0; }

  .it-html-ad a:hover {
    color: #DDD; }

    /*************************************************
sticky bar
*************************************************/
  #sticky-bar {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 499;
    background: #feffff;
    border-bottom: 1px solid #DBDBDB; }

  #sticky-bar.unstick {
    position: absolute; }

  #sticky-bar .row {
    margin-right: 0; }

  #sticky-bar .row .col-md-12 {
    padding-right: 0; }

  #sticky-bar.admin-bar {
    top: 32px; }

  #sticky-inner {
    max-width: 1340px;
    margin: 0 auto;
    position: relative; }

  /*search*/
  #menu-search {
    display: inline-block;
    position: relative;
    left: 10px;
    float: left;
    width: 200px;
    height: 43px;
    color: #B0B5BA;
    font-weight: 300;
    font-size: 11px; }

  #sticky-bar.nav-hidden #menu-search, #sticky-bar.auto-hidden #menu-search {
    left: auto; }

  #menu-search span.theme-icon-search, #nav-search span.theme-icon-search {
    display: block;
    z-index: 217;
    position: absolute;
    height: 16px;
    width: 16px;
    padding: 11px 9px;
    font-size: 14px;
    color: #9BA1A6; }

  #menu-search input#s, #nav-search input#s-nav {
    border: none;
    position: relative;
    z-index: 216;
    background: none;
    width: 200px;
    height: 43px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 35px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }

  #menu-search.active, #nav-search.active {
    font-weight: 400;
    font-size: 12px;
    color: #2A53C1; }

  #nav-search {
    display: none;
    width: 100%;
    height: 38px;
    color: #B0B5BA;
    font-weight: 300;
    font-size: 11px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7; }

  #nav-search input#s-nav {
    width: 100%;
    height: 38px;
    padding: 0 0 0 35px; }

  #nav-search span.theme-icon-search {
    padding: 9px 9px 11px 9px; }

  /*nav toggle*/
  .nav-toggle {
    float: left;
    display: none; }

  .nav-toggle span {
    display: inline-block;
    height: 43px;
    width: 43px;
    padding: 13px 5px 4px 8px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer; }

  #sticky-bar.nav-hidden .nav-toggle, #sticky-bar.auto-hidden .nav-toggle {
    display: inline-block; }

  #sticky-nav .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 213; }

  /*logo*/
  #site-logo-hd, #site-logo-mobile, #site-logo-hd-mobile {
    display: none; }

  #sticky-bar .logo {
    float: left;
    height: 43px;
    overflow: hidden;
    font-family: sans-serif;
    margin-left: 40px; }

  #sticky-bar.nav-hidden .logo {
    margin-left: 10px; }

  #sticky-bar .logo h1 {
    margin: 0; }

  #sticky-bar .logo h1 a {
    color: #000;
    font-weight: 700;
    letter-spacing: -2px; }

  #sticky-bar .subtitle {
    color: #E6EBF1;
    font-weight: 400;
    font-family: sans-serif;
    font-style: italic;
    letter-spacing: -1px;
    float: left;
    font-size: 20px;
    margin: 6px 0 0 10px; }

  /*sticky controls*/
  #sticky-controls {
    height: 43px;
    padding-right: 0px;
    position: absolute;
    right: 35px; }

  .sticky-button-wrapper {
    position: relative;
    z-index: 212;
    float: left; }

  .sticky-button {
    display: block;
    height: 43px;
    cursor: pointer;
    font-size: 16px;
    color: #CBD2D9;
    padding: 10px 8px; }

  .sticky-button:hover, .sticky-button.active {
    color: #000; }

  .sticky-button#back-to-top {
    display: none;
    font-size: 22px;
    position: absolute;
    right: -35px;
    top: 0px;
    padding: 6px 5px;
    color: #000; }

  .sticky-dropdown {
    display: none;
    width: 252px;
    position: absolute;
    z-index: 212;
    right: 0;
    top: 42px;
    background: #feffff;
    border: 1px solid #DBDBDB;
    border-top: 0px;
    -webkit-box-shadow: 0 11px 20px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 11px 20px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 11px 20px -3px rgba(0, 0, 0, 0.4);
    padding: 0; }

  .social-badges {
    text-align: center;
    padding: 5px 10px 15px 10px; }

  .social-badges a {
    color: #CBD2D9;
    font-size: 18px;
    width: 34px;
    height: 34px;
    display: inline-block; }

  .sticky-dropdown-label {
    color: #000;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 6px 10px; }

  a.sticky-dropdown-button {
    display: inline-block;
    background: #f5f6fa;
    width: 50%;
    float: left;
    position: relative;
    color: #666;
    font-family: 'sans-serif';
    text-align: center;
    padding: 6px 2px;
    line-height: 16px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer; }

  a.sticky-dropdown-button.large {
    padding: 13px 15px;
    font-weight: 400;
    font-size: 12px; }

  a.sticky-dropdown-button.has-icon {
    padding-left: 36px; }

  a.sticky-dropdown-button:hover, a.sticky-dropdown-button.active {
    background: #feffff;
    color: #000; }

  a.sticky-dropdown-button span {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #CBD2D9;
    font-size: 18px; }

  a.sticky-dropdown-button:hover span, a.sticky-dropdown-button.active span {
    color: #CBD2D9; }

  .sticky-register-form {
    display: none; }

  .sticky-dropdown form {
    padding: 17px 15px 8px 15px; }

  .sticky-dropdown input {
    font-family: sans-serif;
    font-size: 12px !important;
    width: 222px !important;
    border: 1px solid #F5F6FA;
    padding: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: none; }

  .sticky-dropdown .sticky-submit {
    float: right;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 400;
    padding: 7px 20px; }

  .sticky-dropdown .sticky-submit.active {
    background: #000; }

  .sticky-dropdown .loading span {
    margin-top: 65px;
    color: #CBD2D9; }

  .sticky-dropdown.check-password {
    display: block;
    cursor: pointer;
    padding: 20px 20px;
    font-family: sans-serif;
    font-weight: 400;
    text-align: center; }

  .sticky-dropdown.check-password span {
    font-size: 16px; }

  /*everything after the sticky bar needs to be shifted down*/
  .after-header {
    margin: 60px auto 0 auto;
    position: relative;
    max-width: 1340px; }

  .after-header.no-sticky {
    margin-top: 0; }

    /*************************************************
sticky nav
*************************************************/
  #sticky-nav {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 498;
    background: #feffff;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #EBEBF0; }

  #sticky-nav.nav-hidden, #sticky-nav.auto-hidden {
    display: none; }

  #sticky-nav-inner {
    position: fixed;
    height: 100%;
    width: 200px; }

  #sticky-nav.scroll #sticky-nav-inner {
    position: absolute; }

  /*new articles*/
  .new-articles-placeholder {
    display: none; }

  .new-articles.selector {
    margin-top: 6px;
    width: 100%;
    position: relative;
    z-index: 212;
    right: -1px;
    text-align: right;
    cursor: pointer;
    color: #666;
    font-size: 9px;
    padding: 2px 18px 2px 0;
    border-top: 1px solid rgba(254, 255, 255, 0);
    border-bottom: 1px solid rgba(254, 255, 255, 0); }

  .new-articles.selector.active {
    background: #f5f6fa;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB; }

  .new-articles.selector.active .new-number, .new-articles.selector.active .new-label, .new-articles.selector.active .theme-icon-right-fat, .new-articles.selector.over .new-number, .new-articles.selector.over .new-label, .new-articles.selector.over .theme-icon-right-fat {
    color: #000; }

  .new-articles.selector .label-wrapper {
    display: inline-block;
    padding: 5px 0; }

  .new-articles.selector .label-wrapper > div {
    display: inline;
    margin-left: 1px; }

  .new-articles.selector .new-number {
    font-weight: 700;
    font-style: italic;
    font-size: 11px; }

  .new-articles.selector .new-label {
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase; }

  .new-articles.post-container {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 294px;
    margin-left: 199px;
    padding-top: 15px;
    padding-left: 15px;
    z-index: 210;
    background: rgba(245, 246, 250, 0.96);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3); }

  .sticky-nav-loop .overlay-panel {
    margin: 0 0 1px 1px;
    float: left;
    width: 130px;
    height: 75px; }

  .sticky-nav-loop .overlay-panel .article-title {
    font-size: 11px;
    line-height: 13px;
    padding: 10px 7px 10px 13px; }

  .sticky-nav-loop .overlay-panel .loading {
    position: absolute;
    z-index: 7;
    top: 50% !important;
    left: -10px !important;
    margin-top: -16px; }

  /*sticky nav menus*/
  .nav-header {
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: right; }

  .sticky-nav-menu {
    margin-bottom: 10px; }

  .nav-menu li > a {
    text-align: right;
    /*height:30px;*/
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #b47f47;
    padding: 8px 20px 8px 0;
    margin-bottom: 1px;
    cursor: pointer; }

  .nav-menu li > a:hover, .nav-menu li.over > a, .nav-menu li.current-menu-item > a {
    background: #7b191e;
    /*#b47f47;*/
    color: #FFF;
    margin-right: -1px;
    padding-right: 21px; }

  .nav-menu ul {
    list-style-type: none;
    z-index: 215;
    margin: 0;
    padding: 0; }

  .nav-menu ul li {
    float: none;
    margin: 0;
    padding: 0; }

  .nav-menu ul li > a {
    display: block;
    text-transform: uppercase; }

  .nav-menu ul li ul {
    display: none;
    position: absolute;
    left: 0; }

  /*section menu*/
  #section-menu.nav-menu > a {
    padding-right: 18px; }

  #section-menu .category-title {
    display: inline-block;
    padding-right: 25px; }

  #section-menu .category-icon {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 16px;
    width: 16px;
    height: 16px; }

  #section-menu a:hover .category-icon, #section-menu li.over .category-icon, #section-menu li.current-menu-item .category-icon {
    right: 17px; }

  #section-menu .placeholder {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 294px;
    margin-left: 199px;
    z-index: 211;
    background: rgba(245, 246, 250, 0.96);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3); }

  #section-menu .mega-content {
    display: none; }

  #section-menu .mega-wrapper {
    height: 100%; }

  #section-menu .mega-loader {
    display: none;
    z-index: 212;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }

  #section-menu .mega-loader .loading {
    display: block;
    top: 90px;
    left: 0px;
    height: auto; }

  #section-menu li.loaded .mega-loader {
    display: none !important; }

  #section-menu .term-list {
    position: relative;
    z-index: 214;
    width: 140px;
    height: 100%;
    background: rgba(254, 255, 255, 0.65); }

  #section-menu .mega-wrapper .term-list a {
    display: block;
    height: auto;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    color: #333;
    padding: 5px 5px 5px 15px !important; }

  #section-menu .mega-wrapper .term-list a.first {
    padding-top: 15px !important; }

  #section-menu .mega-wrapper .term-list a:hover, #section-menu .mega-wrapper .term-list a.active {
    background: none; }

  #section-menu .loading {
    top: 40px;
    left: 70px; }

  #section-menu .post-list {
    position: absolute;
    z-index: 213;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0 70px 150px; }

  #section-menu .mega-wrapper.solo .post-list {
    padding-left: 14px; }

  /*disabled icons*/
  #section-menu a.no-icon .category-title {
    padding-right: 0px; }

  #section-menu a.no-icon .category-icon {
    display: none; }

  /*standard menu*/
  #section-menu .standard-menu ul li a {
    /*padding:6px 20px 6px 10px;*/
    height: auto;
    position: relative; }

  #section-menu .standard-menu > ul > li > a:hover, #section-menu .standard-menu ul li.over > a, #section-menu .standard-menu ul li.current-menu-item > a {
    margin-right: -1px;
    padding-right: 21px; }

  /*#section-menu .standard-menu ul li ul{position:absolute;top:0;bottom:0;height:100%;margin-left:199px;width:150px;z-index:215;background:rgba(51,51,51,.96);-webkit-box-shadow:10px 0 20px 0 rgba(0,0,0,0.3);-moz-box-shadow:10px 0 20px 0 rgba(0,0,0,0.3);box-shadow:10px 0 20px 0 rgba(0,0,0,0.3);padding-top:10px}*/
  #section-menu .standard-menu ul li ul {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    margin-left: 199px;
    width: 150px;
    z-index: 215;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
    padding-top: 10px; }

  #section-menu .standard-menu ul li ul a {
    text-align: left;
    line-height: 17px;
    font-size: 13px;
    height: auto;
    padding: 5px 13px;
    line-height: 1.7;
    right: 0;
    color: #000; }

  #section-menu .standard-menu ul li ul a:hover {
    color: #791a20; }

  #section-menu .standard-menu ul li ul a:hover, #section-menu .standard-menu ul li ul li.over > a, #section-menu .standard-menu ul li ul li.current-menu-item > a {
    color: #791a20;
    background: none; }

  /*multi-level drop downs*/
  #section-menu .standard-menu ul li ul ul {
    margin-left: 150px; }

  /*nav widgets*/
  #nav-widgets {
    margin-top: 10px; }

  .connect-email {
    height: 36px;
    position: relative;
    color: #B0B5BA; }

  .connect-email input.email-textbox {
    height: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    border: none;
    background: none;
    width: 199px;
    position: relative;
    z-index: 7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 7px 44px 8px 10px;
    text-align: right; }

  .connect-email .theme-icon-email {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;
    color: #CBD2D9; }

  .connect-email.active, .connect-email.active input.email-textbox {
    font-weight: 400;
    color: #2A53C1; }

  .social-counts {
    margin: 5px 0; }

  .social-counts .social-panel {
    text-align: right;
    width: 100%;
    position: relative; }

  .social-counts .social-panel span {
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 15px;
    color: #CBD2D9; }

  .social-counts a, .social-counts a:link, .social-counts a:visited {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
    padding: 3px 40px 3px 10px; }

  /*everything after the nav needs to be shifted right so it's not covered up*/
  .after-nav {
    margin-left: 200px;
    position: relative; }

  .after-nav.nav-hidden, .after-nav.auto-hidden {
    margin-left: 0; }

    /*************************************************
post sharing
*************************************************/
  .share-panel {
    position: absolute;
    z-index: 8;
    top: 0px;
    left: -110px;
    width: 110px;
    height: 75px;
    text-shadow: none;
    background: #f5f6fa; }

  .share-button {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 9;
    background: #f5f6fa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    right: -9px;
    cursor: pointer; }

  .share-button.active {
    -webkit-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.4); }

  .share-button span {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #666;
    display: inline-block;
    width: 7px;
    height: 7px;
    font-size: 7px;
    line-height: 7px; }

  .share-button span:before {
    margin: 0; }

  .share-button.active span {
    color: #000; }

  .share-panel .share-content {
    padding: 10px 15px 10px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000; }

  .share-panel .share-label {
    font-weight: 400;
    font-size: 9px;
    font-style: italic;
    color: #BBB;
    margin-bottom: 5px;
    margin-left: 3px;
    text-transform: uppercase; }

  .share-panel .share-trending {
    width: 50%;
    display: inline-block;
    float: left; }

  .share-panel .share-trending .metric {
    display: block;
    float: none;
    margin-right: 0px;
    height: 17px;
    line-height: 17px; }

  .share-panel .share-trending .numcount {
    font-size: 9px;
    position: relative;
    top: -1px;
    cursor: default; }

  .share-panel .share-content .icon {
    color: #CBD2D9;
    font-size: 12px; }

  .share-panel .share-sharing {
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-top: 1px; }

  .share-panel .share-sharing .share-label {
    text-align: right;
    margin-right: 8px;
    margin-top: -1px; }

  .share-panel .tooltip.right {
    margin-left: -10px; }

  .share-panel .tooltip.left > div {
    margin-right: -10px; }

  /*addthis*/
  .sharing-wrapper .addthis_toolbox .theme-icon-facebook {
    color: #2A52A7; }

  .sharing-wrapper .addthis_toolbox .theme-icon-twitter {
    color: #27B7E7; }

  .sharing-wrapper .addthis_toolbox .theme-icon-googleplus {
    color: #DC4B38; }

  .sharing-wrapper .addthis_toolbox .addthis_counter.addthis_bubble_style {
    background: none;
    width: 40px !important; }

  .sharing-wrapper .addthis_toolbox .addthis_native_counter_parent, .sharing-wrapper .addthis_toolbox .addthis_button_compact {
    display: inline-block;
    float: right;
    position: relative;
    text-align: right;
    height: 17px;
    line-height: 17px;
    padding: 0; }

  .sharing-wrapper .addthis_toolbox .addthis_native_counter_parent.active, .sharing-wrapper .addthis_toolbox .addthis_button_compact.active {
    background: #FFF; }

  .sharing-wrapper .addthis_toolbox .addthis_native_counter_sibling {
    display: none; }

  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .share-span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 17px;
    height: 17px;
    font-size: 12px; }

  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter.addthis_bubble_style {
    height: 17px;
    line-height: 17px; }

  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
    font-family: "Lato", sans-serif !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    width: 100% !important;
    height: 17px !important;
    line-height: 17px !important;
    display: table;
    position: relative;
    left: 0;
    color: #000 !important;
    padding: 0 17px 0 0 !important;
    text-align: right; }

  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter.addthis_bubble_style {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important; }

  .sharing-wrapper .addthis_toolbox.addthis_default_style .at15t_expanded, .sharing-wrapper .addthis_toolbox .addthis_default_style .at15t_compact {
    margin-right: 0; }

  /*google+ still does not support custom count scraping*/
  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter_google_plusone_share .addthis_counter.addthis_bubble_style.addthis_native_counter a.addthis_button_expanded {
    text-indent: -9999px;
    text-align: left; }

  .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter_google_plusone_share .theme-icon-plus {
    font-size: 7px;
    line-height: 7px;
    padding: 5px 15px 0 0;
    position: absolute;
    right: 0;
    color: #000; }

    /*************************************************
bar header
*************************************************/
  .bar-header {
    position: relative;
    height: auto;
    display: inline-block; }

  .directory .bar-header {
    height: auto; }

  .bar-header.hidden {
    display: none; }

  .bar-header.full-width {
    display: block; }

  .bar-label-wrapper {
    float: left; }

  .bar-label {
    text-align: center;
    position: relative;
    z-index: 9;
    color: #616465;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.7; }

  .bar-label.has-icon {
    padding-right: 15px; }

  .bar-label .label-text {
    display: inline-block; }

  .bar-label .label-text span {
    color: #BFC5CC; }

  .bar-label .label-text span:before {
    margin-right: 6px; }

  .bar-label .label-text span.category-icon {
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    top: 2px; }

  .bar-label .timeperiod-text {
    display: inline-block; }

    /*************************************************
sortbar
*************************************************/
  .sort-buttons {
    float: left;
    margin-left: 10px; }

  .directory .sort-buttons {
    margin-left: 0; }

  .sort-buttons a, .sort-buttons span.page-numbers {
    display: block;
    float: left;
    font-size: 15px;
    color: #CBD2D9;
    width: 28px;
    line-height: 1em;
    height: 38px;
    cursor: pointer;
    padding: 13px 3px; }

  .directory .sort-buttons a, #footer .sort-buttons.sort-metrics a {
    width: 24px; }

  .sort-buttons span.page-numbers {
    cursor: default !important; }

  .sort-buttons a.active {
    color: #000;
    cursor: default; }

  .sort-buttons.sort-sections a {
    border-bottom: 2px solid;
    margin-right: 2px; }

  .sort-buttons .category-icon {
    margin: 0 !important; }

  .sort-sections a {
    width: auto;
    height: 32px;
    padding: 7px 7px 5px 7px; }

    /*************************************************
pagination
*************************************************/
  .pagination-wrapper {
    overflow: hidden; }

  .pagination-wrapper.mobile {
    display: none; }

  .pagination {
    text-align: center;
    border-radius: 0;
    margin: 0;
    margin-left: 20px; }

  .pagination a, .pagination > span.page-number, .pagination > span.page-numbers {
    display: block;
    float: left;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 28px;
    line-height: 1em;
    height: 46px;
    padding: 16px 0px;
    color: #B0B4B9; }

  .pagination a span.page-number {
    color: #B0B4B9;
    cursor: pointer; }

  .pagination a.arrow {
    font-size: 19px;
    color: #B0B4B9;
    padding: 13px 4px; }

  .pagination .active, .pagination a:active, .pagination a.active:hover, .pagination span.page-number {
    cursor: default; }

  .pagination span.theme-icon-right-fat {
    font-size: 11px;
    position: relative;
    top: -1px;
    right: -3px; }

    /*************************************************
icons & buttons
*************************************************/
  .award-wrapper {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    display: inline-block; }

  .badge-wrapper {
    display: inline-block;
    margin: 2px 4px; }

  a.like-button, .metric {
    font-family: 'Lato', sans-serif;
    font-weight: 400; }

  a.like-button {
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 6; }

  a.like-button .unlike {
    color: red !important; }

  .big-like a.like-button {
    font-size: 34px !important; }

  .load-more-wrapper {
    cursor: pointer; }

  .load-more {
    width: 100%;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    color: #666; }

  .load-more > span {
    font-size: 12px; }

  .load-more-wrapper.active .load-more, .load-more-wrapper.active .load-more > span {
    color: #FFF; }

  .category-icon {
    margin-left: 6px; }

  .award-icon {
    margin-right: 6px; }

    /*************************************************
overlay panel formats
*************************************************/
  .post-container {
    position: relative; }

  .overlay-panel {
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    float: left; }

  .overlay-panel-inner {
    position: relative;
    margin-right: 1px;
    height: 100%; }

  .overlay-panel.wide .overlay-panel-inner {
    margin-right: 0px; }

  .overlay-image {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center 20%; }

  .overlay-layer {
    position: absolute;
    z-index: 3; }

  .overlay-hover {
    position: absolute;
    z-index: 4; }

  .overlay-info {
    position: absolute;
    z-index: 5; }

  .overlay-link {
    position: absolute;
    z-index: 6; }

  .overlay-play {
    position: absolute;
    z-index: 7; }

  .overlay-layer {
    width: 100%;
    height: 100%;
    background: rgba(11, 12, 18, 0.45); }

  .overlay-hover {
    display: none;
    width: 100%; }

  .overlay-panel.active .overlay-hover, .longform-wrapper.active .overlay-hover {
    display: block; }

  .overlay-info, .overlay-hover {
    height: 100%;
    color: #FFF; }

  .overlay-panel.solid .overlay-image {
    background: #000; }

  .overlay-link {
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

  .overlay-play span:before {
    margin: 0; }

  a.overlay-play, a.overlay-play:link, a.overlay-play:visited {
    color: #FFF; }

  a.overlay-play:hover {
    color: #000; }

  .overlay-panel .article-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative; }

  #sticky-nav .overlay-panel .article-title {
    display: none; }

    /**
*  2015-02-11 shine reset befor background:rgba(11,12,18,0.20)
**/
  #sticky-nav .overlay-layer {
    background: rgba(255, 255, 255, 0.2); }

  .overlay-panel .overlay-more {
    display: none;
    position: absolute;
    bottom: -2px;
    right: 2px;
    font-size: 9px;
    z-index: 4;
    color: #FFF;
    font-family: sans-serif;
    font-weight: 300; }

  .overlay-panel .overlay-more span {
    font-size: 15px;
    position: relative;
    top: 2px; }

  .overlay-panel.active .overlay-more, .longform-wrapper.active .overlay-more, #sticky-nav .overlay-panel.active .article-title {
    display: block; }

  .overlay-panel .category-name {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    font-size: 11px;
    float: left; }

  .overlay-hover .rating {
    text-align: center;
    width: 50%;
    float: left;
    padding: 15px 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

  .overlay-hover .rating.percentage_wrapper {
    padding-bottom: 2px; }

  .overlay-hover .editor_rating {
    border-right: 1px solid rgba(255, 255, 255, 0.25); }

  .overlay-hover .rating-label {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase; }

  .overlay-info {
    position: absolute;
    bottom: 0;
    left: 0; }

  .overlay-panel .review-label {
    position: absolute;
    top: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 10px; }

  .overlay-panel .review-label span {
    font-size: 11px; }

  .overlay-panel div.loading span {
    color: #000 !important; }

  /*article panel specific*/
  .articles .overlay-panel {
    margin-bottom: 2px; }

  .articles .overlay-image-wrapper {
    position: relative;
    z-index: 5;
    height: 240px;
    width: 100%; }

  .articles .overlay-info-wrapper {
    position: relative;
    top: -27px;
    z-index: 6;
    height: 152px;
    width: 89%;
    margin: 0 5.5%;
    padding: 20px 25px 20px 25px;
    background: #F5F6FA; }

  .articles .overlay-info {
    position: relative;
    z-index: 6; }

  .articles .overlay-link {
    position: absolute;
    z-index: 7; }

  .articles .overlay-play {
    position: absolute;
    z-index: 9; }

  .articles .overlay-panel .article-title {
    color: #333;
    font-weight: 300;
    margin: 0; }

  .articles .overlay-panel .overlay-more {
    bottom: 35px;
    right: 5.5%; }

  .articles .overlay-hover .rating {
    padding: 15px 1px;
    margin-top: 30px;
    border-bottom: 0; }

  .articles .overlay-hover .editor_rating {
    padding-left: 40px; }

  .articles .overlay-hover .user_rating {
    padding-right: 40px; }

  .articles .overlay-hover .editor_rating.stars_wrapper {
    padding-left: 20px; }

  .articles .overlay-hover .user_rating.stars_wrapper {
    padding-right: 20px; }

  .articles .loading span {
    margin-top: 50px; }

  .articles .load-sort span, .articles .load-infinite span {
    line-height: 28px;
    width: 28px;
    overflow: visible; }

  .articles .load-sort span:before, .articles .load-infinite span:before {
    margin-left: 0;
    margin-right: 0; }

  .articles .overlay-layer {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }

  .scroller .overlay-layer {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); }

  .overlay-play {
    left: 5.5%;
    top: 170px;
    margin-left: 0;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px; }

  .overlay-play span:before {
    margin: 0;
    width: auto; }

  .articles .wide.solid .overlay-layer {
    background: none; }

  .articles .share-panel {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 35px;
    top: auto;
    display: none;
    height: auto; }

  .articles .share-panel .share-trending, .articles .share-panel .share-sharing {
    width: 100%;
    display: block;
    float: none; }

  .articles .share-panel .share-trending {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px; }

  .articles .share-button {
    top: 195px;
    left: 51%;
    margin-left: -24px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer; }

  .articles .share-button span {
    top: 8px;
    left: 14px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px; }

  .articles .share-button span:before {
    width: 14px; }

  .articles .share-button.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .articles .overlay-panel .loading {
    z-index: 7;
    top: auto !important;
    left: 50% !important;
    bottom: 40px !important;
    width: auto;
    height: auto;
    margin-left: -12px; }

  .articles .share-panel .share-trending .metric {
    height: 30px;
    line-height: 30px;
    margin: 0px 8px;
    display: inline-block;
    float: left; }

  .articles .share-panel .share-trending .numcount {
    font-size: 12px; }

  .articles .share-panel .share-content .icon {
    font-size: 18px; }

  .articles .sharing-wrapper .addthis_toolbox.addthis_20x20_style .share-span {
    line-height: 30px;
    height: 30px;
    font-size: 18px; }

  .articles .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter.addthis_bubble_style {
    height: 30px;
    line-height: 30px;
    width: 35px !important; }

  .articles .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 0 0 35px !important; }

  .articles .sharing-wrapper .addthis_toolbox.addthis_20x20_style .addthis_counter_google_plusone_share .theme-icon-plus {
    display: none; }

  .articles .sharing-wrapper .addthis_toolbox .addthis_native_counter_parent, .sharing-wrapper .addthis_toolbox .addthis_button_compact {
    height: 30px;
    line-height: 30px; }

  .articles .sharing-wrapper .addthis_toolbox .addthis_native_counter_parent, .articles .sharing-wrapper .addthis_toolbox .addthis_button_compact {
    float: left;
    margin-right: 23px; }

  .articles .share-panel .share-trending .numcount {
    top: -2px; }

  .articles .share-panel .tooltip.right {
    margin-left: -10px; }

  .articles .share-panel .tooltip.left > div {
    margin-right: 8px; }

  .articles .overlay-info {
    height: 128px; }

  .articles .review-label {
    font-size: 11px;
    color: #666;
    text-align: center;
    position: relative;
    top: auto; }

  .articles .review-label span {
    font-size: 19px;
    position: relative;
    top: 2px; }

  .articles .textfill {
    height: 70px;
    font-size: 20px;
    line-height: 1.25em;
    margin: 0;
    text-align: center; }

  .articles .category-icon-wrapper {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: #000;
    padding: 6px 8px 6px 2px; }

  .articles .overlay-hover .rating {
    font-size: 72px;
    line-height: 74px; }

  .articles .overlay-hover .rating .stars {
    font-size: 48px;
    line-height: 50px; }

  .articles .overlay-hover .rating.stars_wrapper {
    padding-bottom: 30px; }

  .articles .overlay-hover .rating .percentage {
    font-size: 44px; }

  /*wide panels*/
  .articles .wide {
    width: 100%;
    height: 440px; }

  .articles .wide .overlay-play {
    top: 207px; }

  .articles .wide .share-button {
    top: 232px;
    left: 50%;
    margin-left: -20px; }

  .articles .wide .overlay-image-wrapper {
    height: 277px; }

  .articles .wide .overlay-info {
    height: 148px; }

  .articles .wide .overlay-info-wrapper {
    padding: 20px 40px 20px 40px; }

  .articles .wide .textfill {
    height: 120px;
    display: inline-block;
    font-size: 42px;
    line-height: 1.1em;
    letter-spacing: -1px;
    word-spacing: 0.24em; }

  .articles .wide .category-icon-wrapper {
    position: absolute;
    z-index: 5;
    top: 225px;
    left: 9%;
    background: #000;
    padding: 6px 8px 6px 8px;
    color: #FFF; }

  .articles .wide .overlay-hover .editor_rating {
    padding-left: 30%; }

  .articles .wide .overlay-hover .user_rating {
    padding-right: 30%; }

  .articles .loading.load-infinite {
    position: relative;
    top: auto;
    bottom: 0; }

  .articles .last-page {
    display: none;
    text-align: center;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    color: #A7B8BF;
    padding: 8px 0; }

    /*************************************************
grid specific
*************************************************/
  .post-grid .third {
    float: left;
    width: 33.3333333%;
    height: 364px; }

  .post-grid .single-column {
    float: none;
    width: 100%;
    height: 364px; }

    /*************************************************
blog specific
*************************************************/
  .post-blog .longform-wrapper {
    position: relative; }

  .post-blog .longform-wrapper .wide {
    height: auto; }

  .post-blog .longform-wrapper .wide .overlay-info-wrapper {
    padding: 30px 6% 20px 6%; }

  .post-blog .longform-wrapper .wide .category-icon-wrapper {
    left: 11%; }

  .post-blog .longform-wrapper .share-panel {
    bottom: 20px; }

  .post-blog .longform-wrapper .authorship {
    position: relative;
    top: -5px; }

  .post-blog .longform {
    margin: 0px 12% 50px 12%;
    text-align: center; }

  .post-blog .longform-excerpt {
    font-family: sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    padding: 25px 0 10px 0;
    text-align: justify; }

  .post-blog .longform-excerpt p {
    margin-bottom: 30px; }

  a.longform-more {
    font-family: sans-serif;
    font-weight: 300;
    color: #AAA;
    font-size: 16px;
    padding: 5px 0px;
    width: 100%;
    display: block;
    text-align: center; }

  .longform-more span {
    color: #D5DCE3;
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: 2px; }

  .longform .author, .longform .date {
    display: block;
    width: 100%;
    text-align: center; }

  .longform .author {
    font-family: sans-serif;
    font-style: italic;
    color: #AAA;
    font-size: 15px;
    margin-bottom: 2px; }

  .longform .author a {
    color: #999; }

  .longform .date {
    font-family: sans-serif;
    font-weight: 300;
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }

    /*************************************************
horizontal scroller
*************************************************/
  .scroller-content {
    display: none; }

  .scroller, .scroller-content {
    position: relative; }

  .scroller .overlay-panel {
    height: 250px;
    width: 200px; }

  .scroller .overlay-info {
    margin: 0 10px 0px 12px;
    height: 119px; }

  .scroller .textfill {
    height: 80px;
    font-size: 22px;
    line-height: 1.15em;
    margin: 26px 0 14px 0; }

  .scroller .category-icon-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    float: left; }

  .scroller .category-icon {
    margin-left: 0;
    margin-right: 10px; }

  .scroller .overlay-panel .review-label {
    position: relative;
    float: left; }

  .scroller .overlay-hover .rating {
    font-size: 55px;
    line-height: 57px; }

  .scroller .overlay-hover .rating .stars {
    font-size: 38px;
    line-height: 40px; }

  .scroller .overlay-hover .rating .stars span {
    font-size: 18px;
    line-height: 20px; }

  .scroller .overlay-hover .rating.stars_wrapper {
    padding-bottom: 30px; }

  .scroller .overlay-hover .rating .percentage {
    font-size: 26px; }

  .scroller .overlay-panel .overlay-more {
    bottom: -2px;
    right: 2px; }

  div.scrollingHotSpotLeft {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    right: 28px;
    top: -35px;
    cursor: pointer; }

    /*************************************************
trending slider
*************************************************/
  .trending-content {
    position: relative;
    display: none; }

  .trending .loading {
    top: 70px; }

  .trending-number {
    margin-top: 5px;
    position: absolute; }

  .trending-number .metric {
    font-family: Dosis, sans-serif;
    font-weight: 400;
    font-size: 40px; }

  .trending .overlay-layer {
    background: rgba(0, 0, 0, 0.55); }

  .trending .overlay-panel {
    height: 150px;
    width: 250px;
    margin-bottom: 1px; }

  .trending .overlay-info {
    margin: 10px 10px 0px 15px;
    height: 150px; }

  .trending .textfill {
    height: 78px;
    font-size: 26px;
    line-height: 1.15em;
    margin: 63px 0 10px 0; }

  .trending .overlay-panel .review-label {
    position: absolute;
    top: 15px;
    right: 5px;
    float: none; }

    /*************************************************
top ten builder panel
*************************************************/
  .top-ten-content {
    display: none; }

  .top-ten .loading {
    top: 70px; }

  .overlay-number {
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    font-family: Dosis, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: center; }

  .top-ten .overlay-layer {
    background: rgba(0, 0, 0, 0.55); }

  .top-ten .overlay-panel {
    height: 90px;
    width: 20%;
    margin-bottom: 2px; }

  .top-ten .overlay-info {
    margin: 12px 12px 12px 0px;
    height: 66px;
    padding-left: 43px; }

  .top-ten .textfill {
    height: 66px;
    font-size: 22px;
    margin: 0 0 0 0; }

    /*************************************************
headliner
*************************************************/
  .headliner {
    height: 60px;
    position: relative;
    color: #FFF;
    display: none; }

  /*z-indicies*/
  .headliner-image {
    position: absolute;
    z-index: 9; }

  .headliner-layer {
    position: absolute;
    z-index: 10; }

  .headliner-info {
    position: absolute;
    z-index: 11; }

  .headliner-label {
    position: absolute;
    z-index: 15; }

  .headliner-link {
    position: absolute;
    z-index: 16; }

  /*layout*/
  .headliner-label {
    width: 90px;
    height: 100%;
    padding: 18px 0 10px 34px;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase; }

  .headliner-label span {
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 15px; }

  .headliner.no-label .headliner-label {
    display: none; }

  .headliner.no-label .headliner-info {
    padding-left: 15px; }

  .headliner-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center 20%; }

  .headliner-layer {
    width: 100%;
    height: 100%; }

  .headliner-info {
    width: 100%;
    height: 100%; }

  .headliner-link {
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

  .headliner-info {
    padding: 10px 15px 10px 95px;
    text-align: right; }

  .headliner-info .textfill {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    height: 24px;
    display: block;
    width: 100%;
    margin-top: 10px; }

    /*************************************************
connect bar
*************************************************/
  .connect {
    position: relative;
    margin-top: -1px;
    padding: 5px 0;
    min-height: 50px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #F5F6FA; }

  .connect .connect-email {
    background: none;
    display: inline-block;
    height: 40px; }

  .connect .connect-email input.email-textbox {
    height: 40px;
    text-align: left;
    width: 180px;
    padding: 7px 0 8px 44px; }

  .connect .connect-email .theme-icon-email {
    top: 7px;
    right: auto;
    left: 10px; }

  .connect .connect-counts {
    display: inline-block; }

  .connect .social-counts {
    margin: 0 0 0 10px; }

  .connect .social-counts .social-panel {
    width: auto;
    text-align: left;
    display: inline-block; }

  .connect .social-counts a {
    padding: 3px 30px 3px 5px; }

  .connect .social-counts .social-panel span {
    right: 8px;
    top: 1px;
    font-size: 14px; }

  .connect .connect-social {
    display: inline-block;
    float: right; }

  .connect .social-badges {
    padding: 6px 10px 0 0; }

  .connect .social-badges a {
    width: 32px;
    height: 30px;
    font-size: 20px; }

    /*************************************************
utility menu bar
*************************************************/
  .utility-menu {
    position: relative;
    margin-top: -1px;
    padding: 5px 0;
    height: 50px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #F5F6FA; }

  .utility-menu-full {
    display: inline-block; }

  .utility-menu-compact {
    display: none; }

  .utility-menu .home-button {
    float: left; }

  .utility-menu .home-button a {
    display: block;
    height: 36px;
    width: 32px;
    text-align: center;
    font-size: 15px;
    padding: 9px 5px;
    line-height: 1.4; }

  .utility-menu ul a {
    display: block;
    height: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #333;
    padding: 12px 15px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4; }

  .utility-menu-full > ul {
    float: left; }

  .utility-menu ul {
    position: relative;
    margin: 0;
    padding: 0; }

  .utility-menu ul li {
    list-style-type: none;
    float: left;
    position: relative; }

  .utility-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 100;
    width: 150px;
    top: 43px;
    background: #F5F6FA;
    border: 1px solid #D4D4DB;
    border-top: 0;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 8px 0; }

  .utility-menu ul li ul li {
    float: none; }

  .utility-menu ul li ul li a, .utility-menu ul li:hover ul li a, .utility-menu ul li.over ul li a {
    border-left: 0; }

  .utility-menu ul li ul li a {
    display: block;
    text-align: left;
    height: auto;
    padding: 7px 15px; }

  .utility-menu ul li ul li ul {
    left: 148px;
    top: 0px !important;
    border-top: 1px solid #D4D4DB; }

  .utility-menu-selector {
    cursor: pointer; }

  .utility-menu-compact .bar-label {
    z-index: 100; }

  .utility-menu-compact ul li ul {
    top: 33px; }

    /*************************************************
widgets
*************************************************/
  /*builder panels layout*/
  .widgets-outer {
    margin-top: 15px;
    margin-bottom: 15px; }

  .sidebar {
    margin-top: 15px; }

  .widget-panel.left, .widget-panel.mid {
    padding-right: 0; }

  .widgets .bar-header {
    height: auto;
    margin-bottom: 10px; }

  .widgets .bar-label {
    padding: 10px 12px 0 0;
    height: auto; }

  .widgets .sort-buttons, .widgets .pagination {
    margin-left: 0; }

  /*panels*/
  .compact-panel {
    position: relative;
    min-height: 45px;
    padding: 0 0 15px; }

  .compact-panel .article-image-wrapper {
    position: absolute !important;
    margin: 0 !important; }

  .compact-panel .article-info {
    padding-left: 40px !important; }

  .compact-panel .article-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    line-height: 16px; }

  .compact-panel.no-image {
    min-height: 1px; }

  .compact-panel.no-image .article-info {
    padding-left: 0 !important; }

  .border-panel {
    position: relative;
    border-left-width: 2px;
    border-left-style: solid;
    margin: 0 0 2px;
    padding: 5px 0; }

  .border-panel .article-info {
    padding-left: 10px !important; }

  .border-panel .article-title {
    font-size: 14px;
    line-height: 17px; }

  .border-panel .authorship.type-date {
    position: relative !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 4px !important; }

  .border-panel .authorship.type-author {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin: 4px 0 4px !important; }

  .border-panel .authorship.type-author a {
    color: #666; }

  .border-panel.active .article-title, .border-panel.active .authorship, .border-panel.active .authorship.type-author a {
    color: #FFF !important; }

  .widget_d .overlay-layer {
    background: rgba(0, 0, 0, 0.55); }

  .widget_d .overlay-panel {
    height: 150px;
    width: 100%; }

  .widget_d .overlay-info {
    margin: 0;
    padding: 20px;
    height: 150px; }

  .widget_d .article-title {
    display: none; }

  .widget_d .textfill {
    height: 110px;
    font-size: 40px;
    line-height: 1.1em;
    margin: 0;
    color: #FFF;
    font-weight: 400; }

  .widget_d .overlay-number {
    display: none; }

  /*general widget display*/
  .widgets .widget {
    padding-bottom: 10px;
    position: relative;
    font-family: "Lato", sans-serif; }

  .widgets .textwidget h2, .widgets .textwidget h3, .widgets .textwidget h4, .widgets .header h3 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px !important; }

  .widgets .loading span {
    margin-top: 60px; }

  .widgets ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

  .widgets ul ul {
    margin-left: 15px; }

  .widgets ul li a {
    display: inline-block; }

  .widgets .articles .content-inner, .widgets .widget > ul, .widgets ul.menu {
    margin-top: 0; }

  .widgets .textwidget img {
    max-width: 100%;
    height: auto; }

  /*trending*/
  .trending-bar {
    position: relative;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 8px;
    margin: 0 84px 8px 0; }

  .trending-bar.large {
    padding-top: 0; }

  .trending-bar .trending-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }

  .trending-bar .title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-right: 37px;
    color: #666;
    cursor: pointer; }

  .trending-bar .trending-meta {
    position: absolute;
    right: 0; }

  .trending-bar .trending-meta .metric {
    font-size: 11px;
    margin-right: 0;
    color: #BBC3C9; }

  .trending-color {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #BBC3C9; }

  .trending-bar.large .title {
    font-size: 16px;
    line-height: 16px; }

  .trending-bar.medium .title {
    font-size: 14px;
    line-height: 14px; }

  .trending-bar.small .title {
    font-size: 12px;
    line-height: 12px; }

  .trending-bar.tiny .title {
    font-size: 10px;
    line-height: 10px; }

  .trending-bar.bar-0 {
    margin-right: 0;
    padding-bottom: 13px; }

  .trending-bar.bar-1 {
    margin-right: 10px;
    padding-bottom: 12px; }

  .trending-bar.bar-2 {
    margin-right: 20px;
    padding-bottom: 11px; }

  .trending-bar.bar-3 {
    margin-right: 28px;
    padding-bottom: 10px; }

  .trending-bar.bar-4 {
    margin-right: 36px;
    padding-bottom: 9px; }

  .trending-bar.bar-5 {
    margin-right: 42px; }

  .trending-bar.bar-6 {
    margin-right: 48px; }

  .trending-bar.bar-7 {
    margin-right: 54px; }

  .trending-bar.bar-8 {
    margin-right: 60px; }

  .trending-bar.bar-9 {
    margin-right: 62px; }

  .trending-bar.bar-10 {
    margin-right: 64px; }

  .trending-bar.bar-11 {
    margin-right: 66px; }

  .trending-bar.bar-12 {
    margin-right: 68px; }

  .trending-bar.bar-13 {
    margin-right: 70px; }

  .trending-bar.bar-14 {
    margin-right: 72px; }

  .trending-bar.bar-15 {
    margin-right: 74px; }

  .trending-bar.bar-16 {
    margin-right: 76px; }

  .trending-bar.bar-17 {
    margin-right: 78px; }

  .trending-bar.bar-18 {
    margin-right: 80px; }

  .trending-bar.bar-19 {
    margin-right: 82px; }

  .bar-0 .trending-color {
    height: 6px; }

  .bar-1 .trending-color {
    height: 5px; }

  .bar-2 .trending-color {
    height: 4px; }

  .bar-3 .trending-color {
    height: 3px; }

  .bar-4 .trending-color {
    height: 2px; }

  .trending-meta {
    bottom: 5px; }

  .bar-0 .trending-meta {
    bottom: 10px; }

  .bar-1 .trending-meta {
    bottom: 9px; }

  .bar-2 .trending-meta {
    bottom: 8px; }

  .bar-3 .trending-meta {
    bottom: 7px; }

  .bar-4 .trending-meta {
    bottom: 6px; }

  /*trending*/
  .topten-widget .overlay-layer {
    background: rgba(0, 0, 0, 0.55); }

  .topten-widget .overlay-panel {
    height: 150px;
    width: 100%;
    margin-bottom: 2px; }

  .topten-widget .overlay-info {
    margin: 15px 15px 13px 0px;
    height: 122px;
    padding-left: 65px; }

  .topten-widget .article-title {
    display: none; }

  .topten-widget .textfill {
    height: 115px;
    font-size: 40px;
    line-height: 1.1em;
    margin: 0;
    font-family: '';
    sans-seriftext-transform: uppercase;
    font-weight: 400;
    color: #FFF; }

  .topten-widget .overlay-number {
    font-size: 53px;
    line-height: 53px;
    width: 60px; }

  /*social counts*/
  .widgets .social-counts .social-panel {
    text-align: left; }

  .widgets .social-counts .social-panel a {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #000;
    font-style: normal;
    padding: 3px 5px 3px 65px; }

  .widgets .social-counts .social-panel span {
    font-size: 37px;
    top: 5px;
    left: 0; }

  /*jquery ui tabs widgets*/
  .widgets .it-widget-tabs ul.sort-buttons {
    list-style-type: none;
    position: relative;
    height: 36px;
    width: 100%;
    display: block; }

  .widgets .it-widget-tabs ul.sort-buttons li {
    display: inline-block;
    padding: 0; }

  .widgets .it-widget-tabs .sort-buttons a {
    font-size: 16px;
    color: #CBD2D9;
    width: 30px;
    line-height: 1em;
    height: 36px;
    cursor: pointer;
    padding: 8px 4px; }

  .widgets .it-widget-tabs {
    opacity: 0; }

  /*hide tabs until jQuery loads them*/
  .widgets .ui-tabs-panel ul {
    padding-left: 0; }

  #pinterest-social-tab.ui-tabs-panel {
    padding: 0 !important; }

  #pinterest-social-tab > span {
    box-shadow: none !important;
    background: none !important; }

  #pinterest-social-tab > span, #pinterest-social-tab > span > span {
    max-width: 100% !important;
    background: none !important;
    margin: 0 !important; }

  #facebook-social-tab *, #twitter-social-tab *, #pinterest-social-tab div {
    width: 100% !important; }

  .flickr li {
    display: inline-block;
    float: left;
    padding: 0 !important;
    margin: 0 2px 2px 0; }

  #comments-social-tab ul li {
    padding: 0; }

  #comments-social-tab a {
    display: block;
    padding-bottom: 20px;
    font-family: sans-serif;
    font-size: 12px; }

  #comments-social-tab a span {
    font-style: italic;
    color: #CBD2D9; }

  /* calendar widget */
  #wp-calendar {
    width: 100%; }

  #wp-calendar caption {
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000; }

  #wp-calendar thead {
    font-size: 10px; }

  #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6; }

  #wp-calendar tbody {
    color: #CBD2D9; }

  #wp-calendar tbody td {
    text-align: center;
    padding: 3%; }

  #wp-calendar tbody .pad {
    background: none; }

  #wp-calendar a {
    color: #000; }

  #wp-calendar tbody td:hover {
    background: #fff; }

  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }

  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px; }

  .widgets #calendar_wrap {
    margin: 0; }

  /*standard WordPress widgets*/
  .widgets .tagcloud {
    padding: 0; }

  .widgets #searchform {
    margin: 15px 0;
    padding: 0; }

  .widgets #searchform label {
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic; }

  .widgets .header a.rsswidget {
    font-size: 17px; }

  .widgets a.rsswidget {
    font-size: 17px; }

  .widgets ul li a.rsswidget {
    padding-bottom: 10px;
    padding-top: 5px;
    display: block; }

  .widgets cite {
    padding-bottom: 30px;
    display: block; }

  .widgets .rssSummary {
    padding: 10px 0; }

  .widgets span.rss-date {
    display: block;
    padding-bottom: 10px;
    font-family: sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 11px;
    text-transform: uppercase; }

  .widgets #recentcomments a {
    font-style: normal;
    display: inline-block; }

  .widgets li.page_item, .widgets li.menu-item, .widgets li.cat-item {
    padding: 8px 0 0; }

  .widget .searchform input[type=text] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0; }

  .widgets cite, .widgets #recentcomments {
    font-style: italic;
    color: #969AA0; }

  /*custom menu*/
  .widgets #menu-utility-menu a {
    padding: 2px 0;
    font-size: 13px;
    text-transform: none;
    height: auto; }

    /*************************************************
footer
*************************************************/
  #footer {
    border-top: 1px solid #E9E9E9;
    margin-top: 30px;
    padding: 40px 0 15px; }

  /*subfooter*/
  #subfooter {
    border-top: 1px solid #E9E9E9;
    margin-top: -1px;
    font-family: sans-serif;
    color: #AAA;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 20px; }

  #subfooter .credits {
    text-align: right; }

  #subfooter p {
    margin: 0; }

    /*************************************************
single page content
*************************************************/
  #page-content {
    position: relative; }

  /*post nav*/
  #postnav {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
    background: #F5F6FA;
    z-index: 3; }

  #postnav > div {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 7;
    color: #BBB;
    height: 40px;
    overflow: hidden;
    cursor: pointer; }

  #postnav .article-title {
    width: 1800px;
    position: absolute; }

  #postnav .previous-title, #postnav .next-title {
    display: none;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px; }

  #postnav .previous-button {
    width: 50%;
    padding: 5px 30px 5px 35px;
    line-height: 30px; }

  #postnav .random-button {
    width: 50px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -25px;
    padding: 8px 7px 2px 7px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 8px;
    color: #999; }

  #postnav .next-button {
    width: 50%;
    padding: 5px 35px 5px 30px;
    text-align: right;
    line-height: 30px;
    float: right; }

  #postnav .next-button .article-title {
    right: 35px; }

  #postnav span {
    position: absolute;
    color: #CBD2D9;
    font-size: 16px; }

  #postnav .previous-button span {
    left: 0;
    top: 5px; }

  #postnav .random-button span {
    top: 14px;
    left: 50%;
    margin-left: -10px; }

  #postnav .next-button span {
    right: 0;
    top: 5px; }

  #postnav .active, #postnav .active span {
    color: #000; }

  #postnav a.nav-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }

  #postnav a.nav-link.mobile {
    display: none;
    font-family: sans-serif;
    font-size: 14px; }

  #postnav .previous-button a.nav-link {
    background: -moz-linear-gradient(left, rgba(245, 246, 250, 0) 0%, rgba(245, 246, 250, 0) 60%, #f5f6fa 95%, #f5f6fa 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 246, 250, 0)), color-stop(60%, rgba(245, 246, 250, 0)), color-stop(95%, #f5f6fa), color-stop(100%, #f5f6fa));
    background: -webkit-linear-gradient(left, rgba(245, 246, 250, 0) 0%, rgba(245, 246, 250, 0) 60%, #f5f6fa 95%, #f5f6fa 100%);
    background: -o-linear-gradient(left, rgba(245, 246, 250, 0) 0%, rgba(245, 246, 250, 0) 60%, #f5f6fa 95%, #f5f6fa 100%);
    background: -ms-linear-gradient(left, rgba(245, 246, 250, 0) 0%, rgba(245, 246, 250, 0) 60%, #f5f6fa 95%, #f5f6fa 100%);
    background: linear-gradient(to right, rgba(245, 246, 250, 0) 0%, rgba(245, 246, 250, 0) 60%, #f5f6fa 95%, #f5f6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f6fa', endColorstr='#f5f6fa',GradientType=1 ); }

  #postnav .next-button a.nav-link {
    background: -moz-linear-gradient(left, #f5f6fa 0%, #f5f6fa 5%, rgba(245, 246, 250, 0) 40%, rgba(245, 246, 250, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f5f6fa), color-stop(5%, #f5f6fa), color-stop(40%, rgba(245, 246, 250, 0)), color-stop(100%, rgba(245, 246, 250, 0)));
    background: -webkit-linear-gradient(left, #f5f6fa 0%, #f5f6fa 5%, rgba(245, 246, 250, 0) 40%, rgba(245, 246, 250, 0) 100%);
    background: -o-linear-gradient(left, #f5f6fa 0%, #f5f6fa 5%, rgba(245, 246, 250, 0) 40%, rgba(245, 246, 250, 0) 100%);
    background: -ms-linear-gradient(left, #f5f6fa 0%, #f5f6fa 5%, rgba(245, 246, 250, 0) 40%, rgba(245, 246, 250, 0) 100%);
    background: linear-gradient(to right, #f5f6fa 0%, #f5f6fa 5%, rgba(245, 246, 250, 0) 40%, rgba(245, 246, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#00f5f6fa',GradientType=1 ); }

  /*billboard layout*/
  .billboard-wrapper {
    position: relative;
    top: -10px; }

  .billboard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102.5%;
    background: rgba(0, 0, 0, 0.45); }

  .billboard-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 102.5%; }

  .billboard-wrapper h1.main-title {
    color: #FFF;
    text-shadow: 1px 2px 80px rgba(0, 0, 0, 0.82);
    font-size: 70px;
    line-height: 72px;
    text-align: center;
    margin: 90px 8% 80px 8%;
    position: relative;
    font-family: sans-serif;
    letter-spacing: -2px;
    word-spacing: .24em;
    text-transform: uppercase; }

  .billboard-subtitle {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    line-height: 34px;
    position: relative;
    margin: 5px 8% 10px 8%; }

  .billboard-authorship {
    margin: 5px auto 100px auto;
    position: relative; }

  .billboard-authorship .authorship, .billboard-authorship .authorship a {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 2px 80px rgba(0, 0, 0, 0.82);
    font-size: 16px;
    font-family: sans-serif;
    font-style: italic;
    font-weight: 400; }

  .billboard-avatar {
    width: 48px;
    margin: 0 auto;
    position: relative;
    opacity: 0; }

  .billboard-avatar .thumbnail {
    display: inline-block;
    border: 4px solid #FFF;
    border-radius: 50%;
    padding: 0;
    margin-bottom: 0;
    box-shadow: 1px 2px 80px rgba(0, 0, 0, 0.82); }

  .billboard-wrapper .sharing-wrapper-single {
    margin: 0 0 5px 15px; }

  .bp-page .billboard-avatar .thumbnail img.avatar, .bp-page .authorinfo .thumbnail img.avatar {
    border: none !important; }

  .after-billboard {
    position: relative;
    background: #F5F6FA; }

  .billboard-post .control-bar {
    margin: 15px 0 10px 0; }

  /*longform layout*/
  .longform-post .image-container {
    margin: -10px -10px 0 -25px;
    position: relative; }

  .longform-post .image-container img {
    width: 100%;
    height: auto; }

  .longform-post .longform-left {
    margin: 0 220px 0 -25px;
    background: #F5F6FA;
    padding: 10px 6% 0 9%;
    position: relative;
    top: -60px; }

  .longform-post #it-ad-before-content {
    position: relative;
    top: -60px; }

  .longform-post #main-content .the-content {
    margin: 0 220px 0 0;
    background: #F5F6FA;
    padding: 0 6% 0 7%;
    top: -40px;
    position: relative;
    font-family: sans-serif;
    font-size: 16px; }

  .longform-post #main-content h1.single-title {
    font-size: 50px;
    line-height: 60px;
    color: #525558; }

  .longform-post #main-content .main-subtitle {
    margin: 45px 0 20px 0;
    padding: 0;
    color: #BBB;
    font-size: 24px;
    line-height: 34px; }

  .longform-post .longform-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(245, 246, 250, 0.34) 0%, rgba(245, 246, 250, 0) 38%, rgba(245, 246, 250, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 246, 250, 0.34)), color-stop(38%, rgba(245, 246, 250, 0)), color-stop(100%, rgba(245, 246, 250, 0)));
    background: -webkit-linear-gradient(top, rgba(245, 246, 250, 0.34) 0%, rgba(245, 246, 250, 0) 38%, rgba(245, 246, 250, 0) 100%);
    background: -o-linear-gradient(top, rgba(245, 246, 250, 0.34) 0%, rgba(245, 246, 250, 0) 38%, rgba(245, 246, 250, 0) 100%);
    background: -ms-linear-gradient(top, rgba(245, 246, 250, 0.34) 0%, rgba(245, 246, 250, 0) 38%, rgba(245, 246, 250, 0) 100%);
    background: linear-gradient(to bottom, rgba(245, 246, 250, 0.34) 0%, rgba(245, 246, 250, 0) 38%, rgba(245, 246, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57f5f6fa', endColorstr='#00f5f6fa',GradientType=0 ); }

  .longform-post .longform {
    padding: 25px 0 0;
    position: relative; }

  .longform-post .authorship {
    text-align: center; }

  .longform-post .longform .author {
    display: inline-block;
    padding: 0 20px;
    background: #F5F6FA;
    position: relative;
    z-index: 4;
    width: auto; }

  .longform-post .longform .flourish {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 1px;
    top: 37px;
    background: #D9E0E8; }

  .longform-post .control-bar {
    position: absolute;
    top: -28px;
    left: 0;
    height: 28px;
    margin: 0; }

  .longform-post .category-box {
    padding: 3px 22px;
    height: 28px;
    background: #F5F6FA;
    float: left;
    position: relative; }

  .longform-post .control-bar .category-icon {
    position: absolute;
    top: 7px;
    right: 22px; }

  .longform-post .control-bar .awards-wrapper {
    padding: 3px 22px;
    height: 28px;
    background: #000;
    float: left;
    top: 0; }

  .longform-post .sharing-wrapper-single {
    position: absolute;
    left: -20px;
    top: 40px;
    width: 32px; }

  .longform-post .addthis_default_style .at300b, .longform-post .addthis_default_style .at300bo, .longform-post .addthis_default_style .at300m {
    float: none;
    padding: 0;
    display: inline-block; }

  .longform-post .addthis_counter.addthis_bubble_style {
    background: none !important;
    width: 32px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: -2px !important; }

  .longform-post .addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
    width: 34px !important; }

  .longform-post .longform-right {
    position: absolute;
    right: 0;
    background: #F5F6FA;
    width: 230px;
    padding: 40px 0 0 0; }

  .longform-post .longform-right .metric, .longform-post .longform-right .metric a {
    float: none;
    display: block;
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    text-align: right;
    color: #CFCFDD; }

  .longform-post .longform-right .labeltext {
    font-size: 13px;
    width: 120px;
    text-align: left;
    position: relative;
    top: -9px;
    display: inline-block;
    margin-left: 6px;
    color: #8C8D94; }

  .longform-post .longform-right .postinfo {
    border-top: none; }

  .longform-post .longform-right .postinfo .row {
    margin: 0; }

  .longform-post .longform-right .postinfo .col-sm-6 {
    width: 100%;
    float: none; }

  .longform-post .longform-right .postinfo .post-tags {
    float: none;
    text-align: left;
    margin-top: 25px; }

  .post-tags a {
    color: #FFF !important; }

  .post-tags a:hover {
    color: #791a20 !important; }

  /*.longform-post .longform-right .postinfo .post-tags a:hover{color:ffffff!important}*/
  .longform-post .contents-menu .contents-menu-toggle {
    display: none; }

  .longform-post .contents-menu-wrapper {
    right: 0;
    left: auto !important;
    width: 210px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative; }

  .longform-post .contents-menu .bar-label {
    width: 210px;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    height: auto; }

  .longform-post .contents-menu .sort-buttons a {
    padding: 7px 0;
    font-size: 12px;
    font-weight: 400; }

  .longform-post .contents-menu-wrapper.fixed {
    left: auto !important; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    position: relative;
    left: -14%;
    width: 124% !important;
    max-width: 124% !important;
    margin: 70px auto; }

  .longform-post #main-content .wp-caption.aligncenter img {
    width: 100% !important;
    max-width: 100% !important; }

  .longform-post .details-box-wrapper, .longform-post .procon-box, .longform-post #rating-anchor, .longform-post .reactions-wrapper, .longform-post .it-ad-wrapper {
    margin: 0 220px 0 0;
    padding: 0 6% 0 7%; }

  .longform-post .authorinfo {
    padding-left: 25px; }

  .longform-post .authorinfo .author-info {
    padding-left: 7%;
    padding-right: 6%;
    margin: 0 220px 0 0; }

  .longform-post .affiliate-code.after-content {
    padding: 0 6% 0 7%;
    margin-right: 220px; }

  .longform-post blockquote {
    font-size: 230%;
    line-height: 135%;
    font-style: italic;
    font-weight: 700;
    margin: 50px 0; }

  .longform-post blockquote small {
    font-size: 40%;
    opacity: 0.6; }

  .longform-post blockquote cite {
    font-style: italic; }

  /*control bar*/
  .control-bar {
    margin: 10px 0 0 0; }

  .control-bar .control-box {
    display: inline-block;
    float: left;
    margin-right: 28px;
    position: relative; }

  .control-bar .control-box.control-award {
    margin-right: 16px; }

  .control-bar .metric {
    font-size: 11px;
    line-height: 23px; }

  .control-bar .labeltext {
    color: #BBB;
    text-transform: uppercase;
    margin-left: 3px;
    font-weight: 300; }

  .control-bar .category-name {
    font-family: sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 22px;
    line-height: 23px; }

  .control-bar .category-icon {
    position: absolute;
    right: 0;
    top: 2px; }

  .control-bar .awards-wrapper {
    padding: 4px 10px 4px 8px;
    background: #000;
    color: #FFF;
    position: relative;
    top: -4px; }

  /*main content*/
  .form-404 {
    padding: 20px 0 5px; }

  #main-content {
    position: relative;
    font-size: 14px;
    font-family: sans-serif;
    color: #333;
    word-wrap: break-word;
    padding: 0 15px 0 25px; }

  #main-content h1:not(.article-title), #main-content h2:not(.article-title), #main-content h3:not(.article-title) {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin: 15px 0; }

  #main-content h4, #main-content h5, #main-content h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 15px 0;
    text-transform: uppercase; }

  #main-content h1:not(.article-title) {
    font-size: 38px;
    line-height: 44px; }

  #main-content h2:not(.article-title) {
    font-size: 30px;
    line-height: 35px; }

  #main-content h3:not(.article-title) {
    font-size: 26px;
    line-height: 32px; }

  #main-content h4 {
    font-size: 28px;
    line-height: 34px; }

  #main-content h5 {
    font-size: 24px;
    line-height: 30px; }

  #main-content h6 {
    font-size: 20px;
    line-height: 26px; }

  h1.main-title, h1.page-title {
    font-size: 48px;
    line-height: 55px;
    margin: 1px 0 15px;
    font-family: sans-serif;
    font-weight: 400; }

  h1.main-title.archive-title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 10px;
    margin: 10px 10px 30px 5px; }

  #main-content h1.single-title {
    margin: 20px 0 20px 0;
    font-size: 50px;
    line-height: 56px;
    font-style: normal; }

  #main-content .main-subtitle {
    font-family: sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    font-weight: 300;
    color: #999;
    margin-bottom: 30px; }

  #main-content .authorship {
    margin: 0 0 15px 0; }

  .section-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 0 10px;
    color: #000;
    margin-bottom: 15px; }

  #main-content .meta-label, .section-subtitle {
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px; }

  .section-subtitle {
    font-size: 14px; }

  #main-content .the-content {
    line-height: 1.7em;
    font-size: 15px; }

  #main-content a.btn, #main-content a.btn:link, #main-content a.btn:visited {
    color: #333; }

  #main-content a.btn-primary:link, #main-content a.btn-info:link, #main-content a.btn-success:link, #main-content a.btn-warning:link, #main-content a.btn-danger:link, #main-content a.btn-inverse:visited, #main-content a.btn-primary:visited, #main-content a.btn-info:visited, #main-content a.btn-success:visited, #main-content a.btn-warning:visited, #main-content a.btn-danger:visited, #main-content a.btn-inverse:visited {
    color: #FFF; }

  #main-content .affiliate-code {
    margin: 15px 0 20px 0; }

  #main-content .form-search {
    padding: 10px 0; }

  #main-content .alignleft {
    float: left;
    margin: 10px 15px 15px 0; }

  #main-content .alignright {
    float: right;
    margin: 10px 0 15px 15px; }

  #main-content .aligncenter {
    text-align: center;
    display: block;
    margin: 10px auto; }

  #main-content .alignnone {
    margin: 10px 0; }

  #main-content .video_frame {
    margin-bottom: 15px; }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }

  .video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .video-container.featured-video-wrapper {
    padding-bottom: 55%; }

  #main-content .video-container {
    margin-bottom: 25px; }

  #main-content .wp-caption {
    border: 1px solid #DDD;
    background: #FFF;
    color: #666;
    text-align: center;
    padding: 5px 0; }

  #main-content .wp-caption img {
    border: none !important;
    padding: 0 !important; }

  #main-content .wp-caption p {
    margin: 0;
    text-align: center; }

  #main-content .wp-caption-text {
    color: #777;
    font-size: 0.8em; }

  .wp-caption, .wp-caption-text {
    max-width: 100%;
    height: auto; }

  #main-content pre {
    background: #FFF; }

  #main-content blockquote {
    border-color: #FFF;
    font-family: sans-serif;
    font-weight: 700;
    font-style: italic; }

  body.it-background, .ratings .rating-label, .ratings .rating-value-wrapper, div.scrollingHotSpotLeft, div.scrollingHotSpotRight {
    background-color: #F5F6FA !important; }

  #recommended .scroller-gradient {
    background: -moz-linear-gradient(left, rgba(245, 246, 250, 0) 0%, #f5f6fa 70%, #f5f6fa 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 246, 250, 0)), color-stop(70%, #f5f6fa), color-stop(100%, #f5f6fa));
    background: -webkit-linear-gradient(left, rgba(245, 246, 250, 0) 0%, #f5f6fa 70%, #f5f6fa 100%);
    background: -o-linear-gradient(left, rgba(245, 246, 250, 0) 0%, #f5f6fa 70%, #f5f6fa 100%);
    background: -ms-linear-gradient(left, rgba(245, 246, 250, 0) 0%, #f5f6fa 70%, #f5f6fa 100%);
    background: linear-gradient(to right, rgba(245, 246, 250, 0) 0%, #f5f6fa 70%, #f5f6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6FA', endColorstr='#F5F6FA',GradientType=1 ); }

  /*overrides for page builders contained within single posts/pages (#main-content) */
  #main-content .scroller, #main-content .utility-menu, #main-content .widgets-outer, #main-content .headliner, #main-content .articles, #main-content .connect {
    margin-left: -25px;
    margin-right: -15px; }

  #main-content .widgets-outer .articles {
    margin-left: 0;
    margin-right: 0; }

  #main-content .the-content .social-panel {
    line-height: 1.42857143; }

  /*contents menu*/
  .contents-menu-wrapper {
    position: absolute;
    z-index: 15;
    left: -120px; }

  .contents-menu {
    width: 120px;
    background: #F5F6FA;
    height: auto;
    padding-bottom: 10px; }

  .contents-menu-wrapper.active .contents-menu {
    -webkit-box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4); }

  .contents-menu .contents-menu-toggle {
    cursor: pointer;
    position: absolute;
    width: 29px;
    height: 32px;
    right: -29px;
    background: #F5F6FA;
    -webkit-box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 1px 7px -1px rgba(0, 0, 0, 0.4);
    text-align: center; }

  .contents-menu-wrapper.active .contents-menu-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .contents-menu .theme-icon-bookmarks {
    color: #94999E;
    font-size: 23px; }

  .contents-menu .theme-icon-bookmarks:before {
    margin: 0; }

  .contents-menu .bar-label {
    margin-bottom: 4px; }

  .contents-menu ul.sort-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

  .contents-menu .sort-buttons {
    margin-left: 0; }

  .contents-menu .sort-buttons a {
    font-size: 10px;
    font-family: sans-serif;
    color: #333;
    width: 100%;
    padding: 8px 9px 8px 12px;
    text-transform: uppercase;
    height: auto; }

  .contents-menu .sort-buttons a:hover, .contents-menu .sort-buttons li.active a {
    background: none; }

  .contents-menu-wrapper.fixed .contents-menu {
    position: fixed !important;
    top: 60px !important; }

  .contents-menu-wrapper.fixed .contents-menu.admin-bar {
    top: 92px !important; }

  /*sharing*/
  .sharing-wrapper-single {
    margin: 0 0 25px 20px;
    opacity: 0;
    min-height: 32px;
    position: relative; }

  .hidden-contents-menu .sharing-wrapper-single {
    margin-left: 0; }

  /*featured image/video*/
  a.featured-image {
    display: inline-block;
    max-width: 100%; }

  .floated-image .image-container {
    float: left;
    margin: 0 20px 0 0; }

  .image-container .featured-image-wrapper, .classic-post .video_frame, .billboard-post .video_frame {
    margin-bottom: 15px; }

  #main-content img {
    max-width: 100%;
    height: auto; }

  #main-content p {
    margin: 0 0 20px; }

  /*details*/
  .details-box-wrapper {
    position: relative;
    margin: 20px 0; }

  .details-box {
    position: relative;
    z-index: 2;
    color: #666;
    margin-bottom: 20px; }

  #main-content .detail-item {
    width: 100%;
    position: relative;
    padding: 0; }

  #main-content .detail-label {
    width: 100px;
    position: absolute;
    text-align: right; }

  #main-content .detail-content {
    padding-left: 120px;
    display: block; }

  .details-box .awards-wrapper {
    margin-top: 15px; }

  .details-box .award-wrapper {
    margin-right: 15px; }

  #main-content .details-box .awards-wrapper {
    float: none;
    padding: 0; }

  #main-content .badges-wrapper {
    float: left;
    padding: 7px 0; }

  #main-content .awards-badges-wrapper {
    padding: 5px 0 15px 0;
    display: inline-table; }

  #main-content .awards-badges-wrapper .award-wrapper {
    margin-right: 20px; }

  /*positives/negatives*/
  .procon-box-wrapper {
    width: 100%;
    margin: 20px 0; }

  .procon-box .col-wrapper {
    float: left;
    width: 50%; }

  .procon-box .col-wrapper.solo {
    width: 100%; }

  .procon-box .procon {
    margin-left: 0; }

  .procon-box .procon.pro {
    margin-right: 10px; }

  .procon-box .procon.con {
    margin-left: 10px; }

  .procon .header {
    padding-bottom: 5px;
    margin-bottom: 12px; }

  .procon .header span {
    font-size: 15px;
    margin-right: 4px;
    color: #CBD2D9; }

  /*ratings*/
  .ratings {
    margin: 20px 0 0; }

  .ratings .section-subtitle {
    text-align: center;
    line-height: 16px; }

  .ratings .editor-header span, .ratings .user-header span {
    margin-right: 4px;
    color: #CBD2D9; }

  .ratings .hovertorate .theme-icon-down-fat {
    margin-right: 0;
    color: #BEC4CB;
    font-size: 12px; }

  .ratings .hovertorate .hover-text {
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    color: #BEC4CB; }

  .ratings .rating-criteria .row {
    padding: 3px 0; }

  .ratings .rating-criteria .ratings-panel {
    height: 60px; }

  .ratings .rating-label {
    line-height: 60px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px 0 0; }

  .ratings .rating-value-wrapper {
    font-family: Dosis,sans-serif;
    color: #525558;
    font-size: 18px;
    width: 58px;
    height: 58px;
    border: 2px solid #DDE5EC;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0 auto;
    padding: 14px 0 0; }

  .ratings .rating-wrapper.over .rating-value-wrapper {
    color: #FFF; }

  .ratings .rating-value {
    position: relative;
    z-index: 3;
    cursor: default; }

  .ratings .rating-wrapper .theme-icon-check {
    display: none;
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    color: #C2C2CE; }

  .ratings .rating-wrapper.active .theme-icon-check {
    display: block; }

  .ratings .rating-wrapper.active .rating-value-wrapper {
    background: #EBEBF2;
    border-color: #DDE5EC; }

  .ratings .rating-line {
    height: 2px;
    background: #DDE5EC;
    width: 85%;
    margin-top: 28px;
    position: absolute;
    z-index: 1; }

  .ratings.solo .rating-line {
    width: 72%; }

  .ratings .form-selector-wrapper {
    display: none;
    position: absolute;
    z-index: 2;
    right: -2px;
    top: -2px;
    width: 300px;
    height: 58px;
    border: 2px solid #000;
    border-radius: 0 29px 29px 0;
    background: #343437;
    cursor: default;
    padding: 20px 56px 0 15px; }

  .ratings .ui-widget-content {
    background: #9A9AA4;
    border-radius: 0 !important; }

  .ratings .ui-slider-horizontal .ui-slider-handle {
    top: -.1em;
    height: 1em;
    width: 1em; }

  .ratings .ui-state-default {
    background: #FFF;
    cursor: pointer;
    border-radius: 0 !important; }

  .ratings .ui-slider-range {
    background: #E4E2F0;
    border-radius: 0 !important; }

  .ratings .hovertorate, .ratings .col-md-3 {
    text-align: center; }

  /*stars*/
  .ratings.stars-wrapper .rating-value .stars span:before {
    font-size: 18px;
    width: 18px;
    margin-right: -1px;
    color: #000; }

  .ratings.stars-wrapper .stars span {
    font-size: 18px; }

  .ratings.stars-wrapper .rating-value-wrapper {
    border: 0;
    border-radius: 0;
    width: 115px;
    height: 30px;
    padding: 0 15px; }

  .ratings.stars-wrapper .rating-label {
    line-height: 30px; }

  .ratings.stars-wrapper .rating-line {
    margin-top: 15px; }

  .ratings.stars-wrapper .rating-wrapper .theme-icon-check {
    right: 0; }

  .ratings.stars-wrapper .rating-criteria .ratings-panel {
    height: 30px; }

  .ratings.stars-wrapper .user-rating div.rateit {
    margin: 2px; }

  .ratings.stars-wrapper .large-meter .meter-circle .editor_rating, .ratings.stars-wrapper .large-meter .meter-circle .user_rating {
    padding-top: 10px; }

  .ratings.stars-wrapper .rating-wrapper.active .rating-value-wrapper {
    background: #F3F3FB; }

  /*total rating*/
  .ratings .total-wrapper {
    position: relative;
    margin: 0 0 15px; }

  .ratings .total-info {
    position: relative;
    z-index: 2;
    padding: 10px 0; }

  .ratings .bottomline {
    font-size: 14px; }

  .ratings .bottomline .meta-label {
    margin-bottom: 15px; }

  .ratings .total-rating-wrapper {
    padding-bottom: 30px; }

  .ratings .total-rating-wrapper .section-subtitle {
    font-size: 11px; }

  .ratings .total-info .rating-wrapper {
    position: relative; }

  .ratings .total-rating-value {
    margin-bottom: 10px;
    margin-top: 15px; }

  .ratings .total-rating-value .stars span {
    color: #000;
    font-size: 20px; }

  .ratings .total-rating-value .stars span:before {
    margin-right: -1px; }

  .ratings .rated-legend {
    display: none;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    color: #BEC4CB;
    text-transform: uppercase; }

  .ratings .rated-legend.active {
    display: block; }

  .ratings .rated-legend .theme-icon-check {
    margin-right: 3px;
    color: #A1A1AA;
    text-align: center; }

  .ratings .total-info .rating-number {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    color: #BEC4CB;
    text-align: center;
    text-transform: uppercase; }

  /*reactions*/
  .reactions-wrapper {
    margin: 15px 0 10px; }

  .reactions-wrapper .bar-label {
    padding-left: 0; }

  .reaction {
    float: left;
    text-align: center;
    position: relative;
    padding: 5px 12px 17px 12px; }

  .reaction .theme-icon-check {
    position: absolute;
    top: -8px;
    right: 50%;
    margin-right: -6px;
    font-size: 10px;
    width: 12px;
    height: 12px;
    color: #6B6A70; }

  .reaction.clickable {
    cursor: pointer;
    color: #525558; }

  .reaction.clickable .theme-icon-check {
    display: none; }

  .reaction-icon {
    font-size: 20px; }

  .reaction-text {
    font-size: 11px;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase; }

  .reaction-percentage {
    font-family: Dosis, sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 29px; }

  .reaction-percentage.size0 {
    font-size: 11px; }

  .reaction-percentage.size1 {
    font-size: 13px; }

  .reaction-percentage.size2 {
    font-size: 17px; }

  .reaction-percentage.size3 {
    font-size: 21px; }

  .reaction-percentage.size4 {
    font-size: 25px; }

  .reaction-percentage.size5, .reaction-percentage.size6, .reaction-percentage.size7, .reaction-percentage.size8, .reaction-percentage.size9, .reaction-percentage.size10 {
    font-size: 29px; }

  /*big like button*/
  .big-like {
    position: relative;
    text-align: center; }

  .big-like a {
    color: #CBD2D9;
    margin-bottom: 10px; }

  .big-like .icon {
    display: block;
    height: 35px;
    position: relative;
    top: -6px; }

  .big-like .labeltext {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: #333; }

  .control-bar .big-like {
    top: -5px;
    height: 24px; }

  .control-bar .big-like a {
    margin-bottom: 0;
    height: 24px; }

  .control-bar .big-like .labeltext {
    display: none; }

  .control-bar .big-like .icon {
    display: inline-block;
    top: -4px; }

  .longform-right .big-like {
    top: -15px; }

  .longform-right .big-like .labeltext {
    display: none; }

  .longform-right .big-like a.like-button {
    font-size: 37px !important; }

  .longform-post .longform-right .big-like a.metric {
    text-align: center; }

  .reactions-wrapper .big-like {
    top: 2px; }

  .reactions-wrapper .big-like .icon {
    height: 31px; }

  .reactions-wrapper .big-like a {
    margin-left: 10px; }

  /*post info*/
  .postinfo {
    margin: 20px 0 10px;
    padding: 15px 0;
    border-top: 1px solid #E9E9E9; }

  .postinfo .postinfo-label {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #D0D1DC;
    text-transform: uppercase;
    padding-bottom: 5px; }

  .postinfo .category-list, .postinfo .category-list a {
    font-size: 12px;
    color: #AAB0B4; }

  .postinfo .post-tags {
    float: right;
    text-align: right; }

  .postinfo .post-tags a {
    background: #EEEFF4;
    color: #979C9F;
    font-size: 11px;
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 3px 8px; }

  .postinfo .post-tags a:hover {
    color: #FFF !important;
    background: #CCCDD1; }

  /*author info*/
  .authorinfo {
    margin: 20px 0 0 -25px;
    background: #F0F0F4; }

  .authorinfo .author-info {
    padding: 30px 25px 50px 25px; }

  .authorinfo .thumbnail {
    display: inline-block;
    border: 7px solid #FFF;
    border-radius: 50%;
    padding: 0; }

  .authorinfo .author-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px; }

  .authorinfo a.author-name {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-family: 'Playfair Display', Sans-Serif;
    font-weight: 700;
    font-style: italic; }

  .authorinfo .author-bio {
    padding: 8px 0 0; }

  .authorinfo .author-profile-fields {
    margin-top: 15px;
    margin-left: 30px; }

  .authorinfo .author-profile-fields a {
    font-size: 16px;
    color: #CBD2D9 !important;
    padding: 0 8px 4px 0; }

  .authorinfo .author-profile-fields a:hover {
    color: #000 !important; }

  /*recommended posts*/
  #recommended {
    position: relative;
    margin: 10px 0 10px -25px;
    overflow: hidden; }

  #recommended .bar-header {
    overflow: hidden;
    height: auto; }

  #recommended .bar-header-inner {
    width: 5000px; }

  #recommended .sort-buttons {
    float: left;
    margin-right: 50px; }

  #recommended .sort-buttons a {
    font-size: 11px;
    font-family: sans-serif;
    color: #333;
    text-transform: uppercase;
    width: auto;
    padding: 15px 10px 13px;
    height: auto; }

  #recommended .loading {
    margin-top: 70px; }

  #recommended .scroller-gradient {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 15%;
    height: 100%; }

  #recommended div.scrollingHotSpotLeft, #recommended div.scrollingHotSpotRight {
    top: -36px; }

  #recommended div.scrollingHotSpotLeft {
    right: 16px; }

  #recommended div.scrollingHotSpotRight {
    right: -4px; }

  /*comments*/
  #comments {
    position: relative;
    margin: 15px 0 0; }

  #comments .bar-header {
    border-bottom: 1px solid #E9E9E9;
    margin: 0 0 10px -25px;
    padding-left: 10px;
    height: auto;
    position: relative;
    z-index: 11; }

  #comments .comment-header {
    font-size: 14px;
    color: #616465;
    font-family: sans-serif;
    font-style: italic;
    text-transform: none;
    display: inline-block;
    float: left;
    padding-top: 8px; }

  #comments .theme-icon-commented:before {
    color: #CBD2D9; }

  #comments a.reply-link {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-family: 'Lato', Sans-Serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 11px 10px 15px 25px; }

  #comments a.reply-link:hover {
    color: #000 !important; }

  #comments .pagination {
    float: left; }

  #comments .pagination a, #comments span.current, #comments span.dots {
    width: auto;
    padding: 11px; }

  #comments span.current, #comments span.dots {
    display: block;
    float: left;
    text-align: center;
    line-height: 1em;
    height: 36px;
    cursor: default; }

  #comments .pagination > .page-numbers {
    height: 36px; }

  #comments span.dots, #comments .pagination a.prev, #comments .pagination a.next {
    padding: 11px 4px; }

  #comments span.dots {
    padding-top: 8px; }

  #comments ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }

  #comments ul ul {
    margin-left: 10%;
    margin-right: 20px;
    margin-bottom: 20px; }

  #comments ul ul .comment {
    border-bottom: 1px solid #E7E7E7; }

  #comments a.btn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #FFF;
    border-color: #CCC;
    padding: 0 4px; }

  #comments .reply-wrapper {
    display: inline-block; }

  #comments ul ul ul {
    margin-left: 30px;
    margin-right: 0; }

  #comments .comment {
    padding: 20px 0; }

  #comments .comment-avatar-wrapper {
    width: 10%;
    float: left; }

  #comments .comment-avatar {
    display: inline-block;
    border: 5px solid #FFF;
    border-radius: 50%; }

  #comments .comment-content {
    float: left;
    width: 90%; }

  #comments .comment-author {
    display: inline-block;
    float: left;
    font-style: italic;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Playfair Display', Sans-Serif;
    font-weight: 700; }

  #comments .comment-meta {
    font-size: 11px;
    color: #AAA;
    margin-right: 15px;
    position: relative;
    top: 4px; }

  #comments a.edit-link {
    position: relative;
    top: 6px; }

  #comments a.comment-meta {
    color: #AAA !important; }

  #comments a.comment-meta:hover {
    color: #CCC !important; }

  #comments .comment-rating {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0 0; }

  #comments .comment-rating-inner {
    position: relative;
    z-index: 2; }

  #comments .comment-rating .section-subtitle {
    margin-bottom: 10px; }

  #comments .comment-rating .section-subtitle span {
    margin-right: 5px;
    font-size: 15px;
    color: #CBD2D9; }

  #comments .comment-rating .comment-procon-wrapper {
    margin: 0; }

  #comments .comment-rating .rating-wrapper {
    margin-bottom: 6px;
    width: 290px;
    text-transform: uppercase; }

  #comments .comment-rating .rating {
    display: inline-block;
    width: 60%;
    padding-top: 4px;
    font-weight: 300;
    font-size: 12px; }

  #comments .comment-rating .value {
    float: right;
    text-align: center;
    font-family: Dosis,sans-serif;
    color: #525558;
    font-size: 18px; }

  #comments .comment-rating .stars span {
    color: #000; }

  #comments .comment-rating .stars span.rating {
    font-size: 12px; }

  #comments .comment-rating .letter .value, #comments .comment-rating .percentage .value, #comments .comment-rating .number .value {
    width: 40px; }

  #comments .comment-rating .stars span {
    font-size: 16px; }

  #comments .comment-text {
    font-size: 14px;
    padding: 18px 0 0; }

  #comments .comment-moderation {
    color: #C00;
    font-style: italic;
    font-weight: 700;
    padding: 12px 0 0; }

  /*style adjustments for deeper nested comments*/
  #comments ul ul .comment-avatar-wrapper {
    width: 13%; }

  #comments ul ul .comment-content {
    width: 87%; }

  #comments ul ul ul ul ul .comment-avatar-wrapper {
    width: 15%; }

  #comments ul ul ul ul ul .comment-content {
    width: 85%; }

  #comments ul ul ul ul ul ul ul .comment-avatar-wrapper {
    width: 18%; }

  #comments ul ul ul ul ul ul ul .comment-content {
    width: 82%; }

  #comments ul ul ul ul ul ul ul ul ul .comment-avatar-wrapper {
    width: 20%; }

  #comments ul ul ul ul ul ul ul ul ul .comment-content {
    width: 80%; }

  /*reply form*/
  #respond {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px; }

  #reply-form {
    margin-bottom: 20px;
    padding: 0 0 25px; }

  h3#reply-title {
    font-size: 14px;
    margin: 10px 0 20px -25px;
    padding: 0 0 10px 10px;
    color: #616465;
    font-family: sans-serif;
    font-style: italic;
    text-transform: none;
    border-bottom: 1px solid #E9E9E9; }

  h3#reply-title span {
    color: #CBD2D9; }

  #respond #submit {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #FFF;
    width: 100%;
    border-color: #CCC;
    color: #000; }

  #respond p.logged-in-as {
    font-size: 12px;
    color: #888;
    margin-left: 5px; }

  .comment-ratings-inner {
    background: #FFF;
    border: 1px solid #D9D9D9;
    margin: 0 20px 0 0px;
    padding: 10px 15px; }

  #comments ul ul .comment-ratings-inner {
    margin-right: 0;
    margin-bottom: 20px; }

  #comments ul ul form.comment-form {
    padding-left: 0; }

  #respond .ratings .rating-wrapper {
    position: relative;
    margin-bottom: 5px; }

  #respond .ratings .rating-label {
    background: none !important;
    padding: 0 68px 0 0; }

  #respond .ratings .rating-value-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0; }

  #respond .ratings.stars-wrapper .rating-value-wrapper {
    display: block;
    background: #FFF !important;
    width: 90px;
    padding: 5px 0;
    left: auto; }

  #respond .ratings.stars-wrapper .rating-label {
    line-height: 17px;
    padding: 8px 90px 10px 0; }

  #respond .ratings .rating-wrapper .theme-icon-check {
    position: absolute;
    top: 30px; }

  #respond .ratings.stars-wrapper .rating-wrapper .theme-icon-check {
    top: 15px; }

  #respond .comment-pros, #respond .comment-cons, #respond #comment {
    font-size: 12px;
    margin: 15px 0; }

  #respond input[type=text], #respond textarea {
    margin-bottom: 15px; }

  #respond .ratings .rated-legend {
    right: 20px;
    bottom: 25px; }

  #respond .ratings .rated-legend .theme-icon-check {
    color: #C2C2CE; }

  .comment-fields-container, .comment-ratings-container {
    width: 50%;
    float: left; }

  .comment-fields-container.full, #comments ul ul .comment-fields-container, #comments ul ul .comment-ratings-container {
    width: 100%;
    float: none; }

  #respond .ratings.stars-wrapper .rated .rating-value-wrapper, #respond .ratings .rating-wrapper.rated .form-selector {
    display: none; }

  #respond .ratings .rateable .rating-value-wrapper, #respond .ratings .rating-wrapper.rated .theme-icon-check {
    display: block; }

    /*************************************************
author listing
*************************************************/
  .template-authors .the-content {
    padding: 20px 0; }

  .author-panel {
    margin: 10px 0 25px; }

  .author-avatar-wrapper {
    position: relative;
    min-height: 100px;
    margin: 20px 0 10px;
    padding: 0 0 0 116px; }

  .author-avatar {
    position: absolute;
    top: 0;
    left: 0; }

  .author-avatar img {
    border-radius: 50%;
    border: 7px solid #FFF; }

  h2.author-name {
    margin: 0 !important; }

  h2.author-name a {
    color: #333;
    font-family: sans-serif;
    font-weight: 700;
    font-style: italic; }

  .template-authors .author-profile-fields {
    font-size: 16px;
    margin-bottom: 6px; }

  .template-authors .author-profile-fields a {
    color: #CBD2D9; }

  .author-bio {
    line-height: 22px;
    font-size: 14px; }

  .author-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #AAA;
    font-weight: 300;
    line-height: 15px;
    margin: 6px 0; }

  .author-link a {
    font-weight: 400;
    text-transform: none;
    font-style: italic; }

    /*************************************************
directory
*************************************************/
  .articles.directory .the-content {
    margin: 10px 15px 10px 15px; }

  .articles.directory .col-md-4 {
    padding-right: 0; }

  .articles.directory .col-md-4.right {
    padding-right: 15px; }

  .articles.directory .bar-label {
    padding-left: 0; }

  .articles.directory.directory-loop .bar-label {
    padding-left: 12px; }

  .articles.directory .pagination {
    margin-left: 0; }

  .widget_d.directory.third .overlay-panel {
    width: 33.33333333%; }

  .widget_d.directory br.clearer {
    display: none !important; }

  /*gallery*/
  .gallery-caption {
    padding: 5px 15px; }

  #main-content dl.gallery-item {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 10px; }

  #main-content dl.gallery-item img {
    border: 0px;
    max-width: 100%;
    height: auto; }

    /*************************************************
shortcodes and Bootstrap overrides
*************************************************/
  .jumbotron {
    background-color: #F0F0F4;
    font-size: 18px;
    line-height: 25px; }

  .jumbotron h1 {
    font-family: sans-serif;
    font-style: italic;
    font-weight: 700 !important; }

  .jumbotron .tagline {
    font-family: sans-serif;
    font-weight: 400;
    color: #777;
    font-size: 19px; }

  .styled_list {
    list-style-type: none; }

  .carousel img {
    margin: 0 !important; }

  .the-content a.carousel-control {
    color: #BBB !important; }

  .the-content a.carousel-control span {
    position: relative;
    top: 50%;
    margin-top: -5px;
    font-size: 140%; }

  .the-content a.carousel-control:hover {
    color: #FFF !important; }

  .divider {
    background: #FFF;
    clear: both;
    display: block;
    height: 20px;
    text-align: right;
    width: 100%;
    margin: 30px 0; }

  .top {
    background-position: right center; }

  #main-content .top a {
    color: #AAA;
    display: block;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 12px; }

  #main-content .popover h3, #main-content .modal h3, #main-content h3.panel-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0; }

  #main-content h3.panel-title a {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px; }

  #main-content .panel-heading {
    padding: 0; }

  #main-content .modal p {
    margin: 0; }

  #main-content .modal .modal-header br {
    display: none; }

  #main-content .tab-pane {
    padding: 20px 0 15px; }

  #main-content .nav-tabs > li > a, #main-content .nav-pills > li > a {
    color: #999;
    font-size: 16px; }

  #main-content .nav-tabs > li.active > a, #main-content .nav-tabs > li.active > a:hover {
    background: #F3F3FB; }

  #main-content .nav-tabs > li > a:hover, #main-content .nav-tabs > li.active > a {
    color: #000; }

  #main-content .nav-pills > li.active > a, #main-content .nav-pills > li > a:focus, #main-content .nav-pills > li.active > a:hover {
    color: #FFF; }

  hr {
    margin-top: 20px;
    margin-bottom: 19px;
    background: #eee;
    color: #eee;
    border: none;
    height: 1px; }

  .signoff {
    background: #F0F0F4;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 40px;
    margin: 20px 0;
    padding: 20px 20px 20px 75px; }

  .signoff.none {
    padding-left: 20px;
    min-height: 20px; }

  .signoff span.icon {
    position: absolute;
    left: 8px;
    top: 10%;
    font-size: 40px;
    color: #FFF; }

  .one_half {
    width: 48%; }

  .one_third {
    width: 30.66%; }

  .two_third {
    width: 65.33%; }

  .one_fourth {
    width: 22%; }

  .three_fourth {
    width: 74%; }

  .one_fifth {
    width: 16.8%; }

  .two_fifth {
    width: 37.6%; }

  .three_fifth {
    width: 58.4%; }

  .four_fifth {
    width: 79.2%; }

  .one_sixth {
    width: 13.33%; }

  .five_sixth {
    width: 82.67%; }

  .custom_column {
    position: relative;
    float: left;
    margin: 0; }

  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    min-height: 1px;
    margin-bottom: 0; }

  .last {
    margin-right: 0 !important;
    clear: right; }

  .margin0 {
    margin-bottom: 0 !important; }

  .margin10 {
    margin-bottom: 10px !important; }

  .margin20 {
    margin-bottom: 20px !important; }

  .margin30 {
    margin-bottom: 30px !important; }

  .margin40 {
    margin-bottom: 40px !important; }

  .margin50 {
    margin-bottom: 50px !important; }

  .margin60 {
    margin-bottom: 60px !important; }

  .margin70 {
    margin-bottom: 70px !important; }

  .margin80 {
    margin-bottom: 80px !important; }

  .margin90 {
    margin-bottom: 90px !important; }

  .margin100 {
    margin-bottom: 100px !important; }

  .margin0, .margin10, .margin20, .margin30, .margin40, .margin50, .margin60, .margin70, .margin80, .margin90, .margin100 {
    clear: both;
    overflow: hidden; }

  .styled_amp {
    font-family: "Playfair Display",serif;
    font-size: 130%;
    font-weight: 400; }

  #main-content .top a:hover, #main-content .nav-pills > li > a:hover, #main-content .nav-pills > li > a {
    color: #000; }

  #main-content input[type=radio], #main-content input[type=checkbox], #main-content .modal .modal-footer {
    margin-top: 0; }

  #main-content label, .popthis {
    display: inline-block; }

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

    /*************************************************
plugin compatibility
*************************************************/
  /*woocommerce*/
  .woocommerce .woo-page .woocommerce-breadcrumb, .woocommerce-page .woo-page .woocommerce-breadcrumb {
    font-family: '';
    sans-seriftext-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    margin: 10px 0 10px 0; }

  .woocommerce-breadcrumb .theme-icon-right-fat {
    color: #A5A5AC;
    margin: 0 2px;
    font-size: 10px; }

  .woocommerce .woo-page #content nav.woocommerce-pagination ul, .woocommerce .woo-page nav.woocommerce-pagination ul, .woocommerce-page .woo-page #content nav.woocommerce-pagination ul, .woocommerce-page .woo-page nav.woocommerce-pagination u, .woocommerce .woo-page #content nav.woocommerce-pagination ul li, .woocommerce .woo-page nav.woocommerce-pagination ul li, .woocommerce-page .woo-page #content nav.woocommerce-pagination ul li, .woocommerce-page .woo-page nav.woocommerce-pagination ul li {
    border: none; }

  .woocommerce-pagination a, .woocommerce-pagination span {
    color: #B0B4B9;
    font-size: 15px !important;
    width: 28px !important;
    padding: 16px 0 !important; }

  .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-pagination a:hover {
    color: #000 !important; }

  .woocommerce .woo-page ul.products li.product h3, .woocommerce-page .woo-page ul.products li.product h3 {
    font-family: sans-serif;
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 7px !important; }

  .woo-page .product_title {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 700 !important;
    font-size: 34px;
    line-height: 40px;
    margin: 1px 0 15px; }

  .woo-page .bar-header {
    margin-bottom: 15px; }

  .woocommerce .woo-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page .woo-page div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0 !important; }

  .woocommerce .woo-page div.product .woocommerce-tabs .panel, .woocommerce-page .woo-page div.product .woocommerce-tabs .panel {
    padding: 0 20px 15px !important; }

  .woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    padding-left: 0; }

  .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    margin: 0 !important;
    padding: 0 !important; }

  .woocommerce.widget .header {
    display: block; }

  .woocommerce.widget #searchform label {
    display: none; }

  .price_slider_wrapper {
    margin-top: 20px; }

  .price_slider_wrapper .price_slider {
    margin-left: 8px !important; }

  .woocommerce .woo-page .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .woo-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.7em; }

  .woocommerce .woo-page .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .woo-page .widget_price_filter .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px; }

  .woo-page .woocommerce-message:before, .woo-page .woocommerce-error:before, .woo-page .woocommerce-info:before {
    height: auto; }

  .woocommerce .woo-page table.cart a.remove, .woocommerce-page .woo-page table.cart a.remove, .woocommerce .woo-page #content table.cart a.remove, .woocommerce-page .woo-page #content table.cart a.remove {
    width: 1.3em;
    height: 1.3em; }

  .woocommerce .woo-page .checkout #shiptobilling label, .woocommerce-page .woo-page .checkout #shiptobilling label {
    font-size: 12px;
    font-family: '';
    sans-serifpadding-left: 0;
    font-weight: 300; }

  .woocommerce .woo-page form .form-row .input-checkbox, .woocommerce-page .woo-page form .form-row .input-checkbox {
    margin-right: 0; }

  .woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
    padding: 5px 8px !important; }

  .woocommerce #main-content form p {
    margin-bottom: 5px; }

  .woocommerce #main-content form h3 {
    margin-top: 0; }

  .woocommerce .woo-page ul.order_details {
    background: #FFF;
    padding: 10px; }

  .woocommerce-tabs #comments {
    border-top: 0;
    margin: 0;
    padding: 0; }

  .woocommerce-tabs #comments h2 {
    margin: 10px 0; }

  .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
    padding-top: 0 !important; }

  .woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase; }

  /*buddypress*/
  /*.bp-page img.avatar{border:5px solid #FFF!important} <-- this needs to only apply to the wrapper of the bp content so it doesn't affect admin bar icon and standard post comment avatars*/
  .bp-page #buddypress {
    margin-bottom: 20px; }

  .bp-page #whats-new-avatar img.avatar {
    width: auto;
    height: auto; }

  /*.bp-page .label{color:#333;font-size:13px;line-height:auto;text-align:left;vertical-align:bottom;padding:0} <-- messed with bootstrap labels and wasn't sure if i needed it*/
  .bp-page #buddypress .standard-form p.description {
    margin: 0;
    padding: 0; }

  .bp-page #main-content .radio input[type=radio], .bp-page #main-content .radio-inline input[type=radio], .bp-page #main-content .checkbox input[type=checkbox], .bp-page #main-content .checkbox-inline input[type=checkbox] {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 3px; }

  .bp-page #buddypress button, .bp-page #buddypress a.button, .bp-page #buddypress input[type=submit], .bp-page #buddypress input[type=button], .bp-page #buddypress input[type=reset], .bp-page #buddypress ul.button-nav li a, .bp-page #buddypress div.generic-button a, .bp-page #buddypress .comment-reply-link, a.bp-title-button {
    font-family: 'Lato';
    text-transform: uppercase;
    margin-right: 0;
    font-size: 11px !important;
    color: #000;
    font-weight: 300 !important;
    padding: 2px 10px; } }
.bp-page #buddypress .activity-list .activity-content .activity-header, .bp-page #buddypress .activity-list .activity-content .comment-header {
  color: #BBB; }

.bp-page #buddypress .activity-list li.load-more, .bp-page #buddypress .activity-list li.load-newest {
  background: #F0F0F4;
  font-size: 12px;
  padding: 0; }

.bp-page #buddypress .activity-list li.load-more a, .bp-page #buddypress .activity-list li.load-newest a {
  display: block;
  padding: 10px 0; }

.bp-page #buddypress .activity-list li.load-more a:hover, .bp-page #buddypress .activity-list li.load-newest a:hover {
  background: #FFF; }

.bp-page #buddypress .activity-list li.load-more.loading a, .bp-page #buddypress .activity-list li.load-newest.loading a {
  background: #F0F0F4 !important;
  color: #BBB !important; }

.bp-page #buddypress .field-visibility-settings-toggle {
  margin-bottom: 0; }

.bp-page #buddypress #item-body form#whats-new-form {
  margin-top: 10px; }

.bp-page #buddypress form#whats-new-form #whats-new-submit {
  margin-top: 8px; }

.bp-page #buddypress form#whats-new-form textarea {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border: 1px solid #D4D4DB; }

.bp-page #buddypress div.item-list-tabs {
  position: relative;
  display: inline-block;
  line-height: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  overflow: visible; }

.bp-page #buddypress div.item-list-tabs ul {
  float: left; }

.bp-page #buddypress div.item-list-tabs a, .bp-page #buddypress div#group-create-tabs ul li span {
  border: 1px solid #D4D4DB;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 34px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
  position: relative;
  margin-right: -1px;
  margin-top: -1px;
  padding: 10px 7px; }

.bp-page #buddypress div.item-list-tabs ul li.selected a {
  background: #FFF;
  cursor: default;
  color: #000;
  font-weight: 400;
  opacity: 1; }

.bp-page #buddypress div.item-list-tabs#subnav {
  overflow: visible;
  margin: 5px 0; }

.bp-page #buddypress div.item-list-tabs#subnav a {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  float: left;
  color: #777;
  height: 34px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
  background: none;
  padding: 10px 6px; }

.bp-page #buddypress div.item-list-tabs#subnav a:hover {
  background: #F7F8FF; }

.bp-page #buddypress div.item-list-tabs#subnav ul li.selected a, .bp-page #buddypress div.item-list-tabs#subnav ul li.selected a:hover, .bp-page #buddypress div.item-list-tabs#subnav ul li a:hover {
  color: #000;
  background: #FFF; }

.bp-page #buddypress div.item-list-tabs#subnav ul li.last {
  margin: 7px 7px 0 15px !important; }

.bp-page #buddypress div.item-list-tabs ul li a span {
  min-width: 18px;
  display: inline-block;
  color: #000;
  position: absolute;
  top: -7px;
  right: -6px;
  z-index: 2; }

.bp-page #buddypress ul.item-list li img.avatar {
  margin-top: 10px;
  border-radius: 50%; }

.bp-page #buddypress div.activity-comments div.acomment-avatar img.avatar, .bp-page #buddypress ul#friend-list li img.avatar {
  margin-top: 0;
  margin-right: 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px; }

.bp-page #buddypress .activity-list .activity-content .activity-inner {
  margin: 0; }

.bp-page #buddypress a.activity-time-since {
  font-size: 11px;
  color: #CCC; }

.bp-page #buddypress .activity-meta a.button.delete-activity, .bp-page #buddypress .acomment-options a.delete {
  color: #D09C9F;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 10px;
  border: none;
  background: none; }

.bp-page #buddypress .activity-meta a.button.delete-activity:hover, .bp-page #buddypress .acomment-options a.delete:hover {
  color: #C00; }

.bp-page #buddypress a.loading, .bp-page #buddypress a.loading:hover, .bp-page #buddypress li.loading a, .bp-page #buddypress li.loading a:hover, .bp-page #buddypress input.loading, .bp-page #buddypress input.loading:hover {
  color: #CCC !important;
  border: 1px solid #999 !important; }

.bp-page #buddypress li.loading a, .bp-page #buddypress li.loading a:hover {
  border: 1px solid #E7E7EF !important; }

.bp-page #buddypress div.activity-comments {
  margin-top: 15px;
  margin-bottom: 15px; }

.bp-page #buddypress div.activity-comments > ul > li:first-child {
  padding-top: 20px; }

.bp-page #buddypress div.activity-comments ul li {
  padding: 16px 0 0; }

.bp-page #buddypress div.activity-comments div.acomment-content {
  font-size: 14px;
  margin: 7px 0 0 37px; }

.bp-page #buddypress .acomment-options {
  margin-left: 37px; }

.bp-page #buddypress .acomment-options a {
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 300; }

.bp-page #buddypress form#whats-new-form p.activity-greeting {
  font-size: 23px;
  line-height: 25px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic; }

.bp-page #buddypress .activity-list .activity-content .activity-header, .bp-page #buddypress .activity-list .activity-content .comment-header, .bp-page #buddypress div.activity-comments div.acomment-meta, .bp-page #buddypress ul.item-list li div.item-title, .bp-page #buddypress table.messages-notices tr td.thread-from a {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }

.bp-page #buddypress div.item-list-tabs#subnav li.feed a {
  font-size: 13px;
  font-weight: 700;
  color: #F60;
  background: #F7F8FF; }

.bp-page #buddypress div#item-header {
  position: relative; }

.bp-page #buddypress div#item-header div#item-header-content {
  padding-left: 170px;
  min-height: 170px; }

.bp-page #buddypress div#item-header-content h2 {
  display: inline-block;
  padding-right: 20px; }

.bp-page #buddypress div#item-header-content .activity {
  color: #999;
  font-style: italic; }

.bp-page #buddypress div#item-header div#item-meta div#latest-update {
  font-size: 14px;
  margin-bottom: 10px;
  color: #888; }

.bp-page #buddypress div#item-header div#item-meta {
  font-size: 12px;
  margin: 8px 0 10px; }

.bp-page #buddypress div#item-header-content div#item-meta {
  font-size: 14px; }

.bp-page #buddypress .activity-list .activity-content .activity-header img.avatar {
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-left: 5px !important;
  margin-right: 8px !important;
  width: 30px;
  height: 30px; }

.bp-page #buddypress ul#friend-list li {
  min-height: 70px; }

.bp-page #buddypress ul#friend-list li img.avatar {
  position: relative;
  top: -5px; }

.bp-page #buddypress div.pagination .pag-count, .bp-page #buddypress span.activity {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0;
  color: #b4b4c0;
  font-size: 11px;
  font-style: italic; }

.bp-page #buddypress ul.item-list li div.action, .bp-page #buddypress .activity-read-more, .bp-page #buddypress div#item-header div#item-meta div#latest-update a {
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px; }

.bp-page #buddypress ul.item-list li div.meta {
  margin-top: 0;
  font-size: 10px; }

.bp-page #buddypress ul.item-list li div.item-title span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.bp-page #buddypress ul#members-list li img.avatar {
  margin-top: 0; }

.bp-page #buddypress .activity-list li.mini .activity-avatar img.avatar {
  margin-top: 0;
  width: 50px;
  height: 50px;
  margin-left: 0; }

.bp-page #buddypress div.message-search {
  margin: 2px 10px 0; }

.bp-page #buddypress div#message-thread img.avatar {
  margin-right: 15px;
  border-radius: 50%; }

.bp-page #buddypress div.messages-options-nav {
  background: #e3e3ea;
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase; }

.bp-page #buddypress table.notifications thead tr, .bp-page #buddypress div#invite-list {
  background: #F0F0F4; }

.bp-page #buddypress table.notifications tr.alt td, .bp-page #buddypress table.notifications-settings tr.alt td, .bp-page #buddypress table.profile-fields tr.alt td, .bp-page #buddypress table.wp-profile-fields tr.alt td, .bp-page #buddypress table.messages-notices tr.alt td, .bp-page #buddypress table.forum tr.alt td {
  background-color: #FFF; }

.bp-page #buddypress td.thread-options a.button {
  font-size: 12px;
  padding: 2px 5px; }

.bp-page #buddypress div.dir-search input[type=text] {
  font-size: 100%;
  padding: 5px; }

.bp-page #buddypress form.standard-form .left-menu #invite-list ul {
  padding-left: 5px; }

.bp-page #buddypress form.standard-form .left-menu #invite-list ul li {
  padding-bottom: 5px; }

.bp-page .bp_group #buddypress div#item-header div#item-actions {
  position: absolute;
  right: 0;
  width: 70px; }

.bp-page .bp_group #buddypress div#item-header div#item-actions h3 {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px; }

.bp-page .bp_group #buddypress div#item-header div#item-header-content {
  padding-right: 80px; }

.bp-page #buddypress ul.item-list li div.item-desc {
  width: 80%;
  font-size: 100%; }

.bp-page .widget.buddypress div.item-avatar img {
  width: 60px;
  height: 60px; }

.bp-page .widget.buddypress div.item-options {
  position: absolute;
  right: 10px;
  top: -2px;
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 17px;
  color: #AAA; }

.bp-page .widget.buddypress div.item-options a {
  color: #AAA; }

.bp-page .widget.buddypress div.item-options a.loading {
  color: #DDD !important; }

.bp-page .widget.buddypress #groups-list .item-avatar img.avatar, .bp-page .widget.buddypress #members-list .item-avatar img.avatar, .bp-page .widget.buddypress ul.item-list img.avatar {
  height: 40px;
  width: 40px; }

.bp-page .widget.buddypress #groups-list .item, .bp-page .widget.buddypress #members-list .item, .bp-page .widget.buddypress ul.item-list .item {
  padding-left: 50px; }

.bp-page .widget.buddypress div.item-meta, .bp-page .widget.buddypress div.item-content {
  margin-left: 0; }

.bp-page .widget.buddypress .header {
  display: block; }

.bp-page #main-content .radio, .bp-page #main-content .checkbox, .bp-page #buddypress div.activity-comments > ul {
  padding-left: 0; }

.bp-page #buddypress div.activity-comments div.acomment-meta, .bp-page #buddypress table.messages-notices tr td.thread-from a {
  font-size: 12px;
  margin-left: 37px; }

.bp-page #buddypress div.item-list-tabs#subnav li.feed a:hover, .bp-page .widget.buddypress div.item-options a.selected, .bp-page .widget.buddypress div.item-options a:hover {
  color: #000; }

.bp-page #buddypress #item-header-avatar, .bp-page .widget.buddypress #groups-list .item-avatar, .bp-page .widget.buddypress #members-list .item-avatar, .bp-page .widget.buddypress ul.item-list .item-avatar {
  position: absolute; }

.bp-page #buddypress #message-threads img.avatar, .bp-page #buddypress div#item-header ul img.avatar, .bp-page #buddypress div#item-header ul.avatars img.avatar, .bp-page .widget.buddypress .item-avatar img {
  border-radius: 50%; }

.bp-page #buddypress table#message-threads tr.unread td, .bp-page #buddypress div.item-list-tabs ul li.selected a, .bp-page #buddypress div.item-list-tabs ul li.current a {
  font-weight: 400;
  background: #FFF !important;
  color: #000 !important; }

.bp-page #buddypress div.dir-search {
  margin-top: 0; }

.bp-page #buddypress div.pagination .pagination-links a, .bp-page .pagination span.page-numbers {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 33px;
  line-height: 1em;
  height: 36px;
  padding: 11px 4px !important; }

/*bbpress*/
.bbpress #bbpress-forums fieldset.bbp-form {
  border: 0px;
  padding: 0px; }

.bbpress #bbpress-forums img.avatar {
  border: 0px !important;
  margin-bottom: 0px !important;
  border-radius: 50%; }

.bbpress #bbpress-forums #subscription-toggle {
  float: right; }

.bbpress #bbpress-forums li.bbp-header, .bbpress #bbpress-forums li.bbp-footer {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px; }

.bbpress #bbpress-forums li.bbp-header, .bbpress #bbpress-forums li.bbp-header, .bbpress #bbpress-forums li.bbp-footer, .bbpress #bbpress-forums div.bbp-forum-header, .bbpress #bbpress-forums div.bbp-topic-header, .bbpress #bbpress-forums div.bbp-reply-header {
  background: #F0F0F4;
  border-color: #E5E5E5; }

.bbpress #bbpress-forums ul.bbp-lead-topic, .bbpress #bbpress-forums ul.bbp-topics, .bbpress #bbpress-forums ul.bbp-forums, .bbpress #bbpress-forums ul.bbp-search-results, .bbpress #bbpress-forums div.bbp-forum-content, .bbpress #bbpress-forums div.bbp-topic-content, .bbpress #bbpress-forums div.bbp-reply-content {
  font-size: 14px; }

.bbpress #bbpress-forums .bbp-forums-list li {
  display: block;
  font-size: 12px; }

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content, .bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
  line-height: 18px; }

.bbpress #bbpress-forums div.bbp-forum-author a.bbp-author-name, .bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name, .bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-size: 12px;
  line-height: 15px; }

.bbpress #bbpress-forums ul.bbp-replies .bbp-reply-post-date {
  font-size: 11px;
  color: #AAA; }

.bbpress span.bbp-author-ip {
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 400; }

/*************************************************
ratings
*************************************************/
.rating .number, .rating .letter {
  font-family: Dosis, sans-serif;
  font-weight: 400;
  letter-spacing: -2px; }

.rating .percentage {
  font-family: Dosis, sans-serif;
  font-weight: 400; }

.rating-criteria {
  font-family: Arial, Helvetica, sans-serif; }

.stars span {
  font-size: 22px;
  color: #FFF; }

.stars span:before {
  margin-right: 0;
  margin-left: 0; }

.rating.small .stars span {
  font-size: 16px; }

.post-list .list-item .rating .stars span {
  color: #333; }

#footer .post-list .list-item .rating .stars span {
  color: #FFF; }

/*satisfy theme check plugin requirements*/
.hidden-tags {
  display: none; }

/*************************************************
rating meters
*************************************************/
/*standard size*/
.meter-circle-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%; }

.meter-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative; }

.meter-wrapper {
  position: relative;
  width: 55px;
  height: 55px;
  top: 3px;
  left: 3px;
  text-align: center; }

.meter-wrapper .meter-slice {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0px, 55px, 55px, 27px); }

.meter-wrapper .meter-slice.showfill {
  clip: rect(auto, auto, auto, auto) !important; }

.meter-wrapper .meter {
  position: absolute;
  width: 54px;
  height: 54px;
  clip: rect(0, 27px, 55px, 0px);
  border-radius: 50%; }

.meter-wrapper .meter.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

.meter-circle .editor_rating {
  color: #525558;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 12px 0 0; }

.meter-circle .editor_rating .percentage {
  font-size: 14px; }

/*large size*/
.large-meter .meter-circle-wrapper {
  width: 128px;
  height: 127px;
  margin: 0 auto; }

.large-meter .meter-wrapper {
  width: 118px;
  height: 118px;
  top: 6px;
  left: 6px; }

.large-meter .meter-wrapper .meter-slice {
  clip: rect(0px, 118px, 118px, 58px); }

.large-meter .meter-wrapper .meter {
  border: 8px solid #525558;
  width: 117px;
  height: 117px;
  clip: rect(0, 58px, 118px, 0px); }

.large-meter .meter-circle .editor_rating, .large-meter .meter-circle .user_rating {
  color: #525558;
  font-size: 56px;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 23px 0 0; }

.large-meter .meter-circle .editor_rating .percentage, .large-meter .meter-circle .user_rating .percentage {
  font-size: 23px; }

/*************************************************
jQuery rateit (stars)
*************************************************/
div.rateit.mobile {
  display: none; }

div.rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

div.rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url(images/star-empty.png);
  background-size: 16px 16px !important;
  height: 16px; }

div.rateit div.rateit-hover, div.rateit div.rateit-selected {
  position: absolute;
  left: 0; }

div.rateit div.rateit-hover, div.rateit div.rateit-preset, div.rateit div.rateit-selected {
  background: url(images/star-full.png);
  background-size: 16px 16px !important; }

div.rateit div.rateit-reset {
  background: url(images/star-empty.png);
  background-size: 16px 16px !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left; }

div.rateit div.rateit-reset:hover {
  background: url(images/star-empty.png);
  background-size: 16px 16px !important; }

/*************************************************
jQuery slider (form toggle slider)
*************************************************/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  text-decoration: none; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  text-decoration: none; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  text-decoration: none; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/*************************************************
colorbox
*************************************************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/colorbox/overlay.png) repeat 0 0; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  margin: auto; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(images/colorbox/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(images/colorbox/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(images/colorbox/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(images/colorbox/border.png) 0 -29px repeat-x; }

#cboxError {
  border: 1px solid #ccc;
  padding: 50px; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(images/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/colorbox/loading.gif) no-repeat center center; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  overflow: visible;
  width: auto;
  background: none;
  margin: 0;
  padding: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

#colorbox, #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* END screen media */
/*************************************************
jQuery smooth div scroll
*************************************************/
div.scrollingHotSpotLeft {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 200;
  right: 28px;
  top: -35px;
  cursor: pointer; }

div.scrollingHotSpotLeftVisible {
  background-image: url(images/arrow-left.png);
  background-size: 10px 12px !important;
  background-position: center center;
  background-repeat: no-repeat; }

div.scrollingHotSpotRight {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 200;
  right: 8px;
  top: -35px;
  cursor: pointer; }

div.scrollingHotSpotRightVisible {
  background-image: url(images/arrow-right.png);
  background-size: 10px 12px !important;
  background-position: center center;
  background-repeat: no-repeat; }

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%; }

/*************************************************
font icons
*************************************************/
@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot?56880398");
  src: url("fonts/icons.eot?56880398#iefix") format("embedded-opentype"), url("fonts/icons.woff?56880398") format("woff"), url("fonts/icons.ttf?56880398") format("truetype"), url("fonts/icons.svg?56880398#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url("fonts/icons.svg?56880398#icons") format("svg"); } }
[class^="theme-icon-"]:before, [class*=" theme-icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.theme-icon-emo-happy:before {
  content: '\e80b'; }

/* '' */
.theme-icon-picture:before {
  content: '??'; }

/* '\1f304' */
.theme-icon-emo-wink2:before {
  content: '\e80d'; }

/* '' */
.theme-icon-emo-unhappy:before {
  content: '\e80e'; }

/* '' */
.theme-icon-emo-sleep:before {
  content: '\e80f'; }

/* '' */
.theme-icon-emo-thumbsup:before {
  content: '\e810'; }

/* '' */
.theme-icon-emo-devil:before {
  content: '\e811'; }

/* '' */
.theme-icon-emo-surprised:before {
  content: '\e812'; }

/* '' */
.theme-icon-emo-tongue:before {
  content: '\e813'; }

/* '' */
.theme-icon-emo-coffee:before {
  content: '\e81e'; }

/* '' */
.theme-icon-emo-sunglasses:before {
  content: '\e814'; }

/* '' */
.theme-icon-emo-displeased:before {
  content: '\e815'; }

/* '' */
.theme-icon-emo-beer:before {
  content: '\e816'; }

/* '' */
.theme-icon-emo-grin:before {
  content: '\e817'; }

/* '' */
.theme-icon-emo-angry:before {
  content: '\e818'; }

/* '' */
.theme-icon-emo-saint:before {
  content: '\e819'; }

/* '' */
.theme-icon-emo-cry:before {
  content: '\e81a'; }

/* '' */
.theme-icon-emo-shoot:before {
  content: '\e81b'; }

/* '' */
.theme-icon-emo-squint:before {
  content: '\e81c'; }

/* '' */
.theme-icon-emo-laugh:before {
  content: '\e81d'; }

/* '' */
.theme-icon-spin2:before {
  content: '\e824'; }

/* '' */
.theme-icon-firefox:before {
  content: '\e840'; }

/* '' */
.theme-icon-chrome:before {
  content: '\e841'; }

/* '' */
.theme-icon-opera:before {
  content: '\e842'; }

/* '' */
.theme-icon-ie:before {
  content: '\e843'; }

/* '' */
.theme-icon-star-full:before {
  content: '\e820'; }

/* '' */
.theme-icon-star:before {
  content: '\e821'; }

/* '' */
.theme-icon-star-half-empty:before {
  content: '\e822'; }

/* '' */
.theme-icon-star-half:before {
  content: '\e823'; }

/* '' */
.theme-icon-check:before {
  content: '\2713'; }

/* '?? */
.theme-icon-plus:before {
  content: '\2b'; }

/* '+' */
.theme-icon-minus:before {
  content: '\2d'; }

/* '-' */
.theme-icon-password:before {
  content: '??'; }

/* '\1f512' */
.theme-icon-pin:before {
  content: '??'; }

/* '\1f4cc' */
.theme-icon-doc:before {
  content: '??'; }

/* '\1f4c4' */
.theme-icon-docs:before {
  content: '\e835'; }

/* '' */
.theme-icon-folder-open:before {
  content: '??'; }

/* '\1f4c2' */
.theme-icon-cog-alt:before {
  content: '\26ef'; }

/* '?? */
.theme-icon-wrench:before {
  content: '?��'; }

/* '\1f527' */
.theme-icon-basket:before {
  content: '\e73d'; }

/* '' */
.theme-icon-left-1:before {
  content: '\e825'; }

/* '' */
.theme-icon-right-hand:before {
  content: '\261e'; }

/* '?? */
.theme-icon-left-hand:before {
  content: '\261c'; }

/* '?? */
.theme-icon-signal:before {
  content: '\e801'; }

/* '' */
.theme-icon-laptop:before {
  content: '\f109'; }

/* '' */
.theme-icon-tablet:before {
  content: '\f10a'; }

/* '' */
.theme-icon-globe:before {
  content: '??'; }

/* '\1f30e' */
.theme-icon-scissors:before {
  content: '\2702'; }

/* '?? */
.theme-icon-fire:before {
  content: '?��'; }

/* '\1f525' */
.theme-icon-credit-card:before {
  content: '?��'; }

/* '\1f4b3' */
.theme-icon-beaker:before {
  content: '\f0c3'; }

/* '' */
.theme-icon-truck:before {
  content: '??'; }

/* '\1f69a' */
.theme-icon-dollar:before {
  content: '\e826'; }

/* '' */
.theme-icon-sort:before {
  content: '\e832'; }

/* '' */
.theme-icon-coffee:before {
  content: '\f0f4'; }

/* '' */
.theme-icon-food:before {
  content: '\f0f5'; }

/* '' */
.theme-icon-search:before {
  content: '??'; }

/* '\1f50d' */
.theme-icon-email:before {
  content: '\2709'; }

/* '?? */
.theme-icon-liked:before {
  content: '\2665'; }

/* '?? */
.theme-icon-backward:before {
  content: '\e834'; }

/* '' */
.theme-icon-username:before {
  content: '?��'; }

/* '\1f464' */
.theme-icon-users:before {
  content: '?��'; }

/* '\1f465' */
.theme-icon-register:before {
  content: '\e81f'; }

/* '' */
.theme-icon-camera:before {
  content: '?��'; }

/* '\1f4f7' */
.theme-icon-grid:before {
  content: '\268f'; }

/* '?? */
.theme-icon-list:before {
  content: '\2630'; }

/* '?? */
.theme-icon-x:before {
  content: '\2716'; }

/* '?? */
.theme-icon-plus-squared:before {
  content: '\229e'; }

/* '?? */
.theme-icon-minus-squared:before {
  content: '\229f'; }

/* '?? */
.theme-icon-help-circled:before {
  content: '\e704'; }

/* '' */
.theme-icon-info-circled:before {
  content: '\e705'; }

/* '' */
.theme-icon-home:before {
  content: '\2302'; }

/* '?? */
.theme-icon-link:before {
  content: '\e804'; }

/* '' */
.theme-icon-attach:before {
  content: '\e803'; }

/* '' */
.theme-icon-tag:before {
  content: '\e70c'; }

/* '' */
.theme-icon-bookmark:before {
  content: '??'; }

/* '\1f516' */
.theme-icon-flag:before {
  content: '\2691'; }

/* '?? */
.theme-icon-thumbs-up:before {
  content: '??'; }

/* '\1f44d' */
.theme-icon-thumbs-down:before {
  content: '??'; }

/* '\1f44e' */
.theme-icon-forward:before {
  content: '\27a6'; }

/* '?? */
.theme-icon-pencil:before {
  content: '\270e'; }

/* '?? */
.theme-icon-signoff:before {
  content: '\e829'; }

/* '' */
.theme-icon-commented:before {
  content: '\e718'; }

/* '' */
.theme-icon-comments:before {
  content: '\e720'; }

/* '' */
.theme-icon-attention:before {
  content: '\26a0'; }

/* '?? */
.theme-icon-alert:before {
  content: '?��'; }

/* '\1f4a5' */
.theme-icon-book:before {
  content: '??'; }

/* '\1f4d5' */
.theme-icon-magazine:before {
  content: '\e833'; }

/* '' */
.theme-icon-category:before {
  content: '??'; }

/* '\1f4c1' */
.theme-icon-rss:before {
  content: '\e73a'; }

/* '' */
.theme-icon-cog:before {
  content: '\2699'; }

/* '?? */
.theme-icon-emo-wink:before {
  content: '\e80c'; }

/* '' */
.theme-icon-login:before {
  content: '\e806'; }

/* '' */
.theme-icon-logout:before {
  content: '\e805'; }

/* '' */
.theme-icon-recent:before {
  content: '\1f554'; }

/* '\1f554' */
.theme-icon-window:before {
  content: '\e74e'; }

/* '' */
.theme-icon-down-open:before {
  content: '\e75c'; }

/* '' */
.theme-icon-left-open:before {
  content: '\e75d'; }

/* '' */
.theme-icon-right-open:before {
  content: '\e75e'; }

/* '' */
.theme-icon-up-open:before {
  content: '\e75f'; }

/* '' */
.theme-icon-down:before {
  content: '\2b07'; }

/* '�? */
.theme-icon-left:before {
  content: '\2b05'; }

/* '�? */
.theme-icon-right:before {
  content: '\27a1'; }

/* '?? */
.theme-icon-up:before {
  content: '\2b06'; }

/* '�? */
.theme-icon-down-bold:before {
  content: '\e4b0'; }

/* '' */
.theme-icon-up-bold:before {
  content: '\e4af'; }

/* '' */
.theme-icon-right-thin:before {
  content: '\2192'; }

/* '?? */
.theme-icon-random:before {
  content: '\1f500'; }

/* '\1f500' */
.theme-icon-loop:before {
  content: '??'; }

/* '\1f501' */
.theme-icon-play:before {
  content: '\25b6'; }

/* '?? */
.theme-icon-stop:before {
  content: '\25a0'; }

/* '?? */
.theme-icon-pause:before {
  content: '\2389'; }

/* '?? */
.theme-icon-last:before {
  content: '\e807'; }

/* '' */
.theme-icon-first:before {
  content: '\e808'; }

/* '' */
.theme-icon-next:before {
  content: '\e809'; }

/* '' */
.theme-icon-previous:before {
  content: '\e80a'; }

/* '' */
.theme-icon-target:before {
  content: '?��'; }

/* '\1f3af' */
.theme-icon-style:before {
  content: '\e828'; }

/* '' */
.theme-icon-sidebar:before {
  content: '\e827'; }

/* '' */
.theme-icon-wifi:before {
  content: '?��'; }

/* '\1f4f6' */
.theme-icon-awarded:before {
  content: '??'; }

/* '\1f3c6' */
.theme-icon-battery:before {
  content: '??'; }

/* '\1f50b' */
.theme-icon-monitor:before {
  content: '?��'; }

/* '\1f4bb' */
.theme-icon-mobile:before {
  content: '?��'; }

/* '\1f4f1' */
.theme-icon-cloud:before {
  content: '\2601'; }

/* '?? */
.theme-icon-moon:before {
  content: '\263d'; }

/* '?? */
.theme-icon-leaf:before {
  content: '??'; }

/* '\1f342' */
.theme-icon-suitcase:before {
  content: '\e78e'; }

/* '' */
.theme-icon-brush:before {
  content: '\e79a'; }

/* '' */
.theme-icon-magnet:before {
  content: '\e7a1'; }

/* '' */
.theme-icon-chart-pie:before {
  content: '\e751'; }

/* '' */
.theme-icon-trending:before {
  content: '??'; }

/* '\1f4c8' */
.theme-icon-reviewed:before {
  content: '?��'; }

/* '\1f53e' */
.theme-icon-water:before {
  content: '?��'; }

/* '\1f4a6' */
.theme-icon-floppy:before {
  content: '?��'; }

/* '\1f4be' */
.theme-icon-key:before {
  content: '??'; }

/* '\1f511' */
.theme-icon-gauge:before {
  content: '\e7a2'; }

/* '' */
.theme-icon-cc:before {
  content: '\e7a5'; }

/* '' */
.theme-icon-flickr:before {
  content: '\f303'; }

/* '' */
.theme-icon-vimeo:before {
  content: '\f306'; }

/* '' */
.theme-icon-twitter:before {
  content: '\f309'; }

/* '' */
.theme-icon-googleplus:before {
  content: '\f30f'; }

/* '' */
.theme-icon-pinterest:before {
  content: '\f312'; }

/* '' */
.theme-icon-tumblr:before {
  content: '\f315'; }

/* '' */
.theme-icon-linkedin:before {
  content: '\f318'; }

/* '' */
.theme-icon-stumbleupon:before {
  content: '\f31e'; }

/* '' */
.theme-icon-lastfm:before {
  content: '\f321'; }

/* '' */
.theme-icon-spotify:before {
  content: '\f327'; }

/* '' */
.theme-icon-instagram:before {
  content: '\f32d'; }

/* '' */
.theme-icon-dropbox:before {
  content: '\f330'; }

/* '' */
.theme-icon-skype:before {
  content: '\f339'; }

/* '' */
.theme-icon-paypal:before {
  content: '\f342'; }

/* '' */
.theme-icon-picasa:before {
  content: '\f345'; }

/* '' */
.theme-icon-footer:before {
  content: '\e831'; }

/* '' */
.theme-icon-pages:before {
  content: '\e82a'; }

/* '' */
.theme-icon-settings:before {
  content: '\e82c'; }

/* '' */
.theme-icon-builder:before {
  content: '\e82d'; }

/* '' */
.theme-icon-viewed:before {
  content: '\e800'; }

/* '' */
.theme-icon-zoom-in:before {
  content: '\e750'; }

/* '' */
.theme-icon-zoom-out:before {
  content: '\e802'; }

/* '' */
.theme-icon-lock:before {
  content: '\f512'; }

/* '' */
.theme-icon-lock-open:before {
  content: '\f513'; }

/* '' */
.theme-icon-down-fat:before {
  content: '\e82b'; }

/* '' */
.theme-icon-left-fat:before {
  content: '\e82e'; }

/* '' */
.theme-icon-right-fat:before {
  content: '\e82f'; }

/* '' */
.theme-icon-up-fat:before {
  content: '\e830'; }

/* '' */
.theme-icon-facebook:before {
  content: '\f052'; }

/* '' */
.theme-icon-wikipedia:before {
  content: '\2c'; }

/* ',' */
.theme-icon-html5:before {
  content: '\35'; }

/* '5' */
.theme-icon-reddit:before {
  content: '\3e'; }

/* '&gt;' */
.theme-icon-appstore:before {
  content: '\41'; }

/* 'A' */
.theme-icon-youtube:before {
  content: '\55'; }

/* 'U' */
.theme-icon-windows:before {
  content: '\57'; }

/* 'W' */
.theme-icon-yahoo:before {
  content: '\59'; }

/* 'Y' */
.theme-icon-gmail:before {
  content: '\6d'; }

/* 'm' */
.theme-icon-wordpress:before {
  content: '\77'; }

/* 'w' */
.theme-icon-acrobat:before {
  content: '\e3'; }

/* 'ã' */
.theme-icon-quote-circled:before {
  content: '\e053'; }

/* '' */
.theme-icon-video:before {
  content: '?��'; }

/* '\1f3ac' */
.theme-icon-tools:before {
  content: '\2692'; }

/* '?? */
.theme-icon-flame:before {
  content: '\e836'; }

/* '' */
.theme-icon-bookmarks:before {
  content: '\e837'; }

/* '' */
/* loading animation */
div.loading {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100; }

div.loading span {
  display: block;
  color: #000;
  font-size: 28px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0px auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

div.loading span:before {
  width: 30px;
  line-height: 41px; }

div.loading.loading-small span {
  font-size: 18px;
  width: 26px;
  height: 26px; }

div.loading.loading-small span:before {
  width: 20px;
  line-height: 26px; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.loading.white span {
  color: #FFF; }

/*************************************************
printing
*************************************************/
@media print {
  #header, #sticky-bar, #sticky-menu, #footer-wrapper, .page-controls, .widgets-wrapper, .video_frame, .reactions-wrapper, #recommended, #reply-form, #comments .filterbar, .author-profile-fields, .theme-icon-tag, #postnav, .contents-menu-wrapper, .control-bar, .sharing-wrapper-single, .it-ad-wrapper, .author-image, .it-ad, .big-like {
    display: none !important; }

  .author-info h3 {
    float: left;
    padding-left: 28px; }

  body {
    background: #FFF;
    font-size: 10pt;
    margin: 0; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  h3 {
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0; }

  blockquote, table, pre {
    page-break-inside: avoid; }

  ul, ol, dl {
    page-break-before: avoid; }

  #main-content img {
    max-width: auto;
    height: auto; }

  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  img.right {
    display: inline;
    margin: 0 0 2px 7px;
    padding: 4px; }

  img.left {
    display: inline;
    margin: 0 7px 2px 0;
    padding: 4px; }

  .right {
    float: right; }

  .left {
    float: left; }

  img {
    page-break-inside: avoid;
    page-break-after: avoid; } }
/*************************************************
browser compat
*************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome CSS here*/
  .sticky-form input {
    padding: 6px 7px; }

  .atm-i {
    position: absolute;
    top: 32px; } }
@media not all and (-webkit-min-device-pixel-ratio: 0) {
  /*opera CSS here*/ }
@-moz-document url-prefix() {
  /*firefox CSS here*/ }
@media screen and (min-width: 0\0 ) {
  /*ie9 and ie10 CSS here*/
  .hero-panel {
    line-height: 20px; }

  .overlay-layer {
    opacity: .8; }

  .atm-i {
    top: 0px; }

  .postinfo .category-list span {
    position: absolute; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*ie10 CSS here*/
  .overlay-layer {
    opacity: 1; }

  .bar-label {
    padding-top: 7px; } }
/*************************************************
general retina declarations for all layouts
*************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  #site-logo {
    /* display:none */ }

  #site-logo-hd {
    display: block; }

  div.rateit div.rateit-hover, div.rateit div.rateit-preset, div.rateit div.rateit-selected {
    background: url(images/star-full@2x.png); }

  div.rateit div.rateit-reset {
    background: url(mages/star-empty@2x.png); }

  div.scrollingHotSpotLeftVisible {
    background-image: url(images/arrow-left@2x.png); }

  div.scrollingHotSpotRightVisible {
    background-image: url(images/arrow-right@2x.png); }

  div.rateit div.rateit-range, div.rateit div.rateit-reset:hover {
    background: url(images/star-empty@2x.png); } }
/*************************************************
begin responsive declarations
*************************************************/
/* Huge only */
@media (min-width: 1300px) {
  .longform-post #main-content h1.single-title {
    font-size: 60px;
    line-height: 63px; }

  .longform-post #main-content .main-subtitle {
    font-size: 28px;
    line-height: 36px; } }
/* Large only */
/* Medium and down */
@media (max-width: 1199px) {
  .post-blog .longform {
    margin: 40px 8% 40px 8%; }

  .post-blog .longform-excerpt {
    font-size: 15px;
    padding: 15px 0 6px 0; }

  .post-blog .longform-excerpt p {
    margin-bottom: 24px; }

  #menu-utility-menu a {
    padding: 12px 10px; }

  .utility-menu-full .bar-label {
    padding-right: 5px; }

  .utility-menu-full .home-button a {
    padding: 9px 3px;
    width: 28px; }

  #main-content h1.single-title {
    font-size: 40px;
    line-height: 46px; }

  #main-content .main-subtitle {
    font-size: 20px;
    line-height: 26px; }

  #postnav > div {
    font-size: 13px; }

  .control-bar .control-box {
    margin-right: 18px; }

  .control-bar .control-box.control-award {
    margin-right: 8px; }

  .comment-ratings-inner {
    margin-right: 0;
    margin-bottom: 20px; }

  form.comment-form {
    padding-left: 0; }

  .comment-fields-container, .comment-ratings-container {
    width: 100%;
    float: none; }

  .billboard-wrapper h1.main-title {
    font-size: 58px;
    line-height: 60px;
    margin: 75px 6% 60px 6%; }

  .billboard-authorship {
    margin-bottom: 80px; }

  .longform-post #main-content h1.single-title {
    font-size: 50px;
    line-height: 55px; }

  .longform-post #main-content .main-subtitle {
    font-size: 22px;
    line-height: 29px;
    margin: 25px 0 0 0; }

  .longform-post .longform-right {
    padding-top: 25px; }

  .longform-right .big-like {
    top: -5px; }

  .longform-post .longform-right .postinfo {
    margin-top: 5px; }

  .longform-post .contents-menu {
    margin-top: 5px; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    margin: 40px auto;
    left: -15%;
    width: 127% !important;
    max-width: 127% !important; }

  .longform-post blockquote {
    margin: 30px 0; } }
/* The smallest sizes that still show the sticky nav */
@media (min-width: 1006px) and (max-width: 1106px) {
  .longform-post #main-content h1.single-title {
    font-size: 45px;
    line-height: 50px; }

  .longform-post #main-content .main-subtitle {
    font-size: 19px;
    line-height: 24px; }

  .longform-post #main-content .the-content {
    font-size: 14px;
    padding: 0 4% 0 4%; }

  .longform-post .longform-left {
    padding: 5px 4% 0 7%; }

  .longform-post .affiliate-code.after-content {
    padding: 0 4% 0 4%; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    left: -11%;
    width: 120% !important;
    max-width: 120% !important; }

  .longform-post .details-box-wrapper, .longform-post .procon-box, .longform-post #rating-anchor, .longform-post .reactions-wrapper, .longform-post .authorinfo .author-info, .longform-post .it-ad-wrapper {
    padding: 0; }

  .ratings.stars-wrapper .rating-wrapper .theme-icon-check {
    right: -8px; }

  .articles .overlay-hover .editor_rating {
    padding-left: 0; }

  .articles .overlay-hover .user_rating {
    padding-right: 0; }

  .articles .overlay-hover .editor_rating.stars_wrapper {
    padding-left: 0; }

  .articles .overlay-hover .user_rating.stars_wrapper {
    padding-right: 0; } }
/* Medium only */
/* Small and down */
@media (max-width: 991px) {
  #sticky-bar .nav-toggle {
    display: inline-block; }

  #sticky-bar #menu-search {
    left: auto; }

  #sticky-bar #sticky-inner {
    padding-left: 0; }

  #sticky-bar .logo {
    margin-left: 10px; }

  .after-nav {
    margin-left: 0; }

  #sticky-nav {
    display: none; }

  #sticky-nav-inner {
    position: absolute; }

  .widget-panel.left, .widget-panel.mid {
    padding-right: 15px; }

  #main-content h1.single-title {
    font-size: 32px;
    line-height: 37px; }

  #main-content .main-subtitle {
    font-size: 18px;
    line-height: 24px; }

  #main-content h1 {
    font-size: 30px;
    line-height: 36px; }

  #main-content h2 {
    font-size: 24px;
    line-height: 30px; }

  #main-content h3 {
    font-size: 20px;
    line-height: 25px; }

  #main-content h4 {
    font-size: 24px;
    line-height: 32px; }

  #main-content h5 {
    font-size: 20px;
    line-height: 25px; }

  #main-content h6 {
    font-size: 17px;
    line-height: 22px; }

  #main-content .the-content {
    font-size: 14px; }

  h3#reply-title {
    font-size: 14px; }

  .billboard-wrapper h1.main-title {
    font-size: 48px;
    line-height: 50px;
    margin: 55px 5% 50px 5%; }

  .billboard-authorship {
    margin-bottom: 50px; }

  .longform-post .details-box-wrapper, .longform-post .procon-box, .longform-post #rating-anchor, .longform-post .reactions-wrapper, .longform-post .authorinfo .author-info, .longform-post .longform-left, .longform-post #main-content .the-content, .longform-post .it-ad-wrapper, .longform-post .affiliate-code.after-content {
    padding-left: 0;
    padding-right: 15px;
    margin-right: 150px; }

  .longform-post .longform-right {
    width: 160px; }

  .longform-post .contents-menu, .longform-post .contents-menu .bar-label {
    width: 140px; }

  .longform-post .longform-right .metric, .longform-post .longform-right .metric a {
    font-size: 22px; }

  .longform-post .longform-right .labeltext {
    width: 90px;
    font-size: 11px;
    top: -4px; }

  .longform-right .big-like {
    top: -10px; }

  .longform-post .longform-left {
    padding-left: 60px; }

  .longform-post #main-content .the-content {
    font-size: 15px; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    left: 0;
    width: 100% !important;
    max-width: 100% !important; }

  .articles .overlay-hover .editor_rating {
    padding-left: 0; }

  .articles .overlay-hover .user_rating {
    padding-right: 0; }

  .articles .overlay-hover .editor_rating.stars_wrapper {
    padding-left: 0; }

  .articles .overlay-hover .user_rating.stars_wrapper {
    padding-right: 0; } }
/* Small only */
@media (min-width: 768px) and (max-width: 991px) {
  .articles .overlay-hover .rating {
    font-size: 68px;
    line-height: 70px; }

  .articles .overlay-hover .rating .percentage {
    font-size: 40px; }

  .articles .wide .overlay-hover .rating {
    font-size: 78px;
    line-height: 80px; }

  .articles .wide .overlay-hover .rating .percentage {
    font-size: 50px; }

  .meter-circle-wrapper {
    left: -15px; }

  .ratings.stars-wrapper .rating-value-wrapper {
    position: relative;
    left: -10px; } }
/* WordPress first menu break point */
@media (max-width: 782px) {
  #sticky-bar.admin-bar {
    top: 46px; }

  #comments ul .comment-ratings-inner {
    margin-right: 0;
    margin-bottom: 20px; }

  #comments ul form.comment-form {
    padding-left: 0; }

  #comments ul .comment-fields-container, #comments ul .comment-ratings-container {
    width: 100%;
    float: none; }

  .longform-post #main-content h1.single-title {
    font-size: 45px;
    line-height: 50px; }

  .longform-post #main-content .main-subtitle {
    font-size: 19px;
    line-height: 24px; }

  .longform-post #main-content .the-content {
    font-size: 14px;
    padding: 0 4% 0 4%; }

  .longform-post .longform-left {
    padding: 5px 4% 0 7%; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    left: -11%;
    width: 120% !important;
    max-width: 120% !important; }

  .longform-post .sharing-wrapper-single {
    width: auto;
    top: 10px;
    left: 0;
    margin-left: 0;
    position: relative; }

  .sharing-wrapper-single {
    margin: 5px 0 15px 15px; }

  .longform-post .addthis_counter.addthis_bubble_style {
    margin-top: 0px !important; }

  .longform-post .addthis_default_style .at300b, .longform-post .addthis_default_style .at300bo, .longform-post .addthis_default_style .at300m {
    float: left;
    padding: 0 2px; }

  .longform-post .contents-menu-wrapper {
    display: none; }

  .longform-post .longform-right {
    position: relative;
    width: 100%;
    left: 0;
    right: auto;
    padding-bottom: 75px; }

  .longform-post .longform-right .metric, .longform-post .longform-right .metric a {
    float: left; }

  .longform-post .longform-right .postinfo {
    display: none; }

  .longform-post .longform-right .labeltext {
    width: auto;
    margin-right: 12px; }

  .longform-post .control-bar {
    position: relative;
    top: 0; }

  .longform-post .longform-right .metric, .longform-post .longform-right .metric a {
    font-size: 13px;
    color: #8C8D94; }

  .longform-post .longform-right .labeltext {
    top: 0; }

  .longform-right .big-like {
    position: absolute;
    top: -25px;
    left: -25px;
    background: #F5F6FA; }

  .longform-right .big-like a {
    margin-bottom: 0; }

  .longform-right .big-like .icon {
    position: relative;
    top: -2px; }

  .longform-right .big-like a.like-button {
    font-size: 30px !important; }

  .longform-post .category-box {
    padding: 3px 14px 3px 0; }

  .longform-post .control-bar .category-icon {
    right: 14px; }

  .longform-post .details-box-wrapper, .longform-post .procon-box, .longform-post #rating-anchor, .longform-post .reactions-wrapper, .longform-post .authorinfo .author-info, .longform-post .longform-left, .longform-post #main-content .the-content, .longform-post .it-ad-wrapper, .longform-post .affiliate-code.after-content {
    padding-right: 0;
    margin: 0; }

  .longform-post .longform-left, .longform-post #main-content .the-content {
    padding: 0; }

  .longform-post #main-content img.aligncenter, .longform-post #main-content .wp-caption.aligncenter, .longform-post #main-content .video_frame {
    width: 100% !important;
    max-width: 100% !important;
    left: 0; }

  #comments .comment-avatar-wrapper {
    display: none; }

  #comments .comment-content {
    width: 100%; }

  div.scrollingHotSpotLeft, div.scrollingHotSpotRight {
    display: none; }

  .articles .overlay-info-wrapper {
    padding: 20px 15px 15px 15px;
    height: 162px; } }
/* Bootstrap xs size*/
@media (max-width: 767px) {
  .top-ten .overlay-panel {
    width: 50%; }

  .headliner {
    height: 65px; }

  .headliner-info .textfill {
    height: 48px;
    margin-top: 2px; }

  #postnav .article-title, #postnav a.nav-link {
    display: none; }

  #postnav .previous-title, #postnav .next-title, #postnav a.nav-link.mobile {
    display: block;
    color: #777;
    text-transform: uppercase;
    font-size: 11px; }

  #postnav {
    margin-bottom: 20px; }

  #postnav > div {
    overflow: visible; }

  .billboard-wrapper {
    top: -20px; }

  .billboard-wrapper h1.main-title {
    margin-top: 0;
    padding-top: 50px; }

  .billboard-subtitle {
    font-size: 24px;
    line-height: 29px; }

  .billboard-post .control-bar {
    margin: 0 0 10px 0; }

  .longform-post #postnav {
    margin-bottom: 10px; } }
/* Extra Small Only */
@media (min-width: 601px) and (max-width: 782px) {
  .articles .overlay-hover .rating {
    font-size: 48px;
    line-height: 50px; }

  .articles .overlay-hover .rating .percentage {
    font-size: 30px; }

  .articles .overlay-hover .rating .stars span {
    font-size: 18px; }

  .articles .wide .overlay-hover .rating {
    font-size: 68px;
    line-height: 70px; }

  .articles .wide .overlay-hover .rating .percentage {
    font-size: 50px; }

  .articles .wide .overlay-hover .rating .stars span {
    font-size: 22px; }

  .articles .share-panel {
    width: 170px;
    margin-left: -85px; }

  .articles .share-panel .share-trending .metric {
    margin: 0 6px; }

  .articles .sharing-wrapper .addthis_toolbox .addthis_native_counter_parent, .articles .sharing-wrapper .addthis_toolbox .addthis_button_compact {
    margin-right: 12px; } }
/* Wordpress second menu break point */
@media (max-width: 600px) {
  #sticky-bar {
    position: absolute; }

  #sticky-bar .subtitle {
    display: none; }

  .new-articles-placeholder {
    display: block;
    height: 38px; }

  .new-articles.post-container, #section-menu .placeholder, #section-menu .standard-menu ul li ul {
    z-index: 499; }

  #section-menu .standard-menu ul li ul ul {
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4); }

  .new-articles.post-container {
    width: 161px; }

  #section-menu .post-list, #section-menu .mega-wrapper.solo .post-list {
    padding-left: 12px; }

  #section-menu .term-list {
    display: none; }

  #section-menu .placeholder {
    width: 161px; }

  #section-menu .standard-menu ul li ul {
    left: -15px; }

  #section-menu .standard-menu ul li ul ul {
    left: -105px; }

  #sticky-bar {
    top: 0 !important; }

  #sticky-bar.admin-bar {
    top: 46px !important; }

  .new-articles.post-container.scroll {
    margin-left: 0; }

  #sticky-nav {
    z-index: 501; }

  #sticky-nav.no-sticky, .new-articles.post-container.no-sticky {
    top: 0; }

  .nav-toggle {
    display: inline-block; }

  .post-grid .third {
    float: left;
    width: 100%; }

  .articles .wide .overlay-info-wrapper, .articles .overlay-info-wrapper, .post-blog .longform-wrapper .wide .overlay-info-wrapper {
    padding: 20px 20px 15px 20px; }

  .articles .wide .category-icon-wrapper {
    top: 0 !important;
    left: 0;
    padding-left: 2px; }

  .articles .wide .category-name {
    display: none; }

  .articles .wide .overlay-hover .editor_rating {
    padding-left: 0; }

  .articles .wide .overlay-hover .user_rating {
    padding-right: 0; }

  .post-blog .longform-wrapper .wide .category-icon-wrapper {
    left: 0; }

  .post-blog .longform-wrapper .wide .overlay-info-wrapper {
    height: 150px; }

  .post-blog .longform-wrapper .review-label {
    position: relative;
    top: 8px; }

  #nav-search {
    display: block; }

  #menu-search {
    display: none; }

  .post-blog .longform {
    margin: 20px 4% 25px 4%; }

  .post-blog .longform-excerpt {
    font-size: 14px;
    padding: 15px 0 6px 0; }

  .post-blog .longform-excerpt p {
    margin-bottom: 18px; }

  h1.main-title.archive-title {
    font-size: 24px;
    line-height: 28px;
    font-family: '微軟正黑體' !important, sans-serif, Apple LiGothic Medium, Heiti TC, LiHei Pro; }

  h3 {
    font-size: 20px; }

  .procon-box .col-wrapper {
    float: none;
    width: 100%; }

  .procon-box .procon.con {
    margin-left: 0; }

  .procon-box .procon.pro {
    margin-right: 0; }

  #comments .pagination {
    margin-left: 5px; }

  .control-bar .awards-wrapper {
    top: 0;
    width: auto;
    display: inline-block; }

  .control-bar .control-award {
    float: none;
    width: 100%;
    display: table;
    margin-top: 35px; }

  .control-bar .big-like {
    top: 5px;
    margin-bottom: 10px; }

  #main-content h1.single-title {
    font-size: 25px;
    line-height: 30px; }

  #main-content .main-subtitle {
    font-size: 16px;
    line-height: 20px; }

  .sharing-wrapper-single {
    margin: 0 0 15px 25px; }

  .billboard-wrapper h1.main-title {
    font-size: 34px;
    line-height: 38px; }

  .billboard-subtitle {
    font-size: 22px;
    line-height: 26px; }

  .longform-post #main-content h1.single-title {
    font-size: 35px;
    line-height: 40px; }

  .longform-post #main-content .main-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #999; }

  .longform-post #main-content .the-content {
    font-size: 13px; }

  .longform-post #main-content .authorship {
    margin-bottom: 0; }

  .longform-post .longform-right {
    padding-top: 12px; }

  .longform-right .big-like {
    top: -25px;
    left: -15px; }

  #main-content {
    padding-left: 15px; }

  .sticky-button#back-to-top {
    display: none !important; }

  #sticky-controls {
    right: 0; }

  .sticky-button {
    padding: 10px 4px; }

  .longform-post blockquote {
    margin: 20px 0;
    font-size: 180%; }

  .ratings.stars-wrapper .rating-value-wrapper {
    left: -23px; }

  .ratings .editor-header span, .ratings .user-header span {
    display: none; }

  .ratings .rating-wrapper .theme-icon-check {
    left: 50%;
    top: auto;
    right: auto;
    margin-top: 0;
    margin-left: -8px; }

  .ratings.stars-wrapper .rating-wrapper .theme-icon-check {
    left: auto;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-left: 0; } }
/* portrait phone */
@media (max-width: 440px) {
  #site-logo, #site-logo-hd {
    /* display:none!important */ }

  #site-logo-mobile {
    display: block; }

  #section-menu .standard-menu ul li ul {
    width: 120px; }

  .post-blog .longform {
    margin: 15px 4% 25px 4%; }

  .post-blog .longform-excerpt {
    font-size: 13px;
    padding: 10px 0 2px 0; }

  .post-blog .longform-excerpt p {
    margin-bottom: 14px; }

  .reaction {
    padding: 5px 6px 17px 6px; }

  .billboard-wrapper h1.main-title {
    font-size: 28px;
    line-height: 32px; }

  .billboard-subtitle {
    font-size: 19px;
    line-height: 23px; }

  .longform-post #main-content h1.single-title {
    font-size: 25px;
    line-height: 30px; }

  .longform-post #main-content .main-subtitle {
    font-size: 15px;
    line-height: 19px; }

  .longform-post #main-content .the-content {
    font-size: 12px; }

  .ratings .section-subtitle {
    font-size: 12px; }

  #main-content .detail-label {
    position: relative;
    width: 100%;
    display: block;
    margin: 8px 0 8px 0;
    text-align: left; }

  #main-content .detail-content {
    padding-left: 0;
    display: block; }

  #comments .comment-rating .rating-wrapper {
    width: auto; }

  div.rateit {
    display: none; }

  div.rateit.mobile {
    display: block; }

  div.rateit div.rateit-hover, div.rateit div.rateit-preset, div.rateit div.rateit-selected {
    background: url(images/star-full-small.png);
    background-size: 10px 10px !important; }

  div.rateit div.rateit-range, div.rateit div.rateit-reset, div.rateit div.rateit-reset:hover {
    background: url(images/star-empty-small.png);
    background-size: 10px 10px !important; }

  .ratings.stars-wrapper .rating-value .stars span:before, .ratings.stars-wrapper .rating-value .stars span {
    font-size: 10px;
    width: 10px; }

  #comments .comment-rating .stars span, #comments .comment-rating .stars span {
    font-size: 10px; }

  .ratings .rating-wrapper .theme-icon-check {
    margin-left: -5px; }

  .ratings.stars-wrapper .rating-wrapper .theme-icon-check {
    margin-left: 0;
    margin-top: -6px;
    font-size: 10px; }

  .ratings.stars-wrapper .rating-value-wrapper {
    left: -23px;
    width: 85px; }

  .meter-circle {
    position: relative;
    left: -5px; } }
/*************************************************
retina declarations for specific responsive layouts
*************************************************/
@media (max-width: 440px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 440px) and (min-resolution: 192dppx) {
  #site-logo-mobile {
    display: none; }

  #site-logo-hd-mobile {
    display: block; }

  div.rateit div.rateit-hover, div.rateit div.rateit-preset, div.rateit div.rateit-selected {
    background: url(images/star-full-small@2x.png); }

  div.rateit div.rateit-range, div.rateit div.rateit-reset, div.rateit div.rateit-reset:hover {
    background: url(images/star-empty-small@2x.png); } }
#section-menu {
  margin-top: 30px; }

#sticky-bar .logo {
  margin: 10px 0 0 10px; }

#section-menu ul li.menu-item-2 > a, #section-menu ul li.menu-item-3 > a, #section-menu ul li.menu-item-4 > a {
  border: none !important; }

/*2015 add by Abu*/
#section-menu {
  display: none; }

.nav-menu ul li > a {
  text-align: left;
  /*margin-left: 40px;*/
  padding-left: 25px;
  margin-left: 0;
  padding-top: 0px;
  padding-bottom: 0px; }

#section-menu .standard-menu ul li a {
  margin-left: 0;
  padding: 0;
  padding-left: 25px; }

.articles .overlay-info-wrapper {
  top: 0; }

.overlay-panel-inner .overlay-layer {
  display: none; }

div.citySlider {
  /*width: auto !important;*/
  overflow: hidden; }

div.citySlider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/*div.citySliderPrev{position:relative;display:inline-block;background:url(images/slider_prev_btn.png);background-size:16px 16px!important;height:16px}*/
#sticky-nav #sticky-nav-inner ul.menu li.menu-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px; }

#section-menu .menu-item .category-title {
  margin-left: 0px; }

#section-menu .category-icon {
  left: 16px;
  top: 10px; }

#citySliderNav {
  margin-top: 10px;
  text-align: center;
  padding: 0;
  height: 14px;
  z-index: 999; }

#citySliderNav a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: #fff;
  border-radius: 10px;
  /* must be the same as width and height */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 1px 1px #707173;
  /* border color */
  margin-right: 10px; }

#citySliderNav a {
  background: #c0c0c0;
  /* optional: color when hovered */ }

#citySliderNav a.activeSlide {
  background: #707173;
  /* color when active */ }

.overlay-panel-inner .overlay-image-wrapper {
  border: 1px solid #d4d4d4; }

.featured-image-inner .featured-image {
  border: 1px solid #d4d4d4; }

#section-menu .menu-item .category-title {
  padding-bottom: 0; }

.post-container .content-inner .loop {
  margin-left: 7px; }

h1, h2, h3, h4, h5, h6, p, body, .menu-item a, .page ol, #foot-copyright, .page ul, .single-content ul, .textwidget a, .col-md-4 .sidebar-item select, .col-md-3 .sidebar-item select, .title {
  font-family: Roboto, "微軟正黑體", Helvetica, Arial, sans-serif; }

body {
  font-size: 16px; }

#sticky-bar, a.sticky-dropdown-button, #sticky-social-dropdown {
  background: #791a20; }

#chooseShop ul li a {
  padding: 5px;
  min-width: 120px;
  text-align: center; }

#sticky-nav.open {
  display: block; }

#chooseShop.open .navMob {
  display: block !important; }

.nav-menu ul li > a {
  color: #791a20; }

#menu-section-menu2 .menu-item-has-children:hover ul.sub-menu {
  display: block !important;
  visibility: visible !important; }

#menu-section-menu2 .menu-item-has-children:hover > a {
  color: #fff;
  background: #7b191e; }

.nav-menu ul li .aw svg {
  fill: #fff; }

.nav-menu ul li .aw {
  position: absolute;
  display: none;
  margin-top: -23px;
  cursor: pointer;
  right: 10px;
  width: 30px;
  height: 30px;
  align-items: center;
  transform: translate(0%, -50%); }

.nav-menu ul li .aw svg {
  fill: #791a20; }

.nav-menu ul li:hover .aw svg,
.nav-menu ul li:active .aw svg,
.nav-menu ul li:visited .aw svg,
.nav-menu ul li:focus .aw svg,
.nav-menu ul li.current-menu-item .aw svg {
  fill: #fff; }

.nav-menu ul li .aw:hover svg
.nav-menu ul li .aw:active svg {
  fill: #fff; }

#menu-section-menu2 .menu-item-has-children:hover > a .aw svg {
  fill: #fff; }

#postnav .onlyiconr,
#postnav .onlyiconl {
  position: absolute;
  color: #CBD2D9;
  font-size: 16px; }

#postnav .onlyiconr {
  right: 0;
  top: 5px; }

#postnav .onlyiconl {
  left: 0;
  top: 5px; }

#sticky-nav .theme-icon-list {
  color: #7b191e; }

#mb_mask {
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0; }

#mb_mask.open {
  visibility: hidden;
  transition: 0.3s;
  opacity: 0; }

@media (max-width: 600px) {
  .nav-menu ul li .aw {
    display: flex; }

  #sticky-nav {
    position: fixed; }

  #mb_mask.open {
    z-index: 500;
    visibility: visible;
    opacity: 1; }

  #sticky-nav #sticky-nav-inner ul.menu li.menu-item a {
    padding-left: 15px; } }
#sticky-bar, a.sticky-dropdown-button, #sticky-social-dropdown {
  background: #791a20; }

#chooseShop ul li a {
  padding: 5px;
  min-width: 120px;
  text-align: center; }

#sticky-nav.open {
  display: block; }

#chooseShop.open .navMob {
  display: block !important; }

#footer iframe {
  min-height: 250px; }
#footer .wp-block-search__label {
  display: none; }
#footer form {
  display: inline-flex;
  align-items: center; }
#footer form label.wp-block-search__label {
  display: block;
  margin-right: 10px; }
#footer form input[name="s"] {
  border: 2px solid #000;
  height: 24px;
  border-radius: 0px;
  max-width: 155px; }
#footer form button {
  height: 24px;
  width: 55px;
  padding: 0 8px;
  border-color: #000; }
#footer #footer_info {
  font-size: 13px; }
  #footer #footer_info .widget_search {
    display: flex; }
    #footer #footer_info .widget_search input[type=search] {
      margin-right: 10px;
      height: 25px; }
    #footer #footer_info .widget_search button {
      margin-left: 0; }

.ftop_line {
  border-top: 1px solid #E9E9E9;
  margin-top: 30px;
  padding: 40px 0 15px; }

.post-container .loop {
  margin-left: 7px; }

.page-template-default .entry-content {
  font-size: 16px;
  line-height: 1.7em; }

.page-template-default .entry-content a {
  color: #7b191e; }

.page-template-default .entry-content a:hover {
  color: #000; }

.page-template-default .entry-content ul {
  margin-left: 0px; }

#postnav {
  background: #fff; }

#main-content .the-content {
  font-size: 16px; }

#postnav {
  font-size: 13px; }
  #postnav .previous-button a,
  #postnav .previous-button span {
    color: #999999; }
    #postnav .previous-button a:hover,
    #postnav .previous-button span:hover {
      color: #333; }
  #postnav .next-button a,
  #postnav .next-button span {
    color: #999999; }
    #postnav .next-button a:hover,
    #postnav .next-button span:hover {
      color: #333; }
  #postnav .random-button span:hover {
    color: #333; }

/*  sidebar  */
.sidebar form .wp-block-search__inside-wrapper {
  display: flex; }
  .sidebar form .wp-block-search__inside-wrapper input {
    max-width: 155px;
    height: 25px;
    font-size: 13px;
    border: 2px solid #000; }
  .sidebar form .wp-block-search__inside-wrapper button {
    height: 25px;
    padding: 0 15px;
    margin-left: 10px;
    font-size: 13px; }

#main-content p {
  font-size: 16px; }

/*  secondary */
#secondary {
  padding-top: 20px; }

.single-post .entry-content {
  font-size: 16px;
  line-height: 1.7; }
  .single-post .entry-content a {
    color: #7b191e; }
    .single-post .entry-content a:hover {
      color: #000; }

.entry-content ul {
  margin-left: 0; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination .nav-links {
    display: flex;
    align-items: center; }
    .pagination .nav-links span,
    .pagination .nav-links a {
      display: inline-flex;
      padding: 0px;
      height: 20px;
      align-items: center;
      justify-content: center;
      min-width: 25px;
      margin: 5px 0;
      padding: 0;
      /* font-size: 12px; */
      line-height: 20px;
      font-weight: 500; }

#home_gallery {
  margin-bottom: 12px; }

.home .bar-header {
  height: auto; }
  .home .bar-header .bar-label {
    min-height: auto; }

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    opacity: 0; }

.swiper-button-prev {
  transform: rotate(180deg); }

.swiper-button-next {
  width: 43px;
  height: 40px; }

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  width: 19px;
  height: 19px;
  transition: 0.3s;
  opacity: 1;
  position: relative;
  border: 2px solid transparent !important; }
  .swiper-pagination-bullet:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100px;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.swiper-pagination-bullet:hover {
  border: 2px solid white !important;
  background-color: transparent;
  position: relative;
  width: 19px;
  height: 19px; }
  .swiper-pagination-bullet:hover:after {
    opacity: 1; }

.swiper-pagination-bullet-active {
  border: 2px solid white !important;
  background-color: transparent;
  position: relative;
  width: 19px;
  height: 19px; }
  .swiper-pagination-bullet-active:after {
    opacity: 1; }

.paginationjs {
  display: flex;
  line-height: 1.6;
  font-family: Marmelad,"Lucida Grande",Arial,"Hiragino Sans GB",Georgia,sans-serif;
  font-size: 14px;
  box-sizing: initial; }

.paginationjs:after {
  display: table;
  content: " ";
  clear: both; }

.paginationjs .paginationjs-pages {
  float: left;
  margin-left: 10px; }

.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0; }

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-size-changer {
  margin-left: 10px;
  float: left;
  font-size: 14px; }

.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none; }

.paginationjs .paginationjs-pages li > a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.paginationjs .paginationjs-pages li > a:hover {
  background: #eee; }

.paginationjs .paginationjs-pages li.active {
  border: none; }

.paginationjs .paginationjs-pages li.active > a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  cursor: default; }

.paginationjs .paginationjs-pages li.disabled > a {
  opacity: .3;
  cursor: default; }

.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px; }

.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0; }

.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0; }

.paginationjs .paginationjs-size-changer > select {
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial; }

.paginationjs .paginationjs-go-input > input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial; }

.paginationjs .paginationjs-go-button > input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  vertical-align: middle\9; }

.paginationjs .paginationjs-go-button > input[type=button]:hover {
  background-color: #f8f8f8; }

.paginationjs .paginationjs-nav {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px; }

.paginationjs.paginationjs-small {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-pages li > a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
  height: 26px;
  line-height: 26px; }

.paginationjs.paginationjs-small .paginationjs-size-changer {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-size-changer > select {
  height: 24px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px; }

.paginationjs.paginationjs-big {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
  height: 36px;
  line-height: 36px; }

.paginationjs.paginationjs-big .paginationjs-size-changer {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-size-changer > select {
  height: 34px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px; }

.paginationjs > :first-child {
  margin-left: 0; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #289de9; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
  background: #e9f4fc; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #289de9;
  color: #fff; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-size-changer > select {
  border-color: #289de9; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
  background-color: #3ca5ea; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449d44; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
  color: #449d44; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
  background: #ebf4eb; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
  background: #449d44;
  color: #fff; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-size-changer > select {
  border-color: #449d44; }

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
  background: #449d44;
  border-color: #449d44;
  color: #fff; }

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
  background-color: #55a555; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
  color: #ec971f; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
  background: #fdf5e9; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
  background: #ec971f;
  color: #fff; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-size-changer > select {
  border-color: #ec971f; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
  background-color: #eea135; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
  color: #c9302c; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
  background: #faeaea; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
  background: #c9302c;
  color: #fff; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-size-changer > select {
  border-color: #c9302c; }

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff; }

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
  background-color: #ce4541; }

.paginationjs .paginationjs-pages li.paginationjs-next {
  border-right: 1px solid #aaa\9 ; }

.paginationjs .paginationjs-size-changer {
  margin-left: 5px\9; }

.paginationjs .paginationjs-size-changer > select {
  line-height: 28px\9;
  vertical-align: middle\9; }

.paginationjs .paginationjs-go-input {
  margin-left: 5px\9; }

.paginationjs .paginationjs-go-input > input[type=text] {
  line-height: 28px\9;
  vertical-align: middle\9; }

.paginationjs .paginationjs-go-button {
  margin-left: 5px\9; }

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  line-height: 36px\9; }

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  height: 36px\9;
  line-height: 36px\9; }

.bar-label {
  font-size: 16px; }

a:hover, #sticky-controls a:hover, #sticky-controls a.active, .nav-header, .nav-toggle.active span, .nav-toggle.open span, #nav-widgets .social-counts a:hover, #nav-widgets .social-counts a:hover span, .longform-wrapper.active .longform-more span, .sort-buttons a:hover, .sort-buttons a.active, .sort-buttons li.active a, .utility-menu a:hover, .utility-menu li.over > a, .utility-menu li.current-menu-item a, .utility-menu li.current-menu-parent > a, .utility-menu li.current-menu-ancestor > a, a.longform-more:hover, a.longform-more:hover span, .trending-bar.active .trending-meta .metric, .trending-bar.active .trending-title, .widgets #menu-utility-menu a:hover, .widgets .social-counts .social-panel a:hover, .widgets .social-counts .social-panel a:hover span, .contents-menu-toggle.active span, .the-content a:not(.styled), .compact-panel.active .article-title, .contents-menu .sort-buttons a:hover, #recommended .sort-buttons a:hover, #recommended .sort-buttons a.active, #comments a.reply-link, #comments span.current, #comments .pagination a:hover, .longform-post .longform-right a:hover, .trending-bar.active .title, .active .trending-meta, .widgets .it-widget-tabs .ui-tabs-active a, .widgets #wp-calendar a:hover, .reaction.clickable.active, .reaction.selected, .reaction.selected .theme-icon-check, h2.author-name a:hover, .template-authors .author-profile-fields a:hover, .pagination > span.page-number {
  color: #7b191e; }

.bar-label, .widgets .textwidget h2, .widgets .textwidget h3, .widgets .textwidget h4, .widgets .header h3, #wp-calendar caption, .widgets .header a.rsswidget, .widgets ul li a.rsswidget, #main-content h1.single-title, .section-title, #main-content .meta-label, .section-subtitle, #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6, .postinfo .postinfo-label, .authorinfo a.author-name, #comments .comment-author, .longform-post #main-content h1.single-title, #comments .comment-header {
  color: #7B1949; }

#recent {
  margin-bottom: 50px; }

.paginationjs .paginationjs-pages li,
.paginationjs .paginationjs-pages li > a {
  border: 0px;
  background: none; }

.paginationjs .paginationjs-pages li:last-child {
  border: 0px; }

.paginationjs-next,
.paginationjs-prev {
  display: none; }

.paginationjs .paginationjs-pages li.active > a {
  background: #7b191e; }

.compact-panel.category-72.active .article-title, .border-panel.category-72 {
  border-left-color: #7b191e; }

.border-panel .article-title {
  font-size: 16px;
  line-height: 1.4; }

#recent .border-panel:hover {
  background: #7b191e; }

#recent .border-panel:hover .article-info,
#recent .border-panel:hover .article-info .date {
  color: #fff !important; }

#mylist .paginationjs {
  margin-top: 10px; }

#main-content h1.single-title {
  font-size: 32px; }

.sidebar form label {
  color: #7b191e; }

#sing_post_tax .postinfo-label {
  font-weight: bold; }

#sing_post_tax .category-list a {
  color: #AAB0B4 !important; }

.sidebar form .wp-block-search__inside-wrapper button {
  height: 25px;
  padding: 0 8px;
  font-size: 13px;
  border-color: #000; }

.bar-label-wrapper .theme-icon-recent {
  color: #BFC5CC; }

.bar-label-wrapper .label-text {
  color: #7b191e; }

/*  Archive and Search  */
h1.archive-title {
  font-size: 30px;
  line-height: 35px;
  padding-top: 10px;
  margin: 10px 10px 30px 5px; }

body.archive .bar-label-wrapper,
.search-results .bar-label-wrapper {
  padding-left: 5px; }

/*# sourceMappingURL=style.css.map */

@media (max-width: 600px) {
    #sticky-bar  div.logo {
      width: auto ! important;
      margin-left:0;
    }
}