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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/sites/all/themes/stability/fonts/glyphicons-halflings-regular.eot);
  src: url(/sites/all/themes/stability/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/stability/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(/sites/all/themes/stability/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(/sites/all/themes/stability/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
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 #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 34px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 58px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 58px;
  line-height: 58px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.input-sm + .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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
  }
  .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: 13px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 22.28px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  line-height: 58px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 8px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.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: 6px 6px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.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: 6px;
}
.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: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 24px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 32px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 7px 12px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 8px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #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
  );
  -webkit-background-size: 40px 40px;
  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
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 8px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 7px 7px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/slick.ttf) format("truetype"),
    url(../images/slick.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 50;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-home .slick-prev,
.slick-home .slick-next {
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 100px;
}
.slick-home .slick-prev:hover,
.slick-home .slick-prev:focus,
.slick-home .slick-next:hover,
.slick-home .slick-next:focus {
  background: rgba(0, 0, 0, 0.35);
}
.slick-home .slick-prev {
  left: 7.5%;
}
.slick-home .slick-prev:before,
.slick-home .slick-next:before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 15px;
}
.slick-home .slick-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: -15px;
}
.slick-home .slick-next {
  right: 7.5%;
}
.slick-home .slick-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -15px;
}
.slick-home .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  text-align: center;
}
.slick-home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: auto;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.slick-home .slick-dots li button {
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.slick-home .slick-dots li button:hover,
.slick-home .slick-dots li button:focus {
  outline: none;
  height: 20px;
}
.slick-home .slick-dots li button:hover:before,
.slick-home .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-home .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-home .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-home .slick-dots li.slick-active button {
  height: 20px;
}
.slick-home .slick-dots li:nth-child(1) button {
  background: #41b39f;
}
.slick-home .slick-dots li:nth-child(2) button {
  background: #ff510d;
}
.slick-home .slick-dots li:nth-child(3) button {
  background: #0081ea;
}
.slick-home .slick-dots li:nth-child(4) button {
  background: #7b0a87;
}
.slick-home .slick-dots li:nth-child(5) button {
  background: #fa9c3a;
}
.slick-home .slick-dots li:nth-child(6) button {
  background: #145f7f;
}
.slick-logos {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 75px;
  overflow: hidden;
}
.slick-tags {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 24px;
  overflow: hidden;
}
.slick-publicidad-vertical,
.slick-home,
.menu-slick-campeonatos,
.slick-programas,
.slick-noticias,
.slick-especial,
.slick-play,
.slick-gallery,
.slick-cultural,
.slick-entretenimiento,
.slick-informativos,
.slick-servicio-publico {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 0;
  overflow: hidden;
}
.slick-publicidad-vertical.slick-initialized,
.slick-home.slick-initialized,
.menu-slick-campeonatos.slick-initialized,
.slick-logos.slick-initialized,
.slick-programas.slick-initialized,
.slick-noticias.slick-initialized,
.slick-especial.slick-initialized,
.slick-play.slick-initialized,
.slick-tags.slick-initialized,
.slick-gallery.slick-initialized,
.slick-cultural.slick-initialized,
.slick-entretenimiento.slick-initialized,
.slick-informativos.slick-initialized,
.slick-servicio-publico.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.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: #444444;
}
.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) {
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../images/bigplay.webp);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/background.webp);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(50, 50, 50, 0.9)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(50, 50, 50, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: -moz-linear-gradient(
    top,
    rgba(50, 50, 50, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: -o-linear-gradient(
    top,
    rgba(50, 50, 50, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: -ms-linear-gradient(
    top,
    rgba(50, 50, 50, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background.webp);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(50, 50, 50, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -moz-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -o-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -ms-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../images/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/controls.webp);
}
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(30, 30, 30, 0.8)),
    to(rgba(60, 60, 60, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -moz-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -ms-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  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: -moz-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: -ms-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
  );
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(44, 124, 145, 0.8)),
    to(rgba(78, 183, 212, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(44, 124, 145, 0.8),
    rgba(78, 183, 212, 0.8)
  );
  background: -moz-linear-gradient(
    top,
    rgba(44, 124, 145, 0.8),
    rgba(78, 183, 212, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(44, 124, 145, 0.8),
    rgba(78, 183, 212, 0.8)
  );
  background: -ms-linear-gradient(
    top,
    rgba(44, 124, 145, 0.8),
    rgba(78, 183, 212, 0.8)
  );
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(255, 255, 255, 0.9)),
    to(rgba(200, 200, 200, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
.mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/background.webp);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(30, 30, 30, 0.8)),
    to(rgba(60, 60, 60, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -moz-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: -ms-linear-gradient(
    top,
    rgba(30, 30, 30, 0.8),
    rgba(60, 60, 60, 0.8)
  );
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(255, 255, 255, 0.9)),
    to(rgba(200, 200, 200, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(200, 200, 200, 0.8)
  );
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.webp);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(50, 50, 50, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -moz-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -o-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -ms-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(102, 102, 102, 0.7)),
    to(rgba(50, 50, 50, 0.6))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -moz-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -o-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -ms-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/background.webp);
  background: rgba(20, 20, 20, 0.8);
}
.me-cannotplay {
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.webp);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.webp);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/background.webp);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
.circliful {
  position: relative;
  margin: 0 auto;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.circliful .fa {
  position: relative;
  display: block;
  top: 45px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.circle-text {
  display: block;
  left: 0;
  right: 0;
  top: 0;
}
.circle-info {
  display: block;
  line-height: 40px !important;
  top: 70px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.container-fluid > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: #f7f7f7;
  color: #2b2b2b;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
  .container {
    width: 1004px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1004px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1274px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.row-white {
  background: #fff;
  padding: 34px 24px;
  box-sizing: content-box;
  margin: 0;
  border-radius: 6px;
}
.row-white:before,
.row-white:after {
  content: " ";
  display: block;
}
.row-white:after {
  clear: both;
}
@media (max-width: 767px) {
  .row-white {
    padding: 24px 4px;
  }
}
.border-rounded img {
  border-radius: 6px;
}
body.bg1 {
  background: #ffffff url(../images/bg1.webp) 50% 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
body.boxed .site-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}
@media (min-width: 992px) {
  body.boxed .site-wrapper {
    margin: 30px auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 6px;
  }
  body.boxed .site-wrapper .header-top {
    border-radius: 6px 6px 0 0;
  }
}
.h2-block-title .widget-title,
.h2-block-title .widget-title span {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
.header {
  position: relative;
  z-index: 60;
}
body.sticky-header .header {
  position: fixed;
  top: -44px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
body.sticky-header .header .header-main {
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.3);
}
body.sticky-header .header .header-main:before {
}
body.sticky-header .header .logo {
  padding: 0;
}
body.sticky-header .header .logo h1,
body.sticky-header .header .logo h2 {
  font-size: 30px;
}
body.sticky-header .header .nav-main {
  min-height: 90px;
}
@media all and (min-width: 992px) {
  body.sticky-header .header .flexnav > li > a {
    line-height: 90px;
  }
  body.sticky-header .header.menu-pills .flexnav {
    padding-top: 18px;
  }
  body.sticky-header .header.menu-pills .flexnav > li > a {
    line-height: 44px;
  }
}
body.boxed .header-main {
  margin: 0 auto;
  max-width: 1200px;
}
.header-top {
  background: #232323;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 44px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header-top {
  }
}
.header-top ul {
  padding-left: 5px;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.header-top ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-top ul > li {
  position: relative;
  padding: 0 10px 0 13px;
}
.header-top ul > li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.header-top ul > li a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.header-top ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  left: 1.5px;
  bottom: 0px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-top ul > li a:hover::before {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header-top ul > li:nth-child(1) a:hover::before {
  background: #ed0134;
}
.header-top ul > li:nth-child(2) a:hover::before {
  background: #ed0134;
}
.header-top ul > li:nth-child(3) a:hover::before {
  background: #41b39f;
}
.header-top ul > li:nth-child(4) a:hover::before {
  background: #a300fa;
}
.header-top ul > li:nth-child(5) a:hover::before {
  background: #4144c6;
}
.header-top ul > li:nth-child(6) a:hover::before {
  background: #145f7f;
}
.header-top ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #616161;
  height: 7px;
  width: 1px;
}
.header-top ul > li:first-child {
}
.header-top ul > li:first-child:before {
  display: none;
}
.header-top .info-item {
  margin-right: 25px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header-top a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #616161;
}
.header-top .fa {
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
  color: #fff;
}
.header-top-left {
  float: left;
}
.header-top-left a {
  border: 0;
}
.header-top-left h4 {
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
  margin-right: 10px;
  font-weight: 700;
}
.header-top-left h4 a {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  line-height: 44px;
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, 0.2);
}
.header-top-left h4 a:hover {
  background-color: #e61c22;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.header-top-left h4 a::before {
  border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2)
    transparent;
  border-style: solid;
  border-width: 22px 5px;
  right: 100%;
}
.header-top-left h4 a::after {
  border-color: rgba(255, 255, 255, 0.2) transparent transparent
    rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 22px 5px;
  left: 100%;
}
.header-top-left h4 a::before,
.header-top-left h4 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.header-top-left h4 a:hover::before {
  border-color: transparent rgba(230, 28, 34, 1) rgba(230, 28, 34, 1)
    transparent;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
}
.header-top-left h4 a:hover::after {
  border-color: rgba(230, 28, 34, 1) transparent transparent
    rgba(230, 28, 34, 1);
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
}
@media (max-width: 991px) {
  .header-top-left {
    display: none;
  }
}
.header-top-right {
  float: right;
}
.header-top-right a.header-top-right-play {
  background: #ed0134;
  line-height: 28px;
  color: #fff !important;
  border-radius: 4px;
  padding-right: 15px;
  margin-left: 10px;
  display: inline-block;
  border: 0;
}
.header-top-right a.header-top-right-play:hover {
  border: 0;
  background: #ff5245;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header-top-right a.header-top-right-play i {
  float: left;
  line-height: 28px;
  font-size: 14px;
  padding: 0px 10px 0px 15px;
  margin: 0;
}
.header-top-right > span + span {
  margin-left: 32px;
}
.header-top-right > span + span.info-item {
  margin-left: 25px;
  margin-right: 0;
}
.header-top-right > span.info-item {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
  .social-media {
    display: none;
  }
}
.header-main {
  position: relative;
  background: #fff;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main > .container {
  position: relative;
}
.header .logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
  margin: 18px 0px;
  position: relative;
}
.header .logo a {
  position: relative;
  display: inline-block;
}
.header .logo a > img {
  position: relative;
  z-index: 10;
  display: inline-block;
  max-width: 420px;
  max-height: 54px;
}
.header .logo a img.logo_adorno {
  position: absolute;
  top: -20px;
  left: 36px;
  z-index: 10;
  max-width: 64px;
}
@media (max-width: 1360px) {
  .header .logo a > img {
  }
  .header .logo a img.logo_adorno {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .header .logo img {
  }
}
.header .logo h1,
.header .logo h2 {
  position: relative;
  z-index: 2;
  font-family: "Anton", sans-serif;
  font-size: 36px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: normal;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #2f2f2f;
  text-decoration: none;
  display: inline-block;
}
.header .logo h1 > a:first-letter,
.header .logo h2 > a:first-letter {
  color: #dc2a0b;
}
.header .logo .tagline {
  margin: 0;
  font-size: 10px;
  line-height: 1.5em;
  color: #a3a3a3;
  position: relative;
  z-index: 2;
}
.search-form {
  width: 260px;
  display: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .search-form {
    display: table-cell;
  }
}
.search-form .btn,
#search-block-form .btn {
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d',endColorstr='#ff2f2f2f',GradientType=0);
  text-align: center;
  border-color: #2f2f2f;
  padding-left: 18px;
  padding-right: 18px;
}
.search-form .btn .fa {
  line-height: 1.3em;
  color: #fff;
  margin-right: 0;
}
.header .search-form {
  float: right;
  padding: 35px 0;
}
.header .social-media {
  float: right;
  position: relative;
  padding: 25px 0px;
  z-index: 2;
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .header .social-media {
    margin-right: 10px;
  }
}
.header .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .social-media ul li {
  float: left;
}
.header .social-media ul li a {
  display: block;
  width: 44px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #999;
  border-radius: 10%;
  transition: all 0.2s ease-in-out;
}
.header .social-media ul li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.header .social-media ul li a.facebook:hover {
  color: #22589b;
}
.header .social-media ul li a.tiktok:hover,
.header .social-media ul li a.twitter:hover {
  color: #000;
}
.header .social-media ul li a.youtube:hover {
  color: #e1191f;
}
.header .social-media ul li a.instagram:hover {
  color: #c13584;
}
.header .btn-extras {
  float: right;
  padding: 25px 0px 25px 10px;
  position: relative;
  z-index: 2;
}
.header .btn-extras a {
  display: block;
  width: 40px;
  background: #2323231a;
  text-align: center;
  height: 40px;
  color: #333;
  border-radius: 10%;
  cursor: pointer;
}
.header .btn-extras a i {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.header .btn-extras a:hover {
  background: #ed0134;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  color: #fff;
  text-decoration: none;
}
.header .btn-extras a i.icon-close {
  display: none;
}
.header .btn-extras a.btn-search-hover,
.header .btn-extras a.btn-menu-hover,
.header .btn-extras a.btn-box-menu-hover {
  background: #ed0134;
  color: #fff;
}
.header .btn-extras a.btn-search-hover i.icon-close,
.header .btn-extras a.btn-menu-hover i.icon-close,
.header .btn-extras a.btn-box-menu-hover i.icon-close {
  display: block;
}
.header .btn-extras a.btn-search-hover i.fa-search,
.header .btn-extras a.btn-menu-hover i.fa-bars,
.header .btn-extras a.btn-box-menu-hover i.fa-bars {
  display: none;
}
.search-flyout {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #ed0134;
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}
.search-flyout .form-control,
.mobile-search .form-control {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 2.5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  padding: 5px 70px 5px 15px;
  box-sizing: border-box;
  color: #fff;
  outline: none;
}
.search-flyout .form-control:focus,
.mobile-search .form-control:focus {
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-flyout .form-control::placeholder,
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.75;
}
.search-flyout .btn-primary,
.mobile-search .btn-primary {
  background: rgba(255, 82, 69, 0.5);
  border: 0px;
  border-radius: 0px;
  font-size: 24px;
  padding: 8px 20px;
  line-height: 30px;
}
.search-flyout .btn-primary:hover,
.search-flyout .btn-primary:focus,
.search-flyout .btn-primary:active,
.search-flyout .btn-primary.active,
.mobile-search .btn-primary:hover,
.mobile-search .btn-primary:focus,
.mobile-search .btn-primary:active,
.mobile-search .btn-primary.active {
  background: #ff5245 !important;
  border: 0px;
}
.menu-prensa {
  background: #ed0134;
}
.menu-prensa ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.menu-prensa ul > li {
  display: inline-block;
  padding: 0 15px;
}
.menu-prensa ul > li:last-child {
}
.menu-prensa ul > li a {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 50px;
  color: #fff !important;
  padding: 0 15px;
  position: relative;
}
.menu-prensa ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-prensa ul > li:hover > a:before,
.menu-prensa ul > li.active > a:before {
  background: #fff;
}
@media (max-width: 1199px) {
  .menu-prensa ul > li a {
    padding: 0 7px;
  }
  .menu-prensa ul > li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .menu-prensa {
    display: none;
  }
}
.box-menu {
  display: none;
  background: #ebebeb;
}
.box-menu .canales-box {
  background: #ed0134;
  padding: 10px 20px 65% 20px;
}
#TVPENOTICIAS .box-menu .canales-box {
  padding-bottom: 15%;
}
#TVPEINTERNACIONAL .box-menu .canales-box {
  background: #41b39f;
  padding-bottom: 45%;
}
.box-menu .canales-box a {
  display: block;
}
.box-menu .canales-box .box-img img {
  max-height: 75px;
  width: auto;
}
.box-menu .canales-box hr {
  margin: 0;
  margin-bottom: 10px;
}
.box-menu .content-box {
  padding: 20px 0;
}
.box-menu .content-box h3 {
  margin: 0;
  color: #fff;
  padding: 10px 0 10px 24px;
  line-height: 34px;
  position: relative;
}
.box-menu .content-box h3,
.box-menu .content-box h3 a {
  color: #2f2f2f;
}
.box-menu .content-box h3:hover {
  text-decoration: underline;
}
.box-menu .content-box h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  background: #ed0134;
}
#TVPEINTERNACIONAL .box-menu .content-box h3:before {
  background: #41b39f;
}
.box-menu .content-box h4 {
}
.box-menu .content-box ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.box-menu .content-box ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.box-menu .content-box ul li a {
  color: #2f2f2f;
  font-size: 16px;
}
.box-menu .content-box ul li a:hover {
  color: #ed0134;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-menu .content-box ul.category li:last-child {
  margin-bottom: 1.5em;
}
.header .btn-extras a.btn-menu {
  display: none;
}
@media (max-width: 767px) {
  .header .btn-extras a.btn-search {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .btn-extras a.btn-box-menu {
    display: none;
  }
  .header .btn-extras a.btn-menu {
    display: block;
  }
}
.nav-main {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .nav-main {
    width: 100%;
    clear: both;
  }
}
@media (min-width: 992px) {
  .nav-main {
    background: none;
    min-height: 90px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .nav-main .container {
    width: 100%;
  }
}
.flexnav {
  -webkit-transition: none;
  transition: none;
  padding-left: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  max-height: 0;
  margin: 0 -15px;
}
.flexnav.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav li {
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  padding: 12px 8px;
}
.flexnav > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}
.flexnav li a .label {
  margin-left: 4px;
  vertical-align: middle;
}
.flexnav li + li {
  border-top: 1px solid #3f3f3f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.flexnav li ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.flexnav li ul li {
  position: relative;
  overflow: hidden;
}
.flexnav li ul li a {
  display: block;
  color: #fff;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
@media (min-width: 992px) {
  .flexnav {
    margin: 0;
  }
}
.touch-button {
  position: absolute;
  z-index: 999;
  top: 1px;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
}
.touch-button:hover {
  cursor: pointer;
}
.touch-button .navicon {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.touch-button .navicon:before {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #c1c1c1;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.touch-button.active .navicon:before {
  content: "\f106";
}
@media all and (min-width: 992px) {
  .flexnav {
    overflow: visible;
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none;
  }
  .flexnav.opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .flexnav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .flexnav > li + li {
    margin-left: 9px;
  }
  .flexnav > li > a {
    font-size: 19px;
    color: #656464;
    text-decoration: none;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    line-height: 90px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li:hover,
  .flexnav > li.active {
    background: #fff;
  }
  .flexnav > li:hover > a,
  .flexnav > li.active > a {
    color: #2f2f2f;
  }
  .flexnav > li:hover > a:before,
  .flexnav > li.active > a:before {
    background: #ed0134;
  }
  .flexnav > li.item-with-ul > a:after {
    display: inline-block;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul {
    padding-left: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: visible !important;
  }
  .flexnav > li ul li {
    width: 100%;
    border: none !important;
  }
  .flexnav > li ul li.item-with-ul > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul li a {
    color: #2f2f2f;
    padding: 10px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li ul li a:hover {
    background: #f2f2f2;
    -webkit-transition: none;
    transition: none;
  }
  .flexnav > li ul li.active > a {
    background: #f2f2f2;
  }
  .flexnav > li ul li + li a {
    border-top: 1px solid #f2f2f2;
  }
  .flexnav > li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav > li > ul {
    padding: 15px 0px;
  }
  .touch-button {
    display: none;
  }
}
.navbar-toggle {
  margin: 0;
  padding: 9px;
  border-radius: 2px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background: #2f2f2f;
  position: absolute;
  top: 38px;
  right: 15px;
  z-index: 8;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background: #434343;
}
.navbar-toggle .fa {
  color: #fff;
  font-size: 14px;
}
.navbar-toggle .touch-button {
  display: none;
}
@media (min-width: 992px) {
  .header-menu-fullw .header-main > .container {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.header-menu-fullw .header-main .head-banner {
  padding: 13px 0;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .header-menu-fullw .header-main .head-banner {
    display: block;
    float: right;
  }
}
.header-menu-fullw .nav-main {
  text-align: left;
  min-height: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffececec',GradientType=0);
}
@media all and (min-width: 992px) {
  .header-menu-fullw .nav-main {
    height: 71px;
    border-top: 1px solid #d8d8d8;
  }
  .header-menu-fullw .nav-main .flexnav {
    text-align: left;
  }
  .header-menu-fullw .nav-main .flexnav > li > a {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    line-height: 70px;
    padding: 0 20px;
  }
  .header-menu-fullw .nav-main .flexnav > li.signin {
    float: right;
  }
  .header-menu-fullw .nav-main .flexnav > li.signin > a:before {
    display: inline !important;
    background: none;
    vertical-align: middle;
    position: static;
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #c1c1c1;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-menu-fullw .nav-main .flexnav > li + li {
    margin-left: -5px;
  }
}
.header-top-clean .header-top {
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
}
.header-top-clean .header-top a {
  color: #2f2f2f;
}
.header-top-clean .header-top a:hover {
  border-bottom-color: #a3a3a3;
}
.header-top-clean .header-top .fa {
  color: #616161;
}
.header-top-colored .header-top {
  background: #dc2a0b;
  color: #fff;
}
.header-top-colored .header-top a {
  color: #fff;
}
.header-top-colored .header-top a:hover {
  border-bottom-color: #fff;
}
.header-top-colored .header-top .fa {
  color: #fff;
}
.header-top-colored .header-top ul > li:before {
  background: #fff;
}
header.menu-colored {
}
@media all and (min-width: 992px) {
  header.menu-colored .flexnav > li {
  }
  header.menu-colored .flexnav > li > a:before {
    display: none;
  }
  header.menu-colored .flexnav > li.active {
    background: none;
  }
  header.menu-colored .flexnav > li.active > a {
    color: #dc2a0b;
  }
  header.menu-colored .flexnav > li:hover {
    background: #dc2a0b;
  }
  header.menu-colored .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-colored .flexnav > li:hover > a:after {
    color: #fff;
  }
  header.menu-colored .flexnav > li ul li.active > a {
    background: #f2f2f2;
  }
  header.menu-colored .flexnav > li ul li > a:hover {
    background: #dc2a0b;
    color: #fff;
  }
}
@media all and (min-width: 992px) {
  .header-centered .logo {
    text-align: center;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .header-centered .nav-main .flexnav {
    text-align: center;
  }
  .header-centered .nav-main .flexnav > li > a {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media all and (min-width: 992px) {
  header.menu-pills .flexnav {
    background: none;
    padding-top: 35px;
  }
  header.menu-pills .flexnav > li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header.menu-pills .flexnav > li > a {
    line-height: 44px;
    border-radius: 8px;
  }
  header.menu-pills .flexnav > li {
    border-radius: 8px;
  }
  header.menu-pills .flexnav > li ul {
    border-radius: 0;
  }
}
header.header-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0 !important;
}
.one-page.sticky-header {
  padding-top: 0 !important;
}
.one-page .tp-banner-holder {
  border-top: none;
  margin-top: 114px;
}
.one-page .footer-copyright {
  padding: 60px 0;
}
.one-page .footer .social-links {
  margin-bottom: 20px;
}
.one-page .page-content {
  padding: 0;
}
.tp-banner-container .tp-caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tp-banner-holder {
  position: relative;
  background: #2f2f2f;
}
.tp-banner-container {
  position: relative;
}
.tp-banner {
  width: 100%;
  padding: 0;
  position: relative;
}
.tp-banner ul {
  padding-left: 0;
  list-style: none;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.loading-bar-hoz .br-timer-bar {
  background: #ed0134;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.one-page .tp-dottedoverlay.filled {
  height: 100%;
  top: 0;
}
.tp-dottedoverlay.twoxtwo-custom {
  background: -webkit-radial-gradient(
    50% 55%,
    ellipse closest-corner,
    rgba(0, 0, 0, 0.52) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -moz-radial-gradient(
    50% 55%,
    ellipse closest-corner,
    rgba(0, 0, 0, 0.52) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-radial-gradient(
    50% 55%,
    ellipse closest-corner,
    rgba(0, 0, 0, 0.52) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.tp-caption.large_bold_white,
.tp-caption.mediumwhitebg {
  font-family: "Oswald", sans-serif;
}
.tp-caption.large_bold_white {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.tp-caption.with-icon .icon {
  width: 100px;
  height: 100px;
  font-size: 48px;
  line-height: 100px;
  margin-bottom: 0;
}
.tp-caption.with-icon .circled .icon:after {
  background: rgba(0, 0, 0, 0.1);
}
.page-heading {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .page-heading {
    text-align: left;
  }
}
.page-heading h1 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  padding: 25px 0 10px 0;
}
@media (min-width: 992px) {
  .page-heading h1 {
    padding: 25px 0;
  }
}
.page-heading .breadcrumb {
  background: none;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
    text-align: right;
    padding: 27px 0;
  }
}
.page-heading .breadcrumb > li + li:before {
  content: "\2022";
  padding-right: 6px;
}
.page-heading .breadcrumb a {
  color: #fff;
}
.section-bottom {
  margin-bottom: -64px !important;
}
.nd-region {
  padding-top: 34px;
  /* padding-bottom: 34px; */
  position: relative;
}
.no-padding {
  padding: 0;
}
.no-top-padding {
  padding-top: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.padding-top {
  padding-top: 64px;
}
.padding-bottom {
  padding-bottom: 64px;
}
.section,
.one-page .nd-region {
  padding: 80px 0;
}
.one-page .top-half-padding {
  padding-top: 40px;
}
.one-page .bottom-half-padding {
  padding-bottom: 40px;
}
.one-page .half-padding {
  padding: 40px 0;
}
.top-padding {
  padding-top: 80px;
}
.section.primary .title-decorated:before,
.section.primary .title-decorated:after {
  background: #fff;
}
.section.primary .title-decorated h1:before {
  background: #fff;
}
.section.primary .title-decorated h1 > span {
  color: #fff;
}
.section.primary .circliful {
  color: #fff;
}
.section.primary .circliful .fa {
  color: #2f2f2f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.section.dark label {
  color: #a3a3a3;
}
.section.primary {
  background: #dc2a0b;
}
.section.section__nopadding {
  padding: 0;
}
.section .googlemap-wrapper {
  margin: 0;
}
.featured-section {
  margin: 0 -100% 0 -100%;
  padding: 0 100% 0 100%;
  background-image: url(../images/slide-bg-sm.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .featured-section {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.featured-section.featured-section__alt {
  margin-bottom: -40px;
}
h2 + .featured-section {
  margin-top: 30px;
}
.featured-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.featured-section .circliful {
  color: #fff;
}
.featured-item {
  height: 300px;
  padding: 35px;
  position: relative;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .featured-item:before {
    left: -15px;
    right: auto;
    bottom: 0;
    width: 1px;
    height: 20px;
  }
}
.featured-item:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 15px;
  top: 15px;
  left: -15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-item:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .featured-item:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .featured-section .row > [class^="col-"]:first-child .featured-item:before {
    display: none;
  }
}
.featured-section .row > [class^="col-"]:first-child .featured-item:after,
.featured-section .row > [class^="col-"]:nth-child(3n) .featured-item:after {
  display: none;
}
.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}
.featured-item .featured-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
}
.featured-item .featured-icon {
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.featured-item .featured-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.featured-item .featured-subtitle {
  color: #fff;
  line-height: 1.5em;
}
.featured-item .featured-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .featured-item .featured-desc {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.featured-item .featured-desc > p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 992px) {
  .featured-item:hover {
    background-color: #dc2a0b;
  }
  .featured-item:hover .featured-icon {
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
  .featured-item:hover .featured-title {
    -webkit-animation: smallToBig 300ms ease;
    animation: smallToBig 300ms ease;
  }
  .featured-item:hover .featured-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
aside .widget {
  margin-bottom: 65px;
}
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 8px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #dc2a0b;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  margin-top: 1em;
  margin-bottom: -1em;
}
.widget_recent_comments ul li:before {
  content: "\f075";
}
.widget .latest-posts-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget .latest-posts-list > li {
  overflow: hidden;
}
.widget .latest-posts-list > li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget .thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.widget .title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Muli", sans-serif;
  overflow: hidden;
}
.widget .title > a {
  -webkit-transition: none;
  transition: none;
  padding-top: 0.3em;
  display: inline;
}
.widget .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .widget .latest-posts-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer .widget .date {
  color: #fff;
}
footer .widget .title > a {
  color: #a3a3a3;
}
footer .widget .title > a:hover {
  color: #dc2a0b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-redes {
  margin-bottom: 20px;
}
.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 34px;
  display: block;
}
.contacts-widget .contacts-info-list > li + li {
  margin-top: 22px;
}
.contacts-widget .contacts-info-list > li .info-item {
  display: table-cell;
  vertical-align: middle;
}
.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
section.dark .contacts-widget .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.1);
}
.contacts-widget .contacts-info-list > li a {
  -webkit-transition: none;
  transition: none;
}
.contacts-widget .contacts-info-list > li a:hover {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .contacts-widget .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.2);
  color: #ccc;
}
footer .contacts-widget .contacts-info-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
footer .contacts-widget .contacts-info-list > li a:hover {
  text-decoration: none;
  color: #dc2a0b;
}
.widget_flickr {
  overflow: hidden;
}
.widget_flickr .flickr-feed {
  padding-left: 0;
  list-style: none;
  margin-right: -15px;
}
.widget_flickr .flickr-feed > li {
  float: left;
  margin: 0 0 15px 0;
  width: 33.3%;
  padding-right: 15px;
}
@media (min-width: 400px) {
  .widget_flickr .flickr-feed > li {
    width: 25%;
  }
}
@media (min-width: 620px) {
  .widget_flickr .flickr-feed > li {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .widget_flickr .flickr-feed > li {
    width: 33.3%;
  }
}
.widget_flickr .flickr-feed > li > a {
  display: block;
  border: 0 solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:hover {
  border: 4px solid #dc2a0b;
}
.widget_flickr .flickr-feed > li > a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a img:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .widget_flickr .flickr-feed > li > a:hover {
  border: 4px solid #fff;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 0 3px 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .widget_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.1);
}
aside .tagcloud a:hover {
  background: #fff;
  border-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
aside .tagcloud a {
  color: #2f2f2f;
  border-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff4f4f4',GradientType=0);
}
aside .tagcloud a:hover {
  background: #2f2f2f;
  color: #fff;
}
.tabbed-widget .tabs .tab-content {
  padding: 15px;
}
@media (max-width: 1199px) {
  .tabbed-widget .tabs .nav-tabs > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.tabbed-widget .tabs .nav-tabs > li > a .fa {
  margin-right: 0;
}
.team-list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: -20px;
}
.team-list > li {
  margin-bottom: 40px;
}
.team-list > li:before,
.team-list > li:after {
  content: " ";
  display: table;
}
.team-list > li:after {
  clear: both;
}
.team-list > li:nth-child(4n + 1) {
  clear: left;
}
@media (min-width: 767px) and (max-width: 992px) {
  .team-list > li .alignnone {
    float: left;
    margin-right: 20px;
  }
}
.team-list > li .team-head .team-head-info {
  color: #b4b8be;
  display: block;
  padding-bottom: 5px;
}
.team-list > li .team-head .team-social {
  margin-bottom: 15px;
}
.team-list > li .team-head .team-social > li {
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.team-list > li .team-head .team-social > li .fa {
  width: 20px;
  text-align: right;
  font-size: 14px;
  color: #b4b8be;
  margin-right: 10px;
}
.team-list > li .team-excerpt {
  overflow: hidden;
}
@media (min-width: 992px) {
  .team-list > li .team-excerpt {
    height: 60px;
  }
}
.page-heading {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .page-heading {
    text-align: left;
  }
}
.page-heading h1 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  padding: 30px 0 12px 0px;
  position: relative;
  text-align: center;
}
.page-heading h1 a {
  color: #fff;
}
.page-heading h1 a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .page-heading h1 {
    text-align: left;
    padding: 30px 0 12px 0px;
  }
}
.page-heading .breadcrumb {
  background: none;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0 0 20px 0px;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
    text-align: left;
    padding: 0 0 30px 0px;
  }
}
.page-heading .breadcrumb > li + li:before {
  content: "\25A0";
  padding-right: 6px;
  color: rgb(255, 255, 255, 0.6);
}
.page-heading .breadcrumb a {
  color: #fff;
}
.page-heading .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.page-heading .share-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  padding: 5px 0 20px 0px;
}
.page-heading .share-social li {
  display: inline-block;
  padding: 0;
  margin-left: 5px;
}
.page-heading .share-social li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  line-height: 34px;
  width: 34px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
}
.page-heading .share-social li a:hover {
  background: #fff;
  color: #2f2f2f;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (max-width: 991px) {
  .page-heading.sub-header-blog .share-social {
    text-align: center;
    padding: 5px 0 20px 0px;
  }
}
@media (min-width: 768px) {
  .page-heading .share-social {
    text-align: right;
    padding: 45px 0 45px 0;
  }
}
.page-heading .search-form {
  padding: 16px 0;
}
.page-heading .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-heading .search-form .btn {
  background: #dc2a0b;
  border-color: #dc2a0b;
}
.page-heading.page-heading__lg {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .page-heading.page-heading__lg {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .page-heading.page-heading__lg {
    padding-top: 150px;
  }
}
.page-heading.page-heading__image {
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.page-heading.page-heading__image:before,
.page-heading__slideshow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.page-heading.page-heading__image h1 {
  text-align: left;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image h1 {
  }
}
.page-heading.page-heading__image .breadcrumb {
  text-align: left;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image .breadcrumb {
    text-align: left;
  }
}
.page-heading .breadcrumb .last {
  color: rgba(255, 255, 255, 0.6);
}
.page-heading__image_content {
  background: #ed0134;
  padding: 0 20px;
  margin-bottom: 34px;
  border-radius: 6px;
  position: relative;
}
.page-heading__image_content h3 {
  color: #fff;
  padding: 10px 34px 5px 0px;
  margin: 0;
  font-weight: 400;
}
.page-heading__image_content .social_content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.page-heading__image_content a.social {
  color: #fff !important;
  margin-left: 5px;
  font-size: 24px;
  display: inline-block;
  line-height: 34px;
  width: 34px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.page-heading__image_content a.social:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.page-heading.page-heading__image .share-social li a {
  background: rgba(255, 255, 255, 0.35);
  color: #2f2f2f;
}
.page-heading.page-heading__image .share-social li a:hover {
  background: #fff;
}
@media (min-width: 992px) {
  .page-heading.page-heading__image .share-social {
    padding: 132px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .page-heading.page-heading__image .share-social {
    padding: 106px 0 0px 0;
  }
  .page-heading.page-heading__image .breadcrumb {
    padding-bottom: 20px;
  }
  .page-heading.page-heading__image h1 {
    padding-top: 20px;
  }
  .page-heading.page-heading__image h1::before {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .page-heading__image_content {
    margin-bottom: 20px;
  }
  .page-heading.page-heading__image .share-social {
    padding: 0px 0 20px 0;
  }
  .page-heading__image_content .social_content {
    position: relative;
    padding: 10px 0 10px 24px;
    right: auto;
    bottom: auto;
  }
}
.page-heading.page-heading__slideshow {
  overflow: hidden !important;
}
.page-heading__slideshow:before {
  z-index: 50;
}
.page-heading__slideshow .container {
  z-index: 60;
  position: relative;
}
.page-heading__slideshow .tp-banner img {
  width: 100%;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slide {
  height: 100%;
  width: 100%;
  float: left;
  clear: none;
}
.page-heading.page-heading__slideshow .tp-banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.page-heading.page-heading__slideshow h1 {
  padding-bottom: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-heading.page-heading__slideshow h1 {
    padding-bottom: 0;
  }
}
.page-heading.page-heading__slideshow .breadcrumb {
  text-align: left;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-heading.page-heading__slideshow .breadcrumb {
    text-align: left;
  }
}
.page-heading.page-heading__slideshow .tp-dottedoverlay.filled {
  height: 100%;
  top: 0;
}
.team-single-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.team-single-head h2 {
  margin-bottom: 0.2em;
}
.error-title {
  font-size: 110px;
  color: #dc2a0b;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.3em 0;
}
@media (min-width: 992px) {
  .error-title {
    font-size: 220px;
  }
}
.header-coming-soon {
  text-align: center;
  border-top: 4px solid #2f2f2f;
  border-bottom: 1px solid #ddd;
}
.header-coming-soon .header-main {
  display: block;
  margin: 0;
  padding: 30px 0;
  height: auto;
}
.header-coming-soon .header-main:before,
.header-coming-soon .header-main:after {
  content: " ";
  display: table;
}
.header-coming-soon .header-main:after {
  clear: both;
}
@media (min-width: 992px) {
  .header-coming-soon .header-main {
    padding: 80px 0;
  }
}
.header-coming-soon .header-main > .container {
  margin-bottom: 0;
  height: auto;
}
.header-coming-soon .header-main .logo {
  display: block;
  float: none;
  height: auto;
}
.main__padd-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .main__padd-top {
    padding-top: 80px;
  }
}
.countdown {
  position: relative;
  padding: 40px 0 20px 0;
}
.countdown [class^="col-"] div {
  display: block !important;
  margin: 0 auto !important;
}
.countdown .count-label {
  display: block;
  text-align: center;
}
.googlemap-wrapper {
  position: relative;
  margin: 0;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 200px;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 390px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #2f2f2f;
  content: "\f110";
  text-align: center;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .entry {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .entry.entry__with-icon {
    padding: 0 0 60px 100px;
  }
}
.entry.entry__with-icon .entry-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 62px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  background-color: #dc2a0b;
  background-image: url(../images/noise.webp);
  border-radius: 50%;
  border: 4px solid #ebebeb;
  color: #fff;
}
.entry .entry-header {
  margin-bottom: 25px;
  text-align: left;
}
.entry .entry-header h2 {
  margin-bottom: 0.25em;
}
.entry .entry-header h2 > a {
  color: #2f2f2f;
}
.entry .entry-header h2 > a:hover {
  text-decoration: none;
  color: #dc2a0b;
}
.entry .entry-header h2.small {
  font-size: 16px;
}
.entry .entry-meta {
  font-size: 12px;
  color: #b4b8be;
  font-style: italic;
}
.entry .entry-meta > span:before {
  content: "/";
  display: inline-block;
  padding: 0 6px 0 2px;
}
.entry .entry-meta > span:first-child:before {
  display: none;
}
.entry .entry-meta a {
  border-bottom: 1px solid transparent;
}
.entry .entry-meta a:hover {
  text-decoration: none;
  border-bottom: 1px solid #dc2a0b;
}
.entry .entry-thumb {
  overflow: hidden;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .entry .entry-thumb {
    display: block;
  }
}
.entry .entry-thumb > a {
  display: block;
  position: relative;
}
.entry .entry-thumb > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #dc2a0b;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.entry .entry-thumb > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  z-index: 2;
  margin: -8px 0 0 -13px;
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 28px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry .entry-thumb:hover > a:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.entry .entry-thumb:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.entry .entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.entry .entry-thumb img {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
}
.entry .excerpt {
  margin-bottom: 36px;
  text-align: left;
}
.entry .entry-footer {
  text-align: left;
}
.entry .entry-content {
  text-align: left;
}
.entry.entry__image .entry-thumb img {
  margin-bottom: 0;
}
.entry.entry__link .entry-header {
  margin-bottom: 0;
}
.entry.entry__link .entry-header h2 {
  margin-bottom: 0.5em;
}
.entry.entry__link .entry-url {
  display: block;
  font-size: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
}
.entry.entry__quote .entry-header {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #f4f4f4;
}
.entry.entry__quote .quote-holder .quote-inner {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #2f2f2f;
}
.entry.entry__small .entry-header {
  margin-bottom: 8px;
}
.entry.entry__small .entry-header h2 {
  font-size: 16px;
}
.entry.entry__small .entry-thumb {
  margin-bottom: 22px;
}
.entry.entry__small .excerpt {
  margin-bottom: 18px;
}
.entry.entry__single {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .timeline {
    position: relative;
  }
  .timeline:before {
    content: "";
    display: block;
    position: absolute;
    left: 150px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ebebeb;
  }
  .timeline .entry {
    margin-left: 20%;
    margin-left: 230px;
    padding-left: 0;
  }
  .timeline .entry .entry-icon {
    position: absolute;
    left: -114px;
    top: 0;
  }
  .timeline .entry .entry-date {
    display: block;
    position: absolute;
    left: -190px;
    top: 27px;
  }
  .timeline .entry .entry-date + span:before {
    display: none;
  }
}
.masonry-feed {
  padding-left: 0;
  list-style: none;
}
.masonry-feed:before,
.masonry-feed:after {
  content: " ";
  display: table;
}
.masonry-feed:after {
  clear: both;
}
.masonry-feed > .masonry-item {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .masonry-feed > .masonry-item {
    width: 100%;
  }
}
.masonry-feed > .masonry-item .entry {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.masonry-feed > .masonry-item .entry .entry-header h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.masonry-feed > .masonry-item .entry .excerpt {
  margin-bottom: 1.5em;
}
.masonry-feed > .masonry-item .entry .entry-thumb {
  margin-bottom: 1.5em;
}
.comments-wrapper {
  padding-bottom: 50px;
}
.comment-wrapper {
  background: #f7f7f7;
  padding: 18px 18px 20px 86px;
  margin-bottom: 30px;
  position: relative;
  border-left: 3px solid #dcdcdc;
}
.comment-wrapper:before,
.comment-wrapper:after {
  content: " ";
  display: table;
}
.comment-wrapper:after {
  clear: both;
}
@media (min-width: 992px) {
  .comment-wrapper {
    padding: 24px 24px 36px 116px;
  }
}
.comment-wrapper .comment-author > img {
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .comment-wrapper .comment-author > img {
    width: 70px;
    height: auto;
    left: 24px;
    top: 24px;
  }
}
.comment-author {
  padding-top: 7px;
}
@media (min-width: 992px) {
  .comment-author {
    float: left;
  }
}
.comment-author h5 {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0.2em;
}
.comment-reply {
  padding-top: 8px;
}
@media (min-width: 992px) {
  .comment-reply {
    float: right;
    padding-top: 0;
  }
}
.comment-reply .btn .fa {
  margin-right: 7px;
}
.comment-meta {
  font-size: 12px;
  font-style: italic;
}
.comment-meta > a {
  color: #b4b8be;
}
.comment-body {
  clear: both;
  padding: 12px 0 0 0;
}
.children {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .indented {
    display: inline-block;
    margin-left: 100px;
  }
}
.bypostauthor .comment-wrapper {
  border-left-color: #dc2a0b;
}
.comment-respond .reply-title {
  margin-bottom: 0.5em;
}
.project-feed-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 24px;
}
.project-feed-filter > li {
  display: inline-block;
  padding: 0 2px;
  margin-bottom: 10px;
}
.project-feed-filter > li .btn-primary {
  text-shadow: none !important;
}
@media (max-width: 400px) {
  .project-feed-filter > li {
    display: block;
    margin-bottom: 5px;
  }
  .project-feed-filter > li .btn {
    display: block;
    width: 100%;
  }
}
.project-feed {
}
.centered-title .project-feed {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .project-feed.project-feed__4cols .project-item {
    width: 25%;
  }
}
.project-feed.project-feed__fullw {
  overflow: hidden;
  border: none;
  padding: 0;
}
.project-feed.project-feed__fullw .project-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 406px) {
  .project-feed.project-feed__fullw .project-item {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .project-feed.project-feed__fullw .project-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .project-feed.project-feed__fullw .project-item {
    width: 20%;
  }
}
.project-feed.project-feed__fullw .project-item .project-img img {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
}
.project-feed.project-feed__fullw .project-item .overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.project-item {
}
@media (min-width: 406px) and (max-width: 767px) {
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-item .project-item-inner {
  background: #f7f7f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-dark .project-item .project-item-inner {
  background: rgba(255, 255, 255, 0.08);
}
.project-item .project-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-item .project-img > img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.section-dark .project-item .project-img > img {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.project-item .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
  right: 6px;
  bottom: 7px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-item .dlink,
.project-item .zoom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #dc2a0b;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 38px;
  text-align: center;
  z-index: 2;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #dc2a0b;
  color: #fff;
}
.project-item .dlink .fa,
.project-item .zoom .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}
.project-item .dlink {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .zoom {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.project-item .project-img:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.project-desc {
  text-align: center;
  padding: 25px 20px;
}
.project-desc .title {
  margin-bottom: 5px;
}
.project-desc .title > a {
  color: #2f2f2f;
}
.section-dark .project-desc .title > a {
  color: #fff;
}
.project-desc .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
}
.project-desc .desc {
  color: #b4b8be;
  font-style: italic;
}
.section-dark .project-desc .desc {
  color: #aeaeae;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.portfolio-sidebar-bottom {
  margin-bottom: -64px;
}
.portfolio-sidebar-bottom .project-feed {
  margin-bottom: 0;
}
.project-item figure.effect-winston {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.project-item figure.effect-winston img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.project-item figure.effect-winston figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project-item figure.effect-winston figcaption::before,
.project-item figure.effect-winston figcaption::after {
  pointer-events: none;
}
.project-item figure.effect-winston figcaption,
.project-item figure.effect-winston figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-item figure.effect-winston p {
  margin-bottom: 0;
}
.project-item figure.effect-winston figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.effect-winston {
  background: #2f2f2f;
  text-align: left;
}
figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  content: "";
}
@media (min-width: 992px) {
  figure.effect-winston figcaption::before {
    bottom: auto;
    top: 40px;
    left: -20px;
    height: 100%;
    background: url(../images/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  color: #fff;
}
figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 20px 0;
}
figure.effect-winston a {
  margin: 0 3px;
  color: #2f2f2f;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
figure.effect-winston a:hover,
figure.effect-winston a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
figure.effect-winston:hover img {
  opacity: 0.6;
}
figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  figure.effect-winston:hover figcaption::before {
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
}
figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.portfolio-timeline {
  padding-left: 0;
  list-style: none;
  position: relative;
  margin-bottom: 50px;
}
.portfolio-timeline:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 0;
  width: 4px;
  background: #f7f7f7;
  height: 100%;
}
@media (min-width: 992px) {
  .portfolio-timeline:before {
    left: 26px;
  }
}
@media (min-width: 992px) {
  .portfolio-timeline:after {
    content: "";
    display: block;
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 4px;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffffffff',GradientType=0);
    height: 100px;
  }
}
.portfolio-timeline > li {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .portfolio-timeline > li {
    padding-bottom: 20px;
  }
}
.portfolio-timeline > li:last-child {
  padding-bottom: 0;
}
.portfolio-timeline > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: #dcdcdc;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .portfolio-timeline > li:before {
    left: 10px;
  }
}
.portfolio-timeline > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #2f2f2f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .portfolio-timeline > li:after {
    left: 15px;
  }
}
.portfolio-timeline .project-item .project-desc {
  text-align: left;
  padding: 7px 0 30px 50px;
}
@media (min-width: 992px) {
  .portfolio-timeline .project-item .project-desc {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.portfolio-timeline .project-item .excerpt {
  padding: 20px 0 20px 0;
}
.portfolio-timeline .project-item .project-footer {
  color: #2f2f2f;
}
.portfolio-timeline .project-item .project-footer > ul {
  margin-bottom: 24px;
}
.partners__logos {
  list-style: none;
  margin: 0;
}
.partners__logos > li {
  float: left;
  width: 20%;
  padding: 0;
}
.partners__logos > li > a {
  margin: 0 2px 4px 2px;
  display: block;
  padding: 20px;
  border-radius: 6px;
  background: #fafafa;
}
.partners__logos > li > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.partners__logos > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.social-links-section {
  padding: 35px;
}
.social-links-section.social-links-section__white {
  background: #fff;
}
.social-links-section.social-links-section__grey {
  background: #b7b7b7;
}
.social-links-section.social-links-section__dark {
  background: #444;
  color: #fff;
}
.social-links-section.social-links-section__dark .fa {
  background: #fafafa;
}
.social-links-section.social-links-section__dark h5 {
  color: #a3a3a3;
}
.social-links-section.social-links-section__dark a {
  color: #2f2f2f;
}
.social-links-section.social-links-section__dark a:hover h5 {
  color: #fff;
}
.social-links-section ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.social-links-section ul > li {
  display: inline-block;
  margin: 0;
  padding: 0 25px;
}
.social-links-section ul > li a {
  display: block;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li .fa {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 6px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li h5 {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: 0.3em;
  font-size: 11px;
}
.social-links-section.icons-rounded .fa {
  border-radius: 50%;
}
.footer-bg1,
.footer-bg2,
.footer-bg3 {
  height: 5px;
}
.footer-bg1 {
  background: #ed0134;
}
.footer-bg2 {
  background: #ff2766;
}
.footer-bg3 {
  background: #ff5245;
}
footer.nd-region {
  background: #282729;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 14px !important;
}
footer.nd-region a {
  color: rgba(255, 255, 255, 0.75);
}
footer.footer__light {
  background: none;
}
footer .footer-widgets {
  padding: 64px 0 14px 0;
}
footer .widget {
  margin-bottom: 30px;
}
footer .widget .widget-title {
  font-size: 18px;
  margin-bottom: 1.6em;
  margin-top: 0.3em;
}
footer .widget .thumbnail {
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
footer .widget .thumbnail:hover {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .widget .thumbnail:hover img {
  border-color: #fff;
}
footer .widget .thumbnail img {
  border: 1px solid #2f2f2f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .list-menu-footer ul,
.list-menu-mobile ul {
  list-style: none;
  padding-left: 0px;
}
footer .list-menu-footer ul li {
  line-height: 20px;
  margin-bottom: 10px;
}
footer .list-menu-footer ul li a,
.list-menu-mobile ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
footer .list-menu-footer ul li a:hover,
.list-menu-mobile ul li a:hover {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
footer .widget_archive ul li,
footer .widget_nav_menu ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_recent_entries ul li,
footer .widget_categories ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .widget_archive ul li:before,
footer .widget_nav_menu ul li:before,
footer .widget_meta ul li:before,
footer .widget_pages ul li:before,
footer .widget_recent_comments ul li:before,
footer .widget_recent_entries ul li:before,
footer .widget_categories ul li:before {
  color: rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .widget_archive ul li:hover,
footer .widget_nav_menu ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_categories ul li:hover {
  padding-left: 40px;
  color: #fff;
}
footer .widget_archive ul li:hover:before,
footer .widget_nav_menu ul li:hover:before,
footer .widget_meta ul li:hover:before,
footer .widget_pages ul li:hover:before,
footer .widget_recent_comments ul li:hover:before,
footer .widget_recent_entries ul li:hover:before,
footer .widget_categories ul li:hover:before {
  color: #fff;
  left: 20px;
}
footer .widget_archive ul li:hover > a,
footer .widget_nav_menu ul li:hover > a,
footer .widget_meta ul li:hover > a,
footer .widget_pages ul li:hover > a,
footer .widget_recent_comments ul li:hover > a,
footer .widget_recent_entries ul li:hover > a,
footer .widget_categories ul li:hover > a {
  color: #fff;
  text-decoration: none;
}
footer .app-offer__logo,
.NoStream .app-offer__logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  height: 34px;
  width: 115px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 5px;
}
footer .app-offer__logo_app-store,
.NoStream .app-offer__logo_app-store {
  background-image: url(../images/app-store-badge-ESP.webp);
}
footer .app-offer__logo_google-play,
.NoStream .app-offer__logo_google-play {
  background-image: url(../images/google-play-badge-ESP.webp);
}
.Canales-PE-logos {
  padding: 10px 0px;
  background: #201f20;
  text-align: center;
}
.Canales-PE-logos a.link_logo {
  display: inline-block;
  text-align: center;
  padding: 0px 50px;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.Canales-PE-logos a.link_logo:hover,
.mobile-side-menu .Menu-logos a:hover {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.medios_oficiales {
}
.medios_oficiales hr {
  margin-top: 1.6em;
  margin-bottom: 1em;
  border-color: rgba(255, 255, 255, 0.15);
}
.medios_oficiales a {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.medios_oficiales a:hover {
  opacity: 1;
  filter: alpha(opacity=1.0);
}
.medios_oficiales .col-xs-6:nth-child(1) a img {
  margin-right: 15px;
}
.medios_oficiales .col-xs-6:nth-child(2) a img {
  margin-left: 15px;
}
.footer-copyright {
  border-top: 1px solid #282729;
  background: #191819;
  text-align: center;
  line-height: 20px;
  padding: 10px 0px;
  color: #a3a3a3;
}
#qLpercentage {
  font-family: "Anton", sans-serif;
}
.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;
}
#cart-form-pane td {
  vertical-align: middle !important;
}
#cart-form-pane td:first-child,
#cart-form-pane th:first-child {
  width: 8%;
}
#cart-form-pane td:nth-child(2),
#cart-form-pane th:nth-child(2) {
  width: 62%;
}
#cart-form-pane td:nth-child(3),
#cart-form-pane th:nth-child(3) {
  text-align: center;
}
#cart-form-pane td:nth-child(4),
#cart-form-pane th:nth-child(4) {
  text-align: center;
}
#cart-form-pane td:nth-child(5),
#cart-form-pane th:nth-child(5) {
  text-align: center;
}
#cart-form-pane td:nth-child(6),
#cart-form-pane th:nth-child(6) {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
#cart-form-pane tbody .product-thumb {
  padding-left: 0;
  padding-right: 0;
}
#cart-form-pane tbody img {
  max-width: 50px;
  height: auto;
}
.quantity {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 46px;
}
.buttons_added .quantity {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.quantity .minus,
.quantity .plus {
  position: absolute;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  outline: 0;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: #f1f1f1;
  box-shadow: none;
  color: #666;
  vertical-align: text-top;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  cursor: pointer;
}
.quantity .plus {
  right: 0;
  top: 0;
}
.quantity .qty {
  float: left;
  padding: 0 39px;
  width: 160px;
  height: 46px;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  text-align: center;
  font-size: 1em;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty::-ms-clear {
  display: none;
}
table.cart-total > tbody > tr > th {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: "Oswald", sans-serif;
  color: #2f2f2f;
  vertical-align: middle;
}
table.cart-total > tbody > tr > td {
  padding-top: 17px;
  padding-bottom: 18px;
  vertical-align: middle;
  text-align: right;
}
table.cart-total > tbody > tr > td .amount {
  display: inline-block;
  font-size: 2em;
  color: #dc2a0b;
}
.product_title {
  margin-bottom: 0.5em;
}
.price .amount {
  display: inline-block;
  font-size: 2em;
  color: #dc2a0b;
}
.price del .amount {
  color: #ddd;
  text-decoration: line-through;
  font-size: 1.5em;
}
.product-comments .says {
  display: none;
}
.product_meta > span {
  display: block;
}
.review_num {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -2px;
}
div.fivestar-widget-static {
  float: right;
  padding-bottom: 8px;
}
.top-rated-widget .latest-posts-list .title {
  padding-top: 10px;
  margin-bottom: 0.5em;
}
.products:first-child {
  padding-top: 10px;
}
.products {
  padding-left: 0;
  list-style: none;
}
.products .product .project-item-inner {
  position: relative;
}
.products .product .project-desc {
  text-align: left;
}
.products .product .project-desc .title {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.products .product .project-desc .price .amount {
  font-size: 1.5em;
}
.products .product .project-desc .price del .amount {
  font-size: 1em;
}
.products .product .onsale {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dc2a0b;
  color: #fff;
  display: block;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  line-height: 38px;
  font-size: 1em;
  z-index: 3;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .products .product .onsale {
    right: -20px;
    top: -20px;
  }
}
.catalog-ordering {
  margin-bottom: 30px;
}
#forum table {
  margin-top: 10px;
  border: 1px solid #ddd;
}
#forum table thead {
  background-color: #f7f7f7;
}
#forum table > thead > tr > th {
  border-bottom: 0;
}
#forum table th,
#forum table td {
  width: 13%;
  text-align: center;
}
#forum table td {
  padding: 25px 14px;
}
#forum table th img {
  position: relative;
  left: 6px;
  top: -2px;
}
#forum table[id^="forum-topic"] th:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
#forum table[id^="forum-topic"] th:first-child,
#forum table[id^="forum-topic"] td:first-child {
  display: none;
}
#forum #forum-0 th:first-child,
#forum #forum-0 td:first-child,
#forum table td.title {
  display: table-cell;
  padding-left: 20px;
  width: 48%;
  text-align: left;
}
#forum table th:last-child,
#forum table td:last-child {
  width: 26%;
}
#forum table .submitted a:after {
  display: block;
  content: "";
  clear: right;
}
#forum table .icon {
  display: none;
}
#forum table .description {
  margin: 0.5em 0 0;
}
.node-forum .topic {
  margin-bottom: 30px;
}
.node-forum .topic:before,
.node-forum .topic:after {
  content: " ";
  display: table;
}
.node-forum .topic:after {
  clear: both;
}
.node-forum .bbp-reply-author {
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .node-forum .bbp-reply-author {
    float: left;
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.node-forum .bbp-reply-author .bbp-author-avatar {
  display: block;
  float: left;
}
@media (min-width: 480px) {
  .node-forum .bbp-reply-author .bbp-author-avatar {
    float: none;
  }
}
.node-forum .bbp-reply-author .bbp-author-avatar img {
  max-width: 60px;
  height: auto;
  margin: 10px auto 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 480px) {
  .node-forum .bbp-reply-author .bbp-author-avatar img {
    max-width: 80px;
    position: static;
  }
}
.node-forum .bbp-reply-author .bbp-author-name a {
  margin: 15px 0 0 0;
  display: block;
  font-family: "Oswald", sans-serif;
  color: #2f2f2f;
}
.node-forum .bbp-reply-author .bbp-author-role {
  margin: 0 0 10px 0;
}
.node-forum .bbp-reply-author .bbps-post-count {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.node-forum .bbp-reply-content {
  border: 1px solid #dcdcdc;
  position: relative;
}
@media (min-width: 480px) {
  .node-forum .bbp-reply-content {
    margin-left: 155px;
  }
}
@media (min-width: 480px) {
  .node-forum .bbp-reply-content {
    min-height: 254px;
  }
}
.node-forum .bbp-reply-content .bbp-reply-header {
  background: #f7f7f7;
  padding: 20px 30px;
  clear: none;
  text-align: right;
  overflow: hidden;
}
.node-forum .bbp-reply-content .bbp-reply-header .bbp-meta:before,
.node-forum .bbp-reply-content .bbp-reply-header .bbp-meta:after {
  content: " ";
  display: table;
}
.node-forum .bbp-reply-content .bbp-reply-header .bbp-meta:after {
  clear: both;
}
.node-forum
  .bbp-reply-content
  .bbp-reply-header
  .bbp-meta
  .bbp-reply-permalink {
  color: #2f2f2f;
  float: right;
}
.node-forum
  .bbp-reply-content
  .bbp-reply-header
  .bbp-meta
  .bbp-reply-post-date {
  float: left;
  font-size: 12px;
}
.node-forum .bbp-reply-content .bbp-reply-entry {
  padding: 30px;
}
.node-forum .comments-wrapper > h3 {
  display: none;
}
.node-forum .comment-reply {
  padding-top: 25px;
}
.bbp-pagination {
  text-align: right;
  margin-bottom: 20px;
}
.bbp-reply-author img {
  width: 80px;
}
.profile .tab {
  display: none;
}
.profile .tab.active {
  display: block;
}
.bbp-single-user-details {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.bbp-single-user-details:before,
.bbp-single-user-details:after {
  content: " ";
  display: table;
}
.bbp-single-user-details:after {
  clear: both;
}
.bbp-single-user-details .bbp-user-avatar {
  float: left;
  width: 100px;
}
.bbp-single-user-details .bbp-user-avatar img {
  border-radius: 50%;
  width: 100px;
}
.bbp-single-user-details .bbp-user-navigation {
  margin-left: 130px;
}
.bbp-single-user-details .bbp-user-navigation ul {
  padding-left: 0;
  list-style: none;
}
.bbp-single-user-details .bbp-user-navigation ul > li > a {
  display: block;
  padding: 8px 10px;
}
.bbp-single-user-details .bbp-user-navigation ul > li.current > a {
  background: #f7f7f7;
  color: #2f2f2f;
}
.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;
}
.md-arrow-left,
.md-arrow-right {
  display: block;
  font-size: 50px;
  width: 60px !important;
  height: 100px !important;
  line-height: 54px;
  background: none !important;
  margin-top: -50px;
}
@media (min-width: 1200px) {
  .md-arrow-left {
    left: 14%;
  }
  .md-arrow-right {
    right: 14%;
  }
}
.md-arrow-left:after,
.md-arrow-right:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: transparent;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "FontAwesome";
  font-size: 50px;
  color: #f7f7f7;
  font-style: normal;
  font-weight: normal;
  line-height: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.md-arrow-left:hover,
.md-arrow-right:hover {
  color: #fff;
}
.md-arrow-left:after {
  content: "\f053";
}
.md-arrow-right:after {
  content: "\f054";
}
.md-arrow-right:after {
  margin-left: 1px;
}
.md-arrow-left:hover:after,
.md-arrow-right:hover:after {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.md-slide-bullet-2 .md-bullets {
  bottom: 0px;
  line-height: 0px;
}
.md-bullet {
  padding: 0px 0px;
}
.md-bullet {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  width: 100px !important;
  height: 10px !important;
  cursor: pointer;
  background: transparent !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.md-bullet:after {
  content: "";
  width: 100px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.md-bullet:last-child {
  margin-right: 0px;
}
.md-bullet:nth-child(1):after {
  background: #41b39f;
}
.md-bullet:nth-child(2):after {
  background: #ff510d;
}
.md-bullet:nth-child(3):after {
  background: #0081ea;
}
.md-bullet:nth-child(4):after {
  background: #7b0a87;
}
.md-bullet:nth-child(5):after {
  background: #fa9c3a;
}
.md-bullet:nth-child(6):after {
  background: #145f7f;
}
.md-bullet:hover,
.md-bullet.md-current {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.md-bullet.md-current a {
  display: none;
}
.md-bullet:hover:after,
.md-bullet.md-current:after {
  height: 20px;
}
@media (max-width: 767px) {
  .md-bullet {
    width: 50px !important;
  }
  .md-bullet:after {
    width: 50px;
  }
}
.md-object .icon-box .icon {
  width: 100px;
  height: 100px;
  font-size: 48px;
  line-height: 100px;
  margin-bottom: 0;
}
.md-object .icon-box.circled .icon:after {
  background: rgba(0, 0, 0, 0.1);
}
.hidden-title .pane-title {
  text-indent: -9999px;
}
@media (max-width: 991px) {
  .hidden-title .pane-title {
    display: none;
  }
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  width: auto;
}
html.js fieldset.collapsed {
  height: auto;
}
.alert .close {
  display: none;
}
.alert.alert-dismissable .close {
  display: block;
}
.pager-load-more .btn {
  width: 358px;
  padding: 14px 0;
  font-size: 18px;
  border-radius: 0 !important;
}
.centered-title .widget-title,
.centered-title .project-feed-filter {
  text-align: center;
}
.centered-title .widget-title {
  margin-bottom: 1.2em;
}
.centered-title .widget-title.centered-title .widget-title span {
  font-size: 28px !important;
  font-family: "Oswald", sans-serif;
}
.centered-title.dark h3 > span {
  color: #fff !important;
}
.btn-primary {
  text-shadow: none !important;
}
.container-inline .input-group {
  display: table;
}
.input-group > div,
.input-group > input {
  display: table-cell;
}
.input-group > .form-item {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .form-item .form-control {
  float: none;
}
.input-group > input,
.input-group .form-actions {
  display: table-cell;
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.input-group .form-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  padding: 12px 18px;
}
.btn-icon {
  font-family: FontAwesome !important;
}
.search-advanced {
  padding-bottom: 20px;
}
.search-advanced .form-item label {
  width: 200px;
}
@media (min-width: 991px) {
  .search-advanced .criterion {
    width: 50%;
    float: left;
  }
  .search-advanced .criterion:first-child {
    padding-right: 30px;
  }
}
.one-page #block-nikadevs-cms-contact-form .widget-title,
#block-nikadevs-cms-contact-form .form-item-copy,
#contact-site-form .form-item-copy {
  display: none;
}
div.error {
  background-image: none;
}
aside .title-accent > h3 > span {
  font-family: inherit;
  font-size: inherit;
}
aside .widget {
  margin-bottom: 65px;
}
aside .tabs .tab-content {
  padding: 15px;
}
.widget .date {
}
aside .widget_tag_cloud .tagcloud a {
  color: #2f2f2f;
  border-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff4f4f4',GradientType=0);
}
aside .widget_tag_cloud .tagcloud a:hover {
  background: #2f2f2f;
  color: #fff;
}
footer .widget-title {
  font-size: 14px;
  margin-bottom: 1.6em;
  color: #fff;
}
footer .title-accent > h3 > span,
aside .title-accent > h3 > span {
  font-family: inherit;
  font-size: inherit;
}
footer .widget .title > a {
  color: #a3a3a3;
}
footer .thumbnail {
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
footer .title-accent {
  padding-top: 0px;
}
.hidden-pager {
  transition: all 0.5s;
  opacity: 0;
}
ul:hover > .hidden-pager {
  opacity: 1;
}
.pattern-brickwall {
  background: url(../images/brickwall.webp);
}
.pattern-cream-pixels {
  background: url(../images/cream_pixels.webp);
}
.pattern-grey-wash-wall {
  background: url(../images/grey_wash_wall.webp);
}
.pattern-greyzz {
  background: url(../images/greyzz.webp);
}
.pattern-mooning {
  background: url(../images/mooning.webp);
}
.pattern-p5 {
  background: url(../images/p5.webp);
}
.pattern-retina-wood {
  background: url(../images/retina_wood.webp);
}
.pattern-shattered {
  background: url(../images/shattered.webp);
}
.pattern-sos {
  background: url(../images/sos.webp);
}
.pattern-squared-metal {
  background: url(../images/squared_metal.webp);
}
.pattern-subtle-grunge {
  background: url(../images/subtle_grunge.webp);
}
.pattern-binding-dark {
  background: url(../images/binding_dark.webp);
}
.add-to-cart .form-actions {
  display: inline-block;
}
.posted_in a:after,
.tagged_as a:after {
  content: ",";
  color: #6d6d6d;
  padding-right: 4px;
}
.posted_in a:last-child:after,
.tagged_as a:last-child:after {
  content: "";
}
.field-type-fivestar {
  padding-bottom: 25px;
}
#block-views-products-block .widget-title span,
#block-views-products-block-1 .widget-title span {
  font-family: inherit;
  font-size: inherit;
}
.fivestar-static-form-item p {
  display: none;
}
.dlink .form-item-qty {
  display: none;
}
.dlink .node-add-to-cart {
  font-family: FontAwesome;
  font-size: 38px;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background: none !important;
  border: none;
}
.dlink .node-add-to-cart:hover {
  color: #fff;
  background: transparent !important;
}
.dlink form > div > div {
  display: none;
}
.dlink form > div > div.form-actions {
  display: block;
}
.remove input {
  font-family: FontAwesome;
  border: none;
  background: none;
  font-size: 1.3333333333333333em;
  padding: 4px;
}
#cart-form-pane .entity-uc-cart-item {
  display: none;
}
#cart-form-pane table {
  margin-bottom: 15px;
}
#cart-form-pane .text-right a {
  padding-right: 10px;
}
@media (max-width: 610px) {
  #cart-form-pane .box {
    padding: 20px 10px !important;
  }
  #cart-form-pane th:first-child,
  #cart-form-pane td:first-child,
  #cart-form-pane th:nth-child(3),
  #cart-form-pane td:nth-child(3) {
    display: none;
  }
  .quantity,
  .quantity .qty {
    width: 60px;
  }
  .quantity .qty {
    padding: 0 5px;
  }
  .quantity .minus,
  .quantity .plus {
    width: 20px;
  }
  #cart-form-pane td {
    padding: 14px 5px;
  }
}
fieldset {
  position: relative;
  padding: 70px 30px 15px 30px !important;
  margin-bottom: 3px;
  border-radius: 1px 1px 2px 2px;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
fieldset.collapsed {
  padding: 49px 0 0 0 !important;
}
legend {
  position: absolute;
  top: 0px;
  border-bottom: none;
  left: 0;
  padding: 14px 14px 14px 18px;
  font-size: 13px;
  border-radius: 1px 1px 0 0;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
fieldset.collapsed legend {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff4f4f4',GradientType=0);
}
fieldset.collapsed legend span a {
  color: #6d6d6d;
}
legend a,
legend a:hover {
  color: #fff;
  text-decoration: none;
}
.collapsible legend > span a:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 10px;
  margin-left: -3px;
}
fieldset.collapsed legend > span a:before {
  content: "\f068";
}
.collapsible legend > span a {
  display: block;
}
fieldset.collapsed legend:before {
  color: #6d6d6d;
}
.uc-store-address-field .form-item label {
  text-align: left;
  width: auto;
}
.uc-cart-checkout-form .uc-store-address-field .form-item label {
  padding: 5px 6px 0px;
}
.uc-cart-checkout-form .form-item {
  margin-top: 14px;
}
.form-item-panes-billing-billing-street2 label,
.form-item-panes-delivery-delivery-street2 label {
  display: none;
}
.uc-cart-checkout-form .form-actions {
  margin-top: 20px;
}
.uc-cart-checkout-form .form-actions #edit-cancel,
#uc-cart-checkout-review-form #edit-back {
  float: left;
}
@media (min-width: 597px) {
  #payment-details .form-item {
    width: 31%;
    float: left;
  }
  #payment-details .form-item-panes-payment-details-cc-number {
    width: 100%;
  }
  .form-item-panes-payment-details-cc-exp-year {
    margin: 43px 3.5% 0 !important;
  }
}
.order-review-table {
  width: 100%;
}
.order-review-table > tbody > tr > td {
  border-top: none;
  padding: 8px;
}
.tabs.primary {
  padding-left: 31px;
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
}
.tabs.primary li > a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 12px 13px;
  color: #999;
  position: relative;
  line-height: 1.42857143;
  border: 1px solid transparent;
  display: block;
}
.tabs.primary li {
  position: relative;
  display: inline-block;
  bottom: -1px;
  z-index: 50;
  border: 1px solid #ddd;
  margin-right: 20px;
}
.tabs.primary li.active {
  border-bottom: 0;
  bottom: -2px;
}
.tabs.primary li.active a {
  color: #2f2f2f;
}
.tabs.primary a:hover,
.tabs.primary a:focus {
  text-decoration: none;
}
.tb-megamenu .nav-collapse.collapse {
  display: block;
}
.flexnav .tb-megamenu-block ul,
.flexnav .mega-group-ct {
  margin-left: 0;
  display: block !important;
  position: relative;
  min-width: 0;
  background: none;
  box-shadow: none;
  opacity: 1 !important;
  height: 100% !important;
}
.mega-group > a:after {
  content: "" !important;
}
.mega-group > a {
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f3f3f;
  color: #969696;
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #2f2f2f;
  margin: 0 0 8px 10px;
  padding-left: 0px !important;
  background: none !important;
}
.mega-group-ct {
  margin-bottom: 10px;
}
.mega-group-ct a {
  border: none !important;
  padding-left: 11px !important;
}
@media (min-width: 992px) {
  .mega-group > a {
    color: #2f2f2f;
    border-bottom: 1px solid #efefef;
    color: #3f3f3f;
    padding-top: 0;
  }
  .mega-align-center > .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  .mega-align-right > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .mega-align-justify > .dropdown-menu {
    right: -200px;
    left: auto;
  }
}
@media (max-width: 992px) {
  .dropdown-menu {
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
  }
  .dropdown-menu .widget-title {
    color: #fff;
  }
}
.flexnav .tb-megamenu-block {
  padding: 10px 10px 15px 0;
}
.flexnav .tb-megamenu-block a {
  border: none;
  padding: 0;
}
.flexnav .tb-megamenu-block a:hover {
  background: none;
}
.flexnav > li > a i {
  position: relative;
  top: -1px;
  left: -3px;
}
.flexnav ul ul li > a i {
  color: #bfbfbf;
  margin-right: 3px;
}
.webform-component {
  margin-bottom: 30px;
}
.webform-component-time .webform-container-inline div,
.webform-component-time .webform-container-inline div.form-item,
.webform-component-number {
  display: inline-block;
}
.webform-container-inline div.form-item-submitted-time-hour {
  width: 100%;
}
.webform-container-inline div.form-item-submitted-time-minute {
  margin-left: 30px;
  width: 64%;
}
#edit-submitted-time-ampm {
  position: relative;
  left: -44px;
}
.checkbox.webform-grid-option {
  display: table-cell;
}
input[type="radio"],
input[type="checkbox"] {
  margin-left: 0 !important;
}
.owl-carousel__posts .project-item .project-desc {
  text-align: left;
}
.owl-carousel__posts .project-item .project-desc .title {
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.owl-carousel__posts .project-item .project-desc .meta {
  margin-bottom: 0.5em;
  font-size: 0.91em;
}
.owl-carousel__posts .project-item .project-desc .meta .comments {
  display: inline-block;
  padding-right: 4px;
  color: #2f2f2f;
}
.owl-carousel__posts .project-item .project-desc .meta .comments:hover {
  text-decoration: none;
}
.owl-carousel__posts .project-item .project-desc .meta .comments > .fa {
  color: #dc2a0b;
}
.owl-carousel__posts .project-item .project-desc .meta .date {
  display: inline-block;
  color: #b4b8be;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
}
.owl-carousel__posts .project-item .dlink {
  width: 100%;
}
.thumbnail.owl-carousel {
  margin: 0 0 20px 0;
}
.magazine-slider-holder {
  overflow: hidden;
}
.magazine-border {
  border-top: 5px solid #d4d4d4;
  position: relative;
  overflow: hidden;
}
.magazine-border:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #bebebe;
}
.view-news li {
  list-style: none;
}
.view-news ul {
  padding: 0;
}
.magazine-slider-holder .item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: rgba(220, 42, 11, 0.85);
}
.magazine-slider-holder .item-desc h2,
.magazine-slider-holder .item-desc h3 {
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.magazine-slider-holder .item-desc .meta {
  margin-bottom: 6px;
  font-style: italic;
}
.magazine-slider-holder .item-desc .meta .date,
.magazine-slider-holder .item-desc .meta .author {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  display: inline;
}
.magazine-slider-holder .owl-pagination {
  display: none;
}
.view-news .thumbnail {
  padding: 6px;
}
.item-sm .item {
  position: relative;
  margin-bottom: 24px;
}
.item-sm img {
  display: block;
  max-width: 100%;
  height: auto;
}
.item-sm h2 {
  font-size: 18px;
}
.item-sm .item-desc {
  padding: 12px 15px;
  background: rgba(47, 47, 47, 0.85) !important;
}
.item-sm.item-sm-alt .item {
  margin-bottom: 3px;
}
.item-sm.item-sm-alt .item-desc h2 {
  font-size: 14px;
}
.background-fullwidth {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  overflow: hidden;
}
.bg-gray {
  background: #444;
  color: #fff;
}
.bg-dark-gray {
  background: #2f2f2f;
  color: #a3a3a3;
}
.section-no-v-paddings {
  padding-top: 0;
  padding-bottom: 0;
}
.section-no-v-margins {
  margin-top: 0;
  margin-bottom: 0;
}
.bottom-control-slider {
  margin-bottom: 44px;
}
.view-taxonomy .item-list > ul,
.view-taxonomy .item-list > ul > li,
.view-taxonomy .links.inline,
.view-taxonomy .links.inline li {
  list-style: none;
  padding-left: 0;
}
.view-taxonomy .links.inline {
  margin-bottom: 40px;
}
.max-width-container {
  max-width: 1170px;
}
@media (max-width: 1100px) and (min-width: 950px) {
  .footer-copyright .social-links-wrapper .social-links {
    margin-right: 40px;
  }
}
.filter-wrapper {
  padding: 30px 15px !important;
  margin-bottom: 20px;
}
.form-actions .form-submit + .form-submit {
  margin-left: 10px;
}
.form-managed-file .form-file {
  height: auto;
}
header.header-fixed {
  display: block !important;
  visibility: visible !important;
}
.display-price {
  display: inline-block;
  font-size: 2em;
  color: #dc2a0b;
  float: none;
  clear: right;
  font-weight: normal;
  padding: 0;
}
div.price {
  margin: 0 0 1.5em 0;
}
.aligcenter {
  text-align: center;
}
.aligleft {
  text-align: left;
}
.aligright {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
@media print {
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .share-social {
    display: none;
  }
}
.mobile-side-menu {
  width: 100%;
  display: none;
  bottom: 0px;
  z-index: 60;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.mobile-side-menu .flexnav {
  margin: 20px 5px 10px 5px;
}
.mobile-side-menu .Menu-logos a {
  padding: 0 35px;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.mobile-side-menu .Menu-logos a img {
  max-height: 60px;
  width: auto;
}
.mobile-side-menu .list-menu-mobile ul {
  padding: 10px 35px;
}
.mobile-side-menu .list-menu-mobile ul li {
  line-height: 24px;
}
.mobile-side-menu .list-menu-mobile a {
  color: rgba(255, 255, 255, 0.75);
}
.mobile-side-menu .social_mobile {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
}
.mobile-side-menu .social_mobile h3 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 34px;
  margin: 0;
  text-align: right;
}
.mobile-search {
  background: #000;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-search .btn-primary {
  background: transparent;
  font-size: 20px;
  padding: 10px;
  border-radius: 6px;
}
.mobile-search .form-control {
  font-size: 1.8rem;
  border-left: 0px solid rgba(255, 255, 255, 0.25);
  padding: 5px 15px;
}
.mobile-search .form-control:focus {
  border-left: 0px solid rgba(255, 255, 255, 0.25);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noscroll {
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 55;
  background-color: #201f20;
}
#block-webform-client-block-13 .title-accent,
#block-webform-client-block-16 .title-accent {
  display: none;
}
@media (min-width: 992px) {
  .bordered_contact {
    border-left: 1px solid #eee;
    padding: 0px 0px 30px 30px;
  }
}
ul.search-results {
  padding: 0px;
  margin: 0px;
  float: none;
  display: block;
  list-style: none;
  box-sizing: content-box;
}
ul.search-results > li {
  background: #fff;
  margin: 0px 0px 10px 0px;
  padding: 24px;
  border-radius: 6px;
}
ul.search-results > li:last-child {
  margin-bottom: 0px;
}
ul.search-results > li > h4 {
  text-transform: none;
}
p.italic {
  font-style: italic;
}
.m-0 {
  margin: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
#myWrapperYoutube.mb-0,
.mb-0 {
  margin-bottom: 0px !important;
}
.parrilla {
  background: #eee;
}
.parrilla .icono-play,
.programacion .icono-play {
  position: relative;
}
.parrilla .icono-play a span,
.programacion .icono-play a span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
  background: rgba(0, 0, 0, 0.3);
  width: 56px;
  height: 56px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.2s ease-in-out;
}
.parrilla .icono-play a span i,
.programacion .icono-play a span i {
  font-size: 28px;
  line-height: 52px;
}
.parrilla .icono-play a:hover span,
.programacion .icono-play a:hover span {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.parrilla .active {
  background: #fff;
}
.parrilla h2 {
  font-size: 22px;
  margin: 20px 0 10px 0;
  padding: 0;
  line-height: 40px;
}
.parrilla h4 {
  font-size: 18px;
  color: #b20128;
  margin: 0;
  padding: 0;
  line-height: 64px;
}
.parrilla h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.parrilla h3 a {
  color: #2f2f2f;
}
.parrilla h3 a:hover {
  color: #ed0134;
  text-decoration: none;
}
.parrilla span {
  font-size: 15px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #666;
}
@media (max-width: 991px) {
  .parrilla h3 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .parrilla h3 {
    font-size: 18px;
  }
  .parrilla h4 {
    font-size: 15px;
    line-height: 50px;
  }
  .parrilla img {
    margin: 15px 0;
  }
}
.programacion table > thead > tr > th {
  border-bottom: 0px;
  padding: 20px;
  background-color: #f7f7f7;
}
.programacion table > thead > tr > th a {
  text-transform: lowercase;
  font-size: 16px;
  color: #2f2f2f !important;
}
.programacion table > thead > tr > th a:hover {
  color: #ff5245 !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.programacion table > thead > tr > th.active {
  background-color: #fff;
}
.programacion table > thead > tr > th.active a {
  color: #ed0134 !important;
}
.programacion table > thead > tr > th span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.programacion table > tbody > tr > td {
  padding: 30px 15px;
  min-width: 200px;
}
.programacion table > tbody > tr > td .icono-play {
  display: inline-block;
}
.programacion table > tbody > tr > td h3,
.programacion table > tbody > tr > td h4 {
  margin-bottom: 10px;
}
.programacion table > tbody > tr > td img {
  height: 120px;
  max-width: none;
}
.programacion table > tbody > tr.active {
  background-color: rgba(237, 1, 52, 0.05);
}
.programacion table > tbody > tr.active > td {
  border-top: 1px solid #ed0134;
  background-color: transparent;
}
.programacion table > tbody > tr > td a.play_TV {
  display: inline-block;
  line-height: 30px;
  margin-top: 5px;
}
.programacion table > tbody > tr > td a.play_TV i {
  float: left;
  font-size: 18px;
  line-height: 30px;
  margin-right: 5px;
}
.section-dark {
  background: rgba(0, 0, 0, 0.9);
}
.play-dark {
  background: #201f20;
}
.section-light {
  background: #fff;
}
.eub-bg {
  background: url(../images/eub.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.somos {
  background: #41b39f;
}
.somos p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .somos #myWrapperYoutube {
    margin: 20px 0;
  }
}
#myWrapper {
  position: relative;
  padding-bottom: 450px;
  padding-top: 0px;
  height: 0;
  line-height: 0px;
  max-width: 780px;
  margin: 0 auto;
}
#myWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#myWrapper .NoStream {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#myWrapper .NoStream h3 {
  max-width: 798px;
  height: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #myWrapper {
    padding-bottom: 405px;
  }
}
@media (max-width: 749px) {
  #myWrapper {
    padding-bottom: 56%;
  }
  #myWrapper .NoStream h3 {
    font-size: 14px;
    padding: 20px 34px;
    line-height: 20px;
  }
}
#myWrapperYoutube,
.YouTubeIframe {
  position: relative;
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
  line-height: 0px;
  margin-bottom: 34px !important;
}
#myWrapperYoutube iframe,
.YouTubeIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph div.twitter-tweet {
  margin: 0 auto !important;
}
.paragraph iframe {
  margin: 0 auto !important;
  margin-bottom: 34px !important;
}
.paragraph blockquote.tiktok-embed p,
.paragraph blockquote.tiktok-embed section {
  display: none;
}
.paragraph img {
  height: auto !important;
}
.pager {
  margin: 34px 0 0 0;
}
.pager li > a,
.pager li > span {
  padding: 7px 14px;
  border: 0;
  background: #fff;
}
.pager li.pager-current > a,
.pager li.pager-current > span {
  background: #ed0134;
}
.pager li.pager-current > a:hover {
  background: #ff5245;
}
.item {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}
.item .item-img a.youtube {
  padding-bottom: 56.25%;
  display: block;
  background-position: top 53% center;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
}
.item .item-img {
  background: #ddd;
  position: relative;
  border-radius: 1rem 1rem 0 0;
}
.item .item-img img {
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: auto;
}
.item .item-img .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
  height: 50%;
  width: 100%;
  display: block;
}
.item .item-img .icon {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.8);
  line-height: 39px;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
}
.item .item-img .share-social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 25;
}
.item .item-img .share-social a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  width: 27px;
  height: 27px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  border-radius: 50%;
}
.item .item-img .share-social a:hover {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.item .item-img .share-social a.facebook:hover {
  background: #22589b;
}
.item .item-img .share-social a.twitter:hover {
  background: #00c4ff;
}
.item .item-img .share-social a.mail:hover {
  background: #ed0134;
}
.item .item-img blockquote {
  display: none;
}
.item .item-content {
  padding: 10px 15px 10px 15px;
  max-height: 184.38px;
}
.item .item-content a.tags-noticia {
  color: #ed0134;
  border: 1px solid #ed0134;
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
a.tags-noticia,
a.tags-programa,
a.tags-audio {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.item .item-content a.tags-noticia:hover {
  text-decoration: underline;
}
.item .item-content .title {
  min-height: 111.38px;
}
.item .item-content .title h3 {
  font-size: 18px;
  line-height: 1.2em;
  margin: 10px 0 0 0;
}
.item .item-content .title h3 a,
.item .item-content .title h3 a:hover {
  color: #2f2f2f;
}
.item .item-content .title h3 a:hover {
  text-decoration: underline;
}
.item .item-content .date {
  border-top: 0px solid #eee;
}
.item .item-content .date span {
  line-height: 26px;
  color: #868585;
  display: block;
  font-size: 12px;
  margin: 0;
}
.item .item-content .date span i {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 12px;
  color: #ed0134;
  display: block;
}
.item .item-video {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.section-light .item {
  background: #f7f7f7;
}
.section-dark .item {
  background: rgba(255, 255, 255, 0.08);
}
.section-dark .item .item-content a.tags-noticia {
  color: #aeaeae !important;
  border: 1px solid #aeaeae !important;
}
.section-dark .item .item-content .title h3 a,
.section-dark .item .item-content .title h3 a:hover {
  color: #fff;
}
.section-dark .content-item-slider .arrow-left a,
.section-dark .content-item-slider .arrow-right a {
  background: #fff;
  color: #ed0134 !important;
}
.section-dark .content-item-slider .arrow-left a:hover,
.section-dark .content-item-slider .arrow-right a:hover {
  color: #fff !important;
  background: #ed0134;
}
.section-dark h4 {
  color: #fff;
}
.section-dark .item .item-content .date span,
.section-dark .item .item-content .date span i {
  color: rgba(255, 255, 255, 0.75);
}
.item .item-redes {
  padding: 20px 15px 20px 15px;
}
.item .item-redes h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}
.item .item-redes h3 i {
  float: left;
  margin-right: 10px;
  font-size: 22px;
  line-height: 30px;
}
.item .item-redes h3.facebook i {
  color: #22589b;
}
.item .item-redes h3.twitter i {
  color: #00c4ff;
}
.item .item-redes h3.youtube i {
  color: #e1191f;
}
.item .item-redes h3.comments i {
  color: #ed0134;
}
.item .item-redes .Cuadro-YouTube {
  height: 65.41px;
  background: #f7f7f7;
  padding: 8px 30px;
  border-radius: 6px;
  line-height: 0;
}
.item .item-redes #myWrapperYoutube {
  margin-top: 10px;
}
.item.item-destacada .item-content {
  position: absolute;
  bottom: 0px;
  left: 10px;
  background: none;
  z-index: 20;
  width: 95%;
}
.item.item-destacada .item-content a.tags-noticia {
  color: #fff;
  border: 1px solid #ed0134;
  background: #ed0134;
  margin-bottom: 5px;
}
.item.item-destacada .item-content .title {
  min-height: auto;
  margin-bottom: 10px;
}
.item.item-destacada .item-content .title h3 {
  font-size: 26px;
}
.item.item-destacada .item-content .title h3 a,
.item.item-destacada .item-content .title h3 a:hover {
  color: #fff;
}
.item.item-destacada .item-content .date,
.item.item-list .item-content .date {
  border: 0px;
}
.item.item-destacada .item-content .date span {
  margin-bottom: 44px;
  display: inline-block;
  text-align: left;
  color: #fff;
}
.item.item-destacada .item-img > a {
  padding-bottom: 57.055%;
  background-size: cover;
  background-position: top 53% center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 6px;
}
.item.item-destacada .item-img > a .gradient {
  border-radius: 0px 0px 6px 6px;
  height: 75%;
}
.item.item-gallery .item-img > a {
  padding-bottom: 118.02%;
}
.item.item-gallery .item-content .title h3 {
  font-size: 18px;
}
.item.item-gallery .item-img .gradient {
  height: 70%;
}
.TVPE-PROGRAMAS .item .item-content .title {
  min-height: auto;
  padding-bottom: 11px;
}
.TVPE-PROGRAMAS .item .item-content .title h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TVPE-PROGRAMAS .item:hover {
  background: #ed0134;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.TVPE-PROGRAMAS .item:hover .item-content .title h3 a {
  color: #fff;
}
.TVPE-PROGRAMAS .item .item-content .title h3 a:hover {
  color: #fff;
  text-decoration: none;
}
.note p {
  font-size: 18px !important;
  line-height: 1.25;
}
.note ul {
  font-size: 18px !important;
  margin: 0 0 1.5em 0 !important;
}
.note h1,
.note h2 {
  margin-bottom: 14px;
}
.note .bajada {
  font-size: 20px;
  margin-bottom: 34px;
  font-style: italic;
}
.note .list_tags {
  margin-bottom: 14px;
}
.note .list_tags h4 {
  line-height: 34px;
  margin: 0;
  float: left;
  margin-right: 10px;
}
.note .list_tags a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}
.note .list_tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.note .list_tags ul li {
  display: inline-block;
  line-height: 34px;
  padding: 0px 15px;
  border-right: 1px solid #ddd;
}
.note .list_tags ul li:last-child {
  border-right: 0;
}
.note .gallery {
  background: #333;
  padding: 20px;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.note .gallery .slick-gallery .item-note-gallery blockquote,
.note .img-note-alt blockquote,
.note .gallery .info-g {
  display: none;
}
.image-description {
  line-height: 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  background: #333;
  padding: 20px;
}
.note .gallery .description {
  line-height: 20px;
  font-size: 15px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 1);
}
.note .gallery .description .foto,
.image-description .foto {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #666;
}
.note .gallery .description .foto i,
.image-description .foto i {
  margin-right: 10px;
}
.note .gallery .arrow-left,
.note .gallery .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -70px;
}
.note .gallery .arrow-left a,
.note .gallery .arrow-right a {
  color: #fff !important;
  width: 60px;
  height: 100px;
  text-align: center;
  font-size: 50px;
  line-height: 100px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.note .gallery .arrow-left {
  left: 20px;
}
.note .gallery .arrow-right {
  right: 20px;
}
.note .gallery .arrow-left a:hover,
.note .gallery .arrow-right a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.item.item-list {
  padding: 15px 15px 10px 15px;
}
.item.item-list:after {
  content: " ";
  clear: both;
}
.item.item-list .item-img {
  margin-bottom: 34px;
}
.item.item-list .item-img a.youtube {
  padding-bottom: 56.25%;
  display: block;
  background-position: top 53% center;
  background-size: cover;
  border-radius: 0;
}
.item.item-list .item-img img {
  border-radius: 0px;
}
.item.item-list .item-content {
  padding: 0;
}
.item.item-list .item-content .title h3 {
  font-size: 16px;
}
.item.item-list .item-content .title {
  min-height: 90px;
}
#Mas-Noticias .item.item-list .item-content .title h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.item.item-list .item-content .date span {
  border-top: 0px solid #eee;
  display: inline-block;
}
.item.item-list .item-img .share-social {
  bottom: -65px;
  left: 0px;
}
.item.item-list .item-img .share-social a {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  margin-left: 0px;
  margin-right: 5px;
}
.item.item-list .item-img .share-social a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.item.item-list .item-img a .gradient,
.item.item-list .item-img a .icon {
  display: none;
}
.item.item-list .item-img {
  margin-bottom: 0;
}
.item.page .item-content .title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.item.page {
  padding: 20px;
}
.item.page:last-child {
  margin-bottom: 0px;
}
.item.page .item-img .share-social {
  bottom: 0px;
  right: -84px;
  left: auto;
}
.item.page .item-img a .icon {
  display: block;
}
.item.sidebar .item-content .title {
  min-height: 60px;
  margin-bottom: 10px;
}
.item.sidebar .item-img .share-social {
  bottom: -40px;
  left: 0px;
}
.item.sidebar .item-img .share-social a {
  margin-left: 0px;
  margin-right: 5px;
}
.item.sidebar .item-img .share-social a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.item.video .item-content .title {
  min-height: 90px;
}
@media (max-width: 1199px) {
  .item .item-content .title {
    min-height: 121.28px;
  }
  .item.item-destacada .item-img > a {
    padding-bottom: 66.569%;
  }
  .item.item-destacada .item-content .title h3 {
    font-size: 22px;
  }
  .item.item-gallery .item-img > a {
    padding-bottom: 139.255%;
  }
  .item.item-gallery .item-content .title h3,
  .item .item-content .title h3 {
    font-size: 16px;
  }
  .item.item-list .item-img .share-social {
    bottom: -55px;
  }
  .item.page .item-img .share-social {
    bottom: -40px;
    left: 0px;
    right: auto;
  }
  .item.page .item-img {
    margin-bottom: 34px;
  }
}
@media (max-width: 991px) {
  .item.item-destacada .item-img > a {
    padding-bottom: 64.326%;
  }
  .item.item-gallery .item-img > a {
    padding-bottom: 136.425%;
  }
  .item.item.page .item-content .title {
    min-height: auto;
  }
  .item.sidebar .item-img a .gradient,
  .item.page .item-img a .gradient {
    display: block;
  }
  .item.page .item-img .share-social {
    bottom: 10px;
    left: auto;
    right: 5px;
  }
  .item.page .item-img {
    margin-bottom: 0px;
  }
  .item.sidebar .item-img .share-social a,
  .item.page .item-img .share-social a {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .news-list .paragraph,
  .item.page .paragraph {
    display: none;
  }
  .item.sidebar {
    padding: 15px;
  }
  .item.sidebar .item-img .share-social {
    bottom: 10px;
    right: 5px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .item.item-destacada .item-img > a,
  .item.item-gallery .item-img > a {
    padding-bottom: 65%;
  }
  .item.item-destacada .item-content .date span {
    margin-bottom: 10px;
  }
  .item.item-destacada .item-content .title h3,
  .item.item-gallery .item-content .title h3 {
    font-size: 18px;
  }
  .item.item-list .item-img .share-social {
    bottom: -40px;
  }
  .item.item-list .item-content .title {
    min-height: 70px;
  }
  .item.page .item-img a .gradient {
    display: block;
  }
  .item.page .item-img .share-social {
    bottom: 10px;
    left: auto;
    right: 5px;
  }
  .news-list .imagen,
  .item.page .item-img,
  .item.sidebar .item-img {
    margin-bottom: 15px;
  }
  .item.page .item-img .share-social a {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .item.page .item-content .title h3 {
    font-size: 18px;
  }
  .item .item-content .title,
  .item.sidebar .item-content .title,
  .item.video .item-content .title {
    min-height: auto;
    margin-bottom: 10px;
  }
  .TVPE-PROGRAMAS .item .item-content .title {
    margin-bottom: 0;
  }
  .item.item-slick .item-content .title {
    min-height: 90px;
    margin-bottom: 0px;
  }
  .item.item-banners .item-img > a {
    padding-bottom: 130%;
  }
  .item.sidebar .item-img .share-social {
    bottom: 10px;
  }
}
.item.item-slick .item-content .title h3 {
  font-size: 16px;
}
.item.item-slick .item-img a.youtube {
  padding-bottom: 56.25%;
  background-position: center;
}
.page_video {
  margin-bottom: -20px;
  display: inline-block;
}
.section-tags {
  background: #ed0134;
}
.tags {
  padding: 10px 45px;
  position: relative;
}
.tags-item {
  margin: 0px 5px;
}
.tags-item a {
  color: #fff;
  border: 0px solid #ddd;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 24px;
  border-radius: 4px;
  position: relative;
}
.tags-item a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.tags-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 4px;
  height: 16px;
  width: 1px;
  line-height: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.2);
}
.tags-item:last-child a::after {
  background: none;
}
.tags .arrow-left,
.tags .arrow-right {
  position: absolute;
  top: 7px;
}
.tags .arrow-left a,
.tags .arrow-right a {
  color: #fff !important;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  line-height: 28px;
  font-size: 16px;
  background: #ed0134;
  cursor: pointer;
  display: block;
  border-radius: 6px;
}
.tags .arrow-left {
  left: 0px;
}
.tags .arrow-right {
  right: 0px;
}
.tags .arrow-left a:hover,
.tags .arrow-right a:hover {
  background: #b0080e;
  color: #fff !important;
  border: 0px;
}
.play {
}
.play h1 {
  margin-bottom: 0;
  padding: 0;
  line-height: 96px;
  float: left;
}
.play .share-social {
  padding: 31px 0 31px 0;
}
.play .canales {
  float: left;
  padding-left: 64px;
}
.play .canales a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 28px 20px;
  margin-right: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.play .canales a.active img {
  opacity: 1;
  filter: alpha(opacity=1);
}
.play .canales a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ed0134;
}
.play .canales a.active:before {
  background-color: #ed0134;
}
.play .canales a img {
  height: 40px;
  width: auto;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.play .canales a:hover img {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 1199px) {
  .play h1 {
    display: none;
  }
  .play .canales {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .play h1 {
    display: none;
  }
  .play .canales {
    padding-left: 0;
  }
  .play .canales a {
    padding: 28px 16px;
  }
}
@media (max-width: 767px) {
  .play .canales {
    float: none;
  }
  .play .share-social {
    padding: 20px 0;
  }
  .play .canales a {
    padding: 14px 10px;
  }
  .play .canales a img {
    height: 24px;
  }
  .play .canales a.active:before {
    height: 6px;
  }
}
.SLIDER-Nota {
  height: auto !important;
  position: relative;
  color: #fff;
  padding: 70px 34px 140px 34px;
  font-size: 18px;
  line-height: 1.2em;
}
.SLIDER-Nota h1 {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.SLIDER-Nota h1.small {
  font-size: 1.4em;
  line-height: 1.45em;
}
.SLIDER-Nota h2 {
  font-size: 1.1em;
  margin-bottom: 0px;
}
.SLIDER-Nota h1,
.SLIDER-Nota h2 {
  color: #fff;
}
.SLIDER-Nota p {
  margin: 1rem 0;
  color: rgba(255, 255, 255, 0.75);
}
.SLIDER-Nota .SLIDER-CUADRO-01 {
  position: absolute;
  top: 0;
  left: -40px;
  height: 60px;
  width: 60px;
}
.SLIDER-Nota .SLIDER-CUADRO-02 {
  position: absolute;
  bottom: 30px;
  right: -60px;
  height: 60px;
  width: 60px;
}
.SLIDER-Nota .SLIDER-CUADRO-ESTRENO {
  position: absolute;
  top: 0;
  left: 20px;
  height: 60px;
  width: auto;
}
.SLIDER-Nota .SLIDER-CUADRO-ESTRENO h3 {
  margin: 0;
  line-height: 60px;
  color: #fff;
  font-size: 1.2em;
  padding: 0px 20px;
}
.SLIDER-Nota a {
  height: 60px !important;
  width: auto !important;
  background: #ed0134;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0px;
  line-height: 60px !important;
  padding-right: 15px !important;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.SLIDER-Nota a:hover {
  text-decoration: none;
  animation: buzz-out 0.75s 1;
  -webkit-animation: buzz-out 0.75s 1;
  color: #fff;
}
@-webkit-keyframes buzz-out {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(20px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(20px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.SLIDER-Nota a i {
  float: left;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #ff5245;
  line-height: 60px;
  margin-right: 15px;
  font-size: 26px;
}
.SLIDER-Nota .SLIDER-CIERRE {
  position: absolute;
  bottom: 70px;
  left: 34px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .SLIDER-Nota {
    margin-left: 60px;
    margin-right: -60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .SLIDER-Nota {
    margin-left: 60px;
    margin-right: -80px;
    padding-bottom: 80px;
  }
  .SLIDER-CIERRE {
    display: none;
  }
  .SLIDER-Nota h1 {
    font-size: 1.6em;
  }
  .SLIDER-Nota h2 {
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  .SLIDER-Nota {
    margin-left: 60px;
    margin-right: -80px;
    padding-bottom: 80px;
  }
  .SLIDER-CIERRE {
    display: none;
  }
  .SLIDER-Nota p {
    display: none;
  }
}
@media (max-width: 480px) {
  .SLIDER-Nota {
    padding: 50px 20px 20% 20px;
    margin-right: -75%;
    margin-left: 30px;
  }
  .SLIDER-Nota .SLIDER-CUADRO-01 {
    left: -30px;
    height: 40px;
    width: 40px;
  }
  .SLIDER-Nota .SLIDER-CUADRO-02 {
    bottom: 20px;
    right: -40px;
    height: 40px;
    width: 40px;
  }
  .SLIDER-Nota .SLIDER-CUADRO-ESTRENO {
    left: 10px;
    height: 40px;
    width: auto;
  }
  .SLIDER-Nota .SLIDER-CUADRO-ESTRENO h3 {
    line-height: 40px;
    font-size: 0.8em;
    padding: 0 10px;
  }
  .SLIDER-Nota h1 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .SLIDER-Nota h2 {
    font-size: 0.8em;
    font-weight: 400;
  }
  .SLIDER-Nota .SLIDER-CIERRE {
    display: none;
  }
  .SLIDER-Nota a {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
    bottom: -20px;
  }
  .SLIDER-Nota a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.CUADRO-purple {
  background: #641e84;
}
.CUADRO-purple .SLIDER-CUADRO-01 {
  background: #9d2ee5;
}
.CUADRO-purple .SLIDER-CUADRO-02 {
  background: #a518af;
}
.CUADRO-purple .SLIDER-CUADRO-ESTRENO {
  background: #a518af;
}
.CUADRO-green {
  background: #076757;
}
.CUADRO-green .SLIDER-CUADRO-01 {
  background: #01b36e;
}
.CUADRO-green .SLIDER-CUADRO-02 {
  background: #013732;
}
.CUADRO-green .SLIDER-CUADRO-ESTRENO {
  background: #013732;
}
.CUADRO-orange {
  background: #ff7029;
}
.CUADRO-orange .SLIDER-CUADRO-01 {
  background: #fa9c3a;
}
.CUADRO-orange .SLIDER-CUADRO-02 {
  background: #f3801c;
}
.CUADRO-orange .SLIDER-CUADRO-ESTRENO {
  background: #f3801c;
}
.CUADRO-blue {
  background: #145f7f;
}
.CUADRO-blue .SLIDER-CUADRO-01 {
  background: #38b1e3;
}
.CUADRO-blue .SLIDER-CUADRO-02 {
  background: #10384e;
}
.CUADRO-blue .SLIDER-CUADRO-ESTRENO {
  background: #10384e;
}
.CUADRO-pink {
  background: #ff644c;
}
.CUADRO-pink .SLIDER-CUADRO-01 {
  background: #e61c22;
}
.CUADRO-pink .SLIDER-CUADRO-02 {
  background: #b0080e;
}
.CUADRO-pink .SLIDER-CUADRO-ESTRENO {
  background: #b0080e;
}
.CUADRO-skyblue {
  background: #4144c6;
}
.CUADRO-skyblue .SLIDER-CUADRO-01 {
  background: #6abaff;
}
.CUADRO-skyblue .SLIDER-CUADRO-02 {
  background: #0081ea;
}
.CUADRO-skyblue .SLIDER-CUADRO-ESTRENO {
  background: #0081ea;
}
.CUADRO-greenwather {
  background: #41b39f;
}
.CUADRO-greenwather .SLIDER-CUADRO-01 {
  background: #88e5d3;
}
.CUADRO-greenwather .SLIDER-CUADRO-02,
.CUADRO-greenwather .SLIDER-CUADRO-ESTRENO {
  background: #013732;
}
.CUADRO-sky {
  background: #0081ea;
}
.CUADRO-sky .SLIDER-CUADRO-01 {
  background: #c0e4ff;
}
.CUADRO-sky .SLIDER-CUADRO-02,
.CUADRO-sky .SLIDER-CUADRO-ESTRENO {
  background: #001233;
}
.CUADRO-brown {
  background: #441902;
}
.CUADRO-brown .SLIDER-CUADRO-01 {
  background: #ffe0a9;
}
.CUADRO-brown .SLIDER-CUADRO-02,
.CUADRO-brown .SLIDER-CUADRO-ESTRENO {
  background: #fa9c3a;
}
.CUADRO-red {
  background: #e61c22;
}
.CUADRO-red .SLIDER-CUADRO-01 {
  background: #ffa786;
}
.CUADRO-red .SLIDER-CUADRO-02,
.CUADRO-red .SLIDER-CUADRO-ESTRENO {
  background: #ff5245;
}
.CUADRO-yellow {
  background: #ffaa00;
}
.CUADRO-yellow .SLIDER-CUADRO-01 {
  background: #ffe0a9;
}
.CUADRO-yellow .SLIDER-CUADRO-02 {
  background: #ff7029;
}
.CUADRO-yellow .SLIDER-CUADRO-ESTRENO {
  background: #fa9c3a;
}
.CUADRO-cherry {
  background: #800742;
}
.CUADRO-cherry .SLIDER-CUADRO-01 {
  background: #fcdcff;
}
.CUADRO-cherry .SLIDER-CUADRO-02,
.CUADRO-cherry .SLIDER-CUADRO-ESTRENO {
  background: #4d0728;
}
#TVPENOTICIAS .header-top-right a.header-top-right-play {
  background: #ed0134;
}
#TVPENOTICIAS .header-top-right a.header-top-right-play:hover {
  background: #b0080e;
}
#TVPENOTICIAS .header .btn-extras a:hover {
  background: #ed0134;
}
#TVPENOTICIAS .flexnav > li:hover > a:before,
#TVPENOTICIAS .flexnav > li.active > a:before {
  background: #ed0134;
}
#TVPENOTICIAS .footer-bg1 {
  background: #b0080e;
}
#TVPENOTICIAS .footer-bg2 {
  background: #ed0134;
}
#TVPENOTICIAS .footer-bg3 {
  background: #ff2766;
}
#TVPENOTICIAS .parrilla h4 {
  color: #ed0134;
}
#TVPENOTICIAS .parrilla h3 a:hover {
  color: #ed0134;
}
#TVPENOTICIAS .programacion table > thead > tr > th.active a {
  color: #ed0134 !important;
}
#TVPENOTICIAS .programacion table > thead > tr > th a:hover {
  color: #b0080e !important;
}
#TVPENOTICIAS table a {
  color: #ed0134;
  text-decoration: none;
}
#TVPENOTICIAS table a:hover {
  color: #b0080e;
  text-decoration: none;
}
#TVPENOTICIAS .programacion table > tbody > tr.active {
  background-color: rgba(237, 1, 52, 0.05);
}
#TVPENOTICIAS .programacion table > tbody > tr.active > td {
  border-top: 1px solid #ed0134;
}
#TVPENOTICIAS .search-flyout {
  background-color: #ed0134;
}
#TVPENOTICIAS .search-flyout .btn-primary {
  background: rgba(176, 8, 14, 0.5);
}
#TVPENOTICIAS .mobile-search .btn-primary {
  background: transparent;
}
#TVPENOTICIAS .search-flyout .btn-primary:hover,
#TVPENOTICIAS .search-flyout .btn-primary:focus,
#TVPENOTICIAS .search-flyout .btn-primary:active,
#TVPENOTICIAS .search-flyout .btn-primary.active,
#TVPENOTICIAS .mobile-search .btn-primary:hover,
#TVPENOTICIAS .mobile-search .btn-primary:focus,
#TVPENOTICIAS .mobile-search .btn-primary:active,
#TVPENOTICIAS .mobile-search .btn-primary.active {
  background: #b0080e !important;
}
#TVPENOTICIAS .header .btn-extras a.btn-search-hover,
#TVPENOTICIAS .header .btn-extras a.btn-menu-hover,
#TVPENOTICIAS .header .btn-extras a.btn-box-menu-hover {
  background: #ed0134;
}
#TVPENOTICIAS .content-item-slider .arrow-left a:hover,
#TVPENOTICIAS .content-item-slider .arrow-right a:hover {
  background: #b0080e;
}
#TVPENOTICIAS .note a:hover {
  color: #b0080e;
}
#TVPENOTICIAS .play .canales a.active:before {
  background-color: #b0080e;
}
#TVPEINTERNACIONAL .header-top-right a.header-top-right-play {
  background: #41b39f;
}
#TVPEINTERNACIONAL .header-top-right a.header-top-right-play:hover {
  background: #076757;
}
#TVPEINTERNACIONAL .header .btn-extras a:hover {
  background: #41b39f;
}
#TVPEINTERNACIONAL .flexnav > li:hover > a:before,
#TVPEINTERNACIONAL .flexnav > li.active > a:before {
  background: #41b39f;
}
#TVPEINTERNACIONAL .footer-bg1 {
  background: #076757;
}
#TVPEINTERNACIONAL .footer-bg2 {
  background: #41b39f;
}
#TVPEINTERNACIONAL .footer-bg3 {
  background: #88e5d3;
}
#TVPEINTERNACIONAL .parrilla h4 {
  color: #41b39f;
}
#TVPEINTERNACIONAL .parrilla h3 a:hover {
  color: #41b39f;
}
#TVPEINTERNACIONAL .programacion table > thead > tr > th.active a {
  color: #41b39f !important;
}
#TVPEINTERNACIONAL .programacion table > thead > tr > th a:hover {
  color: #076757 !important;
}
#TVPEINTERNACIONAL table a {
  color: #41b39f;
  text-decoration: none;
}
#TVPEINTERNACIONAL table a:hover {
  color: #076757;
  text-decoration: none;
}
#TVPEINTERNACIONAL .programacion table > tbody > tr.active {
  background-color: rgba(65, 179, 159, 0.05);
}
#TVPEINTERNACIONAL .programacion table > tbody > tr.active > td {
  border-top: 1px solid #41b39f;
}
#TVPEINTERNACIONAL .search-flyout {
  background-color: #41b39f;
}
#TVPEINTERNACIONAL .search-flyout .btn-primary {
  background: rgba(7, 103, 87, 0.5);
}
#TVPEINTERNACIONAL .mobile-search .btn-primary {
  background: transparent;
}
#TVPEINTERNACIONAL .search-flyout .btn-primary:hover,
#TVPEINTERNACIONAL .search-flyout .btn-primary:focus,
#TVPEINTERNACIONAL .search-flyout .btn-primary:active,
#TVPEINTERNACIONAL .search-flyout .btn-primary.active,
#TVPEINTERNACIONAL .mobile-search .btn-primary:hover,
#TVPEINTERNACIONAL .mobile-search .btn-primary:focus,
#TVPEINTERNACIONAL .mobile-search .btn-primary:active,
#TVPEINTERNACIONAL .mobile-search .btn-primary.active {
  background: #076757 !important;
}
#TVPEINTERNACIONAL .header .btn-extras a.btn-search-hover,
#TVPEINTERNACIONAL .header .btn-extras a.btn-menu-hover,
#TVPEINTERNACIONAL .header .btn-extras a.btn-box-menu-hover {
  background: #41b39f;
}
#TVPEINTERNACIONAL div.section-dark .btn-primary {
  color: #41b39f !important;
}
#TVPEINTERNACIONAL div.section-dark .btn-primary:hover {
  background-color: #076757 !important;
  color: #fff !important;
}
#TVPEINTERNACIONAL .loading-bar-hoz .br-timer-bar {
  background: #41b39f;
}
#TVPEINTERNACIONAL .TVPE-PROGRAMAS .item:hover {
  background: #41b39f;
}
#TVPEINTERNACIONAL div.nd-region .title-accent > h3::before {
  background: #41b39f;
}
#TVPEINTERNACIONAL .content-item-slider .arrow-left a,
#TVPEINTERNACIONAL .content-item-slider .arrow-right a {
  background: #41b39f;
  color: #fff !important;
}
#TVPEINTERNACIONAL .content-item-slider .arrow-left a:hover,
#TVPEINTERNACIONAL .content-item-slider .arrow-right a:hover {
  background: #076757;
}
#TVPEINTERNACIONAL .note a {
  color: #41b39f;
}
#TVPEINTERNACIONAL .note a:hover {
  color: #076757;
}
#TVPEINTERNACIONAL .item.item-destacada .item-content a.tags-noticia {
  border: 1px solid #41b39f;
  background: #41b39f;
}
#TVPEINTERNACIONAL .item .item-content .date span i {
  color: #41b39f;
}
#TVPEINTERNACIONAL .tabs .nav-tabs > li.active > a {
  color: #41b39f;
}
#TVPEINTERNACIONAL .play .canales a.active:before {
  background-color: #41b39f;
}
#block-simpleads-ad-groups-5889 .title-accent {
  display: none;
}
#block-simpleads-ad-groups-5889 .simplead-container {
  text-align: center;
}
#content_top .simplead-container {
  margin-bottom: 34px;
}
#block-simpleads-ad-groups-5889 .image-ad img {
  width: 100%;
  height: auto;
  max-width: 1080px;
}
#block-simpleads-ad-groups-5889 .image-ad a.ad_link_mobile,
#block-simpleads-ad-groups-5889 .image-ad img.ad_image_mobile {
  display: none;
}
#block-simpleads-ad-groups-5888 .title-accent {
  display: none;
}
#block-simpleads-ad-groups-5888 .adslist #ad_groups_5888 {
  position: absolute;
  left: -160px;
  top: 0px;
  z-index: 10000;
}
#block-simpleads-ad-groups-5888 .image-ad a.ad_link_mobile,
#block-simpleads-ad-groups-5888 .image-ad img.ad_image_mobile {
  display: none;
}
#ad_groups_5888-right-content {
  position: absolute;
  top: 0;
  right: 0;
}
#ad_groups_5888-right {
  position: absolute;
  right: -160px;
  top: 0px;
  z-index: 10000;
}
#ad_groups_5888-right .image-ad img,
#ad_groups_5888 .image-ad img {
  max-width: 150px;
}
@media (max-width: 991px) {
  #ad_groups_5888-right-content {
    display: none;
  }
  #block-simpleads-ad-groups-5888 .image-ad a.ad_link_desktop,
  #block-simpleads-ad-groups-5888 .image-ad img.ad_image_desktop {
    display: none;
  }
  #block-simpleads-ad-groups-5888 .image-ad a.ad_link_mobile,
  #block-simpleads-ad-groups-5888 .image-ad img.ad_image_mobile {
    display: inline-block;
  }
  #block-simpleads-ad-groups-5888 .adslist #ad_groups_5888 {
    position: relative;
    left: auto;
    top: auto;
  }
  #ad_groups_5888-right .image-ad img,
  #ad_groups_5888 .image-ad img {
    width: 100%;
    height: auto;
    max-width: 1080px;
  }
}
@media (max-width: 767px) {
  #block-simpleads-ad-groups-5889 .image-ad img {
    width: 100%;
    height: auto;
    max-width: 380px;
  }
  #block-simpleads-ad-groups-5889 .image-ad a.ad_link_desktop,
  #block-simpleads-ad-groups-5889 .image-ad img.ad_image_desktop {
    display: none;
  }
  #block-simpleads-ad-groups-5889 .image-ad a.ad_link_mobile,
  #block-simpleads-ad-groups-5889 .image-ad img.ad_image_mobile {
    display: inline-block;
  }
}
.content-item-slider {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.read-more {
  position: absolute;
  top: 6px;
  right: 10px;
}
.with-slick {
  right: 101px;
}
@media (max-width: 767px) {
  .read-more,
  .with-slick {
    position: relative;
    text-align: center;
    top: -10px;
    right: auto;
    left: auto;
    margin-bottom: 10px;
  }
}
.content-item-slider .arrow-left,
.content-item-slider .arrow-right {
  position: absolute;
  top: 6px;
}
.content-item-slider .arrow-left a,
.content-item-slider .arrow-right a {
  margin-right: 0px;
  padding: 0;
  font-size: 17px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
  display: block;
  border-radius: 6px;
  cursor: pointer;
}
.content-item-slider .arrow-left a,
.content-item-slider .arrow-right a {
  color: #fff !important;
  background: #ed0134;
}
.content-item-slider .arrow-left a:hover,
.content-item-slider .arrow-right a:hover {
  background: #ff5245;
  color: #fff !important;
}
.content-item-slider .arrow-left {
  right: 53px;
}
.content-item-slider .arrow-right {
  right: 10px;
}
.content-item-slider .item .item-content .title h3 {
  font-size: 16px;
}
.content-item-slider .item .item-img .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#peruano-opina {
  height: 505px;
  border: 1px solid #f7f7f7;
  border-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px 15px;
}
.estreno {
  background: #ed0134;
  color: #fff;
  padding: 0px 10px;
  display: block;
  float: left;
  line-height: 28px;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.prf-15 p {
  font-size: 15px !important;
}
.line_iframe {
  line-height: 0;
}
.background_rusia_2018 {
  background: url(../images/back_rusia_2018.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_brasil_2019 {
  background: url(../images/background-copa-2019.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_lima_2019 {
  background: url(../images/Lima-2019-header.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_brasil_2019_section {
  background: url(../images/brasil_2019_background.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_lima_2019_section {
  background: url(../images/lima_2019_background.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_nuestra_section {
  background: url(../images/bg-nuestrahistoria.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_congreso_section {
  background: url(../images/bg-congreso2020.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_candelaria_section {
  background: url(../images/bg-especial-candelaria.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_golpe_section {
  background: url(../images/bg-especial-golpe.webp);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.background_tvperu_deportes {
  background: rgba(0, 18, 51, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 18, 51, 1) 0%,
    rgba(65, 68, 198, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 18, 51, 1)),
    color-stop(100%, rgba(65, 68, 198, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 18, 51, 1) 0%,
    rgba(65, 68, 198, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 18, 51, 1) 0%,
    rgba(65, 68, 198, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 18, 51, 1) 0%,
    rgba(65, 68, 198, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 18, 51, 1) 0%,
    rgba(65, 68, 198, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001233',endColorstr='#4144c6',GradientType=1);
}
.background_play {
  background: rgba(59, 59, 59, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(59, 59, 59, 1) 0%,
    rgba(25, 24, 25, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(59, 59, 59, 1)),
    color-stop(100%, rgba(25, 24, 25, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(59, 59, 59, 1) 0%,
    rgba(25, 24, 25, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(59, 59, 59, 1) 0%,
    rgba(25, 24, 25, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(59, 59, 59, 1) 0%,
    rgba(25, 24, 25, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(59, 59, 59, 1) 0%,
    rgba(25, 24, 25, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b',endColorstr='#191819',GradientType=1);
}
.lima_2019_blue {
  background-color: #4144c6;
}
.lima_2019_purple {
  background-color: #a518af;
}
.brasil_2019_green {
  background-color: #ed0134;
}
.brasil_2019_yellow {
  background-color: #43a840;
}
.brasil_2019_blue {
  background-color: #004f92;
}
.brasil_2019_yellow .item .item-content a.tags-noticia {
  background-color: #00a747;
  color: #fff !important;
  border: 1px solid #00a747 !important;
}
.brasil_2019_blue .item .item-content a.tags-noticia {
  background-color: #01a6ff;
  color: #fff !important;
  border: 1px solid #01a6ff !important;
}
.menu-especiales {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.menu-especiales li {
  display: inline-block;
  padding: 0px 10px;
}
.menu-especiales li > a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
}
.menu-especiales li > a:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-especiales li:hover > a:before,
.menu-especiales li.active > a:before {
  background: #fff;
}
.item.item_equipos {
  padding: 20px;
}
.item.item_equipos h3 {
  float: left;
  line-height: 54px;
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 34px;
}
.item.item_equipos .group-row {
  float: left;
}
.item.item_equipos .group-row a {
  display: block;
}
.item.item_equipos .group-row img {
  max-width: 54px;
  height: auto;
  margin: 0px 5px;
  border-radius: 50%;
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.item.item_equipos_panamericanos {
  padding: 20px 3px 10px 3px;
}
.item.item_equipos_panamericanos .group-row img {
  margin: 0px 17px;
  margin-bottom: 10px;
}
.campeonato_resultados {
  position: relative;
  display: block;
  margin: 54px 34px 44px 34px;
  text-align: center;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
  -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
  border-radius: 3% 3% 3% 3% / 20% 20% 60% 60%;
  color: #ffffff;
}
.campeonato_resultados::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  z-index: 10;
  top: -20px;
  left: 3%;
  right: 3%;
  height: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
.campeonato_resultados::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  z-index: 10;
  bottom: -20px;
  left: 3%;
  right: 3%;
  height: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
.campeonato-fixture {
  text-align: center;
}
.brasil_2019_resultados {
  color: #fff;
  margin-top: 25%;
  text-align: center;
}
.campeonato-table .caption h3,
.campeonato-fixture h3,
.brasil_2019_resultados h3 {
  font-size: 16px;
  color: #fff;
  background-color: #004f92;
  display: inline-block;
  line-height: 1.2em;
  padding: 7px 20px;
  margin-bottom: 0px;
  border-radius: 6px;
}
.brasil_2019_resultados p {
  background: #43a840;
  display: inline-flex;
  padding: 7px 20px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.campeonato-fixture h3 {
  border-radius: 6px 6px 0 0;
}
.campeonato-fixture .match-group h2 {
  margin-bottom: 0;
  text-align: left;
  line-height: 90px;
}
.campeonato-fixture .match-hour {
  font-size: 15px;
  margin-bottom: 10px;
}
.campeonato-fixture .match-teams {
}
.campeonato-fixture .match-teams .team {
  float: left;
  width: 40%;
}
.campeonato-fixture .match-teams .team-1 {
  text-align: right;
  padding-right: 40px;
}
.campeonato-fixture .match-teams .team-2 {
  text-align: left;
  padding-left: 40px;
}
.campeonato-fixture .match-teams .team .team-name {
  color: #2f2f2f;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  padding: 0px 2.5px;
}
.campeonato-fixture .match-teams .score {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(113, 113, 113, 1) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(113, 113, 113, 1) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#71717100',GradientType=0);
  display: inline-block;
  float: left;
  width: 20%;
  border-radius: 14px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.campeonato-fixture .match-teams .score span,
.campeonato-fixture .match-teams .score span small {
  display: inline-block;
  line-height: 60px;
}
.campeonato-fixture .match-teams .score small {
  font-size: 20px;
  vertical-align: top;
}
.campeonato-table {
  padding: 24px;
}
.campeonato-table .caption {
  text-align: center;
}
.campeonato-table .caption h3 {
  margin-bottom: 20px;
}
.campeonato-table table {
  border-color: #eee;
}
.campeonato-table table > thead > tr > th {
  border-bottom: 0px;
  padding: 20px;
  background-color: #f7f7f7;
}
.campeonato-table tbody tr td .country {
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.campeonato-table table > tbody > tr > td {
  vertical-align: middle;
  font-size: 17px;
  padding: 5px 14px;
  border-color: #eee;
}
.campeonato-table tbody tr td .img_sede img {
  max-height: 150px;
  border-radius: 8px;
}
.panamericanos-table {
}
.panamericanos-table .caption {
  text-align: left;
}
.panamericanos-table .sede .caption {
  text-align: center;
  margin-bottom: 0px;
}
.panamericanos-table .disciplinas .caption {
  text-align: center;
}
.panamericanos-table a {
  display: inline-block;
  color: #999 !important;
  text-align: center;
  width: 140px;
  position: relative;
  cursor: pointer;
  line-height: 1.2em;
  margin-bottom: 10px;
  min-height: 141px;
  vertical-align: top;
  padding: 0 5px;
}
.panamericanos-table a:hover {
  color: #4144c6 !important;
}
.panamericanos-table a img {
  text-align: center;
  display: inline-block;
  max-height: 90px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.panamericanos-table a img.img_back {
  opacity: 0;
}
.panamericanos-table a img.img_front {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  overflow: hidden;
  z-index: 2;
  transition: opacity 0.5s linear;
  cursor: pointer;
}
.panamericanos-table a:hover img.img_back {
  opacity: 1;
}
.panamericanos-table a:hover img.img_front {
  opacity: 0;
}
.brasil_2019_marcador {
  position: relative;
  display: block;
  margin: 24px 34px;
  height: 60px;
  text-align: center;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(147, 147, 147, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(147, 147, 147, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93939300',endColorstr='#FFFFFF00',GradientType=0);
  -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
  border-radius: 3% 3% 3% 3% / 20% 20% 60% 60%;
}
.brasil_2019_marcador::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  z-index: 15;
  top: -10px;
  left: 3%;
  right: 3%;
  height: 10px;
  border: none;
  background: #ffffff;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
.brasil_2019_marcador::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  z-index: 15;
  bottom: -10px;
  left: 3%;
  right: 3%;
  height: 10px;
  border: none;
  background: #939393;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
.brasil_2019_marcador img,
.team-flat .flat img,
.match-teams .team .team-flat img,
.campeonato-table tbody tr td .country img,
.estadios .flat img {
  max-width: 50px;
  height: auto;
  margin: 0px 0px;
  border-radius: 50%;
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.team-flat {
  position: relative;
}
.team-flat .flat {
  position: absolute;
  right: 10px;
  bottom: 0px;
  margin-bottom: -40px;
}
.team-flat .flat img {
  max-width: 80px;
}
.team-content .progress {
  height: 30px;
  padding: 0px;
}
.team-content .progress-bar-blue {
  background-color: #004f92;
}
.team-content .progress-bar-green {
  background-color: #43a840;
}
.team-content .progress-bar-blue,
.team-content .progress-bar-green {
  line-height: 30px;
  height: 30px;
}
.team-content .progress-label {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.team-content .team-text {
  min-height: 180px;
}
.team-content .team-text h1,
.team-content .team-text h2 {
  display: inline-block;
  margin-bottom: 5px;
}
.team-content .team-text strong {
  color: #2f2f2f;
}
.team-content .date h4 {
  margin-bottom: 10px;
}
.brasil_2019_marcador .info-team {
  float: left;
  width: 32%;
  text-align: center;
}
.brasil_2019_marcador .info-team span {
  color: #2f2f2f;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 22px;
  padding: 0px 2.5px;
}
.brasil_2019_marcador .marcador {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(113, 113, 113, 1) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(113, 113, 113, 1) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#71717100',GradientType=0);
  display: inline-block;
  float: left;
  width: 36%;
  border-radius: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.brasil_2019_marcador .marcador span,
.brasil_2019_marcador .marcador span small {
  display: inline-block;
  line-height: 60px;
}
.brasil_2019_marcador .marcador small {
  font-size: 20px;
  vertical-align: top;
}
.campeonato-estadios p {
  min-height: 150px;
}
.campeonato-estadios p strong {
  color: #2f2f2f;
}
.brasil_2019_marcador .marcador span.no-point,
.campeonato-fixture .match-teams .score span.vs {
  padding: 0px 3px;
}
.d-block {
  display: block;
}
.publicidad-web {
  text-align: center;
}
.publicidad-web a {
  display: inline-block;
}
.publicidad-web a img {
  margin: 0 auto;
}
.publicidad-web .app-img-destock .publicidad-web .app-img-mobile {
}
.publicidad-web .app-img-mobile {
  display: none;
}
.publicidad-web-Optima {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 99999;
  width: 300px;
  height: 250px;
}
.publicidad-web-Optima a {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 999999;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.publicidad-web-Optima iframe {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.slick-home .item-back-home {
  min-height: 560px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.slick-home .item-cont-home {
  position: absolute;
  width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-125%, -50%);
  -webkit-transform: translate(-125%, -50%);
  -moz-transform: translate(-125%, -50%);
  -o-transform: translate(-125%, -50%);
}
.slick-home .item-cont-home-video {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.slick-home .item-cont-home-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-home .item-cont-home .SLIDER-Nota {
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-home .slick-active .item-cont-home .SLIDER-Nota {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.news-card {
  margin-bottom: 25px;
  position: relative;
}
.news-card .news-card-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #fff;
  border-radius: 1rem;
}
.section-light .news-card .news-card-content {
  background: #f7f7f7;
}
.section-dark .news-card .news-card-content {
  background: rgba(255, 255, 255, 0.08);
}
.news-card.title_01 .ContentText,
.news-card.title_02 .ContentText,
.news-card.title_03 .ContentText {
  padding: 0 30px;
}
.news-card.title_05 .ContentText {
  padding: 0 20px;
}
.news-card .imagen .category {
  position: absolute;
  top: 1rem;
  left: 10px;
}
.news-card .imagen .category a {
  padding: 0 1rem;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 0 1rem 1rem 0;
  background: #ed0134;
  border: 1px solid #ed0134;
  color: #fff;
}
.news-card .ContentText .category a {
  border-radius: 1rem;
  border: 1px solid #464646;
  color: #464646;
  padding: 0 1rem;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.news-card .imagen .Internacional a {
  background: #41b39f;
  border: 1px solid #41b39f;
}
.news-card .ContentText .Internacional a {
  border: 1px solid #41b39f;
  background: #41b39f;
  color: #fff;
}
.news-card .ContentText .tvperu a {
  border: 1px solid #ed0134;
  background: #ed0134;
  color: #fff;
}
.news-card .ContentText .especiales a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-card .ContentText .category a {
  border-radius: 1rem;
  margin-bottom: 10px;
}
.news-card .ContentText .category a:hover {
  text-decoration: underline;
}
.news-card .imagen .category a:hover {
  text-decoration: underline;
}
.news-card.card-note-int .ContentText h3 a:hover {
  color: #2f2f2f !important;
}
.news-card.card-note-int .ContentText .category a:hover {
  color: #464646 !important;
}
.news-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.news-card.title_01 .ContentText {
  min-height: 329px;
}
.news-card.title_02 .ContentText {
  min-height: 125px;
}
.news-card.title_03 .ContentText {
  min-height: 147px;
}
.news-card.title_04 .ContentText {
  min-height: 163px;
}
.news-card.title_05 .ContentText {
  min-height: 120px;
}
.news-card.title_04 .ContentText {
  padding-top: 10px;
  padding-right: 30px;
}
.news-card.card-note-int .ContentText {
  min-height: unset;
  padding-bottom: 10px;
}
.news-card.card-note-int .news-card-content {
  background: #f7f7f7;
}
.news-card.title_01 .paragraph {
  margin-top: 14px;
}
.news-card.title_01 h3 {
  font-size: 36px;
}
.news-card.title_02 h3 {
  font-size: 18px;
}
.news-card.title_03 h3 {
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-card.title_04 h3 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-card.title_05 h3 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-card.title_01 .imagen,
.news-card.title_02 .imagen,
.news-card.title_03 .imagen,
.news-card.title_05 .imagen {
  margin-bottom: 20px;
}
.news-card.title_03 .imagen > a {
  min-height: 228px;
}
.news-card.title_04 .imagen {
  margin: 10px 0 0 10px;
}
.news-card.title_03 .ContentText .category {
  display: none;
}
.news-card.title_04 .imagen .category {
  display: none;
}
.news-card.title_01 .imagen a img,
.news-card.title_02 .imagen a img,
.news-card.title_03 .imagen a img,
.news-card.title_05 .imagen a img {
  border-radius: 1rem 1rem 0 0;
}
.news-card.title_04 .imagen a img {
  border-radius: 1rem;
}
.news-card .author,
.news-card.title_05 .date {
  display: block;
  height: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  line-height: 45px;
  border-top: 1px solid #ddd;
  padding: 0 10px;
}
.news-card .etiquetas {
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  padding: 15px 15px 0 15px;
  line-height: unset;
  height: 30px;
  overflow: hidden;
}
.news-card .etiquetas a {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
  color: #545454;
  display: block;
  float: left;
}
.news-card .etiquetas a:hover {
  text-decoration: underline;
}
.news-card .date {
  font-family: "Roboto", sans-serif;
}
.news-card .imagen a i {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.75;
}
.news-card .imagen a i {
  color: #ed0134;
  font-size: 25px;
  line-height: 50px;
}
.etiquetas-content {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.1);
}
.etiquetas-content .tags {
  padding: 12px 45px;
}
.etiquetas-content .tags .arrow-left,
.etiquetas-content .tags .arrow-right {
  top: 50%;
  transform: translateY(-50%);
}
.etiquetas-content .tags .arrow-left a,
.etiquetas-content .tags .arrow-right a {
  background: #fff;
  color: #ed0134 !important;
  font-size: 20px;
}
.etiquetas-content .tags-item a {
  color: #464646;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.etiquetas-content .tags-item a:hover {
  color: #ed0134 !important;
}
.etiquetas-content .tags-item a:after {
  background: transparent;
}
.news-date {
  margin: 20px 0;
}
.news-date span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
}
.section-dark .news-card.title_05 h3 a {
  color: #fff;
}
.section-dark .news-card .ContentText .category a {
  color: #aeaeae;
  border-color: #aeaeae;
}
.section-dark .news-card.title_05 .date {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}
.content-especiales p {
  font-size: 18px;
  line-height: 1.25;
}
.img-especiales img {
  border-radius: 1rem;
  max-width: 180px;
  margin: 0 auto;
}
.news-list {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 960px;
}
.news-list:last-child {
  margin-bottom: 0px;
}
.news-list h3 {
  font-size: 20px;
}
.news-card h3 a,
.news-list h3 a {
  color: #2f2f2f;
}
.news-list .category a:hover,
.news-card h3 a:hover,
.news-list h3 a:hover {
  text-decoration: underline;
}
.news-card .date,
.news-list .date {
  font-style: italic;
  color: #000;
}
.news-list .category a {
  border-radius: 1rem;
  border: 1px solid #ed0134;
  padding: 0.35rem 1rem;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.news-card .imagen a,
.news-list .imagen a {
  display: block;
  position: relative;
}
.news-list .imagen a span {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.75;
}
.news-card .imagen a.youtube,
.news-list .imagen a.youtube {
  padding-bottom: 56%;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
}
.news-list .imagen a.youtube {
  border-radius: 1rem;
}
.news-card .imagen a:hover span,
.news-list .imagen a:hover span {
  opacity: 1;
}
.news-list .imagen a span i {
  color: #ed0134;
  font-size: 40px;
  line-height: 70px;
}
.news-card .imagen blockquote,
.news-list .imagen blockquote {
  display: none;
}
.news-list .imagen a img {
  border-radius: 1rem;
}
.modal-body p {
  font-size: 16px;
  color: #2f2f2f;
  padding-left: 20px;
  padding-right: 20px;
}
.text-justify {
  text-align: justify !important;
}
#flipFlop.modal {
  background: rgba(0, 0, 0, 0.75);
}
#flipFlop.modal button.close {
  opacity: 1;
  color: #ed0134;
}
@media (max-width: 1399px) {
  #Parrilla div.visible-lg {
    display: none !important;
  }
  #Parrilla div.active .col-lg-8 {
    width: 100%;
  }
  .play .canales {
    padding-left: 0px;
  }
  .play h1 {
    display: none;
  }
  .news-card.title_03 .ContentText {
    min-height: 197px;
  }
  .news-card.title_03 h3 {
    -webkit-line-clamp: 5;
  }
  .news-card.title_03 .imagen > a {
    min-height: 178px;
  }
  .news-card.title_04 .ContentText {
    min-height: 163px;
  }
  .news-card.title_02 h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1199px) {
  .slick-home .slick-next {
    right: 2.5%;
  }
  .slick-home .slick-prev {
    left: 2.5%;
  }
  .item.item_equipos h3 {
    margin-right: 10px;
    line-height: 41px;
  }
  .item.item_equipos .group-row img {
    max-width: 41px;
    margin: 0 2px;
  }
  .brasil_2019_resultados {
    margin-top: 35%;
  }
  .campeonato-fixture .match-teams .team {
    width: 35%;
  }
  .campeonato-fixture .match-teams .score {
    width: 30%;
  }
  .news-card.title_01 .ContentText,
  .news-card.title_02 .ContentText,
  .news-card.title_03 .ContentText {
    padding: 0 20px;
  }
  .news-card.title_01 h3 {
    font-size: 30px;
  }
  .news-card.title_02 h3 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .news-card.title_04 .ContentText .date {
    display: none;
  }
  .news-card.title_03 .ContentText {
    min-height: 180px;
  }
  .news-card.title_03 .imagen > a {
    min-height: 171px;
  }
  .news-card.title_04 .ContentText {
    min-height: 151px;
  }
}
@media (max-width: 991px) {
  .slick-home .item-back-home {
    min-height: 480px;
  }
  .slick-home .item-cont-home {
    width: 380px;
  }
  .slick-home .item-cont-home {
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
  }
  .item.item_equipos h3 {
    margin-right: 34px;
    line-height: 54px;
  }
  .item.item_equipos .group-row img {
    max-width: 54px;
    margin: 0 5px;
  }
  .brasil_2019_resultados {
    margin-top: 40%;
  }
  .team-content .team-text {
    min-height: 210px;
  }
  .news-card.title_02 h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .news-card.title_03 h3 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .news-card.title_03 .ContentText {
    min-height: 151px;
  }
  .view-display-id-block_6 .news-card.title_04:last-child,
  #Section-01 .news-card.title_04:last-child,
  #Section-02 .news-card.title_04:last-child,
  #Section-03 .news-card.title_04:last-child,
  #Section-04 .news-card.title_04:last-child {
    display: none;
  }
  .news-card.card-note-int .ContentText h3 {
    font-size: 20px;
  }
  .news-card.title_03 .imagen > a {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .slick-home .item-back-home {
    min-height: 400px;
    background-position: 60% center !important;
  }
  .slick-home .item-back-home-center {
    background-position: center !important;
  }
  .slick-home .item-cont-home {
    width: 360px;
  }
  .slick-home .item-cont-home {
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
  }
  .publicidad-web .app-img-destock {
    display: none;
  }
  .publicidad-web .app-img-mobile {
    display: inline-block;
  }
  .team-content .team-text,
  .campeonato-estadios p {
    min-height: auto;
  }
  .campeonato-fixture .match-group h2 {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5em;
  }
  .campeonato-fixture .match-teams .team .team-name,
  .brasil_2019_marcador .info-team span.abreviatura {
    display: none;
  }
  .item.item_equipos h3 {
    margin-right: 10px;
    line-height: 48px;
  }
  .item.item_equipos .group-row img {
    max-width: 48px;
    margin: 0 3px;
  }
  .campeonato-fixture .match-teams .team {
    float: left;
    width: 30%;
  }
  .campeonato-fixture .match-teams .score {
    width: 40%;
  }
  .brasil_2019_resultados {
    margin-top: 50%;
  }
  .background_lima_2019,
  .background_brasil_2019 {
    background-size: 250% !important;
    background-position: top left 70%;
    background-color: #008a01;
  }
  .modal-body p {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-card.title_01 .ContentText,
  .news-card.title_02 .ContentText,
  .news-card.title_03 .ContentText {
    min-height: unset;
    padding-bottom: 10px;
  }
  .view-display-id-block_6 .news-card.title_04:last-child,
  #Section-01 .news-card.title_04:last-child,
  #Section-02 .news-card.title_04:last-child,
  #Section-03 .news-card.title_04:last-child,
  #Section-04 .news-card.title_04:last-child {
    display: block;
  }
  .news-card.title_01 .ContentText .paragraph {
    display: none;
  }
  .news-card.title_01 h3 {
    font-size: 30px;
  }
  .news-card.title_02 h3 {
    font-size: 22px;
  }
  .news-card.card-note-int .ContentText {
    min-height: unset;
  }
  .news-card.title_04 .ContentText {
    min-height: unset;
  }
  .news-card.title_04 .imagen {
    margin-bottom: 14px;
  }
  .publicidad-web-Optima {
    bottom: 100px;
  }
  .news-card.card-note-int .ContentText h3 {
    font-size: 16px;
  }
  .news-card.title_05 .ContentText {
    min-height: 110px;
  }
  .news-card.title_05 .date {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .slick-home .slick-dots li,
  .slick-home .slick-dots li button {
    width: 50px;
  }
  .slick-home .slick-next {
    right: 0;
  }
  .slick-home .slick-prev {
    left: 0;
  }
  .slick-home .item-back-home {
    min-height: 260px;
    background-position: 75% center !important;
  }
  .slick-home .item-back-home-center {
    background-position: center !important;
  }
  .slick-home .item-cont-home {
    width: 70%;
  }
  .slick-home .item-cont-home .SLIDER-Nota {
    margin: 0 auto;
  }
  .slick-home .item-cont-home {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .campeonato-fixture .match-teams .team {
    width: 25%;
  }
  .campeonato-fixture .match-teams .score {
    width: 50%;
  }
  .brasil_2019_marcador {
    margin: 24px 0px;
  }
  .brasil_2019_marcador .info-team {
    width: 25%;
  }
  .brasil_2019_marcador .marcador {
    width: 50%;
  }
}
.publicidad_desktop {
  display: block;
}
.publicidad_mobile {
  display: none;
}
.publicidad_vertical_a {
  position: fixed;
  width: 120px;
  height: 600px;
  z-index: 99999;
  top: 50px;
  left: 10px;
}
.publicidad_vertical_b {
  position: fixed;
  width: 120px;
  height: 600px;
  z-index: 99999;
  top: 50px;
  right: 10px;
}
@media (max-width: 1200px) {
  .publicidad_vertical_a {
    left: -120px;
  }
  .publicidad_vertical_b {
    right: -120px;
  }
}
@media (max-width: 992px) {
  .publicidad_desktop {
    display: none;
  }
  .publicidad_mobile {
    display: block;
  }
}
#aniBox {
  height: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
.img-border-5 {
  border-radius: 1.75rem;
  border: 6px solid #e5bba2;
  overflow: hidden;
}
.img-border-5 img {
  border-radius: 1rem;
}
.content-landing {
}
.content-landing .title-landing {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.content-landing h2 {
  font-size: 26px;
  line-height: 140%;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 2rem;
  border: 3px solid #cb804b;
  margin-bottom: 0;
  background: #cb804b;
  color: #fff;
  position: relative;
  z-index: 2;
}
.content-landing .title-landing::before {
  content: "";
  position: absolute;
  background: #cb804b;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content-landing h3 {
  font-size: 22px;
  line-height: 140%;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.content-landing h3 a {
  color: #2f2f2f;
}
.content-landing h3 a:hover {
  text-decoration: underline;
}
.content-landing p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 140%;
}
.content-landing.border {
  border-bottom: 1px solid #e5bba2;
}
.content-landing.mb-5 {
  margin-bottom: 34px;
}
.content-landing p img.float-left {
  float: left;
  margin-right: 34px;
}
.content-landing p img.float-right {
  float: right;
  margin-left: 34px;
}
.content-landing p.h-140 {
  min-height: 140px;
}
@media (max-width: 1399px) {
  .content-landing p.h-140 {
    min-height: 170px;
  }
}
@media (max-width: 1199px) {
  .content-landing p.h-140 {
    min-height: unset;
  }
}
@media (max-width: 991px) {
  .content-landing p img.float-left {
    width: 100%;
    margin-right: 0;
  }
  .content-landing p img.float-right {
    width: 100%;
    margin-left: 0;
  }
  .content-landing p.h-140 {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .content-landing p.h-140 {
    min-height: unset;
  }
}
.beige {
  border-color: #e5bba2;
}
.video-container-landing {
}
.video-container-landing .YouTubeIframe {
  position: relative;
  padding-bottom: 35%;
  padding-top: 0px;
  height: 0;
  line-height: 0px;
  margin-bottom: 0px !important;
  overflow: hidden;
}
.video-container-landing iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
a {
  color: #dc2a0b;
  text-decoration: none;
}
a:hover {
  color: #c4250a;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #2f2f2f;
}
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 {
  color: #2f2f2f;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
.h1 .fa,
.h2 .fa,
.h3 .fa,
.h4 .fa,
.h5 .fa,
.h6 .fa {
  margin-right: 5px;
}
h1,
.h1 {
  font-size: 30px;
  margin-bottom: 0.75em;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 1.5em 0;
}
.title-accent {
}
.title-accent > h3 > span {
}
div.nd-region .title-accent > h3 {
  position: relative;
  margin: 0;
  padding: 0px 0 16px 0;
  line-height: 34px;
  font-size: 26px;
  margin-bottom: 34px;
}
div.nd-region .title-accent > h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  left: 0;
  bottom: 0;
  width: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ed0134;
}
div.section-dark .title-accent > h3 {
  color: #fff;
}
div.section-dark .title-accent > h3::before {
  background: #fff !important;
}
div.section-dark .btn-primary {
  background-color: #fff !important;
  color: #ed0134 !important;
}
div.section-dark .btn-primary:hover {
  background-color: #ed0134 !important;
  color: #fff !important;
}
div.section-dark .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
.one-page section.dark .title-accent > h3 > span,
.one-page section.dark .title-accent > h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.title-centered {
  text-align: center;
}
.title-centered > h2 {
  font-size: 28px;
  margin-bottom: 1.2em;
}
.title-bordered {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.title-decorated {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.title-decorated:before,
.title-decorated:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 3px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
}
.title-decorated:before {
  margin-left: -22px;
}
.title-decorated:after {
  margin-left: 14px;
}
.title-decorated h1 {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.title-decorated h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: #dcdcdc;
}
.title-decorated span {
  font-weight: normal;
  color: #dc2a0b;
}
.btn {
  display: inline-block;
  font-weight: 400;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn i {
  float: right;
  margin-left: 15px;
  line-height: 22px;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  font-family: "Roboto", sans-serif;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  border: 0;
  background: #fff;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #f2f2f2;
  background-position: 0 -15px;
  border-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-default:hover,
.btn-default:active {
  border-color: #ccc;
  background-position: 0 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',endColorstr='#ffdddddd',GradientType=0);
}
.btn-primary {
  background-color: #ed0134;
  border: 0px;
}
.btn-primary:hover {
  background-color: #ff5245;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ff5245;
}
.btn-primary:focus {
  background-color: #ff5245;
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 69, 0.5);
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #71cd75 0%, #5ec663 100%);
  background-image: linear-gradient(to bottom, #71cd75 0%, #5ec663 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75',endColorstr='#ff5ec663',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #5ec663;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #5ec663;
  background-position: 0 -15px;
  border-color: #5ec663;
}
.btn-success:active,
.btn-success.active {
  background-color: #5ec663;
  border-color: #5ec663;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #dfeffe 0%, #c6e3fd 100%);
  background-image: linear-gradient(to bottom, #dfeffe 0%, #c6e3fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfeffe',endColorstr='#ffc6e3fd',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c6e3fd;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #c6e3fd;
  background-position: 0 -15px;
  border-color: #c6e3fd;
}
.btn-info:active,
.btn-info.active {
  background-color: #c6e3fd;
  border-color: #c6e3fd;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fcb443 100%);
  background-image: linear-gradient(to bottom, #fcbe5c 0%, #fcb443 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c',endColorstr='#fffcb443',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #fcb443;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #fcb443;
  background-position: 0 -15px;
  border-color: #fcb443;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fcb443;
  border-color: #fcb443;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #d43f3a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #d43f3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffd43f3a',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d43f3a;
  background-position: 0 -15px;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #d43f3a;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-info {
  color: #3d94e6;
}
.btn-info:hover,
.btn-info:focus {
  color: #3d94e6;
}
.btn-danger {
  background: #d9534f;
}
.btn-sm {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}
.btn-sm:active,
.btn-sm.active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
}
.list {
  overflow: hidden;
}
.list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.list ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #dc2a0b;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list.list__lg {
  font-size: 14px;
}
.list.list__lg ul li {
  padding: 4px 0 25px 50px;
}
.list.list__lg ul li:before {
  width: 28px;
  height: 28px;
  border: 1px solid #dc2a0b;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  content: "\f00c";
}
.list ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
  counter-reset: counter;
}
.list ol li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list ol li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: counter(counter) ". ";
  counter-increment: counter;
  font-weight: bold;
  width: 20px;
  color: #dcdcdc;
}
.thumbnail {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c1c1c1;
}
.thumbnail .caption {
  color: #2f2f2f;
}
.alignleft,
.alignright,
.alignnone,
.aligncenter {
  text-align: center;
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .alignleft img,
  .alignright img,
  .alignnone img,
  .aligncenter img {
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .alignleft:before,
  .alignright:before,
  .alignnone:before,
  .aligncenter:before,
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after {
    content: " ";
    display: table;
  }
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after {
    clear: both;
  }
}
.alignleft img {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright img {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  display: block;
  text-align: center;
}
.aligncenter img {
  margin: 0 auto 20px auto;
}
.alignnone img {
  margin: 0 0 20px 0;
}
.video-holder,
.audio-holder {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.video-holder > iframe,
.audio-holder > iframe {
  vertical-align: top;
}
.person-holder img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.person-holder img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.social-links-txt {
  display: none;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .social-links-txt {
    display: inline-block;
  }
}
.social-links,
.mobile-side-menu .social_mobile .social-links {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.social-links > li,
.mobile-side-menu .social_mobile .social-links > li {
  padding-left: 4px;
  padding-right: 3px;
  vertical-align: top;
  display: inline;
}
.social-links > li > a,
.mobile-side-menu .social_mobile .social-links > li > a {
  display: inline-block;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #373737;
  border-radius: 10%;
  border: 0px solid #444;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.social-links > li > a:hover,
.mobile-side-menu .social_mobile .social-links > li > a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.social-links a.facebook,
.mobile-side-menu .social_mobile .social-links a.facebook {
  background: #22589b;
}
.social-links a.twitter,
.mobile-side-menu .social_mobile .social-links a.twitter {
  background: #000;
}
.social-links a.tiktok,
.mobile-side-menu .social_mobile .social-links a.tiktok {
  background: #000;
}
.social-links a.youtube,
.mobile-side-menu .social_mobile .social-links a.youtube {
  background: #e1191f;
}
.social-links a.instagram,
.mobile-side-menu .social_mobile .social-links a.instagram {
  background: #c13584;
}
.social-links__light > li > a {
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #2f2f2f;
}
.social-links__light > li > a:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fafafa;
}
.social-links__primary > li > a {
  background: #dc2a0b;
  border: 1px solid #dc2a0b;
  color: #fff;
}
.social-links__primary > li > a:hover {
  background: #fff;
  border-color: #fff;
  color: #dc2a0b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  color: #2f2f2f;
  font-weight: normal;
}
.form-control {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -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);
  padding-left: 18px;
  padding-right: 18px;
}
.form-control:focus {
  border-color: #cacaca;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(202, 202, 202, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(202, 202, 202, 0.6);
}
.form-group {
  margin-bottom: 30px;
}
.required {
  color: #e74c3c;
}
textarea.required,
input.required,
select.required {
  color: #000;
}
label.error {
  color: #a94442;
}
.form-group.form-grop__icon {
  position: relative;
}
.form-group.form-grop__icon .fa {
  display: block;
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 16px;
}
.form-group.form-grop__icon input[type="text"],
.form-group.form-grop__icon input[type="email"],
.form-group.form-grop__icon input[type="password"],
.form-group.form-grop__icon input[type="tel"],
.form-group.form-grop__icon input[type="url"],
.form-group.form-grop__icon textarea {
  padding-right: 40px;
}
.radio__custom {
  margin-left: 20px;
}
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2a0b;
  content: "";
}
.radio__custom.radio__style2 label:before {
  background: #dc2a0b;
  border-color: #c4250a;
}
.radio__custom.radio__style2 input[type="radio"]:checked + span:before {
  background: #fff;
}
.radio__custom.radio__style3 input[type="radio"]:checked + span:before {
  background: #2f2f2f;
}
.radio__custom.radio__style4 label:before {
  border-color: #dc2a0b;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #dc2a0b;
}
.checkbox__custom {
  margin-left: 20px;
}
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: "";
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #dc2a0b;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox__custom.checkbox__style2 label:before {
  background: #dc2a0b;
  border-color: #c4250a;
}
.checkbox__custom.checkbox__style2
  input[type="checkbox"]:checked
  + span:before {
  color: #fff;
}
.checkbox__custom.checkbox__style3
  input[type="checkbox"]:checked
  + span:before {
  color: #2f2f2f;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #dc2a0b;
}
.checkbox__custom.checkbox__style4
  input[type="checkbox"]:checked
  + span:before {
  color: #dc2a0b;
}
.tabs .nav-tabs {
  border-bottom: none;
  margin-left: 34px;
}
.tabs .nav-tabs > li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabs .nav-tabs > li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }
  .tabs .nav-tabs > li > a {
    margin-right: 0 !important;
  }
  .tabs .nav-tabs > li.active > a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
.tabs .nav-tabs > li > a {
  background: #f7f7f7;
  margin-right: 2px;
  border-bottom: none !important;
  border-radius: 0;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2f2f2f;
  position: relative;
}
.tabs .nav-tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.tabs .nav-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.tabs .nav-tabs > li > a:hover {
  border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
  margin-right: 4px;
}
.tabs .nav-tabs > li.active > a {
  color: #dc2a0b;
  border-left-color: #dcdcdc;
  border-right-color: #dcdcdc;
  background: #fff;
}
.tabs .nav-tabs > li.active > a:after {
}
.tabs .nav-tabs > li.active > a:before {
  background: #fff;
}
.tabs .nav-tabs > li.active > a:hover {
  border-bottom-color: #fff;
}
.tabs .tab-content {
  padding: 30px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table;
}
.tabs .tab-content:after {
  clear: both;
}
.tabs .tab-content p:last-child {
  margin-bottom: 0;
}
table {
  width: 100%;
  margin-bottom: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle !important;
}
table > thead > tr > th {
  vertical-align: middle !important;
  border-top: 2px solid #ddd !important;
  border-bottom: 2px solid #ddd !important;
}
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;
}
.note table {
  margin-bottom: 20px !important;
}
table > thead > tr > th {
  padding: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 700;
}
table > tbody > tr > td {
  padding: 14px !important;
  font-size: 16px;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-title {
  font-size: 13px;
  font-family: "Muli", sans-serif;
  line-height: 1.5em;
  text-transform: none;
  padding: 0;
}
.panel-group .panel-title > a {
  display: block;
  padding: 14px 20px 14px 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%);
  background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b',endColorstr='#ffc4250a',GradientType=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.panel-group .panel-title > a:before {
  display: block;
  position: absolute;
  left: 17px;
  top: 16px;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.panel-group .panel-title > a.collapsed {
  color: #6d6d6d;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff4f4f4',GradientType=0);
}
.panel-group .panel-title > a.collapsed:before {
  color: #6d6d6d;
  content: "\f067";
}
.panel-group .panel-title > a.collapsed:hover {
  background: #ececec;
  text-decoration: none;
}
.panel-group .panel-title > a:hover {
  text-decoration: none;
}
.panel-group .panel-body {
  padding: 20px 28px;
  background: #f7f7f7;
}
.call-to-action {
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  text-align: center;
  display: table;
  width: 100%;
}
.call-to-action:before,
.call-to-action:after {
  content: " ";
  display: table;
}
.call-to-action:after {
  clear: both;
}
@media (min-width: 992px) {
  .call-to-action {
    text-align: left;
  }
}
.call-to-action .cta-txt {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .call-to-action .cta-txt {
    display: table-cell;
    margin-bottom: 0;
  }
}
.call-to-action .cta-txt p:last-child {
  margin-bottom: 0;
}
.call-to-action .cta-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .call-to-action .cta-btn {
    display: table-cell;
    padding-left: 30px;
  }
}
.call-to-action h2 {
  text-transform: none;
  margin-bottom: 0.25em;
}
.call-to-action.centered {
  text-align: center !important;
}
.call-to-action.centered .cta-txt {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-txt {
    display: block;
    width: 100%;
  }
}
.call-to-action.centered .cta-btn {
  display: block;
  padding-left: 0;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-btn {
    display: block;
    width: 100%;
  }
}
.clean .call-to-action,
.call-to-action.clean {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.primary .call-to-action {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: -20px 0;
}
.primary .call-to-action h2 {
  color: #fff;
  padding-top: 8px;
}
.primary .call-to-action .cta-txt {
  color: #fff;
}
.icon-box {
  position: relative;
  margin-bottom: 30px;
}
.icon-box .icon {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  color: #dc2a0b;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box .icon .fa {
  position: relative;
  z-index: 2;
}
.icon-box .icon img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.icon-box .icon .bg-icon {
  display: none;
}
@media (min-width: 992px) {
  .icon-box .icon .bg-icon {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 140px;
    color: #f7f7f7;
    z-index: -1;
  }
}
.icon-box .icon-box-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.icon-box .icon-box-body h3,
.icon-box .icon-box-body h4 {
  padding-top: 6px;
  margin-bottom: 0.75em;
}
.icon-box.rounded .icon {
  border-radius: 50%;
}
.icon-box.rounded .icon:before {
  border-radius: 50%;
}
.icon-box.rounded .icon:after {
  border-radius: 50%;
}
.icon-box.circled .icon {
  color: #fff;
  border-radius: 50%;
}
.icon-box.circled .icon:before {
  background: #dc2a0b;
  background-image: url(../images/noise.webp);
  border-radius: 50%;
}
.icon-box.circled .icon:after {
  border-radius: 50%;
  background: #ebebeb;
}
.icon-box.squared .icon {
  color: #fff;
}
.icon-box.squared .icon:before {
  background-color: #dc2a0b;
  background-image: url(../images/noise.webp);
}
.icon-box.squared .icon:after {
  background: #ebebeb;
}
.icon-box.bordered .icon {
  color: #dc2a0b;
}
.icon-box.bordered .icon:before {
  background: #fff;
}
.icon-box.bordered .icon:after {
  background: #dc2a0b;
}
.icon-box.centered {
  text-align: left;
}
@media (min-width: 992px) {
  .icon-box.centered {
    text-align: center;
  }
}
.icon-box.centered .icon {
  margin: 0 30px 20px 0;
}
@media (min-width: 992px) {
  .icon-box.centered .icon {
    float: none;
    margin: 0 auto 25px auto;
  }
}
@media (min-width: 992px) {
  .icon-box.icon-right {
    text-align: right;
  }
  .icon-box.icon-right .icon {
    float: right;
    margin: 0 0 0 30px;
  }
}
.icon-box.icon-top-padding {
  padding-top: 50px;
}
.icon-box.boxed {
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
@media (min-width: 992px) {
  .icon-box.boxed {
    padding: 40px;
  }
}
.icon-box.boxed .icon:after {
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
}
@media (min-width: 992px) {
  .icon-box.boxed .icon {
    width: 100px;
    height: 100px;
    font-size: 42px;
    line-height: 100px;
  }
}
.no-touch .icon-box.icon-box-animated .icon:hover {
  color: #fff;
}
.no-touch .icon-box.icon-box-animated .icon:hover:before {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  background-color: #2f2f2f;
}
.no-touch .icon-box.icon-box-animated .icon:hover:after {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.icon-box.sm .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  margin-right: 20px;
}
.icon-box.sm .icon:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}
.icon-box .icon .fa {
  position: relative;
  z-index: 2;
}
blockquote {
  padding: unset;
  margin: unset;
  border: unset;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 0.2em;
}
.bq-author .bq-author-info {
  font-style: italic;
}
.alert {
  padding: 20px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
}
.alert-dismissable .close {
  position: absolute;
  font-size: 14px;
  right: 9px;
  top: 9px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  vertical-align: top;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.alert-dismissable .close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert-dismissable .close .fa {
  display: block;
  margin: 0;
  vertical-align: top;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.alert-success {
  background-color: #e4fbe4;
  border-color: #bfe3bf;
  color: #55b155;
}
.alert-success hr {
  border-top-color: #addbad;
}
.alert-success .alert-link {
  color: #429142;
}
.alert-success .close {
  background: #bfe3bf;
}
.alert-info {
  background-color: #dfeffe;
  border-color: #b1d5f6;
  color: #3d94e6;
}
.alert-info hr {
  border-top-color: #9ac9f3;
}
.alert-info .alert-link {
  color: #1b7bd5;
}
.alert-info .close {
  background: #b1d5f6;
}
.alert-warning {
  background-color: #faf8e8;
  border-color: #f3eab2;
  color: #d2b715;
}
.alert-warning hr {
  border-top-color: #f0e49c;
}
.alert-warning .alert-link {
  color: #a48f10;
}
.alert-warning .close {
  background: #eada77;
}
.alert-danger {
  background-color: #fff5f5;
  border-color: #f8e6e6;
  color: #bb3737;
}
.alert-danger hr {
  border-top-color: #f2d2d2;
}
.alert-danger .alert-link {
  color: #942b2b;
}
.alert-danger .close {
  background: #e1b5b5;
}
.dropcap {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  color: #dc2a0b;
  text-align: center;
  font-size: 42px;
  font-family: "Oswald", sans-serif;
  line-height: 42px;
  line-height: 54px;
}
.dropcap.dropcap__rounded {
  width: 58px;
  height: 58px;
  border: 4px solid #ebebeb;
  border-radius: 50%;
  background-color: #dc2a0b;
  background-image: url(../images/noise.webp);
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}
.pricing-table {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .pricing-table {
    padding: 20px 15px 20px 15px;
  }
}
.pricing-table .plan {
  border: 1px solid #dcdcdc;
  margin: 0 -16px 0 -15px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing-table .plan {
    margin-bottom: 0;
  }
}
.pricing-table .plan .pricing-head {
  padding: 0 0 24px 0;
}
.pricing-table .plan .pricing-head h3 {
  background: #2f2f2f;
  line-height: 64px;
  margin: 0;
  color: #fff;
  position: relative;
  margin: -1px -1px 24px -1px;
  border: 1px solid #3f3f3f;
}
.pricing-table .plan .pricing-head .price {
  font-size: 60px;
  display: block;
  line-height: 1em;
  color: #2f2f2f;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
.pricing-table .plan .pricing-head .price sup {
  font-size: 18px;
  vertical-align: top;
  position: absolute;
  top: 0;
  margin: 14px 0 0 0;
}
.pricing-table .plan .pricing-head small {
  font-size: 14px;
  color: #dcdcdc;
}
.pricing-table .plan .pricing-body ul {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
.pricing-table .plan .pricing-body ul > li {
  border-top: 1px solid #dcdcdc;
  padding: 10px;
}
.pricing-table .plan .pricing-body ul > li:nth-child(odd) {
  background: #f7f7f7;
}
.pricing-table .plan .pricing-footer {
  padding: 30px 10px;
}
.pricing-table .plan.popular {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.pricing-table .plan.popular .pricing-head h3 {
  background: #dc2a0b;
  font-size: 24px;
  line-height: 90px;
  border-color: #dc2a0b;
}
@media (min-width: 992px) {
  .pricing-table .plan.popular .pricing-head h3 {
    margin: -27px 0 24px 0;
  }
}
@media (min-width: 992px) {
  .pricing-table .plan.popular .pricing-footer {
    padding: 40px 10px;
  }
}
@media (min-width: 992px) {
  .pricing-table__style2 {
    padding: 20px 0;
  }
}
.pricing-table__style2 .plan {
  border-radius: 6px;
  margin: 0;
}
.pricing-table__style2 .plan .pricing-head .circled {
  position: relative;
  margin: 30px auto 40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  display: table;
}
.pricing-table__style2 .plan .pricing-head .circled:after {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  border-radius: 50%;
  background: #2f2f2f;
  content: "";
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 1;
}
.pricing-table__style2 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style2 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style2 .plan .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style2 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style2 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-table__style2 .plan.popular .pricing-head .circled {
  background: #dc2a0b;
}
.pricing-table__style2 .plan.popular .pricing-head .circled:after {
  background: #dc2a0b;
}
.pricing-table__style2 .plan.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  font-size: 18px;
  border: none;
  color: #dc2a0b;
}
@media (min-width: 992px) {
  .pricing-table__style2 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pricing-table__style2 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .pricing-table__style3 {
    padding: 80px 0 20px 0;
  }
}
.pricing-table__style3 .plan {
  border-radius: 6px;
  margin: 0;
}
.pricing-table__style3 .plan .pricing-head .circled {
  position: relative;
  margin: -70px auto 40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #dc2a0b;
  color: #fff;
  text-align: center;
  display: table;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.pricing-table__style3 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style3 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style3 .plan .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style3 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style3 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dc2a0b;
}
.pricing-table__style3 .plan.popular .pricing-head .circled {
  background: #2f2f2f;
}
.pricing-table__style3 .plan.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  font-size: 18px;
  border: none;
  color: #fff;
}
@media (min-width: 992px) {
  .pricing-table__style3 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style3 .plan.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style3 .plan.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style3 .plan.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .pricing-table__style3 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .pricing-table__style4 {
    padding: 20px 0;
  }
}
.pricing-table__style4 .plan {
  border-radius: 6px;
  margin: 0;
}
.pricing-table__style4 .plan .pricing-head {
  padding-bottom: 0;
}
.pricing-table__style4 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  border: none;
  margin: 0;
}
.pricing-table__style4 .plan .pricing-head .pricing-head-inner {
  background: #dc2a0b;
  padding: 15px 10px;
}
.pricing-table__style4 .plan .pricing-head .price {
  color: #fff;
  font-size: 32px;
  display: inline-block;
}
.pricing-table__style4 .plan .pricing-head small {
  display: inline-block;
  color: #fff;
  margin-left: -8px;
}
.pricing-table__style4 .plan .pricing-head small:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.pricing-table__style4 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dc2a0b;
}
.pricing-table__style4 .plan.popular .pricing-head h3 {
  background: #dc2a0b;
  font-size: 18px;
  line-height: 64px;
  border: none;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
  .pricing-table__style4 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style4 .plan.popular .pricing-head .pricing-head-inner {
  background: #fff;
}
.pricing-table__style4 .plan.popular .pricing-head .price {
  color: #2f2f2f;
}
.pricing-table__style4 .plan.popular .pricing-head small {
  color: #2f2f2f;
}
.pricing-table__style4 .plan.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style4 .plan.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style4 .plan.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .pricing-table__style4 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}
.progress {
  height: 40px;
  padding: 2px;
  margin-bottom: 16px;
  background: #ebebeb;
}
.progress .progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-right: 20px solid #ebebeb;
}
.progress-bar {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background-color: #ed0134;
}
.progress-bar-success {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(top, #71cd75 0%, #4bc050 100%);
  background-image: linear-gradient(to bottom, #71cd75 0%, #4bc050 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75',endColorstr='#ff4bc050',GradientType=0);
}
.progress-bar-info {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(top, #73c9e3 0%, #49b9db 100%);
  background-image: linear-gradient(to bottom, #73c9e3 0%, #49b9db 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73c9e3',endColorstr='#ff49b9db',GradientType=0);
}
.progress-bar-warning {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fbaa2a 100%);
  background-image: linear-gradient(to bottom, #fcbe5c 0%, #fbaa2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c',endColorstr='#fffbaa2a',GradientType=0);
}
.progress-bar-danger {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.progress-label {
  font-size: 14px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  float: left;
}
.progress-striped .progress-bar-primary {
  background-color: #dc2a0b;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.box,
#uc-cart-checkout-form fieldset {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
}
hr {
  border-top-color: #eeeeee;
}
hr.lg {
  margin: 34px 0;
}
hr.sm {
  margin: 20px 0;
}
hr.no-top-margin {
  margin-top: 0;
}
.section.dark hr {
  border-top-color: #3f3f3f;
}
hr.double {
  border-bottom: 1px solid #eeeeee;
  padding-top: 3px;
}
.hr-with-icon {
  position: relative;
  height: 30px;
  text-align: center;
  margin: 20px 0;
}
.hr-with-icon:before {
  content: "";
  background: #dcdcdc;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
}
.hr-with-icon .fa {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 30px;
  background: #fff;
}
.hr-with-icon.icon-primary {
  color: #dc2a0b;
}
.spacer {
  height: 20px;
  overflow: hidden;
}
.spacer.sm {
  height: 10px;
  overflow: hidden;
}
.spacer.lg {
  height: 40px;
  overflow: hidden;
}
.spacer.xl {
  height: 60px;
  overflow: hidden;
}
.spacer.xxl {
  height: 80px;
  overflow: hidden;
}
.col-bordered {
  position: relative;
}
.col-bordered:before {
  width: 1px;
  background: #eee;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .col-bordered:before {
    display: block;
    left: -39px;
  }
}
@media (min-width: 992px) {
  .col-bordered:before {
    left: -49px;
  }
}
@media (min-width: 992px) {
  .col-bordered[class*="col-md-pull"]:before {
    left: auto;
    right: -39px;
  }
}
@media (min-width: 1200px) {
  .col-bordered[class*="col-md-pull"]:before {
    left: auto;
    right: -49px;
  }
}
#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  display: none;
}
#back-top a {
  width: 44px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#back-top a .fa {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 20px;
  background: #a3a3a3;
  border-radius: 6px;
}
#back-top a:hover {
  color: #2f2f2f;
}
#back-top a:hover .fa {
  background-color: #777;
}
.animation {
  opacity: 0;
}
.animation-visible {
  opacity: 1;
}
.animated,
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 10px;
}
.fontawesome-icon-list .fa {
  width: 32px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
.push-bottom {
  margin-bottom: 20px;
}
.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;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #dc2a0b;
}
.mejs-container .mejs-controls {
  background: #2f2f2f;
}
.box-holder {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 6px;
}
.shape-item {
  display: block;
  width: 100%;
  position: relative;
  color: #6d6d6d;
}
.shape-item:hover {
  color: #6d6d6d;
}
.shape-item figure {
  position: relative;
  overflow: hidden;
  background: #333;
}
.shape-item figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shape-item figcaption {
  position: absolute;
  top: 0;
  padding: 11px;
  z-index: 11;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shape-item figcaption {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shape-item figcaption {
    padding-top: 5px;
  }
}
.shape-item figcaption h3 {
  margin-bottom: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.shape-item figcaption p {
  padding: 0 20px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.shape-item figcaption h3,
.shape-item figcaption p {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.shape-item figure .btn {
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.shape-item figcaption,
.shape-item figcaption h3,
.shape-item figcaption p,
.shape-item figure .btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shape-item svg {
  position: absolute;
  top: -1px;
  z-index: 10;
  width: 100.5%;
  height: 100%;
  left: 0;
}
.shape-item svg path {
  fill: #f7f7f7;
}
.shape-item:hover figure img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.shape-item:hover figcaption h3,
.shape-item:hover figcaption p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.shape-item:hover figcaption p {
  opacity: 0;
  filter: alpha(opacity=0);
}
.shape-effect1.shape-item figure .btn,
.shape-effect3.shape-item figure .btn {
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
  transform: translateY(-50%) translateX(-50%) scale(0.25);
}
.shape-effect1.shape-item:hover figure .btn,
.shape-effect3.shape-item:hover figure .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.shape-effect2.shape-item figcaption h2 {
  color: #e74c3c;
}
.shape-effect2.shape-item figcaption p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.shape-effect2.shape-item figure .btn {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.shape-effect2.shape-item:hover figure .btn {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.shape-effect2.shape-item figcaption h2,
.shape-effect2.shape-item figcaption p,
.shape-effect3.shape-item figcaption h2,
.shape-effect3.shape-item figcaption p {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
}
.shape-effect2.shape-item:hover figcaption p,
.shape-effect3.shape-item:hover figcaption p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.shape-effect3.shape-item figcaption h2 {
  color: #52be7f;
}
.shape-effect3.shape-item:hover figcaption h2 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.pagination > li > a,
.pagination > li > span {
  color: #dc2a0b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #dc2a0b;
  background-color: #f7f7f7;
}
.pagination > .pager-current > a,
.pagination > .pager-current > span,
.pagination > .pager-current > a:hover,
.pagination > .pager-current > span:hover,
.pagination > .pager-current > a:focus,
.pagination > .pager-current > span:focus {
  color: #fff;
  background-color: #dc2a0b;
  border-color: #dc2a0b;
}
.pagination > li > a,
.pagination > li > span {
  padding-left: 18px;
  padding-right: 18px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding-left: 12px;
  padding-right: 12px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding-left: 26px;
  padding-right: 26px;
}
.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;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon.woff) format("woff"),
    url(../images/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-agenda:before {
  content: "\e927";
}
.icon-educacion:before {
  content: "\e936";
}
.icon-Artes-visuales-y-diseño:before {
  content: "\e928";
}
.icon-artesanías:before {
  content: "\e929";
}
.icon-artesesenicas:before {
  content: "\e92a";
}
.icon-cienciaytecnologia:before {
  content: "\e92b";
}
.icon-cineyaudiovisuales:before {
  content: "\e92c";
}
.icon-deportesygestiondeportiva:before {
  content: "\e92d";
}
.icon-diseñodemodas:before {
  content: "\e92e";
}
.icon-educación:before {
  content: "\e92f";
}
.icon-Gastronomia:before {
  content: "\e930";
}
.icon-gestioncultural:before {
  content: "\e931";
}
.icon-iniciativasyserviciosocial:before {
  content: "\e932";
}
.icon-innovacion:before {
  content: "\e933";
}
.icon-musica2:before {
  content: "\e934";
}
.icon-chain-links:before {
  content: "\e926";
}
.icon-galeria:before {
  content: "\e925";
}
.icon-otros:before {
  content: "\e924";
}
.icon-ecología:before {
  content: "\e923";
}
.icon-mailico:before {
  content: "\e921";
  color: #515151;
}
.icon-facebook:before {
  content: "\e922";
  color: #515151;
}
.icon-creditos-foto:before {
  content: "\e920";
}
.icon-icon-iconoplaynegro:before {
  content: "\e90c";
}
.icon-trend:before {
  content: "\e91f";
  color: #5d5d5d;
}
.icon-artes:before {
  content: "\e91e";
}
.icon-cinetreatro:before {
  content: "\e913";
}
.icon-creditos-video:before {
  content: "\e914";
}
.icon-culturaytradicion:before {
  content: "\e915";
}
.icon-curiosidades:before {
  content: "\e916";
}
.icon-entrevita:before {
  content: "\e917";
}
.icon-interview:before {
  content: "\e918";
}
.icon-literatura:before {
  content: "\e919";
}
.icon-musica:before {
  content: "\e91a";
}
.icon-padres:before {
  content: "\e91b";
}
.icon-technology:before {
  content: "\e91c";
}
.icon-TV:before {
  content: "\e91d";
}
.icon-play:before {
  content: "\e912";
}
.icon-pregunta:before {
  content: "\e911";
}
.icon-envivo:before {
  content: "\e910";
}
.icon-PLACE:before {
  content: "\e90d";
}
.icon-TIME:before {
  content: "\e90e";
}
.icon-logo:before {
  content: "\e90f";
  color: #fff;
}
.icon-iconocorreo:before {
  content: "\e90a";
}
.icon-iconotelefono:before {
  content: "\e90b";
}
.icon-iconobusqueda:before {
  content: "\e900";
}
.icon-iconocalendar:before {
  content: "\e901";
}
.icon-iconofacebook:before {
  content: "\e902";
}
.icon-iconoflecha:before {
  content: "\e903";
}
.icon-iconoinstagram:before {
  content: "\e904";
}
.icon-iconomapa:before {
  content: "\e905";
}
.icon-iconoreloj:before {
  content: "\e906";
}
.icon-iconostreaming:before {
  content: "\e907";
}
.icon-iconotwitter:before {
  content: "\e908";
}
.icon-iconoyoutube:before {
  content: "\e909";
}
.icon-staff:before {
  content: "\e60e";
}
.icon-envelope:before {
  content: "\e61d";
}
.icon-close:before {
  content: "\e605";
}
.icon-social-facebook:before {
  content: "\e603";
}
.icon-social-twitter:before {
  content: "\e604";
}
.icon-menu:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e607";
}
.icon-arrow-down:before {
  content: "\e608";
}
.icon-arrow-up:before {
  content: "\e609";
}
.icon-search:before {
  content: "\e612";
}
.icon-location:before {
  content: "\e600";
}
.icon-phone:before {
  content: "\e60a";
  color: #444;
}
.icon-youtube:before {
  content: "\e601";
}
a {
  color: #ed0134;
  text-decoration: none;
}
a:hover {
  color: #ff5245;
  text-decoration: none;
}
.header .logo h1 > a:first-letter,
.header .logo h2 > a:first-letter {
  color: #ed0134;
}
.header-top-colored .header-top {
  background: #ed0134;
}
header.menu-colored {
}
@media all and (min-width: 992px) {
  header.menu-colored .flexnav > li {
  }
  header.menu-colored .flexnav > li.active > a {
    color: #ed0134;
  }
  header.menu-colored .flexnav > li:hover {
    background: #ed0134;
  }
  header.menu-colored .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-colored .flexnav > li ul li > a:hover {
    background: #ed0134;
  }
}
header.menu-pills {
}
@media all and (min-width: 992px) {
  header.menu-pills .flexnav > li.active > a {
    color: #ed0134;
  }
  header.menu-pills .flexnav > li:hover {
    background: #ed0134;
    color: #fff;
  }
  header.menu-pills .flexnav > li:hover > a {
    color: #fff;
  }
}
.widget .title > a:hover {
  color: #ed0134;
}
footer .contacts-widget .contacts-info-list > li a:hover {
  color: #ed0134;
}
#TVPENOTICIAS footer .contacts-widget .contacts-info-list > li a:hover {
  color: #ed0134;
}
#TVPEINTERNACIONAL footer .contacts-widget .contacts-info-list > li a:hover {
  color: #41b39f;
}
.widget_flickr .flickr-feed > li > a:hover {
  border: 4px solid #ed0134;
}
.error-title {
  color: #ed0134;
}
.entry.entry__with-icon .entry-icon {
  background-color: #ed0134;
}
.entry .entry-header h2 > a:hover {
  color: #ed0134;
}
.entry .entry-meta a:hover {
  border-bottom: 1px solid #ed0134;
}
.entry .entry-thumb > a:before {
  background: #ed0134;
}
.commentlist .bypostauthor .comment-wrapper {
  border-left-color: #ed0134;
}
.project-item .dlink,
.project-item .zoom {
  color: #ed0134;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #ed0134;
}
.project-desc .title > a:hover {
  color: #ed0134;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  color: #ed0134;
}
.widget .title > a:hover {
  color: #ed0134;
}
footer .widget .title > a:hover {
  color: #ed0134;
}
.latest-posts-widget .title > a:hover {
  color: #ed0134;
}
.contacts-widget .contacts-info-list > li a:hover {
  color: #ed0134;
}
footer .widget_archive ul li:hover,
footer .widget_nav_menu ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_categories ul li:hover {
  background: #ed0134;
}
footer .widget_archive ul li:hover,
footer .widget_nav_menu ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_categories ul li:hover {
  background: #ed0134;
}
.section-dark .title-accent > h3 > span {
}
.btn-primary {
  background-color: #ed0134;
  border: 0px;
  color: #fff;
}
.btn-primary:hover {
  background-color: #ff5245;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ff5245;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 69, 0.5);
}
#TVPENOTICIAS .btn-primary {
  background-color: #ed0134;
  border: 0px;
  color: #fff;
}
#TVPENOTICIAS .btn-primary:hover {
  background-color: #b0080e;
  color: #fff;
}
#TVPENOTICIAS .btn-primary:not(:disabled):not(.disabled).active,
#TVPENOTICIAS .btn-primary:not(:disabled):not(.disabled):active,
#TVPENOTICIAS .show > .btn-primary.dropdown-toggle {
  background-color: #b0080e;
}
#TVPENOTICIAS .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 8, 14, 0.5);
}
#TVPEINTERNACIONAL .btn-primary {
  background-color: #41b39f;
  border: 0px;
  color: #fff;
}
#TVPEINTERNACIONAL .btn-primary:hover {
  background-color: #076757;
  color: #fff;
}
#TVPEINTERNACIONAL .btn-primary:not(:disabled):not(.disabled).active,
#TVPEINTERNACIONAL .btn-primary:not(:disabled):not(.disabled):active,
#TVPEINTERNACIONAL .show > .btn-primary.dropdown-toggle {
  background-color: #076757;
}
#TVPEINTERNACIONAL .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 103, 87, 0.5);
}
.list ul li:before {
  color: #ed0134;
}
.list.list__lg ul li:before {
  border: 1px solid #ed0134;
}
.social-links__primary > li > a {
  background: #ed0134;
  border: 1px solid #ed0134;
}
.social-links__primary > li > a:hover {
  color: #ed0134;
}
.tabs .nav-tabs > li.active > a {
  color: #ed0134;
}
.tabs .nav-tabs > li.active > a:after {
}
.panel-group .panel-title > a {
  background-image: -webkit-linear-gradient(top, #ed0134 0%, #ff5245 100%);
  background-image: linear-gradient(to bottom, #ed0134 0%, #ff5245 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffED0134',endColorstr='#ffFF5245',GradientType=0);
}
.icon-box .icon {
  color: #ed0134;
}
.icon-box.circled .icon:before {
  background: #ed0134;
}
.icon-box.squared .icon:before {
  background-color: #ed0134;
}
.icon-box.bordered .icon {
  color: #ed0134;
}
.icon-box.bordered .icon:before {
  background: #fff;
}
.icon-box.bordered .icon:after {
  background: #ed0134;
}
.progress-bar {
  background-color: #ed0134;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #71cd75 0%, #4bc050 100%);
  background-image: linear-gradient(to bottom, #71cd75 0%, #4bc050 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75',endColorstr='#ff4bc050',GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #73c9e3 0%, #49b9db 100%);
  background-image: linear-gradient(to bottom, #73c9e3 0%, #49b9db 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73c9e3',endColorstr='#ff49b9db',GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fbaa2a 100%);
  background-image: linear-gradient(to bottom, #fcbe5c 0%, #fbaa2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c',endColorstr='#fffbaa2a',GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.dropcap {
  color: #ed0134;
}
.dropcap.dropcap__rounded {
  background-color: #ed0134;
}
.pricing-table .plan.popular .pricing-head h3 {
  background: #ed0134;
  border-color: #ed0134;
}
.pricing-table__style2 .plan.popular .pricing-head .circled {
  background: #ed0134;
}
.pricing-table__style2 .plan.popular .pricing-head .circled:after {
  background: #ed0134;
}
.pricing-table__style2 .plan.popular .pricing-head h3 {
  color: #ed0134;
}
.pricing-table__style3 .plan .pricing-head .circled {
  background: #ed0134;
}
.pricing-table__style3 .plan.popular {
  background: #ed0134;
}
.pricing-table__style4 .plan .pricing-head .pricing-head-inner {
  background: #ed0134;
}
.pricing-table__style4 .plan.popular {
  background: #ed0134;
}
.pricing-table__style4 .plan.popular .pricing-head h3 {
  background: #ed0134;
}
.owl-theme .owl-pagination .owl-page.active span {
  background-color: #ed0134;
}
@media (min-width: 992px) {
  .featured-item:hover {
    background-color: #ed0134;
  }
}
.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;
}
table.cart-total > tbody > tr > td .amount {
  color: #ed0134;
}
.price .amount {
  color: #ed0134;
}
.star-rating span {
  color: #ed0134;
}
.products .product .onsale {
  background: #ed0134;
}
.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;
}
.dlink .node-add-to-cart {
  color: #ed0134;
}
.remove input {
  color: #ed0134;
}
legend {
  background-image: -webkit-linear-gradient(top, #ed0134 0%, #ff5245 100%);
  background-image: linear-gradient(to bottom, #ed0134 0%, #ff5245 100%);
  background-repeat: repeat-x;
}
.search-form .btn:hover,
#search-block-form .btn:hover {
  background-image: -webkit-linear-gradient(top, #ed0134 0%, #ff5245 100%);
  background-image: linear-gradient(to bottom, #ed0134 0%, #ff5245 100%);
  background-repeat: repeat-x;
  border-color: #ed0134;
}
