@charset "UTF-8";
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

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

.glyphicon-object-align-vertical:before {
  content: "";
}

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

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  box-sizing: border-box;
}

:after, :before {
  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;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  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;
}

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

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

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

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

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

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

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[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 ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    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 > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@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 > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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 {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
  }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

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

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

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

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

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

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

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

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

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

.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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

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

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

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

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .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.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  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.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .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.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  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.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .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.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  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.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .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.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  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.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .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.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .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.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-group-xs > .btn, .btn-xs {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

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

.dropdown, .dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

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

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

.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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-right: 0;
  padding-left: 0;
}

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

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  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: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  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 {
  margin-bottom: 5px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

.navbar-brand > img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }

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

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

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

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .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:focus, .navbar-default .navbar-brand:hover {
  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:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

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

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  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:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

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

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

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

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

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

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

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

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

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

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

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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:focus, .pager li > a:hover {
  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:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  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]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

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

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

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

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

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

.badge:empty {
  display: none;
}

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

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

a.badge:focus, a.badge:hover {
  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: 6px;
}

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

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

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

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

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

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

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

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

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

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

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

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

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

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

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

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

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

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

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

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

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

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

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

.progress-striped .progress-bar-success {
  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: 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: 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: 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, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

.media-body, .media-left, .media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

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

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

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

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

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .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:focus, a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
  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:focus, a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
  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:focus, a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
  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:focus, a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  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-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .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-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.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-bottom: 0;
  margin-left: 5px;
}

.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 {
    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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  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: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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-next, .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }

  td.visible-xs, th.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;
  }

  td.visible-sm, th.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;
  }

  td.visible-md, th.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;
  }

  td.visible-lg, th.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;
  }

  td.visible-print, th.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;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 26px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 1);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
  position: inherit;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
}

.bx-wrapper .bx-prev {
  width: 30px;
  left: 0px;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.bx-wrapper .bx-prev:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -5px;
  text-indent: 0 !important;
  font-size: 30px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.bx-wrapper .bx-next {
  width: 30px;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  right: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.bx-wrapper .bx-next:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -5px;
  text-indent: 0 !important;
  font-size: 30px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*background: url(images/controls.png) -86px -11px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*background: url(images/controls.png) -86px -44px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-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;
  padding: 0;
  z-index: 1046;
  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;
  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;
}

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    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;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 1;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #cfcfcf;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* Ticker Styling */
.ticker-wrapper.has-js {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-left: 180px;
  height: auto;
  display: block;
  background-color: transparent;
}

.ticker {
  width: 879px;
  height: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.ticker-title {
  padding-top: 9px;
  color: #990000;
  font-weight: bold;
  background-color: transparent;
  text-transform: uppercase;
}

.ticker-content {
  margin: 0px;
  padding-top: 9px;
  position: absolute;
  color: #1F527B;
  font-weight: bold;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
  left: 0 !important;
}

.ticker-content:focus {
  outline: none;
}

.ticker-content a {
  text-decoration: none;
  color: #1F527B;
}

.ticker-content a:hover {
  text-decoration: underline;
  color: #0D3059;
}

.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  background-color: #fff;
  display: block;
  width: 800px;
  height: 23px;
}

.ticker-swipe span {
  margin-left: 1px;
  background-color: #fff;
  height: 12px;
  width: 7px;
  display: block;
}

.ticker-controls {
  padding: 0px;
  list-style-type: none;
  float: left;
}

.ticker-controls li {
  padding: 0px;
  margin-left: 4px;
  float: left;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: block;
}

.js-hidden {
  display: none;
}

.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #F8F0DB;
}

.left .ticker-swipe {
  /*left: 80px;*/
}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
  float: left;
}

.left .ticker-controls {
  padding-left: 6px;
}

.right .ticker-swipe {
  /*right: 80px;*/
}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
  float: right;
}

.right .ticker-controls {
  padding-right: 6px;
}

/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - ticker-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
   - news post general style
   - image-post style
   - post-tags list style
   - standard post style
   - standard post2 style
   - image post2 style
   - list posts style
   - image post3 style
   - article post style
   - large post style
   - list post style
   - very large post style
   - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
/* header 1 */
header {
  position: relative;
  z-index: 99999 !important;
}

.nav-list-container {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}

header.active .nav-list-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #fafafa;
}

.navbar-default {
  background: #fafafa;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.navbar-default .advertisement .desktop-advert {
  max-width: 728px;
}

.navbar-default .advertisement .tablet-advert {
  max-width: 468px;
}

.top-line {
  padding: 7px 0 9px;
  background: #111111;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line ul.top-line-list {
  margin: 0;
  padding: 0;
}

.top-line ul.top-line-list li {
  display: inline-block;
  margin-right: 8px;
}

.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  display: inline-block;
  color: #777777;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  margin: 0;
  line-height: 15px;
}

.top-line ul.top-line-list li svg {
  margin: -5px 2px -2px 4px;
}

.top-line ul.top-line-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.top-line ul.top-line-list li a:hover {
  color: #ffffff;
}

.top-line ul.top-line-list li:before {
  content: "";
  width: 0;
  height: 15px;
  border-left: 1px dotted #777777;
  margin-right: 10px;
}

.top-line ul.top-line-list li:first-child:before {
  display: none;
  margin-right: 0;
}

.top-line ul.top-line-list li:last-child {
  margin-right: 0;
}

.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 2px;
}

.top-line ul.social-icons li {
  display: inline-block;
}

.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  text-align: center;
  background: transparent;
}

.top-line ul.social-icons li a:hover {
  color: #ffffff;
  background: #f44336;
}

.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 50px 15px 40px 0;
  letter-spacing: 2.5px;
  border: none;
}

.navbar-brand span {
  color: #f44336 !important;
}

.navbar-brand img {
  max-width: 100%;
}

.logo-advertisement {
  background: #222222;
}

.logo-advertisement .desktop-advert,
.logo-advertisement .tablet-advert {
  float: right;
}

.logo-advertisement .advertisement span {
  color: #666666;
}

.advertisement {
  overflow: hidden;
  padding: 7px 0 12px;
}

.advertisement .desktop-advert,
.advertisement .tablet-advert,
.advertisement .mobile-advert {
  margin: 0 auto;
  text-align: center;
}

.advertisement .tablet-advert,
.advertisement .mobile-advert {
  display: none;
}

.advertisement span {
  color: #ccc;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li {
  margin-right: 1px;
  position: inherit;
}

.navbar-nav > li > a {
  color: #333333 !important;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 20px 30px 20px 12px;
  position: relative;
  z-index: 2;
}

.navbar-nav > li > a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f44336;
}

.navbar-nav > li > a:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #666666;
  top: 21px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a.home {
  padding-left: 20px;
  padding-right: 30px;
}

.navbar-nav > li > a.world:before {
  background: #33a3f1;
}

.navbar-nav > li > a.travel:before {
  background: #f58021;
}

.navbar-nav > li > a.tech:before {
  background: #74b430;
}

.navbar-nav > li > a.fashion:before {
  background: #aa35d6;
}

.navbar-nav > li > a.video:before {
  background: #d6ac1b;
}

.navbar-nav > li > a.sport:before {
  background: #4c60f6;
}

.navbar-nav > li > a.food:before {
  background: #32b47b;
}

.navbar-nav > li > a.features:before {
  background: #ab632e;
}

.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  color: #ffffff !important;
}

.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
  height: 100%;
}

.navbar-nav > li:hover > a:after,
.navbar-nav > li > a.active:after {
  color: #ffffff;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 182px;
  background: #ffffff;
  border-top: 3px solid #f44336;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #ffffff;
}

.navbar-nav li.drop ul.dropdown li a:hover {
  color: #222222;
  background: #fafafa;
}

.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}

.navbar-nav li.drop ul.dropdown li:last-child {
  border-bottom: none;
}

.navbar-nav li.drop ul.dropdown li.drop > a:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #666666;
  top: 15px;
  right: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown.features-dropdown {
  border-top: 3px solid #ab632e;
}

.navbar-nav li.drop:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.navbar-nav .megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav .megadropdown .inner-megadropdown {
  background: #fff;
  border-top: 3px solid #f44336;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block {
  float: left;
  width: 220px;
  text-align: right;
  height: 100%;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
  display: block;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
  background: #fff;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #fafafa;
}

.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
  width: 920px;
  float: right;
}

.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block > .owl-wrapper {
  padding: 20px;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li {
  display: inline-block;
  margin-right: 2px;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active {
  color: #222222;
  background: #f5d76e;
  border: 1px solid #f5d76e;
}

.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover:after,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active:after {
  border-top-color: #f5d76e;
}

.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
}

.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .news-post.item {
  margin: 0 10px;
}

.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}

.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-theme .owl-controls {
  margin-top: -37px;
  margin-right: 7px;
}

.navbar-nav .megadropdown .inner-megadropdown > .owl-wrapper {
  padding: 20px 20px 25px;
}

.navbar-nav .megadropdown .world-dropdown {
  border-top: 3px solid #33a3f1;
}

.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
}

.navbar-nav .megadropdown .travel-dropdown {
  border-top: 3px solid #f58021;
}

.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a.active {
  color: #f58021;
}

.navbar-nav .megadropdown .tech-dropdown {
  border-top: 3px solid #74b430;
}

.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a.active {
  color: #74b430;
}

.navbar-nav .megadropdown .fashion-dropdown {
  border-top: 3px solid #aa35d6;
}

.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a.active {
  color: #aa35d6;
}

.navbar-nav .megadropdown .video-dropdown {
  border-top: 3px solid #d6ac1b;
}

.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a.active {
  color: #d6ac1b;
}

.navbar-nav .megadropdown .food-dropdown {
  border-top: 3px solid #32b47b;
}

.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a.active {
  color: #32b47b;
}

.navbar-nav .megadropdown .features-dropdown {
  border-top: 3px solid #ab632e;
}

.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a.active {
  color: #ab632e;
}

.navbar-nav li:hover .megadropdown {
  visibility: visible;
  opacity: 1;
}

.navbar-form {
  margin: 10px 0;
  padding: 0;
  position: relative;
}

.navbar-form input[type=text] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  width: 200px;
  margin: 0 !important;
}

.navbar-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}

/*header 2 */
header.second-style .top-line {
  background: #ffffff;
  border-bottom: 1px dotted #c6c6c6;
}

header.second-style .top-line ul.top-line-list li a:hover {
  color: #222222;
}

header.second-style .logo-advertisement {
  background: #ffffff;
}

header.second-style .nav-list-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,262626+100 */
  background: #333333;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 1%, #262626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#262626", GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #202020;
}

header.second-style .navbar-nav > li > a {
  color: #ffffff !important;
}

header.second-style .navbar-nav > li > a:after {
  color: #7b7b7b;
}

header.second-style .navbar-nav > li:hover > a:after,
header.second-style .navbar-nav > li > a.active:after {
  color: #fff;
}

header.second-style .navbar-form input[type=text] {
  background: #222222;
  border: 1px solid #333333;
}

header.second-style .navbar-form button {
  color: #ffffff;
}

/*header 3, header 4 */
header.third-style .navbar-brand {
  padding: 15px 0px;
}

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

header.third-style .navbar-nav > li > a:after {
  top: 16px;
}

header.third-style .list-line-posts {
  background: #222222;
}

header.third-style .list-line-posts .owl-wrapper {
  padding-left: 0;
  padding-right: 0;
}

header.third-style .list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  border-color: #444444;
  background: #333333;
  color: #999999;
}

header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-right: -20px;
}

header.third-style .list-line-posts div.list-post {
  background: #333333;
  padding: 0px;
  margin: 0 15px;
  box-shadow: 0 0 10px #1a1a1a;
  -webkit-box-shadow: 0 0 10px #1a1a1a;
  -moz-box-shadow: 0 0 10px #1a1a1a;
  -o-box-shadow: 0 0 10px #1a1a1a;
}

header.third-style .list-line-posts div.list-post .post-content {
  padding: 8px 10px 8px 0;
}

header.third-style .list-line-posts div.list-post .post-content h2 {
  line-height: 18px;
  margin-bottom: 1px;
}

header.third-style .list-line-posts div.list-post .post-content h2 a {
  color: #ffffff;
}

header.third-style .list-line-posts div.list-post .post-content h2 a:hover {
  opacity: 0.7;
}

header.third-style .nav-list-container ul.navbar-right {
  padding-right: 15px;
}

/* header 5 */
header.fifth-style .logo-advertisement {
  background: #ffffff;
}

header.fifth-style .navbar-header {
  text-align: center;
  float: none;
}

header.fifth-style .navbar-header a.navbar-brand {
  display: inline-block;
  float: none;
  padding: 40px 0 20px;
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body.boxed {
  background: url("../images/pattern.png");
}

body.boxed #container {
  max-width: 1260px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.active {
  opacity: 1;
}

p {
  font-size: 14px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.title-section {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.title-section h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}

.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}

.title-section h1 span.world {
  border-bottom: 1px solid #33a3f1;
}

.title-section h1 span.fashion {
  border-bottom: 1px solid #aa35d6;
}

.title-section h1 span.travel {
  border-bottom: 1px solid #f58021;
}

.title-section h1 span.sport {
  border-bottom: 1px solid #4c60f6;
}

.title-section h1 span.food {
  border-bottom: 1px solid #32b47b;
}

.title-section .arrow-box {
  float: right;
  text-align: right;
}

.title-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  border-radius: 3px;
}

.title-section .arrow-box a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}

.title-section.white {
  border-bottom: 1px solid #444444;
}

.title-section.white h1 {
  color: #ffffff;
}

.title-section.white .arrow-box a {
  color: #666666;
  border: 1px solid #666666;
}

.title-section.white .arrow-box a:hover {
  color: #ffffff;
  border: 1px solid #f44336;
}

a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  border-radius: 2px;
}

a.category-post:hover {
  opacity: 0.7;
}

a.category-post.travel {
  background: #f58021;
}

a.category-post.sport {
  background: #4c60f6;
}

a.category-post.world {
  background: #33a3f1;
}

a.category-post.fashion {
  background: #aa35d6;
}

a.category-post.tech {
  background: #74b430;
}

a.category-post.food {
  background: #32b47b;
}

a.category-post.video {
  background: #d6ac1b;
}

.shadow-white {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}

/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
/*heading-news section*/
section.heading-news {
  padding-top: 20px;
}

section.heading-news .heading-news-box .image-post {
  width: 16.6666%;
  padding-right: 1px;
  padding-bottom: 1px;
}

section.heading-news .heading-news-box .snd-size {
  width: 33.3333%;
}

section.heading-news .heading-news-box .snd-size .image-post {
  width: 100%;
}

/*ticker-news section*/
section.ticker-news {
  padding: 25px 0;
}

.ticker-news-box {
  overflow: hidden !important;
}

.ticker-news-box span.breaking-news {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  padding-right: 17px;
  background: #f44336;
  border-radius: 4px;
}

.ticker-news-box span.breaking-news:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #f44336;
  border-radius: 5px;
  transform: rotate(45deg);
  top: 3px;
  right: -7px;
}

.ticker-news-box span.new-news {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  padding: 3px;
  background: #222222;
  border-radius: 2px;
  margin: 8px 10px 0 0;
}

.ticker-news-box .ticker-content {
  color: #999999;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0;
}

.ticker-news-box .ticker-content span.time-news {
  color: #f44336;
  margin-right: 3px;
}

.ticker-news-box .ticker-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #666666;
}

.ticker-news-box .ticker-content a:hover {
  color: #f44336;
}

.ticker-news-box .ticker-controls li {
  border-radius: 50%;
  border: 1px solid #999999;
  text-align: center;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ticker-news-box .ticker {
  width: 879px;
}

.ticker-news-box .ticker-controls li:after {
  color: #666666;
  font-family: "FontAwesome";
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ticker-news-box .ticker-controls li:hover {
  border: 1px solid #f44336;
  background: #f44336;
}

.ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}

.ticker-news-box .ticker-controls li.jnt-prev:after {
  content: "";
}

.ticker-news-box .ticker-controls li.jnt-next:after {
  content: "";
}

.ticker-news-box .ticker-controls li.jnt-play-pause {
  line-height: 14px;
}

.ticker-news-box .ticker-controls li.jnt-play-pause:after {
  content: "";
  font-size: 8px;
}

.ticker-news-box .ticker-controls li.jnt-play-pause.paused:after {
  content: "";
}

/*features-today section*/
section.features-today {
  padding: 30px 0 20px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

section.features-today .owl-carousel .item {
  padding: 0 15px;
}

section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}

section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}

section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}

.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: "";
  font-family: "FontAwesome";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: "";
  font-family: "FontAwesome";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}

/*block wrapper section */
div.block-content {
  padding: 30px 0 60px;
  position: relative;
}

div.block-content .advertisement {
  margin-bottom: 30px;
}

div.block-content:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}

div.block-content.non-sidebar:after {
  display: none;
}

section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}

div.block-content:after {
  padding: 30px 0 60px;
}

.carousel-box {
  margin-bottom: 25px;
}

.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}

.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}

.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}

.grid-box {
  margin-bottom: 15px;
}

.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}

.masonry-box {
  margin-bottom: 25px;
}

.article-box {
  padding-bottom: 20px;
}

.image-post-slider {
  margin-bottom: 10px;
}

.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}

.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}

.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: #ffffff;
}

/* feature-video style */
section.feature-video {
  padding: 30px 0 45px;
  background: #222222;
  overflow: hidden;
}

section.feature-video .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

section.feature-video .owl-carousel .item {
  margin: 0 15px;
}

section.feature-video .features-video-box {
  position: relative;
}

section.feature-video .features-video-box:before {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}

section.feature-video .features-video-box:after {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  left: 100%;
  top: 0;
}

section.feature-video .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

section.feature-video .owl-theme .owl-controls {
  margin-right: 12px;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div {
  color: #666666;
  border: 1px solid #666666;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  color: #999999;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #999999;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}

/* latest articles style */
.latest-articles.iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

.latest-articles.iso-call .news-post {
  width: 360px;
  margin: 15px 15px;
}

/* pagination style */
.pagination-box ul.pagination-list {
  margin: 0;
  padding: 0;
}

.pagination-box ul.pagination-list li {
  display: inline-block;
  margin-right: 3px;
}

.pagination-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 11px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.pagination-box ul.pagination-list li a:hover,
.pagination-box ul.pagination-list li a.active {
  border: 1px solid #f44336;
  background: #f44336;
  color: #ffffff;
}

.pagination-box ul.pagination-list li span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.pagination-box p {
  text-align: right;
  margin-top: -22px;
  color: #333333;
  font-size: 12px;
}

/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
/* heading news style */
.heading-news2 {
  padding: 10px 0 35px;
  background: #222222;
}

.heading-news2 .ticker-news-box {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #424242;
  overflow: hidden !important;
}

.heading-news2 .ticker-news-box span.breaking-news {
  margin-right: 0px !important;
}

.heading-news2 .ticker-news-box .ticker-wrapper.has-js {
  margin-left: 145px;
}

.heading-news2 .ticker-news-box .ticker {
  width: 916px;
}

.heading-news2 .ticker-news-box .ticker-content a {
  color: #cccccc;
}

.heading-news2 .ticker-news-box .ticker-content a:hover {
  color: #f44336;
}

.heading-news2 .ticker-news-box .ticker-controls {
  margin: 7px 0 0;
}

.heading-news2 .ticker-news-box .ticker-controls li {
  border: 1px solid #333333;
}

.heading-news2 .ticker-news-box .ticker-controls li:after {
  color: #666666;
}

.heading-news2 .ticker-news-box .ticker-controls li:hover {
  border: 1px solid #f44336;
  background: #f44336;
}

.heading-news2 .ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}

.heading-news2 .ticker-news-box .ticker-swipe {
  background: #222222;
}

.heading-news2 .ticker-news-box .ticker-swipe span {
  background: #222222;
}

.heading-news2 .heading-news-box {
  margin-left: -5px;
  margin-right: -5px;
}

.heading-news2 .heading-news-box .news-post {
  padding: 5px;
  width: 25%;
}

.heading-news2 .heading-news-box .news-post .hover-box {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.heading-news2 .heading-news-box .image-slider.snd-size {
  width: 50%;
}

.heading-news2 .heading-news-box .image-slider.snd-size .image-post {
  width: 100%;
}

.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box {
  background: transparent;
}

.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.heading-news2 .heading-news-box .image-slider.snd-size .image-post .inner-hover {
  background: rgba(17, 17, 17, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#171717", GradientType=0);
}

.heading-news2 .heading-news-box .news-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.9);
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff;
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #ffffff;
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #ffffff;
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}

.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}

.image-slider {
  width: 100%;
}

.image-slider ul {
  padding: 0;
  margin: 0;
}

.image-slider .bx-wrapper .bx-viewport {
  background: transparent;
}

.image-slider .bx-wrapper .bx-pager,
.image-slider .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
}

.image-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}

.image-slider .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 30px;
}

.image-slider .bx-wrapper .bx-prev:hover,
.image-slider .bx-wrapper .bx-next:hover {
  background: #ececec;
}

.image-slider .bx-wrapper .bx-prev:hover:before,
.image-slider .bx-wrapper .bx-next:hover:before {
  color: #333333;
}

.image-slider .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: 30px;
}

.image-slider .bx-wrapper .bx-prev:before {
  margin-top: -20px;
  margin-left: -6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .bx-wrapper .bx-next:before {
  margin-top: -20px;
  margin-left: -2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .image-post {
  width: 100%;
}

.image-slider .image-post .hover-box {
  bottom: 0px;
}

.image-slider .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.image-slider .image-post:hover .hover-box {
  background: transparent;
}

.image-slider .image-post:hover .hover-box .inner-hover {
  background: rgba(17, 17, 17, 0) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#171717", GradientType=0) !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}

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

.center-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 20px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.center-button a i {
  margin-right: 9px;
}

.center-button > a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.heading-news3 {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.heading-news3 .heading-news-box .owl-wrapper .item {
  padding-right: 1px;
}

.heading-news3 .news-post.image-post2 .hover-box:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

.heading-news3 .news-post.image-post2 .hover-box {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.heading-news3 .news-post.image-post2 .hover-box .inner-hover {
  z-index: 2;
}

.heading-news3 .news-post.image-post2 .hover-box .inner-hover h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  max-height: 60px;
}

.heading-news3 .news-post.image-post2:hover .hover-box {
  background: rgba(255, 255, 255, 0.9);
}

.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover h2 a {
  color: #333333;
}

.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li {
  color: #999999;
}

.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li a {
  color: #999999;
}

.heading-news3 .news-post.image-post2:hover .hover-box:before {
  opacity: 1;
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 0;
  margin-right: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: 20px;
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: 20px;
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  border: none;
  background: rgba(34, 34, 34, 0.5);
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #ffffff;
}

.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #333333 !important;
}

.heading-news3:hover .owl-wrapper .owl-theme .owl-controls {
  opacity: 1;
}

.features-today.second-style {
  overflow: hidden;
}

.features-today.second-style .features-today-box {
  position: relative;
}

.features-today.second-style .features-today-box:before {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}

.features-today.second-style .features-today-box:after {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  left: 100%;
  margin-left: 3px;
  top: 0;
}

.features-today.second-style .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.slider-caption-box {
  padding: 20px;
  margin-bottom: 36px;
  margin-top: 30px;
  overflow: hidden;
  background: #222222;
}

.slider-caption-box div.slider-holder {
  width: 68% !important;
  float: left;
}

.slider-caption-box div.slider-holder img {
  width: 100%;
}

.slider-caption-box .bx-wrapper .bx-next,
.slider-caption-box .bx-wrapper .bx-prev {
  display: none;
}

.slider-caption-box #bx-pager {
  width: 32%;
  float: right;
  position: relative;
  z-index: 2;
}

.slider-caption-box #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 12px 20px;
  background: #333333;
  color: #999999;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 1px;
  position: relative;
  line-height: 18px;
}

.slider-caption-box #bx-pager a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 100%;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slider-caption-box #bx-pager a.active {
  background: #f44336;
  color: #ffffff;
}

.slider-caption-box #bx-pager a.active:before {
  background: #ffffff;
}

.galery-box {
  padding: 25px 22px 20px;
  background: #222222;
  margin-bottom: 36px;
}

.galery-box .title-section {
  border-bottom: 1px solid #444444;
}

.galery-box .title-section h1 {
  color: #ffffff;
}

.galery-box .slider-call2 img {
  width: 100%;
}

.galery-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  top: 50%;
  margin-top: -35px;
}

.galery-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 30px;
  top: 50%;
  margin-top: -35px;
}

.galery-box .bx-wrapper .bx-prev:hover,
.galery-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}

.galery-box .bx-wrapper .bx-next:before,
.galery-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}

.galery-box .bx-wrapper .bx-next:hover:before,
.galery-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}

.galery-box #bx-pager2 {
  text-align: center;
  margin-top: 1px;
  overflow: hidden;
}

.galery-box #bx-pager2 a {
  float: left;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 86px;
  opacity: 1;
  margin: 0;
  margin-left: 1px;
  position: relative;
}

.galery-box #bx-pager2 a img {
  width: 100%;
}

.galery-box #bx-pager2 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.galery-box #bx-pager2 a.active:before {
  background: rgba(244, 67, 54, 0.9);
}

.galery-box #bx-pager2 a:first-child {
  margin-left: 0px;
}

/*-------------------------------------------------*/
/* =  home5
/*-------------------------------------------------*/
section.big-slider {
  padding: 20px 0 25px;
  background: #fff;
  overflow: hidden;
}

section.big-slider .bx-wrapper .bx-pager {
  position: relative;
  width: 100%;
  top: inherit;
  right: inherit;
  text-align: center;
  margin-top: 25px;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #d9d9d9;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #f44336;
  background: #f44336;
}

section.big-slider .bx-viewport {
  overflow: visible !important;
  margin-left: -5px;
  margin-right: -5px;
  width: auto !important;
}

section.big-slider .big-bxslider li {
  padding: 0 5px;
}

section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  max-height: 72px;
  max-width: 880px;
  margin: 10px auto;
}

.list-line-posts {
  background: #fafafa;
}

.list-line-posts .owl-wrapper {
  padding: 15px 4px;
}

.list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -10px;
}

.list-line-posts .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -10px;
  width: 100%;
  height: 0;
  margin-right: 0px;
}

.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: -20px;
}

.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: -30px;
}

.list-line-posts div.list-post {
  background: #ffffff;
  padding: 10px;
  margin: 0 6px;
  box-shadow: 0 2px 2px #dedede;
  -webkit-box-shadow: 0 2px 2px #dedede;
  -moz-box-shadow: 0 2px 2px #dedede;
  -o-box-shadow: 0 2px 2px #dedede;
}

.other-posts-box {
  padding: 0 70px;
}

.other-posts-box .title-section {
  text-align: center;
}

.other-posts-box .title-section span {
  border-bottom: 1px solid #717171;
}

.other-posts-box .standard-post2 .post-title {
  padding: 7px 10px;
}

.other-posts-box .standard-post2 .post-title h2 {
  font-size: 13px;
  margin-bottom: 0;
  max-height: 40px;
  overflow: hidden;
}

.other-posts-box .standard-post2:hover .post-title {
  background: #ffffff;
}

/*-------------------------------------------------*/
/* =  home6
/*-------------------------------------------------*/
.heading-news4 {
  background: #222222;
  padding-top: 23px;
  padding-bottom: 50px;
}

.heading-news4 .ticker-news-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden !important;
}

.heading-news4 .ticker-news-box span.breaking-news {
  margin-right: 0px !important;
}

.heading-news4 .ticker-news-box .ticker-wrapper.has-js {
  margin-left: 145px;
}

.heading-news4 .ticker-news-box .ticker {
  width: 916px;
}

.heading-news4 .ticker-news-box .ticker-content a {
  color: #cccccc;
}

.heading-news4 .ticker-news-box .ticker-content a:hover {
  color: #f44336;
}

.heading-news4 .ticker-news-box .ticker-controls {
  margin: 7px 0 0;
}

.heading-news4 .ticker-news-box .ticker-controls li {
  border: 1px solid #333333;
}

.heading-news4 .ticker-news-box .ticker-controls li:after {
  color: #666666;
}

.heading-news4 .ticker-news-box .ticker-controls li:hover {
  border: 1px solid #f44336;
  background: #f44336;
}

.heading-news4 .ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}

.heading-news4 .ticker-news-box .ticker-swipe {
  background: #222222;
}

.heading-news4 .ticker-news-box .ticker-swipe span {
  background: #222222;
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 0;
  margin-right: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: 20px;
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: 20px;
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  border: none;
  background: rgba(34, 34, 34, 0.5);
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #ffffff;
}

.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #333333 !important;
}

.heading-news4 .news-post.image-post4 .post-gallery a.category-post {
  bottom: 30px;
  left: 30px;
}

.heading-news4 .news-post.image-post4 .post-content {
  padding: 20px 30px;
}

.heading-news4 .news-post.image-post4 .post-content h2 {
  color: #ffffff;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  margin: 0 0 15px;
}

.heading-news4 .news-post.image-post4 .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.heading-news4 .news-post.image-post4 .post-content h2 a:hover {
  opacity: 0.7;
}

.heading-news4:hover .owl-wrapper .owl-theme .owl-controls {
  opacity: 1;
}

.latest-videos-section {
  background: #222222;
  padding: 50px 0;
}

.latest-videos-section .title-section {
  text-align: center;
  border-bottom: 1px solid #444444;
}

.latest-videos-section .title-section h1 {
  color: #ffffff;
}

.latest-videos-section .title-section h1 span {
  display: inline-block;
  padding: 0 28px 25px;
  border-bottom: 1px solid #d6ac1b;
}

.slider-caption-box2 {
  background: #222222;
  overflow: hidden;
  padding: 0;
}

.slider-caption-box2 div.slider-holder {
  width: 730px !important;
  float: left;
}

.slider-caption-box2 div.slider-holder .news-post iframe {
  width: 100%;
  height: 440px;
  margin-bottom: -5px !important;
}

.slider-caption-box2 .bx-wrapper .bx-next,
.slider-caption-box2 .bx-wrapper .bx-prev {
  display: none;
}

.slider-caption-box2 #bx-pager {
  width: 380px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 0;
}

.slider-caption-box2 #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 0px;
  padding-top: 10px;
  color: #cccccc;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
  position: relative;
  line-height: 18px;
  overflow: hidden;
}

.slider-caption-box2 #bx-pager a img {
  float: left;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -10px;
}

.slider-caption-box2 #bx-pager a span {
  display: block;
  font-style: italic;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slider-caption-box2 #bx-pager a span i {
  margin-right: 7px;
}

.slider-caption-box2 #bx-pager a.active {
  background: #ffffff;
  color: #222222;
}

.slider-caption-box2 #bx-pager a.active img {
  opacity: 1;
}

/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar {
  padding: 30px 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar ul.social-share {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar ul.social-share li {
  width: 48%;
  float: left;
  list-style: none;
  margin-right: 4%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fafafa;
}

.sidebar ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  margin-right: 16px;
}

.sidebar ul.social-share li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 100%;
  width: 0;
  height: 0;
}

.sidebar ul.social-share li a.rss {
  background: #f0771e;
}

.sidebar ul.social-share li a.rss:after {
  border: 4px solid #f0771e;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.facebook {
  background: #436feb;
}

.sidebar ul.social-share li a.facebook:after {
  border: 4px solid #436feb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.twitter {
  background: #43c9eb;
}

.sidebar ul.social-share li a.twitter:after {
  border: 4px solid #43c9eb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.google {
  background: #f14133;
}

.sidebar ul.social-share li a.google:after {
  border: 4px solid #f14133;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a:hover {
  opacity: 0.7;
}

.sidebar ul.social-share li span {
  display: block;
  margin: 0;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 15px;
}

.sidebar ul.social-share li span.number {
  color: #333333;
  margin-top: 5px;
}

.sidebar ul.social-share li:nth-child(2n) {
  margin-right: 0;
}

.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f44336;
  border: 2px solid #f44336;
}

.sidebar .features-slide-widget ul.list-posts li img {
  max-width: 70px;
}

.sidebar .features-slide-widget ul.list-posts li .post-content {
  margin-left: 90px;
}

.sidebar .subscribe-widget form {
  background: #222222;
  padding: 20px;
  margin: 0;
}

.sidebar .subscribe-widget form h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.sidebar .subscribe-widget form input[type=text] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
}

.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #f44336;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}

.sidebar .subscribe-widget form p {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  line-height: 16px;
}

.sidebar .advertisement {
  margin-bottom: 30px;
}

.sidebar .advertisement .desktop-advert {
  width: auto;
}

.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
  width: auto;
  display: none;
}

.sidebar .tab-posts-widget ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}

.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  width: 33.3333333333%;
  border: none;
  margin: 0;
  padding-left: 1px;
}

.sidebar .tab-posts-widget ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}

.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #f44336;
}

.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
  padding-left: 0;
}

.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}

.sidebar .tab-posts-widget .tab-pane {
  padding: 20px 0 0;
  background: #fafafa;
}

.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
  padding-left: 20px;
  padding-right: 30px;
}

.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
  max-width: 75px;
}

.sidebar .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

.sidebar .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

.sidebar .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 9px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.sidebar .tags-widget ul.tag-list li a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}

.sidebar .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}

.sidebar .recent-comments-widget ul li {
  list-style: none;
}

.sidebar .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}

.sidebar .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  border-radius: 50%;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #fafafa;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  transform: rotate(-45deg);
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}

.sidebar .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}

.sidebar .review-widget h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #f44336;
  margin-bottom: 10px;
}

.sidebar .review-widget ul.review-posts-list {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  background: #fafafa;
}

.sidebar .review-widget ul.review-posts-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
}

.sidebar .review-widget ul.review-posts-list li img {
  width: 100%;
  margin-bottom: 4px;
}

.sidebar .review-widget ul.review-posts-list li h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.sidebar .review-widget ul.review-posts-list li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.sidebar .review-widget ul.review-posts-list li h2 a:hover {
  color: #f44336;
}

.sidebar .review-widget ul.review-posts-list li span.date {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #999999;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .review-widget ul.review-posts-list li span.date i {
  color: #ccc;
  margin-right: 5px;
}

.sidebar .review-widget ul.review-posts-list li span.post-rating {
  display: inline-block;
  float: right;
  line-height: 14px;
}

.sidebar .review-widget ul.review-posts-list li span.post-rating i {
  font-size: 11px;
  color: #f7ca18;
  margin-left: -2px;
}

.sidebar .categories-widget .title-section h1 span {
  padding-left: 10px;
}

.sidebar .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 0 10px;
}

.sidebar .categories-widget ul.category-list li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.sidebar .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .categories-widget ul.category-list li a:hover {
  color: #f44336;
}

.sidebar .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}

.sidebar .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
}

.sidebar .flickr-widget ul.flickr-list li {
  list-style: none;
  float: left;
  margin: 0 4px 8px;
}

.sidebar .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .flickr-widget ul.flickr-list li a img {
  width: 74px;
}

.sidebar .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}

.sidebar .flickr-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin-left: 5px;
}

.sidebar .flickr-widget > a:hover {
  color: #f44336;
}

.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}

.sidebar.large-sidebar .tab-posts-widget .tab-pane {
  padding: 10px 0 0;
  background: #fafafa;
}

.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
  padding-left: 10px;
  padding-right: 10px;
}

.sidebar.small-sidebar {
  position: relative;
}

.sidebar.small-sidebar:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}

form.search-form {
  position: relative;
  margin: 0;
}

form.search-form input[type=text] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}

form.search-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}

/*-------------------------------------------------*/
/* =  News posts style
/*-------------------------------------------------*/
/* news post general style */
.news-post {
  position: relative;
}

.news-post .post-gallery {
  position: relative;
}

.news-post img {
  width: 100%;
}

.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more-button i {
  margin-right: 9px;
}

a.read-more-button:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

/* image post style */
.image-post {
  position: relative;
}

.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0px;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: transparent;
}

.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#171717", GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover a.category-post {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}

.image-post .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
}

.image-post .hover-box .inner-hover p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}

.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #ccc;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}

.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ccc;
}

.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}

span.top-stories {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 2px;
  z-index: 2;
}

.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.image-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.95);
}

.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}

.image-post:hover .hover-box .inner-hover p {
  margin-top: 10px;
  max-height: 40px;
}

.image-post:hover .hover-box .inner-hover h2 a {
  color: #222222;
}

.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #f44336;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #aaa;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #aaa;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #f44336;
}

/* post tags list style */
ul.post-tags {
  margin: 0;
  padding: 0;
}

ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.post-tags li i {
  color: #ccc;
  margin-right: 9px;
}

ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

ul.post-tags li a:hover {
  color: #f44336;
}

ul.post-tags li:last-child {
  margin-right: 0;
}

/* standard post style */
.standard-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post .post-content {
  padding-top: 15px;
}

.standard-post .post-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.standard-post .post-content h2 a:hover {
  color: #f44336;
}

/* standard post2 style */
.standard-post2 .post-title {
  padding: 18px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post2 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}

.standard-post2 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.standard-post2 .post-title h2 a:hover {
  color: #f44336;
}

.standard-post2 .post-content {
  padding: 15px 20px 0;
}

.standard-post2 .post-content p {
  margin-bottom: 15px;
}

.standard-post2:hover .post-title {
  background: transparent;
}

/* standard post3 style */
.standard-post3 .post-title {
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post3 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}

.standard-post3 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.standard-post3 .post-title h2 a:hover {
  color: #f44336;
}

.standard-post3 .post-title a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 6px;
}

.standard-post3 .post-title a.category-post.travel {
  color: #f58021;
}

.standard-post3 .post-title a.category-post.sport {
  color: #4c60f6;
}

.standard-post3 .post-title a.category-post.world {
  color: #33a3f1;
}

.standard-post3 .post-title a.category-post.fashion {
  color: #aa35d6;
}

.standard-post3 .post-title a.category-post.tech {
  color: #74b430;
}

.standard-post3 .post-title a.category-post.food {
  color: #32b47b;
}

.standard-post3 .post-title a.category-post.video {
  color: #d6ac1b;
}

.standard-post3 .post-content {
  padding: 15px 20px 0;
}

.standard-post3 .post-content p {
  margin-bottom: 15px;
}

.standard-post2:hover .post-title {
  background: transparent;
}

/* image post2 style */
.image-post2 {
  position: relative;
}

.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}

.image-post2 .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  margin-top: -40px;
}

.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}

.image-post2 .hover-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}

.image-post2 .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}

.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}

.image-post2 div.post-content {
  padding: 16px 16px 0;
}

.image-post2 div.post-content p {
  margin-bottom: 3px;
}

.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}

.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}

.image-post2 div.post-content > a {
  margin-top: 12px;
}

/* list posts style */
ul.list-posts {
  margin: 0;
  padding: 0;
}

ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}

ul.list-posts > li img {
  width: 100px;
  margin-right: 20px;
  float: left;
}

ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}

ul.list-posts > li .post-content h2 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

ul.list-posts > li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

ul.list-posts > li .post-content h2 a:hover {
  color: #f44336;
}

/* image post3 style */
.image-post3,
.video-post {
  position: relative;
}

.image-post3 .hover-box,
.video-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-post3 .hover-box h2,
.video-post .hover-box h2 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}

.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 0.7;
}

.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
  color: #ccc;
}

.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
  color: #ccc;
}

.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.1);
}

.video-post {
  margin-bottom: 10px;
}

.video-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}

.video-post a:hover {
  opacity: 0.6;
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}

/* article post style */
.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.article-post .post-gallery {
  margin-bottom: 20px;
}

.article-post .post-content {
  margin-bottom: 20px;
}

.article-post .post-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}

.article-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.article-post .post-content h2 a:hover {
  color: #f44336;
}

.article-post .post-content span.post-rating {
  display: inline-block;
}

.article-post .post-content span.post-rating i {
  font-size: 12px;
  color: #f7ca18;
  line-height: 10px;
}

.article-post .post-content p {
  margin-bottom: 13px;
  margin-top: 15px;
}

/* large post style */
.large-post {
  margin-bottom: 30px;
}

.large-post .post-gallery iframe {
  width: 100%;
  height: 420px;
  margin-bottom: -5px;
}

.large-post .post-gallery ul.bxslider {
  margin: 0;
  padding: 0;
}

.large-post .post-gallery .bx-controls-direction {
  display: none !important;
}

.large-post .post-title {
  padding: 24px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.large-post .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}

.large-post .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.large-post .post-title h2 a:hover {
  color: #f44336;
}

.large-post .post-content {
  padding: 24px 20px 30px;
  border-bottom: 1px solid #f0f0f0;
}

.large-post .post-content p {
  margin-bottom: 24px;
}

/* list post style */
div.list-post {
  overflow: hidden;
}

div.list-post img {
  width: 100px;
  margin-right: 20px;
  float: left;
}

div.list-post .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

div.list-post .post-content > a:hover {
  opacity: 0.7;
}

div.list-post .post-content h2 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

div.list-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

div.list-post .post-content h2 a:hover {
  color: #f44336;
}

/* very-large-post style */
.very-large-post {
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 1px 1px 1px #eeeeee;
  -webkit-box-shadow: 1px 1px 1px #eeeeee;
  -moz-box-shadow: 1px 1px 1px #eeeeee;
  -o-box-shadow: 1px 1px 1px #eeeeee;
}

.very-large-post .title-post {
  padding: 60px 0 30px;
  max-width: 560px;
  margin: 0 auto;
}

.very-large-post .title-post a.category-post {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  left: inherit;
  bottom: inherit;
}

.very-large-post .title-post h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 12px;
}

.very-large-post .title-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.very-large-post .title-post h2 a:hover {
  color: #f44336;
}

.very-large-post .post-gallery {
  margin-bottom: 25px;
}

.very-large-post .post-gallery .group-image {
  margin: -5px;
  overflow: hidden;
}

.very-large-post .post-gallery .group-image a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 33.333333%;
  float: left;
  padding: 5px;
  outline: none;
}

.very-large-post .post-gallery .group-image a.big-size {
  width: 66.666666%;
}

.very-large-post .post-gallery .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  top: 50%;
  margin-top: -35px;
}

.very-large-post .post-gallery .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 30px;
  top: 50%;
  margin-top: -35px;
}

.very-large-post .post-gallery .bx-wrapper .bx-prev:hover,
.very-large-post .post-gallery .bx-wrapper .bx-next:hover {
  background: #ffffff;
}

.very-large-post .post-gallery .bx-wrapper .bx-next:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}

.very-large-post .post-gallery .bx-wrapper .bx-next:hover:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}

.very-large-post .post-gallery #bx-pager {
  text-align: center;
  margin-top: 10px;
}

.very-large-post .post-gallery #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.7;
  margin: 0 3px;
}

.very-large-post .post-gallery #bx-pager a img {
  width: auto;
}

.very-large-post .post-gallery #bx-pager a.active {
  opacity: 1;
}

.very-large-post .post-gallery iframe {
  width: 100%;
  height: 480px;
}

.very-large-post .post-content {
  padding: 0 70px 35px;
}

.very-large-post .post-content p {
  margin-bottom: 20px;
}

.very-large-post .post-content p.highlight {
  color: #333333;
  font-weight: 700;
}

.very-large-post .post-content blockquote {
  padding: 25px 60px;
  background: #fff9e6;
  border: none;
  margin: 20px 0 40px;
}

.very-large-post .post-content blockquote p {
  margin: 0;
  color: #333333;
  font-style: italic;
}

.very-large-post .post-content .article-inpost {
  overflow: hidden;
  text-align: left;
}

.very-large-post .post-content .article-inpost img {
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 16px;
}

.very-large-post .post-content .article-inpost .right-content {
  margin-top: 5px;
}

.very-large-post .share-box {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #f0f0f0;
}

.very-large-post .share-box a.likes {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  float: left;
}

.very-large-post .share-box a.likes i {
  font-size: 14px;
  color: #999999;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.very-large-post .share-box a.likes:hover {
  color: #f44336;
}

.very-large-post .share-box a.likes:hover i {
  color: #f44336;
}

.very-large-post .share-box ul.share-list-post {
  margin: 0;
  padding: 0;
  float: right;
}

.very-large-post .share-box ul.share-list-post li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
}

.very-large-post .share-box ul.share-list-post li > i {
  font-size: 14px;
  color: #999999;
  margin-right: 6px;
}

.very-large-post .share-box ul.share-list-post li span {
  margin-right: 5px;
}

.very-large-post .share-box ul.share-list-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #999999;
  background: transparent;
  border-radius: 2px;
}

.very-large-post .share-box ul.share-list-post li a:hover {
  color: #ffffff;
  background: #333333;
}

/* Banner quote post */
.banner-quote-post {
  padding: 120px 85px 48px;
  margin-bottom: 30px;
  position: relative;
  background: url("../upload/news-posts/banner.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.banner-quote-post .quote {
  position: relative;
  z-index: 2;
  text-align: center;
}

.banner-quote-post .quote p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 24px;
}

.banner-quote-post .quote span {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
}

.banner-quote-post .quote span i {
  margin-right: 8px;
}

.banner-quote-post .quote:before {
  content: "“";
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -28px;
  color: #ffffff;
  font-size: 90px;
  font-family: georgia;
  line-height: 90px;
  font-weight: 700;
}

.banner-quote-post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}

/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box .title-post {
  padding: 0 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -10px;
}

.single-post-box .title-post h1 {
  color: #333333;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}

.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}

.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}

.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  margin-right: 8px;
  margin-bottom: 2px;
}

.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 12px;
  color: #999999;
  float: left;
}

.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}

.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 3px;
}

.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;
}

.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd;
}

.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd;
}

.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133;
}

.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}

.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}

.single-post-box .post-gallery img {
  width: 100%;
  margin-bottom: 5px;
}

.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
}

.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}

.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}

.single-post-box > .post-content {
  margin-bottom: 10px;
  overflow: hidden;
}

.single-post-box > .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}

.single-post-box > .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}

.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}

.single-post-box > .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}

.single-post-box > .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}

.single-post-box > .post-content blockquote:before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}

.single-post-box > .post-content > h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}

.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content {
  text-align: center;
  margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;
}

.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
}

.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #f44336;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}

.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}

.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}

.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
}

.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}

.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}

.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}

.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.single-post-box .review-box .member-skills > p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}

.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}

.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #f44336;
  text-align: right;
  margin: 0;
  border-radius: 5px;
}

.single-post-box .review-box .summary-box {
  padding: 14px 190px 14px 20px;
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}

.single-post-box .review-box .summary-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.single-post-box .review-box .summary-box p {
  color: #ffffff;
}

.single-post-box .review-box .summary-box .summary-degree {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: #f44336;
  padding: 10px 20px 14px;
  text-align: center;
}

.single-post-box .review-box .summary-box .summary-degree p {
  color: #333333;
  font-weight: 700;
  margin: 0;
}

.single-post-box .review-box .summary-box .summary-degree p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 48px;
}

.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}

.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}

.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}

.single-post-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}

.single-post-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}

.single-post-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.single-post-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}

.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}

.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}

.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 40px;
}

.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
  background: #fafafa;
}

.single-post-box .prev-next-posts img {
  width: 100px;
  margin-right: 15px;
  float: left;
}

.single-post-box .prev-next-posts .post-content {
  margin-top: 10px;
}

.single-post-box .prev-next-posts .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

.single-post-box .prev-next-posts .post-content > a:hover {
  opacity: 0.7;
}

.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

.single-post-box .prev-next-posts .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #f44336;
}

.single-post-box .about-more-autor {
  margin-bottom: 10px;
}

.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}

.single-post-box .about-more-autor ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}

.single-post-box .about-more-autor ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}

.single-post-box .about-more-autor ul.nav-tabs li a:hover {
  background: #f44336;
}

.single-post-box .about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}

.single-post-box .about-more-autor ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}

.single-post-box .about-more-autor .autor-box {
  padding: 30px 15px 30px 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post-box .about-more-autor .autor-box img {
  max-width: 100px;
  border-radius: 50%;
  float: left;
}

.single-post-box .about-more-autor .autor-box .autor-content {
  margin-left: 120px;
  margin-top: 10px;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: "/";
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  border-radius: 2px;
  text-align: center;
}

.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #f44336;
}

.single-post-box .about-more-autor .autor-box .autor-content p {
  margin: 0;
}

.single-post-box .about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}

.single-post-box .about-more-autor .more-autor-posts .news-post {
  float: left;
  width: 25%;
  padding: 5px;
}

.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}

.single-post-box .comment-area-box ul {
  margin: 0;
  padding: 0;
}

.single-post-box .comment-area-box ul li {
  list-style: none;
}

.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

.single-post-box .comment-area-box ul li .comment-box img {
  width: 100px;
  float: left;
  border-radius: 50%;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content {
  margin-left: 120px;
  padding-top: 10px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
  font-size: 10px;
  margin-right: 9px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #999999;
  font-family: "Lato", sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
  margin-right: 9px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content p {
  margin: 0 !important;
}

.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}

.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
}

.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}

.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}

.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}

.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}

.single-post-box .bx-wrapper .bx-pager {
  display: block !important;
}

.single-post-box ul.bxslider {
  margin: 0;
  padding: 0;
}

.single-wide .image-slider .news-post .hover-box .inner-hover {
  background: transparent !important;
  padding-bottom: 50px;
}

.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 20px;
}

.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 0 20px;
}

.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}

.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
.contact-info-box {
  margin-bottom: 40px;
}

.contact-info-box #map {
  height: 360px;
  margin-bottom: 25px;
}

.contact-info-box p {
  padding: 0 20px;
}

.contact-form-box #contact-form,
.contact-form-box #comment-form {
  margin: 0;
}

.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}

.contact-form-box #contact-form input[type=text],
.contact-form-box #comment-form input[type=text],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form input[type=text]:focus,
.contact-form-box #comment-form input[type=text]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #f44336;
}

.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  height: 130px;
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ccc;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
  margin-right: 7px;
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #f44336;
  color: #ffffff;
}

.contact-form-box .title-section span.email-not-published {
  float: right;
  padding-right: 0;
  border: none;
  color: #999999;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
}

/*-------------------------------------------------*/
/* =  404 erro page
/*-------------------------------------------------*/
.error-banner {
  background: #f44336;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.error-banner h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.error-banner h1 span {
  font-weight: 900;
}

.error-banner p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}

div.search-box {
  padding: 0 30px;
  margin-bottom: 35px;
}

/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

ul.autor-list > li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

ul.autor-list > li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.autor-list > li .autor-box img {
  max-width: 100px;
  border-radius: 50%;
  float: left;
}

ul.autor-list > li .autor-box .autor-content {
  margin-left: 120px;
}

ul.autor-list > li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.autor-list > li .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

ul.autor-list > li .autor-box .autor-content .autor-title h1 span:after {
  content: "/";
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}

ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}

ul.autor-list > li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}

ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}

ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-left: 7px;
}

ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
}

ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #f44336;
}

ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}

ul.autor-list > li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}

ul.autor-list > li .autor-last-line ul.autor-tags {
  margin: 0;
  padding: 0;
  float: left;
}

ul.autor-list > li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}

ul.autor-list > li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  padding-right: 3px;
}

ul.autor-list > li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #999999;
  font-size: 18px;
}

ul.autor-list > li .autor-last-line ul.autor-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

ul.autor-list > li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

ul.autor-list > li .autor-last-line a.autor-site {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}

ul.autor-list > li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}

ul.autor-list > li:hover .autor-box {
  border-color: #999999;
}

/*-------------------------------------------------*/
/* =  forum-pages
/*-------------------------------------------------*/
.forum-box .search-box {
  padding: 30px;
  background: #fafafa;
}

.forum-box p.line-for-loggin {
  padding: 4px 20px;
  background: #fff3c9;
  font-size: 12px;
}

.forum-table {
  margin-bottom: 30px;
}

.forum-table .table-head {
  overflow: hidden;
  background: #222222;
}

.forum-table .table-head > div {
  float: left;
  padding: 12px 20px;
}

.forum-table .table-head > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.forum-table div.first-col {
  width: 55%;
}

.forum-table div.first-col a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.forum-table div.first-col a:hover {
  color: #f44336;
}

.forum-table div.second-col {
  width: 20%;
}

.forum-table div.third-col {
  width: 25%;
  text-align: right;
}

.forum-table div.table-row {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}

.forum-table div.table-row > div {
  float: left;
  padding: 15px 20px;
}

.forum-table div.table-row > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.forum-table div.table-row > div h2 {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
}

.forum-table div.table-row > div h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.forum-table div.table-row > div h2 a:hover {
  color: #f44336;
}

.forum-table div.table-row > div p {
  display: block;
  margin: 0;
  font-size: 13px;
}

.forum-table div.table-row div.second-col span {
  color: #222222;
}

.forum-table div.table-row div.second-col p {
  font-size: 10px;
  text-transform: uppercase;
}

.forum-table div.table-row div.third-col img {
  width: 40px;
  float: right;
  border-radius: 50%;
  margin-left: 17px;
}

.forum-table div.table-row div.third-col p {
  font-size: 10px;
  line-height: 16px;
}

.forum-table div.table-row div.third-col p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-transform: inherit;
}

.forum-table div.table-row div.forum-post {
  overflow: hidden;
  float: left;
  width: 80%;
}

.forum-table div.table-row div.forum-post img {
  max-width: 45px;
  border-radius: 50%;
  float: left;
}

.forum-table div.table-row div.forum-post .post-autor-date {
  margin-left: 60px;
}

.forum-table div.table-row div.forum-post .post-autor-date h2 {
  color: #222222;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 3px;
}

.forum-table div.table-row div.forum-post .post-autor-date h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
  color: #f44336;
}

.forum-table div.table-row div.forum-post .post-autor-date p {
  font-size: 10px;
  line-height: 16px;
}

.forum-table div.table-row div.forum-post .post-autor-date p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-transform: inherit;
}

.forum-table div.table-row div.forum-post.comment-post {
  width: 100%;
}

.forum-table div.table-row div.forum-post.comment-post img {
  max-width: 100px;
}

.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
  margin-left: 120px;
}

.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
  color: #666666;
}

.forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}

.forum-table div.table-row div.forum-topics {
  width: 20%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}

.forum-table div.table-row div.forum-topics span {
  color: #222222;
}

.forum-table div.table-row div.forum-topics p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}

.forum-table div.table-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #f0f0f0;
}

.forum-table div.table-row:first-child:after {
  border-top: none;
}

.forum-table div.table-title {
  background: #222222;
  padding: 20px;
}

.forum-table div.table-title h2 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

.forum-table div.table-title p {
  margin: 0;
  font-size: 13px;
}

.forum-table p.posted-in-category {
  font-size: 11px;
  margin: 7px 0;
  padding-left: 20px;
}

.forum-table p.posted-in-category a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
}

/*-------------------------------------------------*/
/* =  Log in popup
/*-------------------------------------------------*/
.white-popup {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 430px;
  margin: 20px auto;
  background: #FFF;
}

.white-popup .mfp-close-btn-in .mfp-close {
  color: #222222 !important;
  width: 16px !important;
  padding-top: 20px !important;
  padding-right: 45px !important;
}

#log-in-popup {
  overflow: hidden;
}

#log-in-popup form.login-form .title-section,
#log-in-popup form.register-form .title-section,
#log-in-popup form.lost-password-form .title-section {
  margin-bottom: 18px;
}

#log-in-popup form.login-form p,
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  font-size: 11px;
  margin: 0 0 18px;
  color: #666;
}

#log-in-popup form.login-form label,
#log-in-popup form.register-form label,
#log-in-popup form.lost-password-form label {
  display: block;
  margin: 0 0 5px;
  color: #222222;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

#log-in-popup form.login-form label span,
#log-in-popup form.register-form label span,
#log-in-popup form.lost-password-form label span {
  color: #f44336;
}

#log-in-popup form.login-form input[type=text],
#log-in-popup form.register-form input[type=text],
#log-in-popup form.lost-password-form input[type=text],
#log-in-popup form.login-form input[type=password],
#log-in-popup form.register-form input[type=password],
#log-in-popup form.lost-password-form input[type=password] {
  display: block;
  margin: 0 0 17px;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  outline: none;
  padding: 10px 20px;
}

#log-in-popup form.login-form button[type=submit],
#log-in-popup form.register-form button[type=submit],
#log-in-popup form.lost-password-form button[type=submit] {
  border: none;
  float: left;
  padding: 8px 10px;
  border-radius: 2px;
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#log-in-popup form.login-form button[type=submit] i,
#log-in-popup form.register-form button[type=submit] i,
#log-in-popup form.lost-password-form button[type=submit] i {
  margin-right: 8px;
}

#log-in-popup form.login-form button[type=submit]:hover,
#log-in-popup form.register-form button[type=submit]:hover,
#log-in-popup form.lost-password-form button[type=submit]:hover {
  background: #f44336;
}

#log-in-popup form.login-form input[type=checkbox],
#log-in-popup form.register-form input[type=checkbox],
#log-in-popup form.lost-password-form input[type=checkbox] {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}

#log-in-popup form.login-form span,
#log-in-popup form.register-form span,
#log-in-popup form.lost-password-form span {
  display: inline-block;
  color: #222222;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  margin-top: 8px;
}

#log-in-popup form.login-form > a,
#log-in-popup form.register-form > a,
#log-in-popup form.lost-password-form > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  color: #222222;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  margin-top: 8px;
}

#log-in-popup form.login-form > a:hover,
#log-in-popup form.register-form > a:hover,
#log-in-popup form.lost-password-form > a:hover {
  color: #f44336;
}

#log-in-popup form.login-form p.register-line,
#log-in-popup form.register-form p.register-line,
#log-in-popup form.lost-password-form p.register-line,
#log-in-popup form.login-form p.login-line,
#log-in-popup form.register-form p.login-line,
#log-in-popup form.lost-password-form p.login-line {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}

#log-in-popup form.login-form p.register-line a,
#log-in-popup form.register-form p.register-line a,
#log-in-popup form.lost-password-form p.register-line a,
#log-in-popup form.login-form p.login-line a,
#log-in-popup form.register-form p.login-line a,
#log-in-popup form.lost-password-form p.login-line a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}

#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #f44336;
}

#log-in-popup form.register-form,
#log-in-popup form.lost-password-form {
  display: none;
}

#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  clear: both;
  margin: 10px 0 0;
}

#log-in-popup form.register-form button[type=submit],
#log-in-popup form.lost-password-form button[type=submit] {
  float: none;
}

a.log-in-popup {
  outline: none;
}

/*-------------------------------------------------*/
/* =  comming-soon-page
/*-------------------------------------------------*/
body.comming-soon-page {
  width: 100%;
  height: 100%;
  background: url("../upload/banners/1.jpg") center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body.comming-soon-page #comming-soon-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

body.comming-soon-page #comming-soon-content .logo-place {
  margin-bottom: 200px;
}

body.comming-soon-page #comming-soon-content .logo-place a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body.comming-soon-page #comming-soon-content .logo-place a img {
  max-width: 100%;
}

body.comming-soon-page #comming-soon-content .logo-place a:hover {
  opacity: 0.8;
}

body.comming-soon-page #comming-soon-content #clock {
  max-width: 420px;
  margin: 0 auto 40px;
  overflow: hidden;
}

body.comming-soon-page #comming-soon-content #clock .comming-part {
  float: left;
  width: 25%;
  text-align: center;
}

body.comming-soon-page #comming-soon-content #clock .comming-part span {
  display: inline-block;
  color: #ffffff;
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin: 0 0 5px;
}

body.comming-soon-page #comming-soon-content #clock .comming-part p {
  font-size: 13px;
  color: #f44336;
  text-transform: uppercase;
  margin-bottom: 0;
}

body.comming-soon-page #comming-soon-content form.subscribe {
  margin: 0 0 40px;
}

body.comming-soon-page #comming-soon-content form.subscribe p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 24px;
}

body.comming-soon-page #comming-soon-content form.subscribe h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 20px;
}

body.comming-soon-page #comming-soon-content form.subscribe h1 span {
  color: #f44336;
  font-weight: 900;
}

body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
  display: inline-block;
  width: 430px;
  padding: 9px 10px;
  background: #ffffff;
  color: #aaa;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #eeeeee;
  border-radius: 1px;
  margin: 0 10px 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body.comming-soon-page #comming-soon-content form.subscribe input[type=text]:focus {
  border: 1px solid #f44336;
}

body.comming-soon-page #comming-soon-content form.subscribe button {
  display: inline-block;
  margin: 0;
  padding: 10px 26px;
  background: #222222;
  border: none;
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body.comming-soon-page #comming-soon-content form.subscribe button i {
  margin: 0 8px;
}

body.comming-soon-page #comming-soon-content form.subscribe button:hover {
  background: #f44336;
}

body.comming-soon-page #comming-soon-content .social-box {
  margin-top: 200px;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons {
  margin: 0;
  padding: 0;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 36px;
  height: 36px;
  border: 1px solid #666666;
  border-radius: 2px;
  color: #666666;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.facebook:hover {
  border: 1px solid #1854dd;
  background: #1854dd;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.google:hover {
  border: 1px solid #f14133;
  background: #f14133;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.twitter:hover {
  border: 1px solid #18a3dd;
  background: #18a3dd;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.youtube:hover {
  border: 1px solid #d31708;
  background: #d31708;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.instagram:hover {
  border: 1px solid #a55900;
  background: #a55900;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.linkedin:hover {
  border: 1px solid #1879dd;
  background: #1879dd;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.vimeo:hover {
  border: 1px solid #2ea0f0;
  background: #2ea0f0;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.dribble:hover {
  border: 1px solid #f05c9e;
  background: #f05c9e;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.pinterest:hover {
  border: 1px solid #d30829;
  background: #d30829;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.flickr:hover {
  border: 1px solid #a43e99;
  background: #a43e99;
  color: #ffffff;
}

body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.rss:hover {
  border: 1px solid #f0590f;
  background: #f0590f;
  color: #ffffff;
}

body.comming-soon-page.underconstruction {
  background: url("../upload/banners/2.jpg") center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
  padding-top: 62px;
}

footer .footer-widgets-part {
  padding-bottom: 25px;
}

footer h1 {
  color: #222222;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}

footer .widget {
  margin-bottom: 20px;
}

footer .widget p {
  color: #999999;
}

footer .text-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}

footer .text-widget a img {
  margin-top: 20px;
}

footer .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
}

footer .social-widget ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 4px;
}

footer .social-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 36px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #333333;
  color: #666666;
  font-size: 20px;
  background: transparent;
  border-radius: 2px;
}

footer .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}

footer .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border: 1px solid #1854dd;
}

footer .social-widget ul.social-icons li a.google:hover {
  background: #f14133;
  border: 1px solid #f14133;
}

footer .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border: 1px solid #18a3dd;
}

footer .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
  border: 1px solid #d31708;
}

footer .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
  border: 1px solid #a55900;
}

footer .social-widget ul.social-icons li a.linkedin:hover {
  background: #1879dd;
  border: 1px solid #1879dd;
}

footer .social-widget ul.social-icons li a.vimeo:hover {
  background: #2ea0f0;
  border: 1px solid #2ea0f0;
}

footer .social-widget ul.social-icons li a.dribble:hover {
  background: #f05c9e;
  border: 1px solid #f05c9e;
}

footer .social-widget ul.social-icons li a.pinterest:hover {
  background: #d30829;
  border: 1px solid #d30829;
}

footer .social-widget ul.social-icons li a.flickr:hover {
  background: #a43e99;
  border: 1px solid #a43e99;
}

footer .social-widget ul.social-icons li a.rss:hover {
  background: #f0590f;
  border: 1px solid #f0590f;
}

footer .posts-widget ul.list-posts > li {
  border-bottom: none;
  margin-bottom: 20px;
}

footer .posts-widget ul.list-posts > li img {
  width: 80px;
}

footer .posts-widget ul.list-posts > li .post-content {
  margin-left: 100px;
}

footer .posts-widget ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

footer .posts-widget ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}

footer .posts-widget ul.list-posts > li .post-content h2 {
  line-height: 18px;
  margin-bottom: 0;
  max-height: 36px;
  overflow: hidden;
}

footer .posts-widget ul.list-posts > li .post-content h2 a {
  color: #999999;
}

footer .posts-widget ul.list-posts > li .post-content h2 a:hover {
  color: #ffffff;
}

footer .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

footer .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}

footer .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #333333;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .categories-widget ul.category-list li a:hover {
  color: #f44336;
}

footer .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}

footer .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 9px;
}

footer .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

footer .flickr-widget ul.flickr-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

footer .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .flickr-widget ul.flickr-list li a img {
  max-width: 81px;
}

footer .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}

footer .flickr-widget ul.flickr-list li:nth-child(3n) {
  margin-right: 0;
}

footer .flickr-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

footer .flickr-widget a:hover {
  color: #ffffff;
}

footer .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

footer .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

footer .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 10px;
  border: 1px solid #444444;
  background: transparent;
  border-radius: 3px;
}

footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}

footer .subscribe-widget form {
  margin: 0;
  background: #f44336;
  padding: 17px 20px;
}

footer .subscribe-widget form h1 {
  color: #ffffff;
  margin-bottom: 16px;
  padding: 0;
  border: none;
}

footer .subscribe-widget form input[type=text] {
  outline: none;
  padding: 12px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  border: none;
  width: 100%;
  display: block;
}

footer .subscribe-widget form button {
  width: 40px;
  height: 42px;
  text-align: right;
  background: #f44336;
  border: none;
  outline: none;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  float: right;
  margin-top: -42px;
}

footer .subscribe-widget form p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
}

footer .recent-comments-widget {
  margin-bottom: 45px;
}

footer .recent-comments-widget ul {
  margin: 0;
  padding: 0;
  background: transparent;
}

footer .recent-comments-widget .bx-wrapper .bx-viewport {
  background: transparent;
}

footer .recent-comments-widget .bx-wrapper .bx-controls-direction {
  display: none;
}

footer .recent-comments-widget .bx-wrapper .bx-pager {
  bottom: -35px !important;
  padding-top: 0;
}

footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f5d76e;
  border: 2px solid #f5d76e;
}

footer .recent-comments-widget div.recent-comment {
  text-align: center;
}

footer .recent-comments-widget div.recent-comment img {
  max-width: 70px;
  border-radius: 50%;
  margin: 0 auto 12px;
}

footer .recent-comments-widget div.recent-comment .comment-content p {
  color: #cccccc;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}

footer .recent-comments-widget div.recent-comment .comment-content p.main-message {
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
  color: #999999;
}

footer .recent-comments-widget div.recent-comment .comment-content span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

footer .recent-comments-widget div.recent-comment .comment-content span i {
  margin-right: 10px;
}

footer .footer-last-line {
  padding: 30px 0;
  border-top: 1px solid #333333;
}

footer .footer-last-line p {
  font-size: 12px;
  color: #666666;
}

footer .footer-last-line nav.footer-nav {
  text-align: right;
}

footer .footer-last-line nav.footer-nav ul {
  margin: 0;
  padding: 0;
}

footer .footer-last-line nav.footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
}

footer .footer-last-line nav.footer-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

footer .footer-last-line nav.footer-nav ul li a:hover {
  color: #ffffff;
}

footer .footer-last-line nav.footer-nav ul li:first-child {
  margin-left: 0;
}

footer .footer-last-line nav.footer-nav ul li:before {
  content: "|";
  margin-right: 13px;
  color: #666666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

footer .footer-last-line nav.footer-nav ul li:first-child:before {
  display: none;
  margin-right: 0;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
  section.heading-news .heading-news-box .image-post {
    width: 20%;
  }

  section.heading-news .heading-news-box .snd-size {
    width: 40%;
  }

  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+2) {
    display: none;
  }
}
@media (max-width: 1199px) {
  #container {
    overflow: hidden;
  }

  .navbar-brand {
    max-width: 230px;
    padding-top: 58px;
  }

  .navbar-nav > li > a {
    padding: 20px 12px;
  }

  .navbar-nav > li > a.home {
    padding: 20px 12px;
  }

  .navbar-nav > li > a:after {
    display: none;
  }

  .navbar-nav .megadropdown .inner-megadropdown .filter-block,
.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
    width: 170px;
  }

  .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 770px;
  }

  section.heading-news .heading-news-box .image-post {
    width: 25%;
  }

  section.heading-news .heading-news-box .snd-size {
    width: 50%;
  }

  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+4) {
    display: none;
  }

  .ticker-news-box .ticker {
    width: 679px;
  }

  .heading-news2 .ticker-news-box .ticker {
    width: 716px;
  }

  .latest-articles.iso-call .news-post {
    width: 293px;
  }

  .advertisement img {
    max-width: 100%;
  }

  .heading-news2 .heading-news-box .news-post {
    width: 33.33333%;
  }

  .heading-news2 .heading-news-box > .news-post:nth-last-of-type(-n+2) {
    display: none;
  }

  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 66.66666%;
  }

  .galery-box #bx-pager2 a {
    width: 69px;
  }

  .very-large-post .post-gallery .group-image a.big-size {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .top-line ul.social-icons {
    display: none;
  }

  form.navbar-right {
    display: none;
  }

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

  .navbar-nav > li > a.home {
    padding: 15px 8px;
  }

  .advertisement .desktop-advert,
.sidebar .advertisement .desktop-advert {
    display: none;
  }

  .advertisement .tablet-advert,
.sidebar .advertisement .tablet-advert {
    display: block;
  }

  .navbar-brand {
    padding: 45px 15px 40px 0;
  }

  .navbar-nav .megadropdown .inner-megadropdown .filter-block {
    display: none;
  }

  .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 720px;
  }

  section.heading-news .heading-news-box .image-post {
    width: 33.33333%;
  }

  section.heading-news .heading-news-box .snd-size {
    width: 66.66666%;
  }

  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+6) {
    display: none;
  }

  section.ticker-news,
.heading-news2 .ticker-news-box {
    display: none;
  }

  .sidebar ul.social-share li span {
    font-size: 9px;
  }

  .latest-articles.iso-call .news-post {
    width: 470px;
  }

  .sidebar .image-post-slider .news-post .hover-box .inner-hover {
    padding: 0 20px;
  }

  .sidebar .image-post-slider .news-post .hover-box .inner-hover h2 {
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
  }

  .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:last-child {
    display: none;
  }

  .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:nth-child(1) {
    display: none;
  }

  .sidebar .tab-posts-widget ul.nav-tabs li a {
    font-size: 10px;
  }

  .sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
    margin-right: 10px;
  }

  footer .footer-last-line nav.footer-nav {
    display: none;
  }

  footer .footer-last-line p {
    text-align: center;
  }

  .sidebar .recent-comments-widget ul.comment-list li {
    text-align: center;
  }

  .sidebar .recent-comments-widget ul.comment-list li img {
    float: none;
    margin-bottom: 20px;
  }

  .sidebar .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 0;
    padding: 0 10px;
  }

  .sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
    top: -6px;
    left: 50%;
    margin-left: -3px;
  }

  .sidebar .recent-comments-widget ul.comment-list li .comment-content span {
    padding-left: 0;
  }

  header.third-style .list-line-posts {
    display: none;
  }

  header.third-style .navbar-nav > li > a.food {
    display: none;
  }

  .sidebar.small-sidebar {
    display: none;
  }

  .slider-caption-box #bx-pager a {
    max-height: 45px;
    overflow: hidden;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 12px;
  }

  .galery-box #bx-pager2 a {
    width: 60px;
  }

  .very-large-post .post-content {
    padding: 0 30px 35px;
  }

  .very-large-post .post-gallery .group-image a {
    width: 50%;
  }

  .very-large-post .post-gallery .group-image a.big-size {
    width: 100%;
  }

  .very-large-post .post-gallery #bx-pager {
    display: none;
  }

  .single-post-box .prev-next-posts img {
    display: none;
  }

  .single-post-box .about-more-autor .more-autor-posts .news-post {
    width: 50%;
  }

  .single-wide .image-slider .news-post .hover-box .inner-hover h1 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }

  .single-wide .image-slider .news-post .hover-box .inner-hover {
    padding-bottom: 35px;
  }

  .forum-table {
    overflow-x: scroll;
    width: 100%;
  }

  .forum-table div.table-head,
.forum-table div.table-row,
.forum-table div.table-title {
    min-width: 610px;
  }

  .forum-table.single-topic {
    overflow-x: hidden;
    width: 100%;
  }

  .forum-table.single-topic div.table-head,
.forum-table.single-topic div.table-row,
.forum-table.single-topic div.table-title {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .top-line {
    display: none;
  }

  .navbar-default .advertisement {
    display: none;
  }

  .navbar-brand,
header.third-style .navbar-brand {
    padding: 20px 15px 20px;
  }

  .navbar-toggle {
    margin-top: 14px;
  }

  .navbar-nav > li > a {
    padding: 5px 15px;
    color: #333333 !important;
  }

  .navbar-nav > li:hover > a {
    color: #f44336 !important;
  }

  .navbar-nav > li > a.home {
    padding: 5px 15px;
  }

  .navbar-nav > li > a:before {
    display: none;
  }

  .navbar-nav li.drop ul.dropdown,
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border: none !important;
    top: inherit;
    left: inherit;
    background: transparent !important;
  }

  .navbar-nav li.drop ul.dropdown li,
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li {
    background: transparent;
    border: none;
  }

  .navbar-nav li.drop ul.dropdown li a,
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li a {
    padding: 5px 20px;
    background: transparent !important;
    font-weight: 700;
    font-size: 13px;
  }

  header.second-style .navbar-nav > li a {
    color: #ffffff !important;
  }

  header.second-style .navbar-nav > li a:hover {
    color: #f44336 !important;
  }

  header.third-style .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-nav .megadropdown {
    display: none !important;
  }

  .navbar-default .navbar-collapse {
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  section.heading-news .heading-news-box > .image-post {
    display: none;
  }

  section.heading-news .heading-news-box .snd-size {
    width: 100%;
  }

  .latest-articles.iso-call {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-articles.iso-call .news-post {
    width: 100%;
    margin: 0 0 30px;
  }

  .advertisement .tablet-advert,
.sidebar .advertisement .tablet-advert {
    display: none;
  }

  .advertisement .mobile-advert,
.sidebar .advertisement .mobile-advert {
    display: block;
  }

  .heading-news2 .heading-news-box > .news-post {
    display: none;
  }

  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 100%;
  }

  .bx-controls {
    display: none;
  }

  .slider-caption-box #bx-pager a {
    max-height: inherit;
    overflow: hidden;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
  }

  .galery-box #bx-pager2 a {
    width: 86px;
  }

  header.fifth-style .navbar-header a.navbar-brand {
    padding: 20px 0;
  }

  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
  }

  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover ul.post-tags {
    display: none;
  }

  .banner-quote-post {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-slider .image-post2 .hover-box h2 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
  }

  .single-post-box .title-post,
.single-post-box .share-post-box {
    padding-left: 0;
    padding-right: 0;
  }

  .single-post-box .share-post-box ul.share-box li {
    margin-right: 0;
  }

  .single-wide .image-slider .news-post .hover-box .inner-hover {
    padding: 0 0 10px;
  }

  .single-wide .image-slider .news-post .hover-box .inner-hover h2 {
    margin-bottom: 0;
  }

  .single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
    display: none;
  }

  .error-banner h1,
body.comming-soon-page #comming-soon-content form.subscribe h1 {
    font-size: 40px;
  }

  body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
    width: 350px;
  }

  body.comming-soon-page #comming-soon-content .logo-place {
    margin-bottom: 60px;
  }

  body.comming-soon-page #comming-soon-content .social-box {
    margin-top: 80px;
  }
}
@media (max-width: 650px) {
  ul.autor-list > li .autor-last-line a.autor-site {
    float: none;
  }

  ul.autor-list > li .autor-box img {
    float: none;
    margin-bottom: 20px;
  }

  ul.autor-list > li .autor-box .autor-content {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }

  footer .categories-widget ul.category-list li {
    width: 100%;
    float: none;
    padding-left: 0 !important;
  }

  .heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-post-slider .image-post2 ul.post-tags {
    display: none;
  }

  .image-post-slider .image-post2 .hover-box h2 {
    font-size: 13px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }

  .slider-caption-box #bx-pager {
    display: none;
  }

  .slider-caption-box div.slider-holder {
    width: 100% !important;
    float: none;
  }

  .galery-box #bx-pager2 {
    display: none;
  }

  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2,
.image-post2 .hover-box h2 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
  }

  .other-posts-box {
    padding: 0;
  }

  .very-large-post .post-gallery .group-image a {
    width: 100%;
  }

  .very-large-post .post-content .article-inpost img {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .very-large-post .post-content {
    padding: 0 10px 35px;
  }

  .banner-quote-post {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-quote-post .quote p {
    font-size: 15px;
  }

  .very-large-post .post-gallery iframe,
.large-post .post-gallery iframe,
.single-post-box .post-gallery iframe {
    height: 240px;
  }

  .image-slider .image-post2 .hover-box ul.post-tags,
.image-post2 .hover-box ul.post-tags,
.contact-form-box .title-section span.email-not-published,
.single-post-box .review-box .summary-box .summary-degree {
    display: none;
  }

  .single-post-box .about-more-autor .more-autor-posts .news-post {
    width: 100%;
  }

  .single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
    padding: 10px;
  }

  .single-post-box .about-more-autor .autor-box img,
.forum-table div.table-row div.forum-post.comment-post img {
    float: none;
    margin: 0 auto;
  }

  .single-post-box .about-more-autor .autor-box .autor-content,
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
    margin-left: 0;
  }

  .single-post-box .review-box .summary-box {
    padding-right: 20px;
  }

  .error-banner h1,
body.comming-soon-page #comming-soon-content form.subscribe h1,
body.comming-soon-page #comming-soon-content #clock .comming-part span {
    font-size: 30px;
  }

  body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
    width: 180px;
  }

  ul.autor-list > li .autor-box {
    padding: 10px;
  }

  ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
    float: none;
    display: block;
    clear: both;
  }
}
div.versions-box-choose {
  position: fixed;
  top: 208px;
  left: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 25px 20px;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

div.versions-box-choose.closed {
  left: -200px;
}

div.versions-box-choose a.toogle-box {
  position: absolute;
  top: -1px;
  right: -50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #222222;
  font-size: 20px;
  border: 1px solid #e7e7e7;
}

div.versions-box-choose h2 {
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}

div.versions-box-choose h2 span {
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: -1px;
  border-bottom: 1px solid #f44336;
}

ul.demo-list {
  padding: 0;
  margin: 0;
}

ul.demo-list li {
  display: block;
  margin-bottom: 14px;
}

ul.demo-list li:last-child {
  margin-bottom: 0;
}

ul.demo-list li a {
  display: inline-block;
  color: #333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.demo-list li a span {
  display: inline-block;
  background: #f44336;
  font-weight: 400;
  width: 80px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.demo-list li a:hover span {
  opacity: 0.7;
}

ul.demo-list li a.fashion span {
  background: #aa35d6;
  width: 80px;
  text-align: center;
}

ul.demo-list li a.sport span {
  background: #4c60f6;
}

ul.demo-list li a.tech span {
  background: #74b430;
}

ul.demo-list li a.design span {
  background: #f5d76e;
  color: #222;
}

ul.demo-list li a.travel span {
  background: #f58021;
  color: #fff;
}

ul.demo-list li a.dark span {
  background: #222;
  color: #fff;
}

ul.demo-list li a i {
  background: red;
  padding: 0px 4px 2px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: -30px;
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
/*features-today section*/
section.features-today {
  max-width: 1260px;
  margin: -352px auto 0;
  padding: 25px 0 10px;
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid #aa35d6;
}

section.features-today .title-section h1 {
  color: #aa35d6;
}

section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

section.features-today .owl-carousel .item {
  padding: 0 15px;
}

section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}

section.features-today .owl-carousel .news-post .post-content {
  padding-left: 20px;
  padding-right: 20px;
}

section.features-today .owl-carousel .news-post .post-content h2 a {
  color: #ffffff;
}

section.features-today .owl-carousel .news-post .post-content h2 a:hover {
  opacity: 0.7;
}

section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}

section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}

section.features-today .owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #444444;
  background: #333333;
}

section.features-today .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #f5d76e;
  background: #f5d76e;
}

/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.features-today.second-style {
  overflow: hidden;
}

.features-today.second-style .features-today-box {
  position: relative;
}

.features-today.second-style .features-today-box:before {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}

.features-today.second-style .features-today-box:after {
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  left: 100%;
  margin-left: 3px;
  top: 0;
}

.features-today.second-style .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
/*main-slider-news*/
.main-news-slider {
  margin-top: -22px;
  position: relative;
}

.main-news-slider .main-slider {
  margin: 0;
  padding: 0;
}

.main-news-slider .main-slider .news-post h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 100%;
  margin: 12px auto 10px;
  line-height: 36px;
  max-height: none;
}

.main-news-slider .main-slider .news-post .hover-box .inner-hover {
  margin-top: -310px;
}

.main-news-slider .custom-slider-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -211px;
  height: 0;
  left: 0;
}

.main-news-slider .custom-slider-arrows .container div {
  height: 0;
}

.main-news-slider .custom-slider-arrows .container a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 64px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  font-family: "FontAwesome";
}

.main-news-slider .custom-slider-arrows .container a:hover {
  border: 3px solid #cab260;
  color: #cab260;
}

.main-news-slider .custom-slider-arrows .container div#slider-prev {
  float: left;
  margin-left: -60px;
}

.main-news-slider .custom-slider-arrows .container div#slider-next {
  float: right;
  margin-right: -60px;
}

section.features-today .title-section {
  position: relative;
}

section.features-today .btn-archive {
  position: absolute;
  top: -1px;
  left: 80px;
  color: #fff;
  text-transform: uppercase;
}

section.features-today .standard-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}

section.features-today .standard-post a.video-link:hover {
  opacity: 0.6;
}

section.medflix-logo-mobile {
  display: none;
}

section .medflix-logo {
  text-align: center;
}

section .medflix-logo img {
  max-width: 250px;
}

.medflix-banner-small-button {
  margin-top: 2em;
}

.medflix-banner-small-button a {
  color: #333333;
  background: rgb(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 0.5em 1em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
}

.medflix-banner-small-button a:hover {
  background-color: #fff;
}

.countdown {
  font-weight: normal !important;
  font-size: medium !important;
}

.countdown > span {
  display: inline !important;
  font-family: "Lato", sans-serif;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 3rem !important;
}

.countdown > span:first-child {
  display: none !important;
}

.countdown > span:after {
  content: ":";
}

.countdown > span:last-child:after {
  content: "";
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
  section.features-today {
    margin-top: -180px;
  }

  .main-news-slider .custom-slider-arrows {
    margin-top: -110px;
  }

  .main-news-slider .main-slider .news-post .hover-box .inner-hover {
    margin-top: -220px;
  }
}
@media (max-width: 1199px) {
  .main-news-slider .custom-slider-arrows .container div#slider-prev,
.main-news-slider .custom-slider-arrows .container div#slider-next {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  section.features-today {
    margin-top: -10px;
  }

  .main-news-slider .custom-slider-arrows {
    display: none;
  }

  .main-news-slider .main-slider .news-post .hover-box .inner-hover {
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  .main-news-slider .main-slider .news-post h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .main-news-slider .main-slider .news-post .hover-box .inner-hover {
    margin-top: -110px;
  }

  .main-news-slider .video-countdown {
    margin-top: 0 !important;
  }

  section .medflix-logo img {
    max-width: 200px;
  }
}
@media (max-width: 500px) {
  .main-news-slider .main-slider .news-post h2 {
    font-size: 15px;
    line-height: 21px;
  }

  .main-news-slider .main-slider .news-post a.category-post,
.main-news-slider .main-slider .news-post ul {
    display: none;
  }

  .image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .main-news-slider .main-slider .news-post .hover-box .inner-hover {
    margin-top: -77px;
  }

  section.medflix-logo-mobile {
    display: block;
    text-align: center;
    margin-top: -22px;
    padding: 10px 0;
  }

  .main-news-slider .medflix-logo {
    display: none;
  }

  .main-news-slider {
    margin-top: 0;
  }

  .main-news-slider .video-countdown {
    padding: 0.3em 1em !important;
  }

  .countdown > span {
    font-size: 2rem !important;
  }
}
/**
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
}

.master-slider a {
  transition: none;
}

.master-slider, .master-slider * {
  box-sizing: content-box;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
  max-width: none;
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
  transform: translateX(0px);
}

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important;
}

.ms-grab-cursor {
  cursor: url(grab.png), move;
}

.ms-grabbing-cursor {
  cursor: url(grabbing.png), move;
}

.ms-ie .ms-grab-cursor {
  cursor: move;
}

.ms-ie .ms-grabbing-cursor {
  cursor: move;
}

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: black;
  position: relative;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  height: 100%;
  transform: translateZ(0px);
}

.ms-wk .ms-slide {
  transform-style: preserve-3d;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}

.ms-layer-mask {
  position: absolute;
  overflow: hidden;
}

.ms-layer-mask .ms-layer {
  position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
  pointer-events: none;
}

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
  transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/* ------------------------------------------------------------------------------ */
/* Overlayer layers */
.ms-overlay-layers {
  position: absolute;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}

.ms-default-btn:hover {
  background-color: #0098D5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}

.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}

.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(video-close-btn.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  transform: translateZ(0.44px);
}

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}

.ms-thumb-list.ms-dir-h {
  width: 100%;
}

.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 300ms;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  right: 0;
  left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

.ms-bullet {
  cursor: pointer;
  float: left;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-time-bar {
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}

.ms-slide-info {
  position: absolute;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(light-skin-1.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(light-skin-1.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}

.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}

.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(light-skin-1.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
  max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn,
.ms-skin-default .ms-slide .ms-slide-vcbtn,
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-bullet {
    background-image: url(light-skin-1-retina.png);
    background-size: 152px 225px;
  }
}
/*********************
BREAKPOINTS
*********************/
/**
 * Colors
 */
/* Highlight button */
/**
 * Images
 */
/*-----------------ADDED BY GLUCONE-------------------*/
/*-------------------------------------------------*/
/* =  Structure
/*-------------------------------------------------*/
div.block-content {
  padding: 30px 0 40px;
  position: relative;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
/* =  Top SubMenus */
.top-line-list2 {
  text-align: right;
}

.social-icons, .top-line-list2 {
  float: right;
}

.top-line ul.social-icons {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}
.logo-advertisement {
  background: #049fd5;
}

@media (max-width: 767px) {
  .logo-advertisement .navbar-header {
    position: fixed;
    background-color: #049fd5;
    width: 100%;
    z-index: 10000;
    height: 58px;
  }

  .logo-advertisement, .navbar-default {
    background-color: transparent !important;
  }

  .logo-advertisement .navbar-header .advertisement-top {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 390px) {
  .logo-advertisement .navbar-brand img {
    max-height: 33px;
  }
}
@media (min-width: 391px) and (max-width: 767px) {
  .logo-advertisement .navbar-brand img {
    max-height: 43px;
  }
}
/*----------------- Logo in Menu Bar -----------------*/
.navbar-nav > li.logo-menu-zone {
  display: none;
}

header.active .navbar-nav > li.logo-menu-zone {
  display: block;
}

.navbar-nav > li.logo-menu-zone {
  width: 200px;
}

.navbar-nav > li.logo-menu-zone > a:before {
  background: #049fd5 url("../images/logo-menu-jds-fr.png") no-repeat center center;
  height: 100%;
}

.navbar-nav > li.logo-menu-zone:hover > a:before {
  background: #0083b1 url("../images/logo-menu-jds-fr.png") no-repeat center center;
}

.navbar-nav > li.logo-menu-zone.nl > a:before {
  background: #049fd5 url("../images/logo-menu-jds-nl.png") no-repeat center center;
  height: 100%;
}

.navbar-nav > li.logo-menu-zone.nl:hover > a:before {
  background: #0083b1 url("../images/logo-menu-jds-nl.png") no-repeat center center;
}

@media (max-width: 991px) {
  header.active .navbar-nav > li.nodisplay-tablet {
    display: none !important;
  }
}
/*----------------- Hide Responsive Menus in Menu Bar -----------------*/
@media (min-width: 768px) {
  .navbar-collapse .hide-menus-responsive {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li.hide-menus-picto-home {
    display: none;
  }
}
.top-line {
  background: #ffffff;
}

.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  color: #049fd5;
}

ul.top-line-list li i {
  color: #049fd5;
  margin-right: 8px;
}

.top-line ul.top-line-list li a:hover {
  color: #9b9b9b;
}

.advertisement {
  padding: 24px 0 12px;
}

.navbar-default {
  background: #f3f3f3;
}

.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
  background: #0083b1;
}

.navbar-nav > li > a:before {
  background: none;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  height: 34px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle-language {
  margin-right: 60px !important;
}

.navbar-default .navbar-toggle-language {
  margin-right: 10px !important;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

@media (max-width: 390px) {
  .navbar-default .navbar-toggle {
    margin-right: 10px;
  }

  .navbar-brand {
    max-width: 267px;
    padding-left: 10px !important;
  }

  .navbar-brand img {
    max-height: 53px;
  }
}
.navbar-default .navbar-toggle-language a, .navbar-default .navbar-toggle-language a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-nav li.drop ul.dropdown {
  border-top: 3px solid #0083b1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff !important;
  background-color: #0083b1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff !important;
  background-color: #0083b1;
}

.navbar-nav > li:hover > a:after, .navbar-nav > li > a.active:after {
  color: #ffffff;
}

.advertisement-top {
  padding: 36px 0 12px;
}

#log-in-popup form.login-form button[type=submit]:hover,
#log-in-popup form.register-form button[type=submit]:hover,
#log-in-popup form.lost-password-form button[type=submit]:hover {
  background: #049fd5;
}

.reset-password {
  margin-top: 20px !important;
  margin-bottom: 0;
  clear: both;
}

.reset-password a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}

#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #049fd5;
}

section.breadcrumb-rmnet {
  padding: 10px 0 0 0;
}

ul.breadcrumb-rmnet li {
  font-style: normal;
  font-size: 13px;
}

ul.breadcrumb-rmnet li a {
  color: #333333;
  font-style: normal;
  font-size: 13px;
}

ul.breadcrumb-rmnet li i {
  color: #333333 !important;
  margin-right: 6px;
}

section.block-wrapper .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

section.block-wrapper .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

section.block-wrapper .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 9px;
  border: 1px solid #cacaca;
  border-radius: 3px;
}

section.block-wrapper .tags-widget ul.tag-list li a:hover {
  border: 1px solid #43c9eb;
  background: #43c9eb;
  color: #ffffff;
}

.top-line ul.top-line-list li.active a {
  color: #333333;
}

.nav-list-container .container .navbar-nav .fa-home {
  font-size: 20px;
  padding: 0 0 0 10px;
  line-height: 17px;
}

.navbar-nav > li:first-child > a:after {
  padding: 20px 20px 20px 12px !important;
  content: none;
}

@media (max-width: 1199px) {
  .nav-list-container .container .navbar-nav .fa-home {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .nav-list-container {
    border-bottom: 0px solid #f0f0f0;
  }
}
/*-------------------------------------------------*/
/* =  Central Content style
/*-------------------------------------------------*/
/* A la Une */
.row-a-la-une {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

/* Widget Latest Video in Home */
.feature-video-empty {
  padding: 0 0 20px !important;
}

.feature-video-empty .container {
  display: none !important;
}

/* news post general style */
.standard-post3 .post-title h2 {
  font-size: 17px;
  line-height: 22px;
}

ul.list-posts > li .post-content h2 a:hover {
  color: #049fd5;
}

.standard-post3 .post-title h2 a:hover {
  color: #049fd5;
}

.standard-post3 .post-title a.category-post {
  color: #049fd5;
}

.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(34, 34, 34, 0.8);
}

.image-post3 .hover-box {
  background: rgba(34, 34, 34, 0.4);
}

.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 1;
}

ul.list-posts > li .post-content h2 a:hover {
  color: #049fd5;
}

.tag-news-icon {
  color: #a9a9a9;
  margin-right: 6px;
}

.category-post .tag-news-icon {
  color: #049fd5;
  margin-right: 6px;
}

ul.post-tags li i {
  color: #a9a9a9;
  margin-right: 6px;
}

.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: #049fd5;
}

a.category-post {
  background: #049fd5;
}

.title-section {
  clear: both;
}

.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #049fd5;
}

.title-section h1 span.world {
  border-bottom: 1px solid #049fd5;
}

.title-section h1 a {
  color: #222222;
}

.title-section h1 a:hover {
  color: #049fd5;
  text-decoration: none;
}

.title-section.white h1 a {
  color: #ffffff;
}

.title-section.white h1 a:hover {
  color: #049fd5;
  text-decoration: none;
}

ul.post-tags li a:hover {
  color: #049fd5;
}

.image-post2 .hover-box ul.post-tags li a:hover {
  color: #049fd5;
}

.article-post .post-content h2 a:hover {
  color: #049fd5;
}

/*  Recents Comments */
.block-content .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}

.block-content .recent-comments-widget ul li {
  list-style: none;
}

.block-content .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}

.block-content .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  border-radius: 50%;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}

.block-content .recent-comments-widget ul.comment-list li .margin-left-10 {
  margin-left: 10px;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #f1f1f1;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #f1f1f1;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  transform: rotate(-45deg);
}

.block-content .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}

.block-content .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .block-content .recent-comments-widget ul.comment-list li img {
    max-width: 40px;
    margin-top: 10px;
  }

  .block-content .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 60px;
  }
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #049fd5;
  border: 1px solid #049fd5;
}

.block-content .owl-carousel {
  margin-bottom: 10px;
}

.standard-post3 .post-title h2 {
  font-weight: 800;
  margin: 0;
}

ul.list-posts > li .post-content h2 {
  font-weight: 800;
  margin-bottom: 0;
  max-height: 70px;
}

@media (max-width: 991px) {
  ul.list-posts > li .post-content h2 {
    max-height: none;
  }
}
.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
  border: 1px solid #049fd5;
  background: #049fd5;
  color: #ffffff;
}

.pagination-box ul.pagination-list {
  text-align: center;
}

ul.pagination-list li.active a {
  border: 1px solid #049fd5;
  background: #049fd5;
  color: #ffffff;
}

ul.post-tags-list li {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #049fd5;
  font-style: normal;
}

.post-tags-list .tag-news-icon {
  color: #049fd5;
  margin-right: 6px;
}

.actu-description {
  color: #666666;
}

.actu-description:hover {
  color: #049fd5;
  text-decoration: none;
}

.article-post .post-content h2 {
  font-weight: 800;
  font-size: 17px;
}

.standard-post3 .post-title p {
  margin-top: 10px;
}

.article-post .post-content p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.title-section h1.h1-big {
  font-size: 18px;
  line-height: 25px;
}

p {
  font-size: 15px;
  line-height: 24px;
}

.single-post-box > .post-content blockquote p {
  font-size: 20px;
  line-height: 31px;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 12px;
}

.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 12px;
}

.single-post-box > .post-content p a {
  color: #049fd5;
  display: inline;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #049fd5;
  color: #ffffff;
  border: 1px solid #049fd5;
}

.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #049fd5;
}

.single-post-box .comment-area-box ul li .comment-box img {
  width: 80px;
}

@media (max-width: 767px) {
  .single-post-box .comment-area-box ul li .comment-box img {
    width: 50px;
  }

  .single-post-box .comment-area-box ul li .comment-box .comment-content {
    margin-left: 60px;
  }
}
.contact-form-box {
  margin-bottom: 30px;
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #049fd5;
  color: #ffffff;
}

.contact-form-box #comment-form button {
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.not-log .title-section h1 {
  color: #ffffff;
}

.not-log .title-section h1 span {
  border-bottom: 2px solid #ffffff;
}

.single-post-box .not-log {
  border-top: 0 solid #f0f0f0;
  border-bottom: 0 solid #f0f0f0;
  margin-bottom: 40px;
  margin-top: 10px;
  background: #049fd5;
  padding: 30px 20px;
}

.not-log .title-section h1 {
  text-align: center;
}

.not-log-intro {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.not-log-intro p {
  color: #ffffff;
}

.not-log-intro p a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.not-log-intro p a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.not-log-intro span {
  font-size: 17px;
}

.not-log .center-button a {
  border: none;
}

.not-log .not-log-before-btn {
  text-align: center;
  color: #fff;
}

.article-button a {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 40px;
}

.single-post-box .not-log .prev-post {
  float: left;
  border-right: 1px solid #d1d1d1;
}

.single-post-box .not-log .prev-post, .single-post-box .not-log .next-post {
  padding: 5px 40px;
  margin-top: 20px;
}

.single-post-box .not-log .prev-post:hover, .single-post-box .not-log .next-post:hover {
  background: none;
}

.single-post-box .not-log .prev-post a:hover, .single-post-box .not-log .next-post a:hover {
  background: #0083b1;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.rmnet-mag-margin-bottom {
  margin-bottom: 30px;
}

.rmnet-mag-left-button {
  margin-bottom: 20px;
}

.rmnet-mag-left-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0;
  background: #ffffff;
  border: none;
  color: #049fd5;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.rmnet-mag-left-button a:hover {
  color: #333333;
}

.rmnet-mag-left-button a i {
  font-size: 12px;
  margin-right: 7px;
}

.standard-post3 .post-title {
  padding: 0 0 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.title-section {
  margin-bottom: 20px;
}

.news-post .post-gallery {
  margin-bottom: 10px;
}

.news-post .post-intro {
  margin-bottom: 20px;
}

.carousel-box {
  margin-bottom: 0;
}

.article-post {
  margin-bottom: 10px;
  border-bottom: 0 solid #f0f0f0;
}

.grid-box .news-post, .grid-box ul.list-posts {
  margin-bottom: 20px;
}

.single-post-box .title-post h1 {
  font-size: 2em;
  margin: 0 0 3px;
  font-weight: 800;
}

.single-post-box .title-post {
  border-bottom: 0 solid #f0f0f0;
  margin-bottom: 0;
  padding: 0 0 15px;
}

.single-post-box .post-gallery {
  text-align: left;
  margin-bottom: 10px;
}

.single-post-box > .post-content p,
.single-post-box > .post-content h1,
.single-post-box > .post-content h2,
.single-post-box > .post-content h3,
.single-post-box > .post-content h4,
.single-post-box > .post-content h5,
.single-post-box > .post-content blockquote {
  padding-left: 0;
  padding-right: 0;
}

.single-post-box > .post-content {
  padding-left: 30px;
  padding-right: 30px;
}

.single-post-box {
  margin-bottom: 30px;
}

.rmnet-button-comment a {
  font-size: 0.83em;
  color: #ffffff;
  background: #222222;
  padding: 12px 30px;
  margin: 6px 0 20px 0;
  border: none;
}

.rmnet-button-back-newsletter a {
  background: #ff6550;
}

.rmnet-button-comment a:hover {
  background: #049fd5;
  border: none;
}

.rmnet-button-comment a i {
  font-size: 1.3em;
}

.news-post {
  margin: 0 0 10px;
}

.post-content .rmnet-strong-color strong {
  color: #049fd5;
}

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

.left-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #222222;
  border: 0 solid #eeeeee;
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.left-button a i {
  margin-right: 9px;
}

.left-button > a:hover {
  color: #ffffff;
  background: #049fd5;
}

.center-button a {
  border-radius: 0;
}

.large-post .post-title {
  padding: 0 20px 0 0;
  background: none;
  border-bottom: 0 solid #f0f0f0;
}

.large-post .post-content {
  padding: 10px 20px 0 0;
  border-bottom: 0 solid #f0f0f0;
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

form.search-form input[type=text] {
  border: 2px solid #e2e2e2;
  padding: 10px;
  color: #868686;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}

.contact-form-box #contact-form select,
.contact-form-box #comment-form select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form select:focus,
.contact-form-box #comment-form select:focus {
  border: 1px solid #f44336;
}

div.search-box {
  padding: 0 30px 0 0;
  margin-bottom: 35px;
}

.rmnet-dropdown .btn {
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #222222;
  margin-top: 20px;
  font-size: 14px;
  border: 0 solid transparent;
  border-radius: 0;
  padding: 8px 22px;
}
@media (max-width: 1199px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}
@media (max-width: 991px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}
@media (max-width: 767px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #222222;
}

.btn .caret {
  margin-left: 8px;
}

.rmnet-checkbox-search {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .rmnet-checkbox-search {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .rmnet-checkbox-search {
    margin-left: 0px;
  }
}

.rmnet-checkbox-search span {
  margin-left: 8px;
}

.very-large-post .share-box {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}

.very-large-post {
  background: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.very-large-post .share-box ul.share-list-post {
  margin: 0;
  padding: 0;
  float: left;
}

.share-list-post .facebook i {
  color: #436feb;
}

.share-list-post .google i {
  color: #f14133;
}

.share-list-post .twitter i {
  color: #18a3dd;
}

.share-list-post .linkedin i {
  color: #0077b5;
}

.share-list-post .facebook i:hover {
  color: #ffffff;
}

.share-list-post .google i:hover {
  color: #ffffff;
}

.share-list-post .twitter i:hover {
  color: #ffffff;
}

.share-list-post .linkedin i:hover {
  color: #ffffff;
}

.rmnet-publications {
  padding-top: 0 !important;
}

.rmnet-publications p {
  margin-bottom: 10px !important;
}

.rmnet-publications .rmnet-button {
  margin-bottom: 20px !important;
}

.single-post-box > .rmnet-debats blockquote {
  background: #afca0b;
}

.single-post-box > .rmnet-debats blockquote p {
  color: #ffffff;
}

.single-post-box > .rmnet-debats blockquote:before {
  color: #ffffff;
}

.single-post-box .article-inpost .image-content .image-place .hover-image {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-box .article-inpost .image-content .image-place .hover-image a {
  background: #049fd5;
}

.single-post-box .article-inpost {
  margin-bottom: 0px;
}

.single-post-box .article-inpost p {
  font-size: 14px;
}

.hr-hidden {
  visibility: hidden;
  clear: both;
}

/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar ul.social-share li a {
  font-size: 16px;
}

.sidebar ul.social-share li a.linkedin {
  background: #0077b5;
}

.sidebar ul.social-share li a.linkedin:after {
  border: 4px solid #0077b5;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.newsletter {
  background: #404040;
  font-size: 17px;
}

.sidebar ul.social-share li a.newsletter:after {
  border: 4px solid #404040;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sondage-title {
  font-size: 15px;
}

.sondage-liste {
  font-size: 13px;
  font-weight: bold;
  margin-left: 6px;
}

.rmnet-button a {
  color: #ffffff;
  background: #222222;
}

.rmnet-button a:hover {
  color: #ffffff;
  background: #049fd5;
  border-color: #049fd5;
}

.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #049fd5;
  font-size: 30px;
  border: none;
  margin-top: 0;
  z-index: 2;
  float: right;
  outline: none;
}

.sidebar .subscribe-widget form input[type=text] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

.sidebar .subscribe-widget form p {
  margin: -5px 0 0;
}

.sidebar .widget {
  margin-bottom: 20px;
}

.sidebar .advertisement {
  margin-bottom: 20px;
  margin-top: -10px;
}

.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  background: #049fd5;
}

.sidebar .tab-posts-widget ul.nav-tabs {
  border-bottom: 2px solid #049fd5;
}

.sidebar .tab-posts-widget .tab-pane {
  background: #f5f5f5;
}

.sidebar ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}

.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #0083b1;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #f5f5f5;
}

.sidebar .righ-column-custom-content img {
  max-width: 100%;
}

.summary-title {
  font-size: 14px !important;
  font-weight: bold;
  color: #000000;
}

.summary {
  margin: 0 0 12px 0;
}

.summary p {
  font-size: 13px;
  margin-bottom: 3px;
}

.sidebar .tab-posts-widget ul.nav-tabs li.thumb-70pc {
  width: 70%;
}

.twitter-api {
  margin-bottom: 10px;
}

.congres-description {
  color: #666666;
}

.congres-description:hover {
  color: #049fd5;
  text-decoration: none;
}

.sidebar .tags-widget ul.tag-list {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.rmnet-button-sidebar a {
  background: #049fd5;
  margin-top: 20px;
}

.rmnet-button-sidebar a:hover {
  background: #0083b1;
}

.block-content .article-box .date-info {
  font-size: 16px;
  font-weight: 600;
}

.news-post .post-intro {
  /*min-height: 230px;*/
}

.rmnet-button-float {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sidebar .tab-content-flash-info {
  overflow-x: hidden;
  height: 500px;
}

@media (max-width: 390px) {
  .sidebar .tab-content-flash-info {
    height: 300px;
  }
}
/*-------------------------------------------------*/
/* =  Footer style
/*-------------------------------------------------*/
footer .standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
}

footer .social-icons {
  float: left;
}

.standard-post .post-content h2 a:hover {
  color: #049fd5;
}

footer .categories-widget ul.category-list li a:hover {
  color: #049fd5;
}

footer .footer-link a {
  text-decoration: underline;
  color: #666666;
}

footer .footer-link a:hover {
  text-decoration: underline;
  color: #049fd5;
}

/* =  Subscribe Form */
footer .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #049fd5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #222222;
  font-size: 30px;
  border: none;
  margin-top: 0;
  z-index: 2;
  float: right;
  outline: none;
}

footer .subscribe-widget form input[type=text] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

footer .subscribe-widget form p {
  margin: 10px 0 0;
}

footer .subscribe-widget form {
  margin: 0;
  background: #049fd5;
  padding: 17px 20px;
}

/* =  Sites annexes */
.standard-post .post-content {
  padding-top: 0;
  text-align: center;
}

/* =  Social */
.top-line ul.social-icons li a:hover {
  background: #049fd5 !important;
}

footer .social-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  background: transparent;
  border-radius: 0;
  margin: 0 8px 4px 0;
}

footer .social-widget ul.social-icons li a:hover {
  color: #fff !important;
}

footer a.twitter {
  border: 1px solid #43c9eb !important;
  color: #43c9eb !important;
}

footer a.facebook {
  border: 1px solid #1854dd !important;
  color: #5d80ce !important;
}

footer a.linkedin {
  border: 1px solid #1879dd !important;
  color: #1879dd !important;
}

footer a.rss {
  border: 1px solid #f0590f !important;
  color: #f0590f !important;
}

footer a.newsletter {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

footer .social-widget ul.social-icons li a.newsletter:hover {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.footer-social-text {
  font-size: 12px;
  color: #999999;
}

footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #43c9eb;
  border: 1px solid #43c9eb;
}

footer {
  padding-top: 30px;
}

footer .categories-widget ul.category-list li a {
  padding-bottom: 10px;
}

footer h1 {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

footer .footer-widgets-part {
  padding-bottom: 10px;
}

.footer-widgets-part .col-md-4 {
  padding-bottom: 10px;
}

footer .news-post .post-gallery {
  margin-bottom: 5px;
}

footer .widget {
  margin-bottom: 10px;
}

footer .rmnet-footer-small nav.rmnet-footer-center {
  text-align: center;
}

footer .rmnet-footer-small {
  border-top: none;
  padding: 5px 0 25px 0;
}

@media (max-width: 991px) {
  footer .footer-last-line nav.footer-nav {
    display: block;
    text-align: center;
  }
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
/* Embed Video */
.embed-video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.embed-video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .top-line {
    display: none;
  }

  .navbar-default .advertisement {
    display: none;
  }

  .navbar-brand,
header.third-style .navbar-brand {
    padding: 10px 10px 15px 15px;
  }

  .navbar-nav > li:hover > a, .navbar-nav > li > a.active {
    color: #333333 !important;
  }

  .sidebar {
    padding: 10px 0;
  }

  div.block-content {
    padding: 30px 0 10px;
  }

  div.block-content .advertisement {
    margin-bottom: 10px;
  }

  .single-post-box .not-log .prev-post, .single-post-box .not-log .next-post {
    padding: 5px 10px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .single-post-box .not-log .prev-post .article-button a, .single-post-box .not-log .next-post .article-button a {
    padding: 10px 16px;
  }

  .single-post-box .not-log .prev-post {
    border-right: 0px solid #d1d1d1;
  }
}
@media (max-width: 1199px) {
  #container {
    overflow: hidden;
  }

  .navbar-brand {
    max-width: 270px;
  }
}
@media (max-width: 390px) {
  .navbar-brand {
    max-width: 200px;
  }
}
.navbar-default .navbar-toggle:hover {
  background-color: #049fd5;
}

.navbar-default .navbar-toggle {
  background-color: #049fd5;
}

/*-------------------------------------------------*/
/* =  Masterslider
/*-------------------------------------------------*/
.masterslider-zone {
  margin-bottom: 15px;
}

/*-------------------------------------------------*/
/* =  Pagination
/*-------------------------------------------------*/
.pagination-box {
  margin-bottom: 30px;
}

/*-------------------------------------------------*/
/* =  Popup Adagio
/*-------------------------------------------------*/
.mfp-iframe-scaler iframe {
  margin-bottom: 30px;
  background: white;
  padding: 2em;
}

/*-------------------------------------------------*/
/* =  Tags in list
/*-------------------------------------------------*/
.article-post ul.post-tags-list li a {
  color: #049fd5;
}

.article-post ul.post-tags-list li a:hover {
  opacity: 0.7;
}

.article-box .post-tags-box {
  clear: both;
  margin-bottom: 15px;
  border-top: 1px solid #f0f0f0;
  padding: 12px 20px 12px 0;
}

.article-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}

.article-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}

.article-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}

.article-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}

.article-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.article-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}

/*-------------------------------------------------*/
/* =  Authors + References in detail news
/*-------------------------------------------------*/
ul.autor-list > li .autor-box .autor-content strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333333;
}

ul.autor-list > li .autor-box .autor-content, ul.autor-list > li .autor-box .autor-content p {
  font-size: 13px;
  line-height: 17px;
}

ul.autor-list > li .autor-box .autor-content {
  margin-left: 0;
}

ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}

.autor-main-title {
  padding: 16px 0 16px 5px;
  margin-bottom: 10px;
  color: #222222;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.autor-main-title a {
  color: #222222;
  text-decoration: none;
}

.autor-main-title a:hover {
  color: #049fd5;
  text-decoration: none;
}

.autor-main-title .fa {
  padding-right: 5px;
}

/*-------------------------------------------------*/
/* =  Form
/*-------------------------------------------------*/
#contact-form .has-error input,
#contact-form .has-error textarea,
#contact-form .has-error select,
#contact-form .error input,
#contact-form .error select,
#contact-form .error textarea {
  border-color: #a94442 !important;
}

#contact-form .has-error label,
#contact-form .error label {
  color: #a94442;
}

.contact-form-box #contact-form button {
  min-width: 100px;
}

/*-------------------------------------------------*/
/* =  Advertisement
/*-------------------------------------------------*/
/*
.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
  width: auto;
  display: none;

}

@media (max-width: 991px) {
  .advertisement .desktop-advert,
  .sidebar .advertisement .desktop-advert {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-default .advertisement {
    display: none;
  }

  .advertisement .tablet-advert,
  .sidebar .advertisement .tablet-advert {
    display: none;
  }
}

*/
.sidebar .advertisement, .advertisement {
  padding: 0 !important;
  margin: 10px 0 !important;
}

.navbar .advertisement-top iframe {
  /*margin: 0 !important; 
  padding: 10px 0 !important; */
}

@media (min-width: 767px) {
  .navbar .advertisement-top {
    padding: 36px 0 0 0 !important;
    margin: 0 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar-default .advertisement {
    display: block !important;
  }

  .navbar .advertisement-top {
    padding: 0 !important;
    margin: 80px 0 0 0 !important;
  }
}
@media (max-width: 500px) {
  .navbar .advertisement-top iframe {
    max-height: 65px;
  }
}
.advertisement {
  overflow: visible;
}

/*
 * Fix in responsive
 */
.post-content > table {
  overflow-x: auto;
  border: 1px solid #049fd5 !important;
}
.post-content > table tr {
  /*&:nth-child(even) td {
    background-color: #eee;
  }*/
}
.post-content > table tr td {
  border: 1px solid #049fd5 !important;
  padding: 10px;
  vertical-align: top;
}
.post-content > table tr td > p {
  margin-bottom: 0 !important;
}
.post-content > table tr td:first-child {
  border-left: 0px !important;
}
.post-content > table tr td:last-child {
  border-right: 0px !important;
}
.post-content > table tr:first-child td {
  background-color: #0083b1;
  font-weight: bold;
  color: #ffffff;
}
.post-content > table tr:first-child td p {
  color: #ffffff;
}
.post-content > table tr:last-child td {
  border-bottom: 0px !important;
}
@media (max-width: 767px) {
  .post-content > table {
    display: block;
  }
}
@media (max-width: 767px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
.post-content figure.image figcaption {
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
}

/**
 * Cookies
 */
.cookies {
  background-color: #999999;
  color: #ffffff;
}
.cookies > .container {
  margin: 0 auto;
}
.cookies > .container > div {
  min-height: 74px;
}
.cookies .col-md-8 {
  padding: 16px 0px 20px 0px;
}
.cookies .col-md-8 > a {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: underline;
}
.cookies .col-md-8 > a:hover {
  opacity: 0.3;
}
.cookies .col-md-4 {
  padding: 20px 0px 20px 0px;
  text-align: right;
}
@media (max-width: 992px) {
  .cookies .col-md-4 {
    text-align: center;
  }
}
.cookies .btn-cookies-accept {
  background-color: #999999;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cookies .btn-cookies-accept:hover {
  background-color: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
}
.cookies .btn-cookies-refuse {
  color: #ffffff;
  opacity: 0.5;
}
.cookies .btn-cookies-refuse:hover {
  opacity: 1;
}

/**
 * Tools
 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Medi-Flix
 */
section.features-today .title-section h1 {
  color: #049fd5;
}

section.features-today {
  border-top: 2px solid #049fd5;
}

.features-today ul.post-tags li {
  color: #e6e6e6;
}

section.features-today .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #049fd5;
  background: #049fd5;
}

.main-news-slider .custom-slider-arrows .container a:hover {
  border: 3px solid #049fd5;
  color: #049fd5;
}

.main-news-slider .video-countdown {
  font-family: "Lato", sans-serif;
  background-color: #d20000;
  display: inline-block;
  border-radius: 1px;
  border-color: #d20000;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  margin-top: 1em;
}

.main-news-slider .video-countdown span {
  display: block;
  font-size: 1.3rem;
}

.main-news-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-news-slider .overlay .overlay-wrap {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-news-slider .image-post2 .hover-box h2 {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

.main-news-slider .image-post2 .hover-box h2 {
  display: block;
}

.main-news-slider .rmnet-button-sidebar a {
  background: #049fd5;
  margin-top: 1em;
  padding: 1em 2.5em;
  border: none;
  font-size: 1em;
}

.main-news-slider .rmnet-button-sidebar a:hover {
  background: #0083b1;
}

@media (max-width: 991px) {
  .main-news-slider .video-countdown {
    padding: 0.4em 1em;
    font-size: 2rem;
  }

  section.features-today {
    background-color: #f5f5f5;
  }

  section.features-today .owl-carousel .news-post .post-content h2 a {
    color: #333333;
  }

  section.features-today .owl-carousel .news-post .post-content h2 a {
    color: #209fd5;
  }

  section.features-today ul.post-tags li {
    color: #999999;
  }

  section.features-today .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #999999;
    background: none;
  }

  section.features-today {
    border-top: none;
  }

  section.features-today .title-section.white {
    border-bottom: 1px solid #e1e1e1;
  }

  section.features-today .title-section h1 {
    color: #222222;
  }

  section.features-today .btn-archive {
    color: #209fd5;
  }
}
@media (max-width: 500px) {
  .main-news-slider .rmnet-button-sidebar a {
    background: #049fd5;
    margin-top: 1em;
    padding: 1em 1.5em;
    font-size: 0.8em;
  }
}