/* NORMALIZE & CUSTOM RESET
================================================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
ol,
ul,
nav,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
strong {
  font-weight: 700;
}
/* BOOTSTRAP
================================================== */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'News Cycle', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #343B41;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #121417;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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: #959a9e;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #959a9e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 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 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.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.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.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.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.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.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.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: #343B41;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #121417;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #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: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #343B41;
}
.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: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #959a9e;
  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: 0;
}
.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: 0 0 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: 0;
}
.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: #337ab7;
}
.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: 0;
}
.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: 0 0 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: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@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 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0;
}
.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-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  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: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: white;
}
.breadcrumb > .active {
  color: white;
}
.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: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #343B41;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'News Cycle', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #343B41;
  border-radius: 0;
}
.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: #343B41;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #343B41;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #343B41;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #343B41;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #343B41;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #343B41;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #343B41;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #343B41;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONTS
================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-rss:before {
  content: "\f09e";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-info:before {
  content: "\e60d";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-play:before {
  content: "\f04b";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-mail:before {
  content: "\e60a";
}
.icon-phone:before {
  content: "\e60b";
}
.icon-rss2:before {
  content: "\e60c";
}
.icon-replay:before {
  content: "\e609";
}
.icon-expand:before {
  content: "\e606";
}
.icon-slide-prev:before {
  content: "\e607";
}
.icon-slide-next:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e603";
}
.icon-panorama-logo:before {
  content: "\e600";
}
.icon-close:before {
  content: "\e601";
}
.icon-square:before {
  content: "\e602";
}
.icon-user:before {
  content: "\e604";
}
.icon-menu-toggle:before {
  content: "\e605";
}
/* MIXINS
================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* DEFINIZIONE VARIABILI
================================================== */
/* THEME
================================================== */
/* colours */
/* font */
.vollkorn {
  font-family: 'Vollkorn', serif;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.news_cycle {
  font-family: 'News Cycle', sans-serif;
}
/* BOOTSTRAP VARIABLES */
/* GLOBAL
================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.4;
  color: #343B41;
  background-color: #ddd;
}
.container {
  padding: 0 13px;
  position: relative;
  margin: 0 auto;
}
a {
  text-decoration: none;
  outline: 0 none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #56ae57 !important;
}
h1,
h2,
h3 {
  line-height: 1.1em;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
h1 {
  font-size: 39px;
}
h2 {
  font-size: 35px;
  font-weight: 300;
}
#pg_wrapper {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.pg_wrapper {
  margin: 0 auto;
  max-width: 988px;
  position: relative;
  background-color: white;
}
.touch .pg_wrapper,
.full-width .pg_wrapper {
  max-width: none;
}
.push {
  height: 80px;
}
/*@media (max-width: @screen-xs-max) {
  .push{
    display: none;
  }
}*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
/* MAIN MENU
================================================== */
#navigation {
  position: fixed;
  float: left;
  width: 190px;
  z-index: 150;
  left: auto !important;
  height: 100%;
  background-color: #F9FAFA;
  padding-top: 54px;
  box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  #navigation {
    padding-top: 44px;
  }
}
#navigation ul {
  padding: 10px 20px;
}
#navigation ul li {
  margin: 20px 0;
}
#navigation ul li.current-menu-item a {
  color: #56ae57;
}
#navigation ul.categories {
  padding-top: 0;
  border-top: 4px solid #f4b613;
}
#navigation ul.contents {
  border-top: 1px solid #D9D9D9;
}
html.menu_open #navigation {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
html.menu_open .menu-toggle {
  background-color: #f4b613 !important;
}
html.menu_open .menu-toggle .icon-menu-toggle:before {
  content: "\e601" !important;
}
.p-absolute {
  top: 0;
  position: absolute !important;
}
.p-fixed {
  top: 0;
  position: fixed !important;
}
/* MASONRY
================================================== */
.masonry {
  position: relative;
}
.masonry .col-sm-8 {
  /* safari fix */
  width: 66.5%;
}
.masonry .masonryItem {
  display: block;
  float: left;
  overflow: hidden;
}
.masonry .stamp {
  position: absolute;
}
.masonry .stamp.stamp-sidebar {
  right: 0;
  top: 0;
}
/* CONTENT
================================================== */
#content {
  margin: 0 !important;
  padding-top: 54px;
  padding-bottom: 60px;
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#j-stick-parent > * {
  position: static;
}
.widget {
  background-color: white;
  margin-bottom: 20px;
}
.widget-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fbc910;
  margin: 0;
  padding-bottom: 10px;
  font-size: 20px;
}
/* LAZY LOADED IMAGES */
img.lazy {
  display: none;
}
img[data-srcset],
img[data-src] {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
img[data-srcset].lazy-loaded,
img[data-src].lazy-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* LAZY LOADED IMAGES */
.tooltip-inner {
  border-radius: 5px;
  font-weight: 700;
  line-height: 14px;
  font-size: 13px;
  padding: 4px 8px 8px;
}
.tooltip.bottom .tooltip-arrow {
  margin-left: -9px;
}
.circle img,
.img img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.circle img {
  border-radius: 50%;
}
.bld {
  font-weight: 700;
}
.b-top:before,
.no-img:before {
  content: "";
  display: block;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 5px;
}
.p-top {
  padding-top: 30px !important;
}
.p-bot {
  padding-bottom: 30px !important;
}
.m-top {
  margin-top: 30px !important;
}
.m-bot {
  margin-bottom: 30px !important;
}
.m-bot2 {
  margin-bottom: 60px !important;
}
.bg-yellow {
  background-color: #fbc910;
}
.bg-red {
  background-color: #EE2317;
}
.bg-green {
  background-color: #56ae57;
}
.bg-gray {
  background-color: #F9FAFA;
}
.bg-dark-gray {
  background-color: #252A2F;
}
.bg-recommended {
  background-color: rgba(251, 201, 16, 0.8);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfbc910', endColorstr='#ccfbc910');
}
.bg-recommended:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.bg-sponsor {
  background-color: rgba(238, 35, 23, 0.8);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccee2317', endColorstr='#ccee2317');
}
.bg-sponsor:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.bg-branded {
  background-color: rgba(149, 154, 158, 0.8);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc959a9e', endColorstr='#cc959a9e');
}
.bg-branded:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.link-all {
  color: #56ae57;
  font-weight: 700;
}
.h-fix {
  height: 350px;
  margin-bottom: 20px;
}
.h-fix-wide {
  height: 270px;
}
.h-fix-small {
  height: 100px;
}
.stamp-sidebar {
  height: 350px;
  margin-bottom: 20px;
  z-index: 20;
  background-color: white;
}
.rating {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  vertical-align: top;
}
.rating .stars {
  margin-right: 10px;
}
.rating .stars span,
.rating .stars i {
  color: #fbc910;
  font-size: 24px;
  line-height: 24px;
}
.h-fix-2x > div {
  height: 720px;
}
@media (min-width: 768px) {
  .touch .row-wide-launch .h-fix-wide.col-sm-8 {
    width: 66.3%;
  }
}
.row-wide-launch .stamp-sidebar {
  height: 270px;
}
.row-wide-launch .h-fix-2x > div {
  height: 640px;
}
.masonry .h-fix-2x {
  height: 720px;
}
.masonry.row-wide-launch .h-fix-2x {
  height: 640px;
}
.breadcrumb {
  font-family: 'News Cycle', sans-serif;
  padding: 0;
  font-weight: 700;
  color: #A4A8AD;
}
.breadcrumb > li + li:before {
  padding: 0;
  color: #CCCCCC;
}
.breadcrumb a,
.breadcrumb > li + li:before {
  font-size: 14px;
}
.breadcrumb a {
  color: #56ae57;
  font-weight: 700;
}
header .breadcrumb {
  font-family: 'Oswald', sans-serif;
  padding: 8px 0;
  margin-bottom: 0;
}
header .breadcrumb a,
header .breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  font-size: 24px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
}
nav {
  font-family: 'Oswald', sans-serif;
  padding: 20px 0;
}
nav a {
  color: #343B41;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
}
nav.submenu {
  text-align: center;
}
nav.submenu li {
  margin: 0 10px;
}
nav.submenu a {
  color: #56ae57;
}
.adapt-hg {
  overflow: hidden;
}
.adapt-hg > * {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}
@media (max-width: 767px) {
  .adapt-hg > * {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
span.gradient {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.btn {
  border: 0;
  text-transform: uppercase;
  padding: 4px 12px;
}
.btn-green {
  background-color: #56ae57;
  color: white !important;
}
.btn-green:hover {
  color: white !important;
}
.btn-drk-green {
  background-color: #438347;
  color: white;
}
.storie {
  background-color: #56ae57 !important;
}
nav.storie {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 0 30px;
}
nav.storie ul {
  padding: 0 0 0 20px;
}
nav.storie ul li {
  padding: 0 20px;
}
nav.storie ul li a {
  display: inline-block;
  padding: 0;
  color: white !important;
  font-weight: 400;
  line-height: 50px;
}
nav.storie ul li a:hover {
  color: white !important;
}
nav.storie ul li.pull-right {
  padding: 0;
}
nav.storie ul li.pull-right a {
  padding: 0 20px;
}
.section-header {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  line-height: 46px;
  height: 46px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
.section-title + .section-header {
  margin-top: -5px;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header .brand-payoff {
  color: #A4A8AD;
  font-weight: 300;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #D9D9D9;
}
.section-header .brand,
.section-header .brand-payoff {
  float: left !important;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0 0 20px;
  line-height: 24px;
}
.section-title span {
  padding: 0 10px 0 0;
  background-color: white;
  position: relative;
  color: #fbc910;
  font-size: 24px;
}
.section-title span.small {
  font-weight: 300;
  color: #959a9e !important;
  font-size: 16px;
}
.section-title a {
  color: #56ae57;
}
.section-title a:hover {
  color: #fbc910 !important;
}
.section-title .btn {
  position: relative;
  border-left: 6px solid white;
}
.section-title:before {
  content: "";
  left: 0;
  right: 0;
  top: 13px;
  height: 4px;
  background-color: #fbc910;
  position: absolute;
  z-index: 0;
}
.section-title.gray span {
  color: #3f464c;
}
.section-title.green span {
  color: #56ae57;
}
.section-title.green:before {
  background-color: #E1E1E6;
}
/* Generic page header */
.page-header {
  margin-bottom: 60px;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
  font-family: 'Oswald', sans-serif;
}
.page-header .link-all {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.page-header.search-header {
  min-height: none;
  margin-bottom: 30px;
}
.page-header h1,
.page-header .page-title {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  color: #f4b613;
  margin-bottom: 10px;
}
.page-header h1 span,
.page-header .page-title span {
  color: #A4A8AD;
  font-weight: 300;
}
.page-header h2,
.page-header .page-excerpt {
  font-weight: 300;
  color: #A4A8AD;
}
.page-header h3,
.page-header .page-meta {
  font-weight: 300;
  color: #56ae57;
}
.page-header p {
  font-size: 18px;
}
.page-header.blog-header {
  margin-bottom: 20px;
}
.page-header.blog-header ul.share {
  overflow: hidden;
  padding: 0 20px;
}
.page-header.blog-header ul.share,
.page-header.blog-header ul.share i {
  line-height: 64px;
}
.page-header.blog-header ul.share a {
  width: 44px;
}
.page-header.author-brand .author-brand-image {
  height: 86px !important;
  width: auto !important;
}
.page-header.author-brand .author-brand-descritpion p {
  font-size: 15px;
}
.page-header.author-brand .author-brand-descritpion a {
  color: #56ae57;
  font-weight: 700;
}
.page-header.author-brand .author-brand-social {
  border-left: 1px solid #D9D9D9;
  padding-left: 20px;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}
.page-header.author-brand .author-brand-social .label {
  color: #A4A8AD;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.page-header.author-brand .author-brand-social .share a {
  width: auto;
  margin-right: 20px;
}
.page-header.author-brand .author-brand-social .share a i {
  line-height: 24px;
}
.page-header form.search {
  position: relative;
  height: 54px;
  margin-bottom: 10px;
}
.page-header form.search input.s {
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 0 10px;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
}
.page-header form.search .submit {
  font-size: 30px;
  height: 54px;
  width: 54px;
  text-align: center;
  border: 0 none;
  color: white;
  background-color: #fbc910;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.page-header form.search .submit:hover {
  color: white !important;
  background-color: #f4b613;
}
.page-header .refine .active,
.page-header .refine a {
  font-weight: 700;
  margin: 0 6px;
}
.page-header .refine a {
  color: #56ae57;
}
.page-header.blog-header,
.story-header,
.gray-header {
  padding: 30px 0;
  background-color: #F9FAFA;
  margin: 0 !important;
}
.page-header.blog-header .page-title,
.story-header .page-title,
.gray-header .page-title {
  font-size: 49px;
  color: #f4b613;
}
.page-header.blog-header h2,
.story-header h2,
.gray-header h2 {
  font-size: 35px;
  color: #3f464c;
}
.page-header.blog-header h2 span,
.story-header h2 span,
.gray-header h2 span {
  color: #A4A8AD;
}
/* Generic page header */
.active-action .action-row {
  display: block !important;
}
#content-site-nav {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 20px 0 0;
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#content-site-nav.m-btm {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #content-site-nav ul {
    position: relative;
  }
  #content-site-nav ul li.menu-item {
    padding: 0 0 5px 0;
    margin-right: 5px;
    height: 35px;
    border-bottom: 6px solid transparent;
  }
  #content-site-nav ul li.menu-item a {
    outline: 0 none;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    color: #56ae57;
  }
  #content-site-nav ul li.menu-item-gray a {
    color: #959a9e;
  }
  #content-site-nav ul li.menu-item-sep {
    margin-left: 7px;
    position: relative;
  }
  #content-site-nav ul li.menu-item-sep:before {
    content: '';
    display: block;
    height: 25px;
    border-left: 1px solid #D9D9D9;
    position: absolute;
    top: -3px;
    left: -8px;
  }
  #content-site-nav ul li.current-menu-item {
    border-color: #56ae57;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children {
    margin-bottom: 50px;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 35px;
    left: 0;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children ul.sub-menu {
    display: block;
    position: absolute;
    left: 8px;
    bottom: 0;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children ul.sub-menu li.menu-item:after {
    display: none;
  }
  #content-site-nav ul li.menu-item-storie {
    position: relative;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu {
    margin-top: 5px;
    position: absolute;
    right: 0;
    left: auto;
    background-color: #56ae57;
    padding: 5px 0 0;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #56ae57 transparent;
    position: absolute;
    top: -10px;
    right: 5px;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu li a {
    padding: 5px 20px;
    margin-top: 5px;
    color: white;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu li a:hover {
    background: none;
    color: white !important;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu li .btn-drk-green {
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
  }
  #content-site-nav ul li.menu-item-storie .dropdown-menu li .btn-drk-green:hover {
    background: #438347;
  }
  #content-site-nav ul li ul.sub-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  #content-site-nav {
    display: none;
    /*
    padding: 0;
    .container {
      padding: 0;
    }
    ul {
      padding: 0;
      margin: 0;
      position: relative;
      li {
        &.menu-item {
          display: none;
          padding: @baseDim / 4 0;
          a {
            outline: 0 none;
            text-decoration: none;
            font-size: @font-size;
            line-height: 1em;
            color: @sec;
          }
        }
        &.current-menu-item {
          &.menu-item-has-children {
            display: inline-block;
            padding-left: @baseDim / 2;
            background: @light-gray1;
            a {
              font-weight: 700;
              margin: 0;
              color: white;
              &:hover {
                color: white !important;
              }
            }
            ul.sub-menu {
              background: white;
              margin: -@baseDim / 4 0 -@baseDim / 4 @baseDim / 2;
              padding: @baseDim / 4 @baseDim / 2;
              display: inline-block;
              li {
                &.menu-item {
                  margin-right: @baseDim / 4;
                  display: inline-block;
                  a {
                    padding: 0;
                    font-weight: 300;
                    font-size: @font-size;
                    background: none;
                    color: @sec;
                    &:hover {
                      color: @sec !important;
                    }
                  }
                }
                &.current-menu-item {
                  a {
                    font-weight: 400;
                  }
                }
              }
            }
          }
        }
        &.menu-item-storie {
          position: relative;
          .dropdown-menu {
            margin-top: @baseDim / 4;
            position: absolute;
            right: 0;
            left: auto;
            background-color: @sec;
            padding: @baseDim / 4 0 0;
            &:before {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 @baseDim / 2 @baseDim / 2 @baseDim / 2;
              border-color: transparent transparent @sec transparent;
              position: absolute;
              top: -@baseDim / 2;
              right: @baseDim / 4;
            }
            li {
              a {
                padding: @baseDim / 4 @baseDim;
                margin-top: @baseDim / 4;
                color: white;
              }
              .btn-drk-green {
                padding: @baseDim / 4 * 3;
                font-weight: 700;
                font-size: 14px;
                line-height: 1em;
              }
            }
          }
        }
        ul.sub-menu {
          display: none;
        }
      }
    }*/
  }
}
@media (max-width: 480px) {
  #content-site-nav ul li.current-menu-item.menu-item-has-children {
    display: block;
    padding-bottom: 0;
  }
  #content-site-nav ul li.current-menu-item.menu-item-has-children ul.sub-menu {
    display: block;
    margin: 5px 0 0 -10px;
    padding: 0 10px;
  }
}
#content-site-nav .the-search {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: -20px;
  right: 75px;
  height: 55px;
  padding-top: 10px;
}
#content-site-nav .the-search .row-action {
  font-size: 24px;
  color: #56ae57;
  float: left;
  text-align: center;
  width: 50px;
  height: 34px;
  line-height: 34px;
}
#content-site-nav .the-search .action-row {
  display: none;
  padding: 0 10px 0 50px;
  position: relative;
}
#content-site-nav .the-search .action-row .close {
  color: #56ae57;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  width: 40px;
  height: 34px;
  line-height: 34px;
}
#content-site-nav .the-search .action-row .close:hover {
  color: #56ae57 !important;
}
#content-site-nav .the-search .action-row input {
  border: 0;
  background: transparent;
  color: #000;
  width: 200px;
  padding: 0 25px 3px 0;
  margin: 0;
  border-bottom: 1px solid #959a9e;
  font-family: 'News Cycle', sans-serif;
  font-size: 20px;
  border-radius: 0;
  outline: 0 none;
}
#content-site-nav .the-search .action-row input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#content-site-nav .the-search .action-row input:-ms-input-placeholder {
  color: #000;
}
#content-site-nav .the-search .action-row input::-webkit-input-placeholder {
  color: #000;
}
#content-site-nav .active-action {
  background: #F9FAFA;
}
ul.share {
  list-style-type: none !important;
  margin: 0 !important;
}
ul.share,
ul.share i {
  line-height: 54px;
  font-style: normal !important;
}
ul.share a {
  display: block;
  float: left;
  width: 54px;
  text-align: center;
  color: #959a9e;
}
ul.share a i {
  font-size: 30px;
}
.author-social .label {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  float: left;
  line-height: 54px;
  margin-right: 20px;
  font-weight: 300;
  color: #A4A8AD;
}
.author-social ul.share a {
  width: 44px;
}
.author-social ul.share a.tw i {
  color: #1AB2E8;
}
.author-social ul.share a.fb i {
  color: #43609C;
}
.author-social ul.share a.gp i {
  color: #DD4B39;
}
.author-social ul.share a.mail i {
  color: #B5ABAF;
}
.author-social.small {
  line-height: 34px;
}
.author-social.small .label {
  font-size: 14px;
  margin-right: 10px;
  line-height: 34px;
}
.author-social.small ul.share a {
  width: 23px;
  line-height: 34px;
}
.author-social.small ul.share a i {
  font-size: 20px;
  line-height: 34px;
}
/*  Boostrap media (in .highlight e .blogs) */
.media,
.media .media {
  margin-top: 0;
}
.media a {
  color: #56ae57;
}
.media h4 {
  margin: 0;
}
.media p {
  margin: 0;
}
.media > .pull-left {
  max-width: 47%;
}
.media > .pull-left img {
  max-width: 100%;
}
.blogs li.media,
.authors li.media {
  padding-bottom: 10px;
  line-height: 1.7em;
  margin: 0;
  height: 90px;
}
.blogs li.media h4,
.authors li.media h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.blogs li.media h4 a,
.authors li.media h4 a {
  color: #343B41;
}
.article-pagination {
  padding: 10px 0 40px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #959a9e;
  font-size: 24px;
}
.article-pagination a {
  color: #000 !important;
  font-weight: 300 !important;
}
.article-pagination a:hover {
  text-decoration: none !important;
}
.article-pagination a.disabled {
  color: #959a9e !important;
}
.article-entry {
  font-size: 15px;
  margin-bottom: 20px;
}
.article-entry .section-title {
  margin-bottom: 10px;
}
.article-entry .post-image {
  position: relative;
  margin-bottom: 5px;
}
.article-entry .post-image img {
  width: 100% !important;
  height: auto !important;
}
.article-entry .post-image .lay-bottom {
  color: white;
  text-align: right;
  padding: 0 10px 0;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
.article-entry .post-image .lay-bottom i {
  font-size: 10px;
}
.article-entry .post-image .lay-bottom img {
  vertical-align: top;
  width: auto !important;
  height: auto !important;
}
.article-entry h2,
.article-entry h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin: 0;
}
.article-entry h5 {
  font-size: 14px;
  font-weight: 400;
}
.article-entry.no-img h2,
.article-entry.big-title h2,
.article-entry.no-img h4,
.article-entry.big-title h4 {
  font-size: 28px;
}
@media (min-width: 992px) {
  .article-entry.article-large h2,
  .article-entry.article-large h4 {
    font-size: 28px;
    line-height: 1.15em;
  }
  .article-entry.article-large.no-img h2,
  .article-entry.article-large.no-img h4 {
    font-size: 35px;
  }
}
.article-entry .entry-abstact {
  margin-bottom: 10px;
}
.post-image-bg {
  position: absolute !important;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.meta {
  margin: 0 0 0;
}
.meta a {
  color: #56ae57;
  font-weight: 700;
}
.pagination {
  border-top: 4px solid #E1E1E6;
  padding: 20px 0;
  text-align: center;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 23px;
}
.pagination li {
  display: inline-block;
  margin: 0 8px;
}
.pagination li.active a,
.pagination li.disabled a {
  color: #CCCCCC;
}
.adv > div,
[id^="MediamondAd_"] > div,
[id*="MediamondAd_"] > div,
.adv object,
[id^="MediamondAd_"] object,
[id*="MediamondAd_"] object,
.adv embed,
[id^="MediamondAd_"] embed,
[id*="MediamondAd_"] embed {
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 300px;
  margin: 0 auto;
}
.adv a img,
[id^="MediamondAd_"] a img,
[id*="MediamondAd_"] a img {
  height: auto !important;
  width: 100% !important;
}
.image-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-thumb img {
  width: 100% !important;
  height: auto !important;
}
.image-thumb:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-thumb .figcaption {
  display: block;
  font-family: 'News Cycle', sans-serif;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  color: white;
  text-align: left;
  line-height: 1.4em;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-thumb:after,
.image-thumb .figcaption {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.no-touch .image-thumb:hover:after,
.touch .image-thumb:after,
.no-touch .image-thumb:hover .figcaption,
.touch .image-thumb .figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-thumb {
  display: block;
  position: relative;
}
.video-thumb img {
  width: 100% !important;
  height: auto !important;
}
.video-thumb:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  padding-left: 4px;
  margin-left: -26px;
  margin-top: -26px;
  line-height: 44px;
  color: #D9D9D9;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 4px solid white;
  border-radius: 50%;
  font-size: 24px;
}
article .video-thumb:after {
  width: 70px;
  height: 70px;
  padding-left: 6px;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 32px;
  line-height: 62px;
  border-width: 5px;
}
.media-wall {
  padding: 10px 0;
  margin-bottom: 40px;
}
.media-wall,
.media-wall .widget,
.media-wall .row .stamp-sidebar {
  background-color: #252A2F;
}
.media-wall .row {
  margin: 0;
}
.media-wall .row > div {
  padding: 0;
  overflow: hidden;
}
.media-wall .row .stamp-sidebar {
  margin: 0;
}
.media-wall.archive {
  padding: 10px 0 40px;
  margin-bottom: -60px;
}
.media-wall.archive .row {
  margin: 0 5px;
}
.media-wall.archive .row > div {
  padding: 5px 5px;
}
.media-wall .pagination {
  border-top: 0;
}
.media-wall .pagination a {
  color: #555D64;
}
.media-wall .pagination li.active a {
  color: #A4A8AD;
}
.media-wall .pagination li.disabled a {
  color: #252A2F;
}
.article-list {
  margin-bottom: 20px;
}
.article-list.article-title-list {
  font-weight: 700;
}
.article-list article {
  margin-bottom: 10px;
}
.article-list article:before {
  content: "";
  display: block;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 5px;
}
.item-list li {
  margin-bottom: 10px;
}
.item-list li:before {
  content: "";
  display: block;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 5px;
}
.item-list li.media:before {
  display: none;
}
.item-list li .media-body {
  font-size: 15px;
}
.item-list li .media-body h3,
.item-list li .media-body h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.item-list li .media-body h3 a,
.item-list li .media-body h4 a {
  color: #343B41;
  font-size: 20px;
}
.media-list {
  margin-bottom: 20px;
  border-bottom: 4px solid #E1E1E6;
  padding: 0 0 20px;
}
.media-list .section-title {
  margin-bottom: 10px;
}
.media-list ul li.media {
  margin-bottom: 10px;
  padding: 5px 0;
  line-height: 1.1em;
}
.media-list ul li.media h2 {
  font-size: 20px;
  line-height: 1.2em;
}
.media-list ul li.media h2 a {
  color: #3f464c;
}
.media-list.play-list .section-title span {
  font-size: 20px;
}
.media-list.play-list ul li.media {
  padding: 5px;
}
.media-list.play-list ul li.media h2 {
  font-size: 16px;
}
.media-list.play-list ul li.media .pull-left {
  position: relative;
}
.media-list.play-list ul li.media .pull-left .counter,
.media-list.play-list ul li.media .pull-left:after {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
  padding: 5px;
  font-size: 12px;
}
.media-list.play-list ul li.media .pull-left:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  display: none;
}
.media-list.play-list ul li.media:hover,
.media-list.play-list ul li.media.active {
  background-color: #E1E1E6;
}
.media-list.play-list ul li.media:hover .pull-left:after,
.media-list.play-list ul li.media.active .pull-left:after {
  display: block;
}
.media-list.play-list ul li.media:hover .pull-left .counter,
.media-list.play-list ul li.media.active .pull-left .counter {
  display: none;
}
.article-list-highlight .highlight-title {
  background-color: #E1E1E6;
  text-align: right;
  padding: 4px 10px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.article-list-highlight .section-title {
  margin: 0;
}
.article-list-highlight .section-title span {
  font-size: 20px;
}
.article-list-highlight.section-title-mrg {
  margin-top: 13px;
}
.article-list-highlight ul {
  background-color: #F9FAFA;
  padding: 0 10px;
  border-bottom: 4px solid #E1E1E6;
}
.article-list-highlight ul li.media {
  padding: 10px 0;
  line-height: 1.1em;
  border-bottom: 1px solid #E1E1E6;
}
.article-list-highlight ul li.media:last-child {
  border-bottom: 0;
}
.article-list-highlight ul li.media .article-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.article-list-highlight.article-list-top ul {
  background-color: transparent;
  padding: 0;
}
.article-list-highlight.article-list-top ul li.media .article-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.article-list-highlight.article-list-top ul li.media .article-title a {
  color: #3f464c;
}
.article-list-highlight.article-list-no-img ul {
  padding: 0 0 10px;
}
.article-list-highlight.article-list-no-img ul li.media {
  border-bottom: 0;
}
.article-highlight {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.article-highlight .media {
  background-color: white;
}
.article-highlight .media-body {
  line-height: 1.2em;
  padding-right: 10px;
}
.article-highlight .media-body .article-title {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.article-highlight .media-body a {
  color: #56ae57;
}
.article-highlight .image-thumb .article-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  z-index: 5;
  padding: 8px;
  margin: 0;
}
.article-highlight .image-thumb .article-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.article-highlight .image-thumb .article-text {
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.article-highlight .image-thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.article-highlight.article-highlight-focused:before,
.article-highlight.article-highlight-focused:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  top: 0;
  bottom: 0;
  background-color: #fbc910;
  z-index: 5;
}
.article-highlight.article-highlight-focused:before {
  left: 0;
}
.article-highlight.article-highlight-focused:after {
  right: 0;
}
.article-highlight.article-highlight-thumb .media-body {
  padding: 0 8px 12px;
  height: 68px;
  overflow: hidden;
}
.article-highlight.article-highlight-thumb.article-highlight-focused:before {
  display: none;
}
.article-highlight.article-highlight-thumb.article-highlight-focused:after {
  top: auto;
  height: 8px;
  left: 0;
  right: 0;
  width: auto;
}
.article-highlight .highlight-title {
  font-family: 'Oswald', sans-serif;
  background-color: #E1E1E6;
  color: #A4A8AD;
  padding: 5px 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.article-highlight.yellow .highlight-title,
.article-highlight.article-highlight-image .highlight-title {
  background-color: #fbc910;
  color: white;
}
.item,
.author-item,
.blog-item {
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
}
.item h2,
.author-item h2,
.blog-item h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}
.item p,
.author-item p,
.blog-item p {
  font-size: 15px;
  margin: 0 5px;
}
.blog-item {
  height: 220px;
}
.sign-item h2 {
  font-size: 28px;
}
.sign-item .meta {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.sign-item .meta,
.sign-item .meta a {
  font-weight: 300;
}
.status-table {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
}
.status-table > thead > tr > th,
.status-table > tbody > tr > th,
.status-table > tfoot > tr > th,
.status-table > thead > tr > td,
.status-table > tbody > tr > td,
.status-table > tfoot > tr > td {
  border-top: 0;
  border-bottom: 0;
  padding: 5px 5px 5px 0;
}
.status-table th {
  color: #A4A8AD;
  font-weight: 300;
}
.status-table td {
  font-weight: 300;
}
.status-table a {
  color: #56ae57;
}
.entry {
  font-size: 18px;
  line-height: 1.6em;
  padding-left: 80px;
  padding-bottom: 20px;
  /* wordpress classes */
}
.entry .pull-left,
.entry .alignleft {
  float: left;
  margin-left: -80px !important;
}
.entry .gallery {
  margin-left: -80px;
  margin-bottom: 20px;
}
.entry a.external-link {
  text-decoration: none;
  font-weight: 700;
  display: block;
}
.entry a.external-link:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  margin-right: 10px;
  color: #fbc910;
}
.entry a.external-link:hover {
  text-decoration: none;
}
.entry i,
.entry em {
  font-style: italic;
}
.entry b,
.entry strong {
  font-weight: 700;
}
.entry ol,
.entry ul {
  margin: 6px 0;
  list-style-type: square;
  list-style-position: inside;
}
.entry ol {
  list-style: decimal inside none;
}
.entry .author {
  overflow: hidden;
  padding: 8px 10px 10px 0;
  font-size: 14px;
  line-height: 1.2em;
}
.entry .author.author-brand {
  background: #F9FAFA;
  padding: 25px 15px;
  margin: 0 10px 10px 0;
}
.entry .author.pull-left {
  width: 215px;
}
.entry .author.author-box {
  overflow: hidden;
  border-top: 1px solid #D9D9D9;
  padding: 20px 0 40px;
}
.entry .author a {
  text-decoration: none !important;
}
.entry .author img {
  float: left;
  border-radius: 4px;
  margin-right: 8px;
}
.entry .author h4,
.entry .author h6 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.entry blockquote {
  margin: 6px 20px 10px;
  border-top: 3px solid #fbc910;
  padding: 10px 15px 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #CCCCCC;
}
.entry blockquote.pull-left,
.entry blockquote.pull-right,
.entry blockquote.alignleft,
.entry blockquote.alignright {
  width: 300px;
}
.entry blockquote span {
  padding-top: 15px;
  display: block;
  font-family: 'News Cycle', sans-serif;
  font-size: 14px;
  color: #343B41;
}
.entry blockquote span:before {
  content: "—";
}
.entry h1,
.entry h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fbc910;
  font-size: 24px;
  margin: 10px 0 15px;
}
.entry p {
  font-family: 'Vollkorn', serif;
  margin: 0 0 20px;
}
.entry a {
  color: #56ae57;
  font-weight: 700;
}
.entry a:hover {
  text-decoration: underline;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry .attachment-medium,
.entry .attachment-large,
.entry .attachment-full {
  margin-bottom: 20px;
}
.entry iframe,
.entry object,
.entry embed {
  width: 100% !important;
}
.entry img.alignleft,
.entry blockquote.alignleft,
.entry .wp-caption.alignleft,
.entry img.pull-left,
.entry blockquote.pull-left,
.entry .wp-caption.pull-left {
  float: left;
  margin: 8px 20px 10px 0;
  width: 300px;
}
.entry img.alignright,
.entry blockquote.alignright,
.entry .wp-caption.alignright,
.entry img.pull-right,
.entry blockquote.pull-right,
.entry .wp-caption.pull-right {
  float: right;
  margin: 8px 0 10px 20px;
  width: 300px;
}
.entry img.aligncenter,
.entry blockquote.aligncenter,
.entry .wp-caption.aligncenter {
  text-align: center;
  width: 100% !important;
}
@media (max-width: 991px) {
  .entry img.alignleft,
  .entry blockquote.alignleft,
  .entry .wp-caption.alignleft,
  .entry img.pull-left,
  .entry blockquote.pull-left,
  .entry .wp-caption.pull-left,
  .entry img.alignright,
  .entry blockquote.alignright,
  .entry .wp-caption.alignright,
  .entry img.pull-right,
  .entry blockquote.pull-right,
  .entry .wp-caption.pull-right {
    float: none;
    width: 100%;
    margin: 0 0 10px !important;
  }
}
.wp-caption {
  position: relative;
  width: 100% !important;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}
.wp-caption:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.wp-caption img {
  max-width: none;
  width: 100% !important;
  height: auto;
}
.wp-caption .wp-caption-text {
  font-family: 'News Cycle', sans-serif;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  color: white;
  text-align: left;
  line-height: 1.4em;
}
.wp-caption-dd {
  font-style: italic;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 20px;
}
@media (max-width: 991px) {
  .entry {
    padding-left: 0;
  }
  .entry .gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .entry img[class^="wp-image"],
  .entry img[class*="wp-image"],
  .entry .pull-left,
  .entry .alignleft,
  .entry .pull-right,
  .entry .alignright {
    margin-left: 0 !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .entry .gallery {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.list-gallery {
  overflow: hidden;
}
.list-gallery .gallery-items .gallery-item {
  float: left;
  list-style: none;
  padding-right: 20px;
}
.gallery {
  background-color: #343B41;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.gallery a:hover {
  text-decoration: none;
}
.gallery .gallery-header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 54px;
}
.gallery .gallery-header h2 {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
}
.gallery .gallery-header h2 a {
  color: white;
}
.gallery .gallery-header .gallery-expand {
  color: white;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.gallery .gallery-header .gallery-expand i {
  font-style: normal;
}
.gallery .gallery-header .gallery-expand.close i:before {
  content: "\e601" !important;
}
.gallery .gallery-header.full-header .gallery-expand {
  display: none;
  top: 0;
}
@media (min-width: 1200px) {
  .gallery .gallery-header.full-header .gallery-expand {
    display: block;
  }
}
.gallery .gallery-container {
  position: relative;
}
.gallery .gallery-container .sidebar {
  width: 320px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #1F2326;
  right: -320px;
  display: none;
  padding: 10px;
}
.gallery .gallery-container .prev,
.gallery .gallery-container .next {
  z-index: 100;
  position: absolute;
  display: block;
  width: 20%;
  top: 0;
  height: 100%;
  font-size: 80px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery .gallery-container .prev span,
.gallery .gallery-container .next span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.gallery .gallery-container .prev {
  left: 0;
  text-align: left;
}
.gallery .gallery-container .prev span {
  left: 10px;
}
.gallery .gallery-container .next {
  right: 0;
  text-align: right;
}
.gallery .gallery-container .next span {
  right: 10px;
}
.gallery .gallery-container .gallery-item.related-gallery-item {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery .gallery-container.gallery-replay .gallery-item.related-gallery-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .gallery-container.gallery-replay .prev,
.gallery .gallery-container.gallery-replay .next {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
}
.gallery .gallery-footer {
  line-height: 1.4em;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 16px;
}
.gallery .gallery-footer p {
  margin: 0;
  font-family: 'News Cycle', sans-serif;
}
.gallery .gallery-footer .main {
  position: relative;
  padding-right: 10px 20px;
  padding-left: 90px;
}
.gallery .gallery-footer .counter {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #959a9e;
  position: absolute;
  top: 12px;
  left: 13px;
  width: 80px;
}
.gallery .gallery-footer .share {
  text-align: right;
  color: #D9D9D9;
}
.gallery .gallery-footer .credits {
  color: #959a9e;
}
.gallery .gallery-items {
  background-color: #1F2326;
}
.gallery .gallery-item {
  float: left;
  overflow: hidden;
  text-align: center;
}
.gallery .gallery-item img {
  vertical-align: middle;
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
}
.gallery .gallery-item img.portrait {
  height: 100% !important;
  width: auto !important;
}
.gallery .gallery-item img[data-srcset].lazy-loaded,
.gallery .gallery-item img[data-src].lazy-loaded {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .gallery-item.current img[data-srcset].lazy-loaded,
.gallery .gallery-item.current img[data-src].lazy-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .gallery-item .gallery-meta {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.gallery .gallery-item.related-gallery-item {
  padding-top: 20px;
}
.gallery .related-row-container {
  position: relative;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 120px;
}
.gallery .related-row-container .gallery-replay {
  display: block;
  width: 60px;
  height: 100px;
  color: #959a9e;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 40px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2em;
}
.gallery .related-row-container .gallery-replay span {
  display: block;
  font-size: 60px;
  margin-bottom: 10px;
  color: white;
}
.gallery .related-row-container .image-thumb {
  font-weight: 400;
}
.gallery .related-row-container .image-thumb img[data-srcset].lazy-loaded,
.gallery .related-row-container .image-thumb img[data-src].lazy-loaded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gallery .related-row-container .image-thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .related-row-container .image-thumb .figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.gallery .related-row-container .image-thumb .figcaption h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
.gallery .related-row-container .col-sm-6 {
  margin-bottom: 20px;
  float: left !important;
  width: 50% !important;
}
.entry .gallery.embedded-gallery .container {
  width: auto;
}
.entry .gallery.embedded-gallery .gallery-footer .sidebar {
  display: none;
}
.entry .gallery.embedded-gallery .gallery-container .prev span,
.entry .gallery.embedded-gallery .gallery-container .next span {
  font-size: 60px;
  margin-top: -30px;
}
.entry .gallery.embedded-gallery .related-row-container {
  padding-right: 80px;
}
.entry .gallery.embedded-gallery .related-row-container .gallery-replay {
  right: 10px;
}
.entry .gallery.embedded-gallery .related-row-container .gallery-replay span {
  font-size: 40px;
}
.entry .gallery.embedded-gallery .related-row-container .image-thumb .figcaption {
  font-size: 14px;
}
.entry .gallery.embedded-gallery .related-row-container .image-thumb .figcaption h3 {
  font-size: 20px;
}
.entry .gallery.embedded-gallery .related-row-container .image-thumb .figcaption p {
  margin: 0;
}
@media (max-width: 991px) {
  .gallery .related-row-container {
    padding-right: 80px;
  }
  .gallery .related-row-container .gallery-replay {
    right: 10px;
  }
  .gallery .related-row-container .gallery-replay span {
    font-size: 40px;
  }
  .gallery .related-row-container .image-thumb .figcaption h3 {
    font-size: 16px !important;
  }
  .gallery .related-row-container .image-thumb .figcaption p {
    display: none;
  }
  .gallery .gallery-container .prev,
  .gallery .gallery-container .next {
    width: 10%;
  }
  .gallery .gallery-footer .counter {
    font-size: 24px;
  }
  .gallery .gallery-footer .credits {
    display: block;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-item.related-gallery-item {
    padding-top: 0;
  }
  .gallery .related-row-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery .related-row-container .col-sm-6 {
    padding: 0 0;
    margin-bottom: 0;
  }
  .gallery .related-row-container .gallery-replay {
    display: none;
    right: 10px;
  }
  .gallery .related-row-container .gallery-replay span {
    font-size: 40px;
  }
  .gallery .related-row-container .image-thumb .figcaption h3 {
    font-size: 14px !important;
  }
  .gallery .related-row-container .image-thumb .figcaption p {
    display: none;
  }
  .gallery .gallery-container .prev span,
  .gallery .gallery-container .next span {
    font-size: 30px;
    margin-top: -15px;
  }
  .gallery .gallery-footer {
    padding-right: 10px;
  }
  .gallery .gallery-footer .counter {
    font-size: 20px;
  }
  .gallery .gallery-footer .share {
    display: none;
  }
  .gallery .gallery-expand {
    display: none;
  }
}
/* FOGLIA
================================================== */
.hrz-list {
  background-color: #F9FAFA;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
}
.hrz-list h2 {
  font-size: 23px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.hrz-list .article-pagination {
  text-align: right;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .hrz-list h2 {
    float: left;
  }
  .hrz-list .article-pagination {
    float: right;
  }
}
.hrz-list h3,
.hrz-list h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #A4A8AD;
  font-size: 14px;
}
.hrz-list h4 {
  font-size: 10px;
}
.hrz-list .row {
  border-right: 1px solid #D9D9D9;
}
.hrz-list .row article {
  border-left: 1px solid #D9D9D9;
  font-weight: 700;
  height: 60px;
}
.hrz-list img {
  max-width: 100%;
  height: auto !important;
}
.hrz-list .title {
  padding-right: 14px;
}
.carousel-list {
  padding: 15px 30px;
  background-color: #F9FAFA;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.carousel-list .prev,
.carousel-list .next {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 90px;
  background-color: #D9D9D9;
}
.carousel-list .prev.disabled,
.carousel-list .next.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-list .prev {
  left: 0;
}
.carousel-list .next {
  right: 0;
}
.carousel-list .carousel-items {
  height: 60px;
  overflow: hidden;
}
.carousel-list .carousel-items .carousel-item {
  float: left;
  border-left: 1px solid #D9D9D9;
  font-weight: 700;
  padding-left: 10px;
  height: 60px;
  width: 143px;
}
.carousel-list .carousel-items .carousel-item.title {
  border-left: 0;
  padding-left: 0;
}
.carousel-list .carousel-items .carousel-item:first-child {
  border-left: 0;
}
.carousel .carousel-items {
  height: 124px;
  /*overflow: hidden;
    padding-left: 25px;*/
}
@media (max-width: 767px) {
  .carousel .carousel-items {
    padding-left: 15px;
  }
}
.carousel .carousel-items .carousel-item {
  float: left;
  overflow: hidden;
  width: 210px;
  height: 124px;
  /*margin: 0 20px 0 0;*/
  position: relative;
}
.carousel .carousel-items .carousel-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel .carousel-items .carousel-item > a img {
  width: 100% !important;
  height: auto !important;
}
.carousel .carousel-items .carousel-item > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.carousel .carousel-items .carousel-item.current > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(251, 201, 16, 0.6) 0%, rgba(125, 104, 24, 0.8) 60%);
  background-image: -o-linear-gradient(top, rgba(251, 201, 16, 0.6) 0%, rgba(125, 104, 24, 0.8) 60%);
  background-image: linear-gradient(to bottom, rgba(251, 201, 16, 0.6) 0%, rgba(125, 104, 24, 0.8) 60%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99fbc910', endColorstr='#cc7d6818', GradientType=0);
}
.carousel .carousel-items .carousel-item h3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 7px;
  color: white;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.carousel .carousel-items .carousel-item h3 span {
  font-weight: 400;
  display: block;
}
.article-header {
  display: block;
  margin: 40px 0;
  font-family: 'Oswald', sans-serif;
}
.article-header .meta {
  color: #56ae57;
}
.article-header h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.article-header h1 {
  color: #343B41;
  font-size: 44px;
  font-weight: 400;
  margin: 0 0 10px;
}
.article-header h2 {
  color: #A4A8AD;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 4px;
}
.article-header.full-header {
  overflow: hidden;
  margin: 0;
  background-color: #252A2F;
  padding: 30px 0;
}
.article-header.full-header h1 {
  color: white;
}
@media (max-width: 767px) {
  .article-header.full-header {
    margin-top: -20px;
  }
}
.article-header.full-image {
  overflow: hidden;
  margin: 0;
  position: relative;
  max-height: 650px;
}
.article-header.full-image img {
  width: 100% !important;
  height: auto;
}
.article-header.full-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.article-header.full-image .post-title {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.article-header.full-image .post-title h6 {
  font-size: 23px;
  margin-bottom: 10px;
}
.article-header.full-image .post-title .meta {
  padding: 3px 10px;
  background: #56ae57;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  line-height: 1.1em;
  margin: 0 0 10px;
}
.article-header.full-image .post-title h1,
.article-header.full-image .post-title .title {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 49px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.article-header.full-image .post-title h2,
.article-header.full-image .post-title .excerpt {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  color: #D0D0D0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  line-height: 1.1em;
  font-weight: 300;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .article-header.full-image:after {
    display: none;
  }
  .article-header.full-image .post-title {
    position: static;
    padding: 0 0 20px;
  }
  .article-header.full-image .post-title h6 {
    margin-bottom: 10px;
  }
  .article-header.full-image .post-title h1,
  .article-header.full-image .post-title .title {
    color: #343B41;
    text-shadow: none;
  }
  .article-header.full-image .post-title h2,
  .article-header.full-image .post-title .excerpt {
    color: #959a9e;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .article-header h1,
  .article-header .excerpt {
    font-size: 24px !important;
  }
  .article-header h2,
  .article-header .excerpt {
    font-size: 16px !important;
  }
}
.article-meta {
  /*overflow: hidden;*/
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
  line-height: 17px;
}
.article-meta ul.share {
  margin: -1px 0 -1px;
}
.article-meta ul.share a {
  margin-left: -1px;
  height: 54px;
  color: white !important;
}
.article-meta ul.share a:hover {
  color: white !important;
}
.article-meta ul.share a.tw {
  background-color: #1AB2E8;
}
.article-meta ul.share a.fb {
  background-color: #43609C;
}
.article-meta ul.share a.gp {
  background-color: #DD4B39;
}
.article-meta ul.share a.mail {
  background-color: #B5ABAF;
}
.article-meta ul.share a.comments {
  background-color: #fbc910;
}
.article-meta .meta-text {
  float: left;
  margin: 3px 0 0 10px;
  max-width: 660px;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .article-meta {
    overflow: visible;
  }
}
.article-sponsor {
  padding: 25px 0;
  background-color: #F9FAFA;
  margin-bottom: 40px;
}
.article-sponsor .label {
  color: #EE2317;
  font-weight: 700;
  margin-right: 20px;
}
.article-sponsor .label-green {
  color: #56ae57;
}
.article-sponsor .icon-info {
  margin-right: 6px;
}
.article-sponsor a[data-toggle] {
  color: #CCCCCC;
}
.article-sponsor a[data-toggle]:hover,
.article-sponsor a[data-toggle]:focus {
  color: #343B41 !important;
}
.article-meta + .article-sponsor {
  margin-top: -40px;
}
.article-navigation {
  position: relative;
}
.article-navigation .prev,
.article-navigation .next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 80px;
  color: white !important;
  background-color: #fbc910;
  width: 30px;
  text-align: center;
  height: 90px;
  line-height: 90px;
  z-index: 20;
  font-size: 26px;
}
.article-navigation .prev:hover,
.article-navigation .next:hover {
  color: white !important;
}
.article-navigation.with-thumbnail .prev,
.article-navigation.with-thumbnail .next {
  top: 0;
}
.article-navigation .prev {
  left: -16px;
  -webkit-transition: padding-left 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: padding-left 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.article-navigation .prev:hover {
  width: 40px;
  padding-left: 10px;
}
.article-navigation .next {
  right: -16px;
  -webkit-transition: padding-right 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: padding-right 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: padding-right 0.2s ease-in-out, width 0.2s ease-in-out;
}
.article-navigation .next:hover {
  width: 40px;
  padding-right: 10px;
}
/* HEADER
================================================== */
#header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 4300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-family: 'Oswald', sans-serif;
}
#header input.s {
  border: 0;
  background: transparent;
  color: white;
  width: 100%;
  padding: 0 20px 3px 0;
  margin: 0;
  border-bottom: 1px solid #E16C01;
  font-family: 'News Cycle', sans-serif;
  font-size: 20px;
  border-radius: 0;
}
#header input.s::-moz-placeholder {
  color: white;
  opacity: 1;
}
#header input.s:-ms-input-placeholder {
  color: white;
}
#header input.s::-webkit-input-placeholder {
  color: white;
}
#header .navbar {
  min-height: 0;
  border: 0;
  background-color: #fbc910;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
}
#header .navbar .menu li {
  float: left;
  position: relative;
  padding-left: 2px;
}
#header .navbar .menu li.li-sep:before {
  content: '';
  display: block;
  height: 30px;
  border-left: 1px solid white;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
#header .navbar .menu li.open > a {
  background: #f4b613 !important;
  text-decoration: none;
}
#header .navbar .menu li.cover {
  position: relative;
  width: 89px;
  padding: 0;
}
#header .navbar .menu li.cover .h-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 110px;
  width: 89px;
  border-left: 1px solid #D9D9D9;
  background: white;
  padding: 5px 7px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#header .navbar .menu li.cover .h-cover:hover {
  color: white !important;
}
#header .navbar .menu li.cover .h-cover img {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#header .navbar .menu li.cover .h-cover span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 1em !important;
  padding: 40px 3px 3px 10px;
  text-align: right;
  width: 95px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}
#header .navbar .menu > a,
#header .navbar .menu > li > a {
  color: white;
  display: block;
  height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#header .navbar .menu > a:hover,
#header .navbar .menu > li > a:hover {
  text-decoration: none;
}
#header .navbar .menu > a.menu-toggle,
#header .navbar .menu > li > a.menu-toggle {
  background-color: #f4b613 !important;
  color: white;
  background-color: #fbc910;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 74px;
}
#header .navbar .menu > a.menu-toggle:hover,
#header .navbar .menu > li > a.menu-toggle:hover {
  color: white !important;
  background-color: #f4b613;
}
@media (max-width: 767px) {
  #header .navbar .menu > a.menu-toggle,
  #header .navbar .menu > li > a.menu-toggle {
    width: 48px;
  }
}
#header .navbar .menu > a.menu-toggle span,
#header .navbar .menu > li > a.menu-toggle span {
  font-size: 30px;
}
@media (max-width: 767px) {
  #header .navbar .menu > a.menu-toggle span,
  #header .navbar .menu > li > a.menu-toggle span {
    font-size: 20px;
  }
}
#header .navbar .menu > a.menu-btn,
#header .navbar .menu > li > a.menu-btn {
  color: white;
  background-color: #fbc910;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#header .navbar .menu > a.menu-btn:hover,
#header .navbar .menu > li > a.menu-btn:hover {
  color: white !important;
  background-color: #f4b613;
}
#header .navbar .menu > a.menu-tgcom,
#header .navbar .menu > li > a.menu-tgcom {
  background-color: #001534;
}
#header .navbar .menu > a span,
#header .navbar .menu > li > a span {
  line-height: 54px !important;
  font-size: 20px;
}
#header .navbar .menu > a span.icon-phone,
#header .navbar .menu > li > a span.icon-phone {
  font-size: 24px;
}
#header .navbar .menu .dropdown-menu {
  background: #f4b613;
  margin: -10px 0 0;
  padding: 10px 0 0;
  border: 0;
  text-transform: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
#header .navbar .menu .dropdown-menu li {
  float: none;
  margin-bottom: 10px;
  padding: 0;
}
#header .navbar .menu .dropdown-menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: white !important;
}
#header .navbar .menu .dropdown-menu li a:hover {
  color: white !important;
}
#header .navbar .menu .dropdown-menu li a:hover {
  background: #fbc910;
}
#header .navbar .menu .dropdown-menu.storie li a {
  font-size: 18px;
}
#header .navbar .menu .dropdown-menu.storie li a:hover {
  background-color: #56ae57;
}
#header .navbar .menu .dropdown-menu.storie li a.btn {
  padding: 10px 0;
  margin-top: 15px;
}
#header .navbar .menu .dropdown-menu.storie li a.btn:hover {
  background-color: #438347;
}
#header .navbar .menu .dropdown-menu.segui {
  padding-left: 20px;
  padding-right: 20px;
}
#header .navbar .menu .dropdown-menu.segui ul.social {
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
#header .navbar .menu .dropdown-menu.segui ul.social li {
  display: inline-block;
  margin: 0 6px;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a {
  font-family: 'News Cycle', sans-serif;
  font-weight: normal;
  color: #555D64;
  line-height: 20px;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a i {
  display: block;
  font-size: 24px;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a i.icon-twitter {
  color: #1AB2E8;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a i.icon-facebook {
  color: #43609C;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a i.icon-google-plus {
  color: #DD4B39;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a i.icon-youtube {
  color: #DD4B39;
}
#header .navbar .menu .dropdown-menu.segui ul.social li a:hover {
  color: #555D64 !important;
}
#header .navbar .menu .dropdown-menu.segui .in-edicola {
  font-family: 'Oswald', sans-serif;
  position: relative;
}
#header .navbar .menu .dropdown-menu.segui .in-edicola img {
  position: absolute;
  top: -25px;
  left: 0;
  width: 70px;
}
#header .navbar .menu .dropdown-menu.segui .in-edicola .links {
  margin: 40px 0 40px;
  background-color: #fbc910;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 80px;
  line-height: 20px;
  color: white;
  text-align: center;
  font-size: 18px;
}
#header .navbar .menu .dropdown-menu.segui .in-edicola .links a {
  font-weight: 700;
}
#header .navbar #panorama {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 0 0 0 15px;
  color: white;
  height: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #header .navbar #panorama {
    height: 44px;
  }
}
#header .navbar #panorama h1 {
  font-size: 0;
  margin: 0;
  display: inline;
}
#header .navbar #panorama a,
#header .navbar #panorama h1:before {
  color: white;
  font-size: 20px;
}
@media (max-width: 767px) {
  #header .navbar #panorama a,
  #header .navbar #panorama h1:before {
    font-size: 14px;
  }
}
#header .navbar #panorama a {
  color: white !important;
}
#header .navbar #panorama a:hover {
  color: white !important;
}
@media (min-width: 992px) {
  #header .menu-drawer {
    display: none;
  }
  #header.p-fixed .menu-drawer {
    display: block;
  }
  #header.p-fixed .cover {
    display: none;
  }
  html.menu_open #header .menu-drawer {
    display: block;
  }
}
.error404 .page-content {
  font-family: 'Oswald', sans-serif;
  position: relative;
  padding: 60px 0 80px;
  text-align: center;
}
.error404 .page-content:before {
  content: "404";
  display: block;
  position: absolute;
  color: #F9FAFA;
  font-size: 320px;
  line-height: 1;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
.error404 .page-content .page-title {
  color: #3f464c;
  font-size: 44px;
  position: relative;
}
.error404 .page-content p {
  position: relative;
  font-size: 28px;
  color: #A4A8AD;
  font-weight: 300;
}
.error404 .page-content p a {
  color: #56ae57;
  font-weight: 700;
}
/* OVERLAY #overlay
================================================== */
.gallery-wrapper.open {
  z-index: 5030;
  position: absolute;
  overflow: hidden;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #343B41;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.gallery-wrapper.open.open {
  position: fixed;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: auto;
}
.gallery-wrapper.open .gallery {
  margin-left: 0;
}
.entry .gallery-wrapper.open .gallery h2:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  font-size: 17px;
  display: inline-block;
  margin-right: 10px;
  color: white;
}
.gallery-wrapper.open .gallery .container.gallery-link {
  display: none;
}
@media (min-width: 992px) {
  .gallery-wrapper.open .gallery .gallery-container {
    margin-right: 320px;
  }
  .gallery-wrapper.open .gallery .gallery-container .sidebar {
    display: block;
  }
}
body.overlayOpen {
  overflow: hidden;
}
/* FOOTER
================================================== */
#footer {
  padding: 20px 0;
  background-color: #F9FAFA;
  color: #555D64;
  border-top: 1px solid #D9D9D9;
}
#footer .info {
  border-top: 1px solid #D9D9D9;
  padding: 16px 0;
}
#footer .info .list-inline li:after {
  content: "·";
  margin-left: 10px;
}
#footer .info .list-inline li a {
  font-weight: 700;
}
#footer .info .list-inline li:last-child:after {
  content: "";
}
#footer .icon-panorama-logo {
  font-size: 18px;
}
#footer nav {
  padding: 10px 0;
}
#footer .social {
  overflow: hidden;
  line-height: 34px;
  margin-bottom: 10px;
}
#footer .social .label {
  float: left;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #959a9e;
  margin-right: 10px;
}
#footer .social .share {
  line-height: 34px;
}
#footer .social .share a {
  width: 34px;
  color: #555D64;
}
#footer .social .share a i {
  font-size: 22px;
  line-height: 34px;
}
#footer #in-edicola {
  font-family: 'Oswald', sans-serif;
  position: relative;
}
#footer #in-edicola img {
  position: absolute;
  top: 0;
  left: 0;
}
#footer #in-edicola ul {
  margin: 30px 0 10px;
  background-color: #fbc910;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#footer #in-edicola ul li {
  display: block;
  text-align: center;
  padding: 8px 10px;
  margin-left: 50%;
}
#footer #in-edicola ul li a {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
#footer #in-edicola ul li:first-child:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: white;
  position: relative;
  top: 6px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer #in-edicola img {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #footer #in-edicola ul {
    margin: -20px 0 10px;
    padding: 20px 10px 10px;
  }
  #footer #in-edicola ul li {
    margin: 0;
  }
}
/* RESPONSIVE
================================================== */
#navigation .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#navigation .wrapper .scroller {
  position: absolute;
  /* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 991px) {
  #header .navbar .menu.menu-right .action-row {
    display: none;
    line-height: 34px;
    padding: 4px 10px 0 10px;
    position: absolute;
    top: 54px;
    height: 54px;
    left: 0;
    right: 0;
    background-color: #f4b613;
  }
  #header .navbar .menu.menu-right .action-row .close {
    display: none;
  }
  #header .navbar .menu.menu-right li {
    position: static;
  }
  #header .navbar .menu.menu-right li.li-user {
    right: 0;
  }
  #header .navbar .menu.menu-right li.li-search {
    right: 48px;
  }
  #header .navbar .menu.menu-right li.active-action {
    left: auto;
  }
  #content,
  #navigation {
    padding-top: 44px;
  }
  #navigation {
    padding-bottom: 0;
  }
  #header .navbar {
    height: 44px;
    line-height: 44px;
  }
  #header .navbar #panorama {
    height: 44px;
    line-height: 44px;
  }
  #header .navbar .menu > a,
  #header .navbar .menu > li > a {
    height: 44px;
    width: 48px;
  }
  #header .navbar .menu > a span,
  #header .navbar .menu > li > a span,
  #header .navbar .menu > a i,
  #header .navbar .menu > li > a i {
    line-height: 44px !important;
    font-size: 24px;
  }
  #header .navbar .menu.menu-right .action-row {
    top: 44px;
  }
  #header .navbar .menu.menu-right li {
    position: static;
    float: right;
  }
  #header .navbar .menu.menu-right li.li-segui,
  #header .navbar .menu.menu-right li.li-storie,
  #header .navbar .menu.menu-right li.li-tgcom,
  #header .navbar .menu.menu-right li.li-magazine {
    display: none;
  }
}
@media (max-width: 767px) {
  #wrapper {
    z-index: 11;
    position: relative;
  }
  html.menu_open #navigation.p-absolute,
  html.menu_open #header.p-absolute {
    position: fixed !important;
  }
  html,
  body {
    height: 100%;
  }
  html.menu_open #pg_wrapper {
    overflow: hidden;
    min-height: 100%;
    height: auto !important;
  }
  html.menu_open #wrapper {
    position: absolute;
    overflow: hidden;
  }
  #content {
    padding-top: 44px;
  }
  .latest {
    display: none;
  }
  #header .navbar #panorama a {
    font-size: 14px;
  }
  .masonry .masonryItem {
    float: none;
  }
  .masonry .masonryItem .image-thumb {
    height: auto !important;
  }
  .post-image img {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px;
  }
  .h-fix,
  .stamp-sidebar,
  .h-fix-2x > div {
    height: auto !important;
  }
  [class^="col-"],
  [class*="col-"] {
    margin-bottom: 20px;
  }
  .blogs .media {
    height: auto;
  }
  #footer #in-edicola img {
    top: -25px;
    left: 10px;
  }
}
/* Integrazione modifiche IT
================================================== */
.story-strip {
  margin: 34px 10px 0;
}
.story-strip img {
  width: 100%;
}
#content.archivio {
  padding-top: 64px;
}
.brand-info-txt {
  line-height: 14px;
  font-weight: normal;
  font-size: 12px;
  right: 20px;
  width: 218px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 999999999999;
  padding: 3px;
  color: #343b41;
  text-align: left;
  margin-top: -64px;
  display: none;
}
.brand-info-hp-txt {
  line-height: 13px;
  font-weight: normal;
  font-size: 12px;
  right: 10px;
  width: 216px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 999999999999;
  padding: 0 2px 3px;
  color: #343b41;
  text-align: left;
  margin-top: -5px;
  display: none;
}
.brand-info-hp-str-txt {
  line-height: 13px;
  font-weight: normal;
  font-size: 12px;
  right: 72px;
  width: 206px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 999999999999;
  padding: 0 2px 3px;
  color: #343b41;
  text-align: left;
  bottom: 70px;
  display: none;
}
.article-entry .post-image .lay-bottom .brand-info-hp img,
.article-entry .post-image .lay-bottom .brand-info-hp-mini img,
.brand-info img,
.brand-info-hp-mini img {
  height: 10px !important;
  cursor: pointer;
}
.article-entry .post-image .lay-bottom .brand-info-hp img {
  margin-top: 15px;
}
.brand-info-hp-mini-txt,
.article-entry .post-image .lay-bottom i.brand-info-hp-mini-txt {
  line-height: 13px;
  font-weight: normal;
  font-size: 12px;
  right: 19px;
  width: 206px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 999999999999;
  padding: 0 2px 3px;
  color: #343b41;
  text-align: left;
  margin-top: 18px;
  display: none;
  position: relative;
  z-index: 100;
}
.article-meta .sponsor {
  float: right !important;
  margin: 7px 0;
  line-height: 34px;
  height: 34px;
}
.sponsor a[data-toggle] {
  color: #cccccc;
}
.sponsor .label {
  color: #ee2317;
  font-weight: 700;
  margin-right: 20px;
}
.article-meta .sponsor .article-sponsor-image {
  max-height: 34px !important;
  width: auto !important;
}
.hrz-list .sponsor {
  float: left !important;
  margin-left: 15px;
  line-height: 29px;
  height: 29px;
}
.sponsor.story-sponsored .label {
  font-family: 'News Cycle', sans-serif;
  text-transform: initial;
  font-size: 14px;
}
h4.sponsor .label strong {
  font-size: 18px;
}
.text-contain.pita-redbg {
  background-color: #f9483e;
  padding: 5px 8px;
  margin-top: -5px;
}
.article-header.full-image .post-title.post-title-branded .sponsor-image-container {
  display: none;
}
@media (min-width: 768px) {
  .article-header.full-image .post-title.post-title-branded .sponsor-image-container {
    display: block;
    float: left !important;
    width: 100px;
    height: 100px;
    padding: 8px;
    line-height: 84px;
    text-align: center;
    background-color: white;
    border-radius: 8px;
  }
  .article-header.full-image .post-title.post-title-branded h1,
  .article-header.full-image .post-title.post-title-branded h2 {
    padding-left: 120px;
  }
}
/* Aggiunte per Panorama d'Italia 2016
========================================== */
.apertura_2col {
  display: block;
  font-family: 'Oswald', sans-serif;
}
.apertura_2col .meta {
  color: #56ae57;
}
.apertura_2col h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apertura_2col h1 {
  color: #343B41;
  font-size: 44px;
  font-weight: 400;
  margin: 0 0 10px;
}
.apertura_2col h2 {
  color: #A4A8AD;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 4px;
}
.apertura_2col.full-header {
  overflow: hidden;
  margin: 0;
  background-color: #252A2F;
  padding: 30px 0;
}
.apertura_2col.full-header h1 {
  color: white;
}
@media (max-width: 767px) {
  .apertura_2col.full-header {
    margin-top: -20px;
  }
}
.apertura_2col.full-image {
  overflow: hidden;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  max-height: 650px;
}
.apertura_2col.full-image img {
  width: 100% !important;
  height: auto;
}
.apertura_2col.full-image:after {
  content: "";
}
@media (min-width: 991px) {
  .apertura_2col.full-image {
    width: 635px;
    margin-left: -37px !important;
    margin-right: 23px !important;
  }
}
@media (min-width: 1200px) {
  .apertura_2col.full-image {
    height: 315px;
    width: 645px;
    margin-left: -32px !important;
    margin-right: 15px !important;
  }
}
.apertura_2col.full-image .post-title {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}
.apertura_2col.full-image .post-title h6 {
  font-size: 19px;
  margin-bottom: 10px;
}
.apertura_2col.full-image .post-title .meta {
  padding: 3px 10px;
  background: #56ae57;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  line-height: 1.1em;
  margin: 0 0 10px;
  background-size: auto 38px !important;
}
.apertura_2col.full-image .post-title h1,
.apertura_2col.full-image .post-title .title {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 28px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.apertura_2col.full-image .post-title h2,
.apertura_2col.full-image .post-title .excerpt {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #D0D0D0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  line-height: 1.1em;
  font-weight: 300;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .apertura_2col.full-image:after {
    display: none;
  }
  .apertura_2col.full-image .post-title {
    position: static;
    padding: 0 0 20px;
  }
  .apertura_2col.full-image .post-title h6 {
    margin-bottom: 10px;
  }
  .apertura_2col.full-image .post-title h1,
  .apertura_2col.full-image .post-title .title {
    color: #343B41;
    text-shadow: none;
  }
  .apertura_2col.full-image .post-title h2,
  .apertura_2col.full-image .post-title .excerpt {
    color: #959a9e;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .apertura_2col h1,
  .apertura_2col .excerpt {
    font-size: 24px !important;
  }
  .apertura_2col h2,
  .apertura_2col .excerpt {
    font-size: 16px !important;
  }
}
.article_image {
  height: 182px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.article_image .post-image {
  width: 100%;
}
.article_image .post-image img {
  width: 110% !important;
}
.article_image .text-contain {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 70px;
  bottom: 0px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 6px;
}
.article_image .text-contain h5 {
  position: relative;
  display: inline;
}
.article_image .text-contain h2 {
  position: relative;
  display: inline;
}
.article_image .text-contain h2 a {
  color: #fff;
}
.article-small {
  padding-top: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.tre-blocchi .article-small {
  margin-bottom: 8px;
}
.tre-blocchi .article-small:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-620-220 {
    height: 220px;
  }
}
.sfondo-rosso {
  background-color: #f9483e;
}
.sfondo-rosso .text-contain h5 a,
.sfondo-rosso .text-contain h2 a {
  color: #fff !important;
}
.sfondo-grigio {
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .article-300-315 {
    height: 315px;
  }
}
.article-300-180 {
  border: 1px solid #CCC;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 19px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .article-300-180 {
    height: 184px;
  }
}
.html-dimensioni-fisse {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .html-dimensioni-fisse {
    height: 100px;
  }
}
#content.panoramaditalia .blocchetti-panoramaditalia2016-wrapper {
  background-image: url(css/img/righetta.png);
  background-position: right;
}
@media (max-width: 991px) {
  #content.panoramaditalia .blocchetti-panoramaditalia2016-wrapper {
    background-image: none;
  }
}
.block-headline-panoramaditalia2016 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: url('../img/label-panoramaditalia.png') no-repeat right top transparent;
  padding: 3px 35px 15px 10px;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
}
.block-headline-panoramaditalia2016:hover {
  color: #ffffff !important;
}
.videowall-generico.riga_rossa {
  border-top: 8px solid #FF4B39;
}
/*# sourceMappingURL=style.css.map */