/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy.loaded{opacity:1;}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../assets/frontend/css/vendor/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*@border-radius-base:        4px;
@border-radius-large:       6px;
@border-radius-small:       3px;*/
/**/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #000;
  background-color: #f7f7f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /*margin-top: @line-height-computed;*/
  margin-top: 12px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1420px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f7f7f7;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #ccc;
}
.btn-default .badge {
  color: transparent;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2C91DF;
  border-color: #2084d2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1c76bc;
  border-color: #0f3e63;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1c76bc;
  border-color: #18639d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c76bc;
  border-color: #18639d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #18639d;
  border-color: #0f3e63;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2C91DF;
  border-color: #2084d2;
}
.btn-primary .badge {
  color: #2C91DF;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 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: #f7f7f7;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f7f7f7;
  }
}
.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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  /*margin: @line-height-computed 0;*/
  margin: 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  /*color: @pagination-color;*/
  color: #191919;
  /*background-color: @pagination-bg;*/
  /*border: 1px solid @pagination-border;*/
  border: 1px solid #ccc;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0d0d0d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  /*background-color: @pagination-active-bg;*/
  background-color: #2071af;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'rtvico';
  src: url('../assets/frontend/fonts/rtvico.eot?3d2qyz');
  src: url('../assets/frontend/fonts/rtvico.eot?3d2qyz#iefix') format('embedded-opentype'), url('../assets/frontend/fonts/rtvico.ttf?3d2qyz') format('truetype'), url('../assets/frontend/fonts/rtvico.woff?3d2qyz') format('woff'), url('../assets/frontend/fonts/rtvico.svg?3d2qyz#rtvico') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon-rotate-90:before {
  display: inline-block;
  transform: rotate(90deg);
}
.glyphicon-rotate-180:before {
  display: inline-block;
  transform: rotate(180deg);
}
.glyphicon-rotate-270:before {
  display: inline-block;
  transform: rotate(270deg);
}
.glyphicon-font-increase:before {
  content: "\e923";
}
.glyphicon-font-decrease:before {
  content: "\e925";
}
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rtvico' !important;
  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;
}
.glyphicon-telegram:before {
  content: "\e926";
}
.glyphicon-calendar:before {
  content: "\e922";
}
.glyphicon-emoticon:before {
  content: "\e921";
}
.glyphicon-whatsapp:before {
  content: "\e902";
}
.glyphicon-star:before {
  content: "\e911";
}
.glyphicon-new:before {
  content: "\e911";
}
.glyphicon-cerca:before {
  content: "\e924";
}
.glyphicon-earphone:before {
  content: "\e91a";
}
.glyphicon-envelope:before {
  content: "\e91b";
}
.glyphicon-eye-open:before {
  content: "\e91c";
}
.glyphicon-allegato:before {
  content: "\e900";
}
.glyphicon-ascolta:before {
  content: "\e901";
}
.glyphicon-facebook:before {
  content: "\e903";
}
.glyphicon-freccia-bottom:before {
  content: "\e904";
}
.glyphicon-desc:before {
  content: "\e904";
}
.glyphicon-freccia-bottom-3:before {
  content: "\e905";
}
.glyphicon-freccia-dx:before {
  content: "\e906";
}
.glyphicon-freccia-dx-2:before {
  content: "\e907";
}
.glyphicon-freccia-dx-3:before {
  content: "\e908";
}
.glyphicon-freccia-sx:before {
  content: "\e909";
}
.glyphicon-freccia-sx-2:before {
  content: "\e90a";
}
.glyphicon-freccia-sx-3:before {
  content: "\e90b";
}
.glyphicon-freccia-top:before {
  content: "\e90c";
}
.glyphicon-asc:before {
  content: "\e90c";
}
.glyphicon-freccia-top-3:before {
  content: "\e90d";
}
.glyphicon-linkedin:before {
  content: "\e90e";
}
.glyphicon-mail:before {
  content: "\e90f";
}
.glyphicon-menu:before {
  content: "\e910";
}
.glyphicon-play:before {
  content: "\e912";
}
.glyphicon-radio-live:before {
  content: "\e913";
}
.glyphicon-share:before {
  content: "\e914";
}
.glyphicon-stampa:before {
  content: "\e915";
}
.glyphicon-tv-live:before {
  content: "\e916";
}
.glyphicon-twitter:before {
  content: "\e917";
}
.glyphicon-uguale:before {
  content: "\e918";
}
.glyphicon-stable:before {
  content: "\e918";
}
.glyphicon-ultimora:before {
  content: "\e919";
}
.glyphicon-chiudi:before {
  content: "\e91f";
}
.glyphicon-pause:before {
  content: "\e920";
}
.glyphicon-chevron-right:before {
  content: "\e91d";
}
.glyphicon-chevron-left:before {
  content: "\e91e";
}
/*@link-color:            #777; AUDITS*/
/*@notizie-color: #2c91df; */
/*
COMMON
MAGINFIC POPUP
OWL SLIDER
FOOTER
HEADER 
BREAKING NEWS
HOME 
    NEWS
    SPORT
    TV
    OTHER
    EVENTS
    SOCIAL
ARTICLE
CATEGORY
SHOW
*/
/***************************************************************************************************/
/********************************** COMMON *********************************************************/
/***************************************************************************************************/
.font-principale {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 23px;
  line-height: 25px;
}
h2,
h3,
.h2,
.h3 {
  font-size: 21px;
  line-height: 23px;
  color: #2c2c30;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 27px;
    line-height: 29px;
  }
  h2,
  h3,
  .h2,
  .h3 {
    font-size: 24px;
    line-height: 25px;
  }
}
h4 {
  font-size: 16px;
}
:focus {
  outline: none;
}
.line {
  display: inline-block;
  border-top: 1px solid #50b3e2;
  /*width: 60px;
    height: ceil((@font-size-h2 * 0.3));*/
  width: 0.9em;
  height: 0.35em;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .line {
    width: 1.3em;
  }
}
.line.sport {
  border-color: #269E51;
}
.line.tv {
  border-color: #FF786D;
}
.line.events {
  border-color: #fff;
}
.line.social {
  border-color: #233393;
}
.line.footer {
  border-color: #2F91E1;
}
.line.radioo {
  border-color: #f0a202;
}
.text-sport {
  color: #269e51;
}
.text-notizie {
  color: #2071af;
}
.text-tv {
  color: #ff786d;
}
.text-white {
  color: #fff;
}
.text-radio {
  color: #f0a202;
}
.category-family-music .text-notizie {
  color: #f0a202;
}
.category-family-music #article.news .color {
  color: #f0a202;
}
.category-page .category-family-sport .side-list-article-numbered .number-container .number {
  background-color: #269e51;
}
.category-family-sport .text-notizie {
  color: #269e51;
}
.category-family-sport #article.news .color {
  color: #269e51;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.breadcrumb {
  font-size: 13px;
  padding-left: 0;
  margin-bottom: 7px;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 2px;
}
.bg-darkest {
  background-color: #1A1A1A;
}
.bg-dark {
  background-color: #262628;
}
.text-on-dark-color {
  color: #fff;
}
.dark-top-cnt h2 {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .img-zoom-cnt {
    overflow: hidden;
    background-color: #FFF;
    /*    &:hover{
                img{
                    -webkit-transform: scale(1.07);
                    transform: scale(1.07);
                }
            }*/
  }
}
.img-zoom {
  /*    transition: -webkit-transform 0.5s!important;
        transition: transform 0.5s!important;
        transition: transform 0.5s, -webkit-transform 0.5s!important;*/
}
.img-zoom:hover {
  /*        -webkit-transform: scale(1.07);
                transform: scale(1.07)!important;*/
  opacity: 0.9;
}
.banner a img {
  margin: 0 auto;
}
.adbanner img,
.banner-cnt-fixed img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1440px) {
  .adbanner-top-home {
    width: 940px;
  }
}
aside .adbanner {
  display: block;
}
.banner-cnt-fixed {
  pointer-events: none;
}
.banner-cnt-fixed a {
  pointer-events: all;
}
iframe.video {
  height: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  iframe.video {
    height: 300px;
  }
}
@media (min-width: 992px) {
  iframe.video {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  iframe.video {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  iframe.video {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .cont-banner-principale .adbanner a img {
    margin: 0;
  }
  img.intext {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
a.standard-pointer {
  cursor: default;
}
a.standard-pointer:hover {
  text-decoration: none;
}
.site-margin-bottom {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-margin-bottom {
    margin-bottom: 30px;
  }
}
.inline-title {
  display: inline-block;
}
.inline-with-title {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.inline-with-title span.glyphicon-freccia-dx {
  font-size: 12px;
  margin-left: 10px;
}
h2 ~ .inline-with-title {
  margin-top: 18px;
  margin-bottom: 12px;
}
h3 ~ .inline-with-title {
  margin-top: 16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h2 ~ .inline-with-title {
    margin-top: 22px;
    margin-bottom: 12px;
  }
  h3 ~ .inline-with-title {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  h2 ~ .inline-with-title {
    margin-top: 21px;
    margin-bottom: 0px;
  }
  h3 ~ .inline-with-title {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.show-more {
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
#back-to-top {
  z-index: 999;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #2D2D2D;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border: 1px solid rgba(45, 45, 45, 0.2);
  cursor: pointer;
  text-decoration: none;
}
.text-on-image {
  position: relative;
  overflow: hidden;
}
.text-on-image a .text-wrp {
  color: #fff;
}
.text-on-image .text-wrp {
  /*        padding-top: 20px;
                padding-left:2.2rem;
                padding-right:2.2rem;
                padding-bottom:1.5rem;*/
  line-height: 18px;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1a1a1a+100&0+0,0+0,1+97,1+97 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.5) 50%, #1a1a1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.5) 50%, #1a1a1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.5) 50%, #1a1a1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a1a1a', GradientType=0);
  /* IE6-9 */
}
@media only screen {
  .text-on-image .text-wrp {
    position: absolute;
  }
}
ul.list-style-none {
  list-style: none;
  padding: 0;
}
ul.list-style-none li {
  padding: 0;
}
.nav-tabs.centered {
  text-align: center;
}
.nav-tabs.centered > li {
  float: none;
  display: inline-block !important;
  zoom: 1;
}
.nav-tabs.nav-tabs-site {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nav-tabs.nav-tabs-site {
    margin-bottom: 40px;
  }
}
.nav-tabs li.active a {
  font-weight: 500;
}
.nav-tabs .text-grey {
  color: #aaa;
}
@media (max-width: 767px) {
  audio {
    width: 100%;
  }
}
figure > figcaption,
.caption {
  font-style: italic;
  padding-left: 0;
  color: #666;
  font-size: 14px;
  margin-top: 4px;
  line-height: 15px;
}
.caption {
  margin-top: 4px;
  font-size: 15px;
}
.progress {
  margin-top: 4px;
  margin-bottom: 13px;
}
.progress .progress-bar {
  font-size: 11px;
  line-height: 17px;
  background-color: #2071af;
}
.internal-page {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .internal-page {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .internal-page {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .internal-page {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1440px) {
  .internal-page {
    margin-top: -94px;
  }
}
@media (min-width: 768px) {
  .side-col {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .pagination-cnt .btn {
    padding: 6px 7px;
  }
}
@media (max-width: 992px) {
  .banner-cnt-fixed,
  .calendar-cnt-fixed {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .banner-cnt-fixed,
  .calendar-cnt-fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 3;
  }
  .calendar-cnt-fixed {
    pointer-events: none;
  }
  .calendar-cnt-fixed-wrp {
    pointer-events: auto;
  }
}
.notfound {
  margin: 20px 0;
}
.notfound .text {
  vertical-align: middle;
  color: #525252;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .notfound {
    margin: 25px 0;
  }
  .notfound .icon {
    vertical-align: middle;
    font-size: 35px;
    margin-right: 15px;
  }
  .notfound .text {
    font-size: 18px;
    line-height: 20px;
  }
}
/* SPINNER */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 20px;
}
.lds-ellipsis div {
  position: absolute;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis.dark div {
  background: #191919;
}
.lds-ellipsis.news div {
  background: #2071af;
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.description-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .description-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.description-text .block {
  padding-top: 15px;
  clear: both;
}
/***************************************************************************************************/
/********************************** FORM *********************************************************/
/***************************************************************************************************/
form.standard label {
  font-weight: normal;
  font-size: 15px;
  color: #333333;
}
form.standard input,
form.standard textarea {
  border: none;
  background-color: #E8E8E8;
  box-shadow: none;
}
form.standard .acceptconditions,
form.standard .signupNewsletter {
  font-size: 14px;
  line-height: 16px;
}
form.standard .form-group {
  margin-bottom: 5px;
}
form.standard .btn-lg {
  font-size: 17px;
}
form.standard textarea {
  min-height: 150px;
}
/***************************************************************************************************/
/********************************** BANNER TOP DX *********************************************************/
/***************************************************************************************************/
.cookies_policy {
  color: #fff;
  box-sizing: initial;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  width: 96%;
  font-size: 12px;
  z-index: 9999;
  padding: 11px 2%;
}
.cookies_policy a {
  color: #fff;
  text-decoration: underline;
}
.cookies_policy input {
  color: #fff;
  padding: 4px 8px;
  border: 0;
  margin-left: 10px;
  background-color: #28a745;
}
@media (max-width: 767px) {
  .cookies_policy {
    top: 70px;
  }
}
@media (min-width: 768px) {
  .cookies_policy {
    top: auto;
    bottom: 0;
  }
  .cookies_policy input {
    padding: 0px 5px;
  }
}
/***************************************************************************************************/
/********************************** BANNER TOP DX *********************************************************/
/***************************************************************************************************/
@media (min-width: 768px) {
  .rtvbanner {
    text-align: right;
  }
}
.liveBanner {
  position: relative;
  display: block;
  /*    @media (min-width: @screen-md-min) { 
        }
        @media (min-width: @screen-lg-min) { 
            float: right;
            width: 276px;
        }*/
  /*    @media (min-width: @screen-xl-min) { 
            iframe{
                height:170px;
            }
        }*/
}
.liveBanner .label {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .liveBanner:not(.liveBannerHomepage) {
    width: 100%;
  }
}
.liveBanner.liveBannerHomepage {
  width: 100%;
}
@media (min-width: 1200px) {
  .liveBanner.liveBannerHomepage {
    float: right;
    width: 276px;
  }
}
/***************************************************************************************************/
/************************************* FLASH NEWS *********************************************************/
/***************************************************************************************************/
.flashnews {
  color: #fff;
  border-left: 9px solid #9D1C28;
  background-color: #2D2D2D;
  padding: 9px 22px;
  font-size: 15px;
}
.flashnews .flash {
  margin-right: 20px;
  font-weight: 400;
}
.flashnews a {
  color: #fff;
}
/***************************************************************************************************/
/********************************** MAGINFIC POPUP *********************************************************/
/***************************************************************************************************/
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-close {
  opacity: 1;
}
.mfp-audio {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.mfp-audio audio {
  margin: 15px 0;
  width: 100%;
}
.mfp-audio img {
  width: 100%;
}
.mfp-inline-holder .mfp-content .mfp-audio {
  width: auto;
}
@media (min-width: 992px) {
  .mfp-inline-holder .mfp-content {
    max-width: 60%;
  }
}
.mfp-close-btn-in .mfp-iframe .mfp-close {
  color: #333;
}
.mfp-inline-holder .mfp-content .mfp-iframe {
  background-color: #fff;
  padding: 25px;
}
.mfp-share-media {
  right: 38px;
  position: absolute;
  top: -60px;
  color: #fff;
}
@media (min-width: 768px) {
  .mfp-share-media {
    top: -30px;
  }
}
.mfp-share-media .share {
  display: inline-block;
  vertical-align: super;
  font-size: 14px;
}
.mfp-share-media ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mfp-share-media ul li {
  display: inline-block;
}
.mfp-share-media ul li a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
}
.mfp-share {
  text-align: center;
  /*max-width: 90%;*/
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 40px;
}
.mfp-share .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.mfp-share .subtitle {
  padding-top: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.mfp-share ul {
  list-style: none;
  padding: 20px 0;
}
.mfp-share ul li {
  display: inline-block;
}
.mfp-share ul li a {
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
}
/***************************************************************************************************/
/********************************** OWL SLIDER *********************************************************/
/***************************************************************************************************/
.owl-wrappers-cnt {
  /*    position: relative;
        .owl-wrapper{
            position: absolute;
            top:0;
            left:0;
        }    */
}
.owl-smrtv .owl-stage {
  padding-left: 0!important;
}
.owl-smrtv .owl-stage-outer .action {
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  color: #888888;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .owl-smrtv .owl-stage-outer .action {
    display: none;
  }
}
@media (min-width: 480px) {
  .owl-smrtv .owl-stage-outer .action {
    width: 10%;
  }
}
.owl-smrtv .owl-stage-outer .action .icon {
  top: 50%;
  margin-top: -13px;
  font-size: 25px;
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}
.owl-smrtv .owl-stage-outer .action.prev {
  left: -1px;
  background: #f7f7f7;
  background: -moz-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background: -webkit-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -ms-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(to right, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1);
}
.owl-smrtv .owl-stage-outer .action.prev .icon {
  left: 0;
}
.owl-smrtv .owl-stage-outer .action.next {
  right: -1px;
  background: rgba(247, 247, 247, 0);
  background: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1);
}
.owl-smrtv .owl-stage-outer .action.next .icon {
  right: 0;
}
.owl-smrtv .owl-stage-outer figure a {
  overflow: hidden;
  display: block;
}
.owl-smrtv .img-cnt {
  position: relative;
  overflow: hidden;
}
.owl-smrtv .title {
  overflow: hidden;
  color: #2C2C30;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}
.owl-smrtv .description {
  color: #868686;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.owl-smrtv.owl-to-load .item {
  float: left;
  height: 200px;
}
/***************************************************************************************************/
/********************************** FOOTER *********************************************************/
/***************************************************************************************************/
.link-social {
  margin: 25px 0;
  text-align: center;
}
.layout-footer {
  font-size: 14px;
}
.layout-footer .social-media {
  background-color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .layout-footer .social-media {
    padding-top: 10px;
  }
}
.layout-footer .social-media .line {
  border-color: #233393;
}
.layout-footer .social-media .fb,
.layout-footer .social-media .tw {
  overflow: hidden;
}
.layout-footer .social-media .fb iframe {
  border-top: 1px solid rgba(15, 70, 100, 0.12) !important;
}
.layout-footer .social-media .tw iframe {
  border-top: 1px solid rgba(15, 70, 100, 0.12) !important;
}
@media (min-width: 480px) {
  .layout-footer .fc {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .layout-footer .mm {
    border-top: 1px solid #535353;
  }
  .layout-footer .xs-pad {
    padding-left: 20px;
  }
  .layout-footer .xs-pad.main {
    padding-bottom: 15px;
  }
  .layout-footer .mm,
  .layout-footer h4 {
    position: relative;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    width: 100%;
    color: #2f91e1;
    display: block;
    padding: 14px 0 6px 20px;
    font-size: 18px!important;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .layout-footer .mm .icon,
  .layout-footer h4 .icon {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 4px;
  }
  .layout-footer .mm .icon:before,
  .layout-footer h4 .icon:before {
    color: #ccc;
    transition: all 350ms ease;
  }
  .layout-footer .mm.hover,
  .layout-footer h4.hover {
    text-decoration: none;
  }
  .layout-footer .mm.hover .icon:before,
  .layout-footer h4.hover .icon:before {
    transform: rotate(270deg);
  }
  .layout-footer .fc {
    display: none;
    padding-bottom: 7px;
  }
}
.layout-footer .rif-aziendali {
  background-color: #2e2e30;
  color: #fff;
}
@media only screen {
  .layout-footer .rif-aziendali {
    border-top: 1px solid #969696;
  }
}
.layout-footer .rif-aziendali .loghi {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 85px;
}
.layout-footer .rif-aziendali .loghi img {
  display: inline-block;
}
@media (max-width: 767px) {
  .layout-footer .rif-aziendali .loghi {
    padding-top: 18px;
    padding-bottom: 2px;
  }
  .layout-footer .rif-aziendali .loghi .loghi-bn {
    padding: 0 15px;
  }
  .layout-footer .rif-aziendali .loghi .loghi-bn .col-xs-4 {
    padding: 0 10px;
  }
}
.layout-footer .rif-aziendali .dati-aziendali {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #535353;
}
.layout-footer .rif-aziendali .dati-aziendali a {
  color: white;
}
.layout-footer .rif-aziendali .dati-aziendali ul {
  padding: 0;
}
.layout-footer .rif-aziendali .dati-aziendali ul li {
  display: block;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .layout-footer .rif-aziendali .dati-aziendali ul li {
    display: inline-block;
    margin: 0;
  }
  .layout-footer .rif-aziendali .dati-aziendali ul li + li {
    border-left: 1px solid #999;
    padding-left: 4px;
    line-height: 1em;
  }
}
.layout-footer .rif-aziendali .dati-aziendali .glyphicon {
  color: #aaa;
}
@media (max-width: 767px) {
  .layout-footer .rif-aziendali .dati-aziendali {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.layout-footer .rif-aziendali .app {
  padding-top: 20px;
  border-top: 1px solid #535353;
}
@media (max-width: 767px) {
  .layout-footer .rif-aziendali .app {
    padding-top: 0px;
    border: 0;
    margin: 0 5px 4px 5px;
  }
  .layout-footer .rif-aziendali .app .store {
    width: 100px;
  }
  .layout-footer .rif-aziendali .app a {
    line-height: 40px!important;
  }
}
.layout-footer .rif-aziendali .app a,
.layout-footer .rif-aziendali .app img {
  display: inline-block;
  line-height: 70px;
}
.layout-footer .rif-aziendali .app .titolo-scarica {
  font-size: 25px;
  padding-bottom: 10px;
  line-height: 1em;
}
.layout-footer .rif-aziendali .app .link-download {
  text-align: justify;
}
.layout-footer .rif-aziendali .app .link-download .filler {
  display: inline-block;
  width: 100%;
  height: 0;
}
.layout-footer .rif-aziendali .app .cont-separatore {
  text-align: center;
}
.layout-footer .rif-aziendali .app .cont-separatore .separatore {
  display: inline-block;
  border-left: 1px solid #535353;
  height: 40px;
  margin-top: 15px;
}
@media (min-width: 1440px) {
  .layout-footer .rif-aziendali .app .titolo-scarica {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .layout-footer .rif-aziendali .app {
    text-align: center;
  }
  .layout-footer .rif-aziendali .app .link-download {
    text-align: center;
  }
}
.layout-footer .end-of-page {
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 16px;
  /*color: #868686;*/
  color: #333;
}
.layout-footer .end-of-page a {
  text-decoration: underline;
  color: #333;
}
.layout-footer .end-of-page .torna-su {
  text-align: center;
}
.layout-footer .end-of-page .credits {
  text-align: right;
}
@media (max-width: 767px) {
  .layout-footer .end-of-page .privacy-policy,
  .layout-footer .end-of-page .torna-su,
  .layout-footer .end-of-page .credits {
    text-align: center;
    margin-bottom: 0px;
  }
}
/***************************************************************************************************/
/********************************** HEADER *********************************************************/
/***************************************************************************************************/
@media (min-width: 768px) {
  body.header-affix {
    padding-top: 146px;
  }
}
@media (max-width: 767px) {
  .layout-header {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1030;
    top: 0;
    left: -100%;
    background-color: #232323;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .layout-header .closebtn {
    text-decoration: none;
    position: absolute;
    color: #fff;
    right: 17px;
    top: 23px;
    font-size: 20px;
    z-index: 1030;
  }
  .layout-header .cont-link-live {
    padding-left: 21px;
  }
  .layout-header .header .container {
    padding: 0;
  }
  .layout-header .menu-principale {
    background-color: #2e2e30;
  }
  .layout-header .menu-principale a {
    display: block;
  }
  body {
    margin-top: 70px;
  }
  .mobile-list {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 15px 0 0 0;
  }
  .mobile-list a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 16px;
  }
  .mobile-list a strong {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .menu-mobile {
    z-index: 900;
    position: fixed;
    top: 0;
    height: 70px;
    text-align: center;
    background-color: #2D2D2D;
    width: 100%;
    margin: 0;
  }
  .menu-mobile.cerca {
    z-index: 1005;
  }
  .menu-mobile .l {
    padding: 0;
  }
  .menu-mobile .right a {
    text-align: right;
    padding-right: 10px;
  }
  .menu-mobile .left a {
    text-align: left;
    padding-left: 10px;
  }
  .menu-mobile .cont-img {
    width: 46%;
    padding: 11px 6px;
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
  }
  .menu-mobile .cont-img img {
    margin: 0 auto;
    max-height: 50px;
  }
  .menu-mobile .logo-link {
    /*padding-left:16px;*/
  }
  .menu-mobile .cont-img.termini {
    width: 40%;
    /*padding-right:16px;*/
  }
  .menu-mobile .icon-wrp {
    font-size: 30px;
    text-align: center;
  }
  .menu-mobile .icon-wrp a {
    display: block;
    height: 70px;
    width: 100%;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
  }
  .menu-mobile .icon-wrp a .glyphicon-chiudi {
    font-size: 20px;
  }
  .menu-mobile input {
    font-size: 15px;
    border-bottom: 1px solid #535353;
    margin-top: 19px;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    color: #fff;
    width: 63%;
  }
  .menu-mobile #searchMobile {
    color: #fff;
    border-bottom: 1px solid #fff !important;
  }
  .menu-mobile #searchMobile::-moz-placeholder {
    color: #fff;
  }
  .menu-mobile #searchMobile::-ms-input-placeholder {
    color: #fff;
  }
  .menu-mobile #searchMobile::-webkit-input-placeholder {
    color: #fff;
  }
  .menu-mobile #searchMobile option {
    color: #000;
  }
  .menu-mobile .glyphicon-chiudi {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (min-width: 450px) {
  .menu-mobile .cont-img {
    max-height: 50px;
  }
  .menu-mobile .cont-img img {
    max-height: 50px;
  }
}
#searchSelect,
#searchSelectMobile {
  padding: 0;
  background: transparent;
  /*border: none;*/
  /*color: #848282;*/
  color: #fff;
  border: 1px solid #ccc;
}
#searchSelect {
  margin-right: 20px;
  padding: 4px 12px 4px 8px;
  width: 129px;
}
#searchSelect option {
  color: #000;
}
#searchSelectMobile {
  width: 30%;
  font-size: 13px;
  margin-top: 19px;
}
#searchSelectMobile option {
  color: #000;
}
.layout-header.affix-top .header .header-bottom {
  position: relative;
}
@media (min-width: 768px) {
  .layout-header.affix-top .header .header-bottom {
    height: 68px;
  }
}
.layout-header.affix-top .header .cont-logo {
  position: absolute;
  margin-top: -14px;
}
.layout-header .hidden-affix-top {
  display: none!important;
}
@media (min-width: 768px) {
  .layout-header.affix {
    width: 100%;
    height: 61px;
    z-index: 900;
    left: 0;
    right: 0;
    /*top:0;*/
    margin-top: -146px;
  }
  .layout-header.affix .visible-affix-block {
    display: block;
  }
  .layout-header.affix .visible-affix-inline-block {
    display: inline-block;
  }
  .layout-header.affix .hidden-affix-top {
    display: inherit!important;
  }
  .layout-header.affix .hidden-affix {
    display: none!important;
  }
  .layout-header.affix #search {
    color: #000;
    border-bottom: 1px solid #333333 !important;
  }
  .layout-header.affix #search::-moz-placeholder {
    color: #333333;
  }
  .layout-header.affix #search::-ms-input-placeholder {
    color: #333333;
  }
  .layout-header.affix #search::-webkit-input-placeholder {
    color: #333333;
  }
  .layout-header.affix #search option {
    color: #000;
  }
  .layout-header.affix #searchSelect {
    color: #000;
    border: 1px solid #333333;
  }
  .layout-header.affix .cont-link-live .link-live a.radio-live-link {
    border-color: #ccc;
  }
  .layout-header.affix .cont-link-live .link-live a.tv-live-link {
    border-color: #ccc;
  }
  .layout-header.affix .header {
    background-color: #fff;
    padding: 5px 0;
  }
  .layout-header.affix .header .header-bottom {
    padding-top: 0;
  }
  .layout-header.affix .header .cont-link-live {
    margin-left: -26px;
  }
  .layout-header.affix .header .cont-link-live .link-live {
    font-size: 14px;
  }
  .layout-header.affix .header .cont-link-live .link-live a {
    color: #333;
  }
  .layout-header.affix .header .cont-link-live .link-live.link-live-tv {
    border-right: 1px solid #CCCCCC;
  }
  .layout-header.affix .header .cont-menu {
    padding: 3px 0 0 0;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale {
    margin-top: 0;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li.hover > a {
    color: #fff;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li .sub-menu {
    top: 96%;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li > a {
    border-bottom-width: 2px;
    color: #333333;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li > a.menu-cerca {
    color: #333333;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li > a.menu-cerca .label {
    display: none;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li > a.menu-cerca:hover {
    color: #333333;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li > a.menu-cerca .icon {
    color: #333333;
  }
  .layout-header.affix .header .cont-menu ul.menu-principale > li#cont-search a {
    color: #333333;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .layout-header.affix .header .cont-menu {
    padding: 0;
  }
  .layout-header.affix .header .cont-menu.search-opened #cont-search {
    margin-top: 7px;
  }
}
@media (min-width: 992px) {
  .layout-header.affix .header .cont-link-live {
    margin-left: 0;
    color: #333;
  }
}
@media (min-width: 1200px) {
  .layout-header.affix .header .cont-link-live {
    margin-left: 50px;
    color: #333;
  }
}
.layout-header .cont-link-live {
  z-index: 1000;
  position: relative;
}
.layout-header .cont-link-live .link-live {
  display: inline-block;
  font-weight: 400;
}
.layout-header .cont-link-live .link-live a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 4px 6px;
}
.layout-header .cont-link-live .link-live a span {
  animation: blinkingLive  2s infinite;
}
.layout-header .cont-link-live .link-live a.tv-live-link {
  border: 1px solid #ff786d;
  margin-left: 5px;
}
.layout-header .cont-link-live .link-live a.radio-live-link {
  border: 1px solid #f0a202;
  margin-left: 5px;
}
.layout-header .cont-link-live .link-live a:hover {
  text-decoration: none;
}
.layout-header .cont-link-live .link-live .glyphicon-tv-live {
  color: #ff786d;
}
.layout-header .cont-link-live .link-live .glyphicon-radio-live {
  color: #f0a202;
  font-size: 16px;
  line-height: 1em;
  vertical-align: sub;
}
.layout-header .cont-link-live .link-live.link-live-tv {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #3a3a3a;
  /*AUDITS                a {
                                    background-color: #ff786d;
                                }*/
}
.layout-header .cont-link-live .link-live.link-live-radio {
  /* AUDITS               a {
                                    background-color: @radio-color;
                                }*/
}
.layout-header .header {
  background-color: #2e2e30;
  color: #fff;
}
@media (min-width: 768px) {
  .layout-header .header {
    padding-bottom: 28px;
  }
}
.layout-header .header .top-of-page {
  padding: 24px 0;
  border-bottom: 1px solid #3a3a3a;
  font-size: 14px;
}
@media (min-width: 768px) {
  .layout-header .header .top-of-page {
    padding: 10px 0;
  }
}
.layout-header .header .top-of-page strong {
  font-weight: 500;
}
.layout-header .header .top-of-page .last-update {
  text-transform: uppercase;
  font-weight: 400;
}
.layout-header .header .top-of-page .last-update span {
  text-transform: none;
  font-weight: 300;
}
.layout-header .header .top-of-page .cont-menu-top {
  text-align: right;
}
.layout-header .header .top-of-page .cont-menu-top ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 992px) {
  .layout-header .header .top-of-page .cont-menu-top ul {
    font-size: 13px;
  }
}
.layout-header .header .top-of-page .cont-menu-top ul li {
  display: inline-block;
}
.layout-header .header .top-of-page .cont-menu-top ul li a {
  color: #fff;
  font-weight: 500;
}
.layout-header .header .top-of-page .cont-menu-top ul li + li {
  border-left: 1px solid #999;
  padding-left: 4px;
  line-height: 1em;
}
.layout-header .header .header-bottom {
  position: relative;
}
@media (min-width: 768px) {
  .layout-header .header .header-bottom {
    padding-top: 13px;
  }
}
.layout-header .header .cont-logo {
  position: relative;
  display: inline-block;
  z-index: 1000;
}
.layout-header .header .cont-logo .logo-link,
.layout-header .header .cont-logo .logo-nemini-termini {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .layout-header .header .cont-logo .logo-top,
  .layout-header .header .cont-logo .logo-nemini-termini {
    max-height: 55px;
  }
  .layout-header .header .cont-logo .logo-nemini-termini {
    margin-left: 20px;
  }
  .layout-header .header .cont-logo .logo-link {
    width: 90px;
    margin: 0;
    font-size: 28px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  }
  .layout-header .header .cont-logo .logo-link a {
    text-indent: -99999px;
    display: block;
    line-height: 90px;
  }
}
@media (min-width: 992px) {
  .layout-header .header .cont-logo .logo-top,
  .layout-header .header .cont-logo .logo-nemini-termini {
    max-height: 55px;
  }
  .layout-header .header .cont-logo .logo-nemini-termini {
    margin-left: 30px;
  }
}
.layout-header .header .cont-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.layout-header .header .cont-menu ul.menu-principale {
  padding: 5px 0 0 0;
  list-style: none;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale {
    padding: 0;
    margin-top: 15px;
  }
  .layout-header .header .cont-menu ul.menu-principale.search-opened li:not(#cont-search) {
    display: none;
  }
  .layout-header .header .cont-menu ul.menu-principale.search-opened #cont-search {
    display: block;
  }
  .layout-header .header .cont-menu ul.menu-principale.search-opened #cont-search form {
    margin-top: 10px;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search a {
    padding: 0;
    font-size: 27px;
    color: #fff;
    vertical-align: middle;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search a .glyphicon-chiudi {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search a .glyphicon-cerca {
    display: inline-block;
    margin-right: 8px;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search form {
    display: inline-block;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search form #search {
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    min-width: 200px;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search form #search::-moz-placeholder {
    color: #fff;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search form #search::-ms-input-placeholder {
    color: #fff;
  }
  .layout-header .header .cont-menu ul.menu-principale #cont-search form #search::-webkit-input-placeholder {
    color: #fff;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: block;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li {
    display: inline-block;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li > a {
  position: relative;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: block;
  padding: 6px 0 6px 20px;
  font-size: 18px;
}
.layout-header .header .cont-menu ul.menu-principale > li > a .icon {
  float: right;
  margin-right: 20px;
  font-size: 12px;
  margin-top: 4px;
}
.layout-header .header .cont-menu ul.menu-principale > li > a .icon:before {
  transition: all 350ms ease;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li > a {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-left: 1px;
    border-bottom: 1px solid transparent;
    padding: 10px 15px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li > a.menu-cerca {
    text-transform: none;
    color: #656668;
    padding: 2px 0 2px 20px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li > a.menu-cerca .label {
    margin-right: 14px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li > a.menu-cerca .icon {
    font-size: 27px;
    color: #fff;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .layout-header .header .cont-menu ul.menu-principale > li > a {
    padding: 10px 23px;
  }
}
@media (min-width: 1200px) {
  .layout-header .header .cont-menu ul.menu-principale > li > a {
    padding: 10px 30px;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li > a.menu-notizie,
.layout-header .header .cont-menu ul.menu-principale > li > a #notizie {
  border-color: #2071af;
}
.layout-header .header .cont-menu ul.menu-principale > li > a.menu-sport,
.layout-header .header .cont-menu ul.menu-principale > li > a #sport {
  border-color: #269e51;
}
.layout-header .header .cont-menu ul.menu-principale > li > a.menu-tv,
.layout-header .header .cont-menu ul.menu-principale > li > a #tv {
  border-color: #ff786d;
}
.layout-header .header .cont-menu ul.menu-principale > li > a.menu-radio {
  border-color: #f0a202;
}
.layout-header .header .cont-menu ul.menu-principale > li > a.menu-meteo {
  border-color: #3DDDFA;
}
.layout-header .header .cont-menu ul.menu-principale > li > a:hover {
  text-decoration: none;
}
.layout-header .header .cont-menu ul.menu-principale > li.hover > a {
  text-decoration: none;
}
.layout-header .header .cont-menu ul.menu-principale > li.hover > a .icon:before {
  transform: rotate(270deg);
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li.hover > a.menu-notizie {
    background-color: #2071af;
  }
  .layout-header .header .cont-menu ul.menu-principale > li.hover > a.menu-sport {
    background-color: #269e51;
  }
  .layout-header .header .cont-menu ul.menu-principale > li.hover > a.menu-tv {
    background-color: #ff786d;
  }
  .layout-header .header .cont-menu ul.menu-principale > li.hover > a.menu-radio {
    background-color: #f0a202;
  }
  .layout-header .header .cont-menu ul.menu-principale > li.hover > a.menu-meteo {
    background-color: #3DDDFA;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu {
  display: none;
  z-index: 1010;
  background-color: rgba(39, 39, 39, 0.97);
  list-style: none;
  list-style-type: none;
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu {
    position: absolute;
    right: 0;
    top: 99%;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col {
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col {
    /*padding: 20px;*/
    width: 230px;
    display: table-cell;
    vertical-align: top;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col h3 {
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col ul {
    padding-left: 4px;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col ul li {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col ul li {
    margin-bottom: 4px;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col ul li .line {
  border-top: 1px solid #fff;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col a {
  color: white;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col .box-head {
  padding-top: 18px;
  margin-bottom: 17px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col .box-head .titolo {
  font-size: 16px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col .box-head .vedi-tutti a {
  font-weight: 200;
  font-size: 14px;
  color: #999;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col1,
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col2 {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col1,
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu .col2 {
    width: 335px;
    padding-bottom: 15px;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#sport {
  border-top: 5px solid #269e51;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#sport .col1 {
  width: 300px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#sport .col2 {
  border-left: 1px solid #4d4d51;
  padding-right: 20px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#tv {
  border-top: 5px solid #ff786d;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#tv .col1 {
  padding-bottom: 4px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#meteo {
  border-top: 5px solid #3DDDFA;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#meteo .col1 {
  width: 297px;
  padding-top: 26px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#meteo .col2 {
  border-left: 1px solid #4d4d51;
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 26px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .box-articolo .titolo {
  font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .box-articolo .dati-aggiuntivi {
  font-size: 12px;
  font-weight: 200;
  text-transform: lowercase;
  color: #bababa;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu .box-articolo .dati-aggiuntivi .visualizzazioni {
  color: #2c91df;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie {
  border-top: 5px solid #2071af;
  /*                            .col1 {
                                                            width: 250px;
                                                        }*/
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col1 {
    width: 300px;
  }
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col2 {
  border-left: 1px solid #4d4d51;
  padding-right: 20px;
}
.layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col3 {
  background-color: #2071af;
  margin-bottom: 0;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col3 {
    /*padding-right:0px;*/
    padding-bottom: 0px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col3 ul {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col3 ul li {
    margin-bottom: 10px;
  }
  .layout-header .header .cont-menu ul.menu-principale > li .sub-menu#notizie .col3 ul li .line {
    border-color: white;
  }
}
@media (max-width: 767px) {
  .cont-banner-principale.dark {
    background-color: #1A1A1A;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .cont-banner-principale {
    /*background: linear-gradient(0deg, transparent 50%, #2e2e30 50%);*/
    background: #2d2d2d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2d2d2d 0%, #2d2d2d 26%, #f7f7f7 26%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2d2d2d 0%, #2d2d2d 26%, #f7f7f7 26%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2d2d2d 0%, #2d2d2d 26%, #f7f7f7 26%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
    /*height: 40px;*/
    overflow: hidden;
  }
  .cont-banner-principale.dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,2d2d2d+26,1a1a1a+26,1a1a1a+100 */
    background: #2d2d2d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2d2d2d 0%, #2d2d2d 26%, #1a1a1a 26%, #1a1a1a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2d2d2d 0%, #2d2d2d 26%, #1a1a1a 26%, #1a1a1a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2d2d2d 0%, #2d2d2d 26%, #1a1a1a 26%, #1a1a1a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#1a1a1a', GradientType=0);
    /* IE6-9 */
  }
}
/***************************************************************************************************/
/********************************** BREAKING NEWS **************************************************/
/***************************************************************************************************/
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100vw);
    /* Browser bug fix */
    -webkit-transform: translateX(100vw);
    /* Browser bug fix */
    transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.breakingnews {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  height: 30px;
  width: 100%;
}
.breakingnews .scroll-left {
  height: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #EEEEEE;
}
.breakingnews .scroll-left div {
  position: absolute;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: left;
  /* Starting position */
  /*            -moz-transform:translateX(100vw);
                        -webkit-transform:translateX(100vw);	
                        transform:translateX(100vw);*/
  /* Apply animation to this element */
  /*                        -moz-animation: scroll-left 10s linear infinite;
                                    -webkit-animation: scroll-left 10s linear infinite;
                                    animation: scroll-left 10s linear infinite;*/
}
.breakingnews .scroll-left div:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.breakingnews .label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  background-color: #EEEEEE;
  display: inline-block;
  border: 5px solid #2C91DF;
  color: #2C91DF;
  z-index: 101;
  padding: 3px 13px 0 13px;
}
.breakingnews .label h2 {
  color: #2C91DF;
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  margin: 0;
}
.breakingnews a {
  color: #444;
  margin: 0;
  margin-right: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .breakingnews {
    height: 40px;
    /*        .label{
                    line-height: 30px;
                }*/
  }
  .breakingnews .scroll-left {
    height: 40px;
  }
  .breakingnews .scroll-left div {
    line-height: 40px;
  }
}
/***************************************************************************************************/
/********************************** HOME -> NEWS ***************************************************/
/***************************************************************************************************/
@media (max-width: 992px) {
  .home-news-wrapper .text-on-image .text-wrp {
    background-color: #1A1A1A;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background: none;
    padding-top: 4px;
  }
}
@media screen and (min-width: 992px) {
  .home-news-wrapper {
    margin-top: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-wrapper {
    margin-top: -45px;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-wrapper {
    margin-top: -45px;
  }
}
@media screen and (min-width: 768px) {
  .home-news-wrapper .margin-top {
    margin-top: 24px;
  }
}
.home-news-wrapper .banner.mobile {
  margin: 15px 0;
}
.home-news-wrapper,
.home-sport-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news-wrapper .banner,
  .home-sport-wrapper .banner,
  .home-news-wrapper .adbanner,
  .home-sport-wrapper .adbanner {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-news-wrapper,
  .home-sport-wrapper {
    padding-bottom: 96px;
  }
}
.home-news-wrapper .news .title,
.home-sport-wrapper .news .title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 3px;
  line-height: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .home-news-wrapper .news .title,
  .home-sport-wrapper .news .title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .home-news-wrapper .news,
  .home-sport-wrapper .news {
    margin-top: 15px;
    border-bottom: 1px solid #333;
  }
  .home-news-wrapper .text-wrp,
  .home-sport-wrapper .text-wrp {
    padding-top: 5px!important;
    padding-bottom: 0!important;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  .home-news-wrapper .news,
  .home-sport-wrapper .news {
    padding-bottom: 12px;
  }
}
/***************************************************************************************************/
/********************************** HOME -> SPORT ***************************************************/
/***************************************************************************************************/
.home-sport-wrapper {
  /*    @media (min-width: @screen-sm) {
            aside{
                margin-top:44px;
            }
            
        }*/
}
@media (max-width: 992px) {
  .home-sport-wrapper {
    /*.text-on-image.tiny .text-wrp{*/
  }
  .home-sport-wrapper .text-on-image .text-wrp {
    background-color: #262628;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background: none;
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .home-sport-wrapper .text-on-image .text-wrp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1a1a1a+100&0+0,0+0,1+97,1+97 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 40, 0.5) 20%, #262628 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 40, 0.5) 20%, #262628 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 40, 0.5) 20%, #262628 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a1a1a', GradientType=0);
    /* IE6-9 */
  }
}
@media (max-width: 768px) {
  .home-sport-wrapper .banner-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-sport-wrapper .banner-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .home-sport-wrapper .banner-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-sport-wrapper {
    padding-top: 44px;
  }
  .home-sport-wrapper .adbanner.two,
  .home-sport-wrapper .banner.two {
    margin-top: 9px;
    border-top: 1px solid #4D4D51;
    padding-top: 9px;
  }
}
/***************************************************************************************************/
/********************************** HOME -> TV ***************************************************/
/***************************************************************************************************/
.owl-tv .hour {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff786d;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  padding-top: 1px;
}
/***************************************************************************************************/
/********************************** HOME -> OTHER ***************************************************/
/***************************************************************************************************/
.other-news .tab {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.other-news .tab li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 16px;
  color: #2C2C30;
}
.other-news .tab li.active {
  color: #fff;
  /*background-color: @notizie-color;*/
  background-color: #1266a7;
}
.other-news .tab li.active.other-news-sport {
  background-color: #269e51;
}
@media (min-width: 768px) {
  .other-news .tab li {
    padding: 15px 20px;
  }
}
.owl-news .news.text-on-image .text-wrp {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media only screen {
  .owl-news .news.text-on-image .text-wrp {
    position: absolute;
  }
}
.owl-news .news.text-on-image .text-wrp news.text-on-image .title {
  margin-top: 0px;
  font-size: 17px;
}
/***************************************************************************************************/
/********************************** HOME -> rayplay ***************************************************/
/***************************************************************************************************/
.owl-smrtv.owl-play-on-dark .owl-stage-outer a {
  color: #fff;
}
.owl-smrtv.owl-play-on-dark .owl-stage-outer a .title,
.owl-smrtv.owl-play-on-dark .owl-stage-outer a .description {
  color: #fff;
}
.owl-smrtv.owl-play-on-dark .owl-stage-outer .action {
  color: #fff;
}
.owl-smrtv.owl-play-on-dark .owl-stage-outer .action.prev {
  left: 0;
  background: #1a1a1a;
  background: -moz-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a1a1a), color-stop(100%, rgba(26, 26, 26, 0)));
  background: -webkit-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -o-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -ms-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: linear-gradient(to right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=1);
}
.owl-smrtv.owl-play-on-dark .owl-stage-outer .action.next {
  right: 0;
  background: rgba(26, 26, 26, 0);
  background: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 26, 26, 0)), color-stop(100%, #1a1a1a));
  background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -o-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -ms-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=1);
}
.owl-smrtv.owl-play-on-dark .owl-stage-outer .options a {
  color: #1a1a1a;
}
.owl-smrtv.owl-play-on-white .owl-stage-outer a {
  color: #1a1a1a;
}
.owl-smrtv.owl-play-on-white .owl-stage-outer a .title,
.owl-smrtv.owl-play-on-white .owl-stage-outer a .description {
  color: #1a1a1a;
}
.owl-smrtv.owl-play-on-white .owl-stage-outer .action {
  color: #1a1a1a;
}
.owl-smrtv.owl-play-on-white .owl-stage-outer .action.prev {
  left: 0;
  background: #f7f7f7;
  background: -moz-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background: -webkit-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -ms-linear-gradient(left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(to right, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1);
}
.owl-smrtv.owl-play-on-white .owl-stage-outer .action.next {
  right: 0;
  background: rgba(247, 247, 247, 0);
  background: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1);
}
.owl-smrtv.owl-play-on-white .owl-stage-outer .options a {
  color: #1a1a1a;
}
/***************************************************************************************************/
/********************************** HOME -> EVENTS ***************************************************/
/***************************************************************************************************/
.events-wide-container {
  background-color: #469B9C;
  padding-top: 10px;
  padding-bottom: 10px;
}
.events-wide-container h3 {
  color: #fff;
}
.events-wide-container .owl-wrappers-cnt {
  overflow: hidden;
}
@media (min-width: 992px) {
  .events-wide-container .owl-wrappers-cnt {
    max-height: 200px;
  }
}
.owl-smrtv.owl-events {
  color: #fff;
}
.owl-smrtv.owl-events .owl-stage-outer a {
  color: #fff;
}
.owl-smrtv.owl-events .owl-stage-outer a .title,
.owl-smrtv.owl-events .owl-stage-outer a .description {
  color: #fff;
}
.owl-smrtv.owl-events .owl-stage-outer .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #469B9C;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  z-index: 2;
  font-weight: 500;
  font-size: 13px;
  padding-top: 1px;
}
.owl-smrtv.owl-events .owl-stage-outer .action {
  color: #fff;
}
.owl-smrtv.owl-events .owl-stage-outer .action.prev {
  left: 0;
  background: #469b9c;
  background: -moz-linear-gradient(left, #469b9c 0%, rgba(70, 155, 156, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #469b9c), color-stop(100%, rgba(70, 155, 156, 0)));
  background: -webkit-linear-gradient(left, #469b9c 0%, rgba(70, 155, 156, 0) 100%);
  background: -o-linear-gradient(left, #469b9c 0%, rgba(70, 155, 156, 0) 100%);
  background: -ms-linear-gradient(left, #469b9c 0%, rgba(70, 155, 156, 0) 100%);
  background: linear-gradient(to right, #469b9c 0%, rgba(70, 155, 156, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#469b9c', endColorstr='#469b9c', GradientType=1);
}
.owl-smrtv.owl-events .owl-stage-outer .action.next {
  right: 0;
  background: rgba(70, 155, 156, 0);
  background: -moz-linear-gradient(left, rgba(70, 155, 156, 0) 0%, #469b9c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70, 155, 156, 0)), color-stop(100%, #469b9c));
  background: -webkit-linear-gradient(left, rgba(70, 155, 156, 0) 0%, #469b9c 100%);
  background: -o-linear-gradient(left, rgba(70, 155, 156, 0) 0%, #469b9c 100%);
  background: -ms-linear-gradient(left, rgba(70, 155, 156, 0) 0%, #469b9c 100%);
  background: linear-gradient(to right, rgba(70, 155, 156, 0) 0%, #469b9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#469b9c', endColorstr='#469b9c', GradientType=1);
}
.owl-smrtv.owl-events .owl-stage-outer .options a {
  color: #a1d1d2;
}
/***************************************************************************************************/
/********************************** ARTICLE ***************************************************/
/***************************************************************************************************/
.action-container {
  position: relative;
  overflow: hidden;
}
.action-container .image-action {
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: 0;
  padding: 5px 10px;
  font-size: 14px;
  background-color: rgba(26, 26, 26, 0.3);
}
.action-container .image-action:hover .label {
  display: inline-block;
}
.action-container .image-action .label {
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-size: 11px;
  display: none;
}
.action-container .image-action .icon {
  position: relative;
  z-index: 2;
  font-size: 15px;
  vertical-align: sub;
}
.action-container .image-action.share {
  left: 0;
  padding-bottom: 6px;
}
.action-container .image-action.share .label {
  margin-left: 10px;
}
.action-container .image-action.share .icon {
  font-size: 14px;
}
.action-container .image-action.play {
  right: 0;
}
.action-container .image-action.play .label {
  margin-right: 10px;
}
.action-container .image-action.play .icon {
  font-size: 19px;
}
.news .category {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.news.home-list {
  margin-bottom: 13px;
}
.news.home-list a:hover {
  color: #fff;
}
.news.text-on-image {
  position: relative;
  overflow: hidden;
}
.news.text-on-image img {
  width: 100%;
  height: auto;
  display: block;
}
.news.text-on-image .text-wrp {
  /*            @media only screen{
                            position: absolute;
                        }
                        padding-top: 20px;
                        padding-left:2.2rem;
                        padding-right:2.2rem;
                        padding-bottom:1.5rem;
                        left: 0;
                        right: 0;
                        bottom: 0;*/
}
.news.text-on-image .title {
  margin: 0;
  color: #fff;
  margin-top: 5px;
  font-weight: 400;
  /*                font-size:16px;
                            line-height:18px;*/
}
@media screen and (min-width: 768px) {
  .news.text-on-image.big .title {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 768px) {
  .news.text-on-image.big .title {
    font-size: 21px;
    line-height: 23px;
  }
}
#article .article-share-cnt .lbl,
#show .article-share-cnt .lbl,
#event .article-share-cnt .lbl {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
#article .article-share-cnt ul,
#show .article-share-cnt ul,
#event .article-share-cnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#article .article-share-cnt ul li,
#show .article-share-cnt ul li,
#event .article-share-cnt ul li {
  padding: 0;
  display: inline-block;
}
@media (max-width: 992px) {
  #article .article-share-cnt ul,
  #show .article-share-cnt ul,
  #event .article-share-cnt ul {
    display: inline-block;
  }
}
#article .article-share-cnt a,
#show .article-share-cnt a,
#event .article-share-cnt a {
  font-size: 30px;
  text-decoration: none;
}
@media (min-width: 992px) {
  #article .article-share-cnt a,
  #show .article-share-cnt a,
  #event .article-share-cnt a {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #article .article-share-cnt,
  #show .article-share-cnt,
  #event .article-share-cnt {
    text-align: center;
  }
  #article .article-share-cnt ul li,
  #show .article-share-cnt ul li,
  #event .article-share-cnt ul li {
    display: block;
  }
}
#article .article-share-cnt hr,
#show .article-share-cnt hr,
#event .article-share-cnt hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
}
@media (max-width: 992px) {
  #article.site-margin-bottom {
    margin-bottom: 0;
  }
}
#article audio {
  display: block;
}
#article h2 {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #article h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
#article h3 {
  font-size: 17px;
  line-height: 19px;
  display: inline-block;
  font-weight: bold;
}
#article.news .color {
  color: #2071af;
}
#article header h1 {
  color: #191919;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0px;
}
#article header .description {
  color: #545454;
  font-weight: 400;
  margin-top: 15px;
  font-size: 15px;
  line-height: 17px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  #article header .description {
    font-size: 16px;
    line-height: 18px;
  }
}
#article header label {
  font-size: 15px;
}
#article .description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*line-height:1.5rem;*/
}
@media (max-width: 768px) {
  #article .description {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#article .description a,
#article .description a:hover,
#article .description a:focus,
#article .description a:visited {
  color: #333;
  text-decoration: underline;
}
#article .article-pre {
  margin-bottom: 20px;
}
#article .article-pre .author,
#article .article-pre .date {
  color: #555555;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  #article .article-pre .author,
  #article .article-pre .date {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  #article .article-pre .date {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #article .article-pre .date {
    text-align: right;
  }
}
#article hr {
  margin-top: 20px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  #article hr {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #article .article-body {
    border-right: 1px solid #ccc;
  }
}
#article .media-list {
  padding: 0;
}
#article .media-list li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #article .media-list li {
    height: 30px;
    margin-bottom: 0px;
  }
  #article .media-list .icon {
    font-size: 23px;
    vertical-align: sub;
  }
  #article .media-list .text {
    font-weight: 400;
  }
  #article .media-list a {
    text-decoration: underline;
  }
}
@media only screen {
  #article .main-figure {
    position: relative;
    cursor: pointer;
  }
  #article .main-figure.with-gallery::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "SFOGLIA LA GALLERY";
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 20px;
    line-height: 39px;
    height: 39px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: -17px;
  }
}
#article .polls {
  background-color: #fff;
  font-size: 16px;
  line-height: 18px;
}
#article .polls:not(:empty) {
  padding: 20px 20px;
}
#article .polls h2 {
  margin-top: 0;
}
#article .polls label {
  display: block;
  font-weight: 300;
}
#article .polls h3 {
  font-size: 17px;
  color: #2071af;
  display: inline-block;
  margin-bottom: 5px;
}
#article .polls .text {
  margin-bottom: 5px;
}
#article .polls button {
  background-color: #2071af;
  color: #fff;
  padding: 7px 10px;
  border: none;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 13px;
}
#article .most-read .most-reader {
  /*font-size:18px;*/
}
#article .most-read .subcategory {
  margin-bottom: 20px;
}
#article .most-read .article-numbered a {
  color: #191919;
  font-weight: 500;
}
#article .most-read .article-numbered .number-container {
  position: relative;
  display: block;
}
#article .most-read .article-numbered .number-container .number {
  margin-top: -12px;
  top: 50%;
  position: absolute;
  left: 0;
  background-color: #2071af;
  font-size: 17px;
  padding: 7px 10px;
  color: #fff;
}
@media (min-width: 1200px) {
  #article .most-read .article-numbered .number-container .number {
    margin-top: -11px;
    font-size: 16px;
    padding: 3px 6px;
  }
}
#article .most-read .article-numbered article {
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#article .most-read .article-numbered article .title {
  margin-top: 8px;
  display: block;
}
@media (max-width: 767px) {
  #article .most-read .article-numbered article .title {
    margin-top: 0px;
  }
}
.article-detail .side-col .read {
  font-size: 15px;
  font-weight: 400;
}
.article-detail .side-col .news a {
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #1A1A1A;
}
.article-most-readed {
  background-color: #fff;
  width: 100%;
}
.article-most-readed .container {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .article-most-readed .container {
    padding-bottom: 70px;
  }
}
.article-most-readed .owl-smrtv.owl-news .owl-stage-outer .action.prev {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.article-most-readed .owl-smrtv.owl-news .owl-stage-outer .action.next {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
/*.article-page{
    .social-media{
        background-color: #fff;
    }
}*/
/***************************************************************************************************/
/********************************** RADIO *********************************************************/
/***************************************************************************************************/
@media (max-width: 992px) {
  .radio-top-wrapper {
    padding-bottom: 20px;
  }
  .radio-top-wrapper .adbanner,
  .radio-top-wrapper .banner {
    margin: 20px 0;
  }
}
.radio-play {
  cursor: pointer;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .radio-play {
    padding: 20px 0;
  }
}
.radio-play img {
  margin: 0 auto;
}
.radio-play .lbl {
  color: #AAAAAA;
  font-size: 14px;
}
.radio-play .icon {
  font-size: 16px;
  padding-left: 6px;
  vertical-align: middle;
  cursor: pointer;
}
.link-social-radio {
  line-height: 17px;
}
.link-social-radio .text-grey {
  color: #AAAAAA;
}
.radio-onair h1 {
  color: #fff;
  font-size: 31px;
  height: 35px;
  font-weight: 100;
}
.radio-onair .tabs-cnt {
  position: relative;
}
.radio-onair .tabs-cnt .tab-control-radio {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -27px;
  margin-top: -27px;
  color: #fff;
  left: 50%;
  top: 100px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
}
.radio-onair .tabs-cnt .tab-control-radio .glyphicon {
  line-height: 54px;
}
@media (min-width: 768px) {
  .radio-onair .tabs-cnt .tab-control-radio {
    top: 50%;
  }
}
.radio-onair .tabs-cnt .nav-tabs {
  border: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-onair .tabs-cnt .nav-tabs > li {
  background-color: rgba(0, 0, 0, 0.3);
}
.radio-onair .tabs-cnt .nav-tabs > li a {
  font-weight: 400;
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  color: #ddd;
}
.radio-onair .tabs-cnt .nav-tabs > li a:hover,
.radio-onair .tabs-cnt .nav-tabs > li a:focus {
  background: none;
}
@media (min-width: 1200px) {
  .radio-onair .tabs-cnt .nav-tabs > li a {
    font-size: 14px;
  }
}
.radio-onair .tabs-cnt .nav-tabs > li.active a {
  border: none;
  background-color: #f0a202;
  position: relative;
  color: #fff;
}
.radio-onair .tabs-cnt .nav-tabs > li.active a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #f0a202 transparent transparent transparent;
}
.radio-onair .tab-pane {
  position: relative;
  overflow: hidden;
}
.radio-onair .tab-pane img {
  width: 100%;
  height: auto;
  display: block;
}
.radio-onair .tab-pane .text-wrp {
  color: #fff;
  font-size: 15px;
}
.radio-onair .tab-pane .text-wrp .onair {
  font-size: 13px;
}
.radio-onair .tab-pane .text-wrp .title {
  font-size: 21px;
  font-weight: 400;
}
.radio-onair .tab-pane .text-wrp .glyphicon-whatsapp {
  color: #7AD06D;
}
.radio-onair .tab-pane .text-wrp .song-title {
  font-weight: 400;
}
.radio-onair .tab-pane .text-wrp .song-title .content {
  margin-left: 6px;
}
.radio-onair .tab-pane .text-wrp .interaction {
  font-weight: 400;
}
.music-news h2 {
  font-size: 24px;
  height: 35px;
}
.music-news .news {
  margin-bottom: 13px;
}
.music-news .news .title {
  margin: 0;
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  line-height: 18px;
  font-weight: 400;
}
.music-news .show-more {
  margin-top: 0px;
}
.radio-journal-play {
  color: #fff;
  border: 1px solid #535353;
}
@media (max-width: 767px) {
  .radio-journal-play {
    padding: 15px 5%;
    margin-top: 20px;
    margin: 20px 5px 0 5px;
  }
}
.radio-journal-play .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .radio-journal-play {
    padding: 15px;
    vertical-align: middle;
    /*height:86px;*/
  }
  .radio-journal-play .title {
    font-weight: bold;
    display: block;
    /*padding: 39px 0;*/
    text-align: center;
    margin-bottom: 10px;
  }
  .radio-journal-play audio {
    width: 90%;
    /*            margin-top: 24px;
                        margin-right: 10%; */
  }
}
@media (min-width: 992px) {
  .radio-journal-play {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    height: 86px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .radio-journal-play {
    padding-top: 10px;
    height: 104px;
  }
}
@media (min-width: 1440px) {
  .radio-journal-play {
    padding-top: 20px;
    height: 129px;
  }
}
.owl-smrtv.owl-podcast a .title,
.owl-smrtv.owl-music-news a .title {
  color: #fff;
  font-size: 18px;
}
.owl-smrtv.owl-podcast .owl-stage-outer .action.prev,
.owl-smrtv.owl-music-news .owl-stage-outer .action.prev {
  left: 0;
  background: #1a1a1a;
  background: -moz-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a1a1a), color-stop(100%, rgba(26, 26, 26, 0)));
  background: -webkit-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -o-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -ms-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: linear-gradient(to right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=1);
}
.owl-smrtv.owl-podcast .owl-stage-outer .action.next,
.owl-smrtv.owl-music-news .owl-stage-outer .action.next {
  background: rgba(26, 26, 26, 0);
  background: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 26, 26, 0)), color-stop(100%, #1a1a1a));
  background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -o-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: -ms-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=1);
}
#top50 {
  padding-top: 30px;
  padding-bottom: 40px;
  /*    @media  screen and (min-width: @screen-lg) {
            padding-top: 30px;
            padding-bottom: 30px;
        }*/
}
@media screen and (min-width: 992px) {
  #top50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  #top50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#top50 .song {
  color: #fff;
  border-bottom: 1px solid #464646;
  padding-top: 5px;
  padding-bottom: 5px;
}
#top50 .song img {
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 5px;
  height: 50px;
  width: 50px;
}
#top50 .song .glyphicon-asc,
#top50 .song .glyphicon-stable,
#top50 .song .glyphicon-new {
  color: #DCDCDC;
}
#top50 .song .glyphicon-desc {
  color: #999999;
}
#top50 .song .position {
  color: #f0a202;
  margin-right: 5px;
}
#top50 .song .icon {
  font-size: 15px;
  margin-left: 10px;
}
#top50 .song .icon.glyphicon-new {
  color: #F0A202;
}
#top50 .song > div {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#top50 .song .audio-control {
  position: absolute;
  right: 25px;
  /*            float:right;
                        margin-right: 25px;*/
  margin-top: 14px;
}
#top50 .song .text .title {
  display: block;
}
#top50 .song .text .artist,
#top50 .song .text .title {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #top50 .song .text .artist,
  #top50 .song .text .title {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  #top50 .song .text .artist,
  #top50 .song .text .title {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  #top50 .song .text .artist,
  #top50 .song .text .title {
    max-width: 200px;
  }
}
@media (min-width: 1440px) {
  #top50 .song .text .artist,
  #top50 .song .text .title {
    max-width: 240px;
  }
}
.radio-link {
  background-color: #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .radio-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .radio-link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.radio-link .title {
  font-size: 19px;
  color: #2C2C30;
  font-weight: 500;
}
.radio-link .description {
  font-size: 16px;
  color: #858585;
}
.radio-link .owl-smrtv.owl-links .owl-stage-outer .action.prev {
  left: 0;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eeeeee), color-stop(100%, rgba(238, 238, 238, 0)));
  background: -webkit-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -o-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -ms-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(to right, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
}
.radio-link .owl-smrtv.owl-links .owl-stage-outer .action.next {
  background: rgba(238, 238, 238, 0);
  background: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background: -ms-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
}
.owl-show-day {
  /*    @media (min-width: @screen-sm-min) {
            &.owl-smrtv .owl-stage-outer .action{
                display:none!important;
            }
        }*/
}
.owl-show-day .day {
  font-size: 12px;
  color: #2C2C30;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
  width: 48px;
}
.owl-show-day .day .number {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #EEEEEE;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  margin: 0 auto 6px auto;
}
.owl-show-day .day.active {
  color: #2C2C30;
  pointer-events: none;
}
.owl-show-day .day.active .number {
  color: #fff;
  background-color: #adadad;
}
.owl-show-day .day.today {
  color: #f0a202;
}
.owl-show-day .day.today .number {
  color: #fff;
  background-color: #f0a202;
}
.owl-show {
  color: #fff;
}
.owl-show .text-on-image .text-wrp {
  padding-top: 20px;
  /*        padding-left: 1.2rem;
                padding-right: 1.2rem;
                padding-bottom: 1rem;*/
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
.owl-show .onair .lbl {
  background-color: #f0a202;
  font-size: 11px;
  padding: 3px;
  display: inline-block;
}
.owl-show .title {
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
}
.owl-show .hour {
  font-size: 14px;
}
@media (max-width: 767px) {
  .social-tab {
    border-bottom: 1px solid #464646;
  }
  .radio-onair .text-wrp {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .radio-onair ul {
    width: 100%;
  }
  .radio-onair .tab-radio-san-marino-main {
    width: 40%;
    text-align: center;
  }
  .radio-onair .tab-radio-san-marino-classic-main {
    width: 60%;
    text-align: center;
  }
  .nav-tabs-shows li {
    max-width: 45%;
  }
  .nav-tabs-shows li .text-grey {
    display: block;
  }
  .nav-tabs-shows li a {
    line-height: 17px;
  }
}
/***************************************************************************************************/
/********************************** CATEGORY *********************************************************/
/***************************************************************************************************/
.list-article article {
  overflow: hidden;
  margin-bottom: 16px;
}
.list-article article a {
  color: #191919;
  text-decoration: none;
}
.list-article article a:hover .title {
  text-decoration: underline;
}
.list-article .title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.list-article .date {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .list-article .date {
    margin-bottom: 20px;
  }
}
.list-article .text {
  font-size: 15px;
  line-height: 18px;
}
.category-page .most-reader {
  font-size: 18px;
}
.category-page .subcategory {
  margin-bottom: 20px;
}
.category-page .side-list-article-numbered a {
  color: #191919;
  font-weight: 500;
}
.category-page .side-list-article-numbered .number-container {
  position: relative;
  display: block;
}
.category-page .side-list-article-numbered .number-container .number {
  margin-top: -12px;
  top: 50%;
  position: absolute;
  left: 0;
  background-color: #2071af;
  font-size: 17px;
  padding: 7px 10px;
  color: #fff;
}
@media (min-width: 1200px) {
  .category-page .side-list-article-numbered .number-container .number {
    margin-top: -11px;
    font-size: 16px;
    padding: 3px 6px;
  }
}
.category-page .side-list-article-numbered article {
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
@media (max-width: 767px) and (min-width: 992px) {
  .category-page .side-list-article-numbered article .col-lg-8 a {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 1200px) {
  .category-page .side-list-article-numbered article {
    border-bottom: 1px solid #CCCCCC;
  }
  .category-page .side-list-article-numbered article .col-lg-8 a {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.category-page .side-list-article-numbered article .title {
  margin-top: 8px;
  display: block;
}
@media (min-width: 1200px) {
  .category-page .side-list-article-numbered article .title {
    margin-top: 0px;
  }
}
/***************************************************************************************************/
/********************************** PRESS REVIEW *********************************************************/
/***************************************************************************************************/
.calendar {
  background-color: #EFEFEF;
}
.reviews-cnt figure {
  margin-bottom: 20px;
}
.reviews-cnt a {
  display: block;
}
@media (max-width: 991px) {
  .reviews-cnt h2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendar,
  .reviews-cnt {
    margin-top: 15px;
  }
}
/***************************************************************************************************/
/********************************** SHOW A-Z *********************************************************/
/**************************************************************************************************/
.shows-az .alpha .show-el {
  display: none;
}
.shows-az .alpha .show-el.visible {
  display: block;
}
.shows-az .show-el .title {
  margin-top: 5px;
  font-size: 16px;
  color: #2C2C30;
  font-weight: 500;
  line-height: 17px;
  height: 40px;
}
@media (min-width: 992px) {
  .shows-az .show-el .title {
    height: 50px;
  }
}
.show-controls {
  background-color: #E6E6E6;
  padding: 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .show-controls {
    padding: 15px 20px;
    margin-top: 0px;
  }
}
.show-controls .show-alpha-controls {
  /*text-align: center;*/
  /*padding-bottom:20px;*/
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .show-controls .show-alpha-controls {
    margin-bottom: 12px;
    padding-bottom: 0px;
  }
}
.show-controls .show-alpha-controls ul {
  margin-bottom: 0;
}
.show-controls .show-alpha-controls li {
  display: inline-block;
  border-radius: 35px;
  height: 35px;
  min-width: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  background-color: #F7F7F7;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .show-controls .show-alpha-controls li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .show-controls .show-alpha-controls li {
    border-radius: 38px;
    height: 38px;
    min-width: 38px;
    line-height: 38px;
    font-size: 18px;
    margin-right: 6px;
  }
}
.show-controls .show-alpha-controls li.disabled {
  cursor: default;
  color: #CCCCCC;
}
.show-controls .show-alpha-controls li.all {
  font-size: 10px;
  vertical-align: top;
}
.show-controls .show-alpha-controls li.active {
  background-color: #FF786D;
  color: #fff;
}
.show-controls .show-alpha-controls li.single {
  display: none;
}
@media (min-width: 1200px) {
  .show-controls .show-alpha-controls li.single {
    display: inline-block;
  }
}
.show-controls .show-alpha-controls li.single.numbers {
  display: inline-block;
}
.show-controls .show-alpha-controls li.compact {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .show-controls .show-alpha-controls li.compact {
    display: none;
  }
}
.show-controls .show-button-controls {
  display: block;
  overflow: hidden;
}
.show-controls .show-button-controls li {
  display: inline-block;
}
.show-controls .show-button-controls li .btn.active {
  background-color: #FF786D;
  color: #fff;
}
.show-controls .show-button-controls .list-style-none {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .show-controls .show-button-controls .show-button-category-controls {
    float: left;
  }
  .show-controls .show-button-controls .show-button-programming-controls {
    float: right;
  }
  .show-controls .show-button-controls .list-style-none {
    margin-bottom: 0;
  }
}
.show-controls .show-button-controls .btn {
  font-size: 12px;
  padding: 2px 6px;
  background-color: #F7F7F7;
  color: #525252;
  margin-right: 1px;
  border: 1px solid #D6D6D6;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .show-controls .show-button-controls .btn {
    margin-bottom: 0;
  }
}
.show-controls .show-button-controls .btn.disabled {
  background-color: transparent;
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-controls .show-input-controls {
    margin-top: 10px;
  }
}
.show-controls .show-input-controls input {
  background-color: #E6E6E6;
  color: #656667;
  border: none;
  width: 80%;
}
.show-controls .show-input-controls .glyphicon-cerca {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .show-controls .show-input-controls .glyphicon-cerca {
    margin-left: 2px;
  }
}
.show-controls .show-input-controls .glyphicon-chiudi {
  float: right;
}
/***************************************************************************************************/
/********************************** SHOW *********************************************************/
/***************************************************************************************************/
#show .tabs-cnt {
  margin-top: 20px;
}
#show .tabs-cnt.none {
  margin: 0;
}
#show .tabs-cnt li.active a {
  border: none;
  border-bottom: 4px solid #ff786d;
}
#show .tabs-cnt .tab-pane {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #show .tabs-cnt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #show .tabs-cnt .tab-pane {
    padding-bottom: 40px;
  }
}
#show .table.table-schedule > tbody > tr > td {
  border-top: none;
}
.other-news .category-link .text {
  color: #333;
  text-align: center;
  position: absolute;
  top: 37%;
  width: 100%;
}
.pswp {
  pointer-events: none;
}
.pswp.pswp--animated-in {
  pointer-events: auto;
}
/*# sourceMappingURL=site.css.map */