/* 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,
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
================================================== */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* *behavior: url(/media/css/boxsizing.htc); */
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* *behavior: url(/media/css/boxsizing.htc); */
}
html {
  font-size: 62.5%;
  -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: #ffffff;
}
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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.story-strip {
	margin: 34px 10px 0;
}
.story-strip img {
	width: 100%
}
.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: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* *behavior: url(/media/css/boxsizing.htc); */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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;
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #343b41;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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 #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #959a9e;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@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 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  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: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-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: #ffffff;
}
@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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: #ffffff;
}
.breadcrumb > .active {
  color: #ffffff;
}
.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: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #343b41;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.menu_open #header.p-relative .menu-drawer,
  html.menu_open #navigation.p-relative{
    display:none !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 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-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";
}

/*0018348: workaround per google chrome per logo panorama */ 
.icon-panorama-logo-chorme:before {
  content: "\e600\e160";
}

.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;
  transition: color 0.2s ease-in-out;
}
a:hover {
  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: #ffffff;
}
.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 {
  float: left;
  width: 208px;
  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);
  display:none;
  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 {
  display:block !important;
  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-relative {
  top: 0;
  width:100%;
  position: relative;
}
.p-fixed {
  top: 0;
  position: fixed;
}
/* 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.archivio {
  padding-top: 50px;
}
#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: #ffffff;
  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;
  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 */
.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;
}
.bg-yellow {
  background-color: #fbc910;
}
.bg-red {
  background-color: #ee2317;
}
.bg-gray {
  background-color: #f9fafa;
}
.bg-dark-gray {
  background-color: #252a2f;
}
.link-all {
  color: #56ae57;
  font-weight: 700;
}
.h-fix {
  height: 350px;
  margin-bottom: 20px;
}
.h-fix-wide {
  height: 270px;
}
.stamp-sidebar {
  height: 350px;
  margin-bottom: 20px;
  z-index: 20;
  background-color: #ffffff;
}
.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: 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: #ffffff;
}
.btn-green:hover {
  color: #ffffff !important;
}
.btn-drk-green {
  background-color: #438347;
  color: #ffffff;
}
.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: #ffffff;
  font-weight: 400;
  line-height: 50px;
}
nav.storie ul li a:hover {
  color: #ffffff !important;
}
nav.storie ul li.pull-right {
  padding: 0;
}
nav.storie ul li.pull-right a {
  padding: 0 20px;
}
.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: #ffffff;
  position: relative;
  color: #fbc910;
  font-size: 24px;
}
.section-title .btn {
  position: relative;
  border-left: 6px solid #ffffff;
}
.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 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: #ffffff;
  background-color: #fbc910;
  -webkit-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: #ffffff !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;
  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: #000000;
  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: #000000;
  opacity: 1;
}
#content-site-nav .the-search .action-row input:-ms-input-placeholder {
  color: #000000;
}
#content-site-nav .the-search .action-row input::-webkit-input-placeholder {
  color: #000000;
}
#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: 40%;
}
.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: #000000 !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;
}
.brand-info-txt {
	text-align: center;	
	display: none;
}
.brand-info-txt span {
	line-height: 14px;
	font-weight: normal;
	font-size: 13px;
	background-color: #CCCCCC;
	position: absolute;
	z-index: 999999999999;
	padding: 3px;
	color: #343b41;
	text-align: left;
	display: inline;
}
.brand-info-txt.brand-info-txt-storia span {
	margin-top: -60px;
	right: 0;
}
.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;
}
.article-entry .post-image .lay-bottom {
  color: #ffffff;
  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 .brand {
  display: block;
  margin-bottom: 20px;
}
.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;
}
.video-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-thumb img {
  width: 100% !important;
  height: auto !important;
}
.image-thumb:after,
.video-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: 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 ,
.video-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: #ffffff;
  text-align: left;
  line-height: 1.4em;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-thumb:after,
.image-thumb .figcaption ,
.video-thumb:after,
.video-thumb .figcaption {
  -webkit-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,
.no-touch .video-thumb:hover:after,
.touch .video-thumb:after,
.no-touch .video-thumb:hover .figcaption,
.touch .video-thumb .figcaption { 
  opacity: 1;
  filter: alpha(opacity=100);
}

.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 #ffffff;
  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.j-home .row div {
  padding: 0;
  overflow: hidden;
}
.media-wall.j-home .row.gallery-container {
	position: relative;
	overflow: hidden;
}
.media-wall.j-home .prev span, .media-wall.j-home .next span {
	font-size: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.media-wall.j-home .next span {
	right: 10px;
}
.media-wall.j-home .prev span {
	left: 10px;
}
.media-wall.j-home .prev, .media-wall.j-home .next {
	z-index: 100;
	position: absolute;
	display: block;
	width: 20%;
	top: 0;
	height: 100%;
	font-size: 80px;
	color: #ffffff;
	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;
	transition: opacity 0.3s ease-in-out;
}
.media-wall.j-home .next {
	right: 0;
	text-align: right;
}
.media-wall.j-home .prev {
	left: 0;
	text-align: left;
}
.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: #ffffff;
  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: #ffffff;
  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 .highlight-title {
  font-family: 'Oswald', sans-serif;
  background-color: #fbc910;
  padding: 10px 10px;
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.article-highlight div.media {
  background-color: #f9fafa;
  line-height: 1.1em;
}
.article-highlight div.media .media-body {
  padding-right: 10px;
}
.article-highlight div.media .article-title {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: 14px;
}
.article-highlight .image-thumb .article-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  z-index: 5;
  padding: 20px;
  margin: 0;
}
.article-highlight .image-thumb:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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.8em;
  padding-left: 80px;
  padding-bottom: 20px;
  /* wordpress classes */
}
.entry .pull-left,
.entry .alignleft {
  float: left;
  margin-left: -80px;
}
.entry .gallery {
  margin-left: -80px;
  margin-bottom: 20px;
}
.entry a.external-link {
  text-decoration: none;
  font-weight: 700;
}
.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.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: 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: #ffffff;
  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: #ffffff;
}
.gallery .gallery-header .gallery-expand {
  color: #ffffff;
  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;
  overflow: hidden;
}
.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: #ffffff;
  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;
  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;
  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;
  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: #ffffff;
  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: #ffffff;
}
.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 {
  color: #f4b613;
  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 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #a4a8ad;
  font-size: 14px;
}
.hrz-list .row {
  border-right: 1px solid #d9d9d9;
}
.hrz-list .row article {
  border-left: 1px solid #d9d9d9;
  font-weight: 700;
}
.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: 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: 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: #ffffff;
  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: #ffffff;
}
@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 h1 {
	color: #ffffff;
}
.article-header.full-image img {
  width: 100% !important;
  height: auto;
}
.article-header.full-image:after {
  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: 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.empty_opening {
	margin-top:25px;
	padding: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: #ffffff;
  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 .meta:hover {
  color: #ffffff !important;
}
.article-header.full-image .post-title h1,
.article-header.full-image .post-title .title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  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 .title,
  .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: #ffffff;
}
.article-meta ul.share a:hover {
  color: #ffffff !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: 5px 0 0 10px;
  max-width: 660px;
}
@media (max-width: 767px) {
  .article-meta {
    overflow: visible;
  }
}
.article-navigation {
  position: relative;
}
.article-navigation .prev,
.article-navigation .next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 80px;
  color: #ffffff;
  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: #ffffff !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;
  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;
  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 {
  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: #ffffff;
  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: #ffffff;
  opacity: 1;
}
#header input.s:-ms-input-placeholder {
  color: #ffffff;
}
#header input.s::-webkit-input-placeholder {
  color: #ffffff;
}
#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 #ffffff;
  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: 88px;
  border-left: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 5px 7px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#header .navbar .menu li.cover .h-cover:hover {
  color: #ffffff !important;
}

#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: 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: #ffffff;
  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: #ffffff;
  background-color: #fbc910;
  -webkit-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: #ffffff !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: #ffffff;
  background-color: #fbc910;
  -webkit-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: #ffffff !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: #ffffff;
}
#header .navbar .menu .dropdown-menu li a:hover {
  color: #ffffff !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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  font-size: 20px;
}
@media (max-width: 767px) {
  #header .navbar #panorama a,
  #header .navbar #panorama h1:before {
    font-size: 14px;
  }
}
#header .navbar #panorama a {
  color: #ffffff;
}
#header .navbar #panorama a:hover {
  color: #ffffff !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.p-relative .menu-drawer{
  	display:none !important;
  }
  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;
  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: #ffffff;
}
.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: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
#footer #in-edicola ul li:first-child:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  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;
  }
  #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;
  }
}
/*html.menu_open #header.p-relative*/
html.menu_open #navigation.p-relative{
    position: fixed !important;
    display:none !important;
  }
@media (min-width: 768px) and (max-width: 991px) {
  html.menu_open #navigation.p-relative{
        display:block !important;
  }
  html.menu_open #header.p-relative{
	position:fixed !important;
  } 
}
@media (max-width: 767px) {
  html.menu_open #header.p-relative{
	position:fixed !important;
  }
  html.menu_open #navigation.p-relative{
    display:block !important;
  }
  #wrapper {
    z-index: 11;
    position: relative;
  }
  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;
  }
}
/*# sourceMappingURL=style.css.map */