
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: .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: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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: .35em .625em .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;
    -webkit-box-shadow: none!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;
}
.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;
}
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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: 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;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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 .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 .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 .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: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.h3, h3 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
}

.h4, h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.h5, h5 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}

.h6, h6 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
.p, p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width:768px) {
    .lead {
    font-size: 1rem;
}
}
.small, small {
  font-size: 0.875rem;
  color: #666;
}
.mark, mark {
    padding: .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:focus, a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, 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 10px;
    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: '\2014 \00A0'}
.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: '\00A0 \2014'}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    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: .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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.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].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    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;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 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;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 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;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(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: 11px;
    font-size: 18px;
}
}@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}
}.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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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: 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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, 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.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, 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.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, 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.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, 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.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, 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.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, 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;
    -webkit-box-shadow: none;
    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;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.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, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(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 dashed;
    border-bottom: 4px solid\9;
}
.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, .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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    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-right-radius: 4px;
    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 .form-control:focus {
    z-index: 3;
}
.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 {
    z-index: 2;
    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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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;
    -webkit-box-shadow: none;
    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: "/\00a0"}
.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 {
    z-index: 2;
    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: 3;
    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;
    line-height: 1.3333333;
}
.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;
    line-height: 1.5;
}
.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: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .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: middle;
    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-top: 30px;
    padding-bottom: 30px;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.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;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .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;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}@-o-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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-object.img-thumbnail {
    max-width: none;
}
.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, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.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, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.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, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.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, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.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, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(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>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(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: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(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: .5;
}
.modal-header {
    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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(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-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .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;
    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-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}
.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, .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, .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, .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, .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;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .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 {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 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, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(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: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(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: .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;
    margin-top: -10px;
}
.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;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    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, .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: -10px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
}
.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, .modal-header:after, .modal-header: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, .modal-header: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;
}
@-ms-viewport {
    width: device-width;
}
.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!important;
}
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!important;
}
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!important;
}
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!important;
}
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!important;
}
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;
}
}

/*
* Slick
* Copyright (c) 2017 Ken Wheeler
* Licensed under the MIT license.
*/
.slick-slider {
    position:  relative;
    display:  block;
    box-sizing:  border-box;
    -webkit-user-select:  none;
    -moz-user-select:  none;
    -ms-user-select:  none;
    user-select:  none;
    -webkit-touch-callout:  none;
    -khtml-user-select:  none;
    -ms-touch-action:  pan-y;
    touch-action:  pan-y;
    -webkit-tap-highlight-color:  transparent;
}
.slick-list {
    position:  relative;
    display:  block;
    overflow:  hidden;
    margin:  0;
    padding:  0;
}
.slick-list:focus {
    outline:  none;
}
.slick-list.dragging {
    cursor:  pointer;
    cursor:  hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform:  translate3d(0,  0,  0);
    -moz-transform:  translate3d(0,  0,  0);
    -ms-transform:  translate3d(0,  0,  0);
    -o-transform:  translate3d(0,  0,  0);
    transform:  translate3d(0,  0,  0);
}
.slick-track {
    position:  relative;
    top:  0;
    left:  0;
    display:  block;
    margin-left:  auto;
    margin-right:  auto;
}
.slick-track:before, .slick-track:after {
    display:  table;
    content:  '';
}
.slick-track:after {
    clear:  both;
}
.slick-loading .slick-track {
    visibility:  hidden;
}
.slick-slide {
    display:  none;
    float:  left;
    height:  100%;
    min-height:  1px;
}
[dir='rtl'] .slick-slide {
    float:  right;
}
.slick-slide img {
    display:  block;
}
.slick-slide.slick-loading img {
    display:  none;
}
.slick-slide.dragging img {
    pointer-events:  none;
}
.slick-initialized .slick-slide {
    display:  block;
}
.slick-loading .slick-slide {
    visibility:  hidden;
}
.slick-vertical .slick-slide {
    display:  block;
    height:  auto;
    border:  1px solid transparent;
}
.slick-arrow.slick-hidden {
    display:  none;
}

/*
 * perfect-scrollbar v1.4.0
 * (c) 2018 Hyunje Jun
 * @license MIT
 */
.ps {
    overflow:  hidden !important;
    overflow-anchor:  none;
    -ms-overflow-style:  none;
    touch-action:  auto;
    -ms-touch-action:  auto;
}
.ps__rail-x {
    display:  none;
    opacity:  0;
    transition:  background-color .2s linear,  opacity .2s linear;
    -webkit-transition:  background-color .2s linear,  opacity .2s linear;
    height:  15px;
    bottom:  0px;
    position:  absolute;
}
.ps__rail-y {
    display: block !important;
    opacity:  0.6;
    transition:  background-color .2s linear,  opacity .2s linear;
    -webkit-transition:  background-color .2s linear,  opacity .2s linear;
    width:  15px;
    right:  0;
    position:  absolute;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display:  block;
    background-color:  transparent;
}
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity:  0.6;
}
.ps__thumb-x {
    background-color:  #aaa;
    border-radius:  6px;
    transition:  background-color .2s linear,  height .2s ease-in-out;
    -webkit-transition:  background-color .2s linear,  height .2s ease-in-out;
    height:  6px;
    bottom:  2px;
    position:  absolute;
}
.ps__thumb-y {
    background-color:  #aaa;
    border-radius:  6px;
    transition:  background-color .2s linear,  width .2s ease-in-out;
    -webkit-transition:  background-color .2s linear,  width .2s ease-in-out;
    width:  6px;
    right:  2px;
    position:  absolute;
}
.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color:  #999;
    height:  11px;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color:  #999;
    width:  11px;
}
@supports (-ms-overflow-style: none)  {
    .ps  {
     overflow:  auto !important;
}
}
@media screen and (-ms-high-contrast: active),  (-ms-high-contrast: none)  {
    .ps  {
     overflow:  auto !important;
}
}
/*
*Magnific Popup
 */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
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;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}

a {
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #222;
    outline: none!important;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none!important;
    text-decoration: none;
}
button {
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    outline: none!important;
}
img {
    color: transparent;
}
label {
    font-weight: 600;
}
iframe {
    border: 0!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
}
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
img.lazyload:not([src]) {
    visibility: hidden;
}

.pull-t-2 {
    top: -2px!important;
}
.pull-t-0 {
    top: 0!important;
}
.clear-both {
    clear: both;
}
.font-weight-600 {
    font-weight: 600;
}
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}
.display_tablerow {
    display: table-row;
}

.breadcrumb>li+li:before {
    content: "/";
    padding: 0 2px;
    font-size: 11px;
    padding-right: 4px;
}
.breadcrumb {
    margin-bottom: 13px;
    min-height: 30px;
    margin-top: 20px;
    background-color: transparent;
    color: #888;
    padding: 0;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
    color: #888;
    font-size: 11px;
}
.breadcrumb>.active {
    color: #888;
    font-size: 11px;
}
.vr-scrollbar {
    overflow-y: scroll;
    scrollbar-color: #d3d3d3 #fff;
    scrollbar-width: thin;
}
.vr-scrollbar::-webkit-scrollbar {
    width: 5px;
}
.vr-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}
.vr-scrollbar::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 3px;
}
.vr-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}
.title-index {
    text-align: center;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    color: transparent;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}
.form-input {
    border: 1px solid #e6e6e6;
    outline: none!important;
    color: #494949;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none!important;
    border-radius: 3px;
}
.auth-form-input {
    box-shadow: none!important;
    border: 0;
    outline: none!important;
    color: #494949;
    height: 44px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
}
.form-textarea {
    resize: vertical;
    min-height: 100px;
    border: 1px solid #dfe0e6;
    color: #494949;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: none!important;
}
.auth-form-input:focus {
    outline: 0 none;
}
.form-textarea:focus {
    outline: 0 none;
}
.error-message {
    margin-top: 15px;
    margin-left: 20px;
}
.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
    display: list-item!important;
    list-style: disc!important;
}
.success-message {
    margin-top: 15px;
}
.success-message p {
    position: relative;
    color: #009145;
    margin-bottom: 5px;
}
.center-box {
    margin: 0 auto;
    float: none;
}
.btn-sm {
    padding: .6rem 1.4rem;
    border-radius: .3rem;
    line-height: 1.5;
}
.btn-md {
    padding: .8rem 1.6rem;
    border-radius: .3rem;
    line-height: 1.5;
}
.btn-lg {
    padding: .540rem 1.6rem;
    line-height: 1.5;
    border-radius: .20rem;
}
.btn-xl {
    padding: 1rem 6.4rem;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 15px!important;
}
.btn-custom {
    color: #fff!important;
    font-size: 14px;
    font-weight: 400;
    outline: 0!important;
    box-shadow: none!important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #fff!important;
    opacity: .8;
}
.btn-custom .disabled, .btn-custom:disabled {
    color: #fff!important;
}
.btn-create {
    padding: .35rem 1.6rem;
    border-radius: .2rem;
    line-height: 1.5;
    font-size: 14px;
    text-transform: none;
}
.btn-block {
    width: 100%;
    display: block;
    padding: 1rem 1.6rem;
}
.btn-svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    top: -0.063rem!important;
}
.btn-link {
    padding: 0;
    margin: 0;
    background-color: transparent!important;
    border: 0!important;
    box-shadow: none!important;
    outline: none!important;
    text-decoration: none!important;
    color: #222;
}
.svg-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
}
.relative {
    position: relative!important;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    padding: 8px 14px;
    text-transform: none;
    outline: none!important;
}
.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}
.border-0 {
    border: 0!important;
}
#header {
    height: auto;
}
#wrapper {
    min-height: 740px;
}
.top-bar {
    background: #161616;
    padding: 4px 0;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.top-bar .top-menu {
    margin: 0;
    padding: 0;
    float: left;
}
.top-bar .top-menu-right {
    margin: 0;
    padding: 0;
    float: right;
}
.top-bar .top-menu>li {
    display: inline-block!important;
    list-style: none;
    margin-right: 15px;
}
.top-bar .top-menu-left li {
    line-height: 30px;
}
.top-bar .top-li-auth {
    margin-right: 15px;
}
.top-bar .top-menu>li>a {
    color: #ccc;
    display: block;
    padding: 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.top-bar .top-menu li a:hover {
    color: #fff;
}
.top-bar .top-menu>li .svg-globe {
    position: relative;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    top: -1px;
    color: #ccc;
}
.top-bar .top-menu .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 170px;
    padding: 0;
    left: -20px!important;
    z-index: 999999;
    margin-top: 4px;
}
.top-bar .li-dark-mode-sw {
    height: auto!important;
    margin-right: 0!important;
}
.profile-dropdown .dropdown-menu li:last-child {
    border-top: 1px solid #e6e6e6;
}
.top-bar .top-menu .dropdown li a {
    width: 100%;
    max-width: 100%;
    color: #606060;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 16px;
    position: relative;
    text-align: left;
}
.top-bar .top-menu .dropdown li a:hover {
    background-color: #f5f5f5;
}
.top-bar .top-menu .dropdown li a .icon {
    display: inline-flex;
    width: 26px;
}
.top-bar .top-menu-right {
    margin: 0;
    padding: 0;
    float: right;
}
.top-menu .profile-dropdown .a-profile {
    font-weight: 500;
}
.top-menu .profile-dropdown img {
    border-radius: 100%;
    display: inline-block;
    height: 26px;
    margin-right: 3px;
    width: 26px;
    border: 1px solid #888;
    position: relative;
    top: -2px;
    left: 0;
}
.top-menu .top-li-auth a {
    display: inline-block!important;
}
.top-menu .top-li-auth span {
    color: #ddd;
    margin: 0 5px;
}
.btn-switch-mode {
    padding: 0!important;
    width: 22px;
    height: 30px;
    text-align: center;
    border: 0!important;
    margin: 0!important;
    box-shadow: none!important;
    background-color: transparent!important;
    color: #ccc!important;
}
.btn-switch-mode svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}
.btn-switch-mode .dark-mode-icon {
    width: 12px!important;
    height: 12px!important;
    top: 1px!important;
}
.btn-switch-mode:hover {
    color: #fff!important;
}
.btn-switch-mode-mobile {
    background-color: #f6f6f6!important;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 6px 12px;
}
.btn-switch-mode-mobile svg {
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px;
}
.logo-banner {
    padding: 15px 0;
}
.logo-banner .left {
    width: auto;
    float: left;
    width: auto;
    height: 90px;
    line-height: 90px;
    position: relative;
}
.logo-banner .left a {
    display: block;
    vertical-align: middle;
}
.logo-banner .left .logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.logo-banner .right {
    width: auto;
    float: right;
    height: 90px;
    line-height: 90px;
}
.logo-banner .pull-right a img {
    vertical-align: top;
}
.navbar {
    margin: 0;
}
.navbar-default {
    position: relative;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    border: 0;
    text-transform: none;
}
.main-menu {
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-brand {
    display: none;
}
.navbar-default .navbar-nav {
    height: 50px;
}
.navbar-default .navbar-nav>li>a {
    color: #222!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>li>a:hover:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.navbar-default .navbar-nav>li>.no-after::after {
    display: none!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
}
.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown {
    position: static;
}
.megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.176);
    border-radius: 0;
}
.dropdown-mega {
    padding: 0 15px!important;
}
.megamenu .megamenu-content {
    padding: 0;
}
.megamenu .megamenu-content li {
    display: table;
    width: 100%}
.megamenu .megamenu-content h3 {
    margin-top: 0;
    font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    border: 0;
    top: 48px;
    background-color: #fafafa;
    border-top: 3px solid transparent;
}
.navbar-default .sub-menu-left {
    display: table-cell;
    vertical-align: top;
    height: auto;
    width: 20%;
    background-color: #fafafa;
    position: relative;
    height: 100%;
    min-height: 100%}
.navbar-default .sub-menu-right {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: 80%;
    background-color: #fff;
    min-height: 260px;
}
.navbar-default .sub-menu-right .active {
    display: block!important;
}
.navbar-default .sub-menu-left .nav-sub-categories {
    margin: 0;
    padding: 0;
    text-align: left;
    min-height: 250px;
    max-height: 300px;
}
.navbar-default .sub-menu-left .nav-sub-categories li {
    list-style: none;
}
.navbar-default .sub-menu-left .nav-sub-categories .active a {
    background-color: #fff;
}
.navbar-default .sub-menu-left .nav-sub-categories li a {
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 20px;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.navbar-default .sub-menu-left .nav-sub-categories li a:hover {
    background: #fff;
}
.navbar-default .sub-menu-left .nav-sub-categories li a:active {
    background: #fff;
}
.navbar-default .menu-post-item {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .row-menu-right {
    margin-left: -10px;
    margin-right: -10px;
}
.navbar-default .menu-post-item img {
    margin-bottom: 7px;
}
.navbar-default .menu-post-item .title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.navbar-default .menu-post-item .title a {
    display: block;
}
.navbar-default .sub-menu-inner {
    display: none;
    min-height: 210px;
}
.navbar-default .dropdown:hover .dropdown-top {
    display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent!important;
    color: #222;
}
.dropdown-more-icon:after {
    display: none;
}
.dropdown-more-icon {
    vertical-align: middle;
}
.dropdown-more-icon i {
    font-size: 24px;
    position: relative;
}
.dropdown-more {
    border: 0;
    padding: 0;
    top: 50px;
}
.dropdown-more>li {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    display: block;
}
.dropdown-more>li:last-child {
    border: 0;
}
.dropdown-more>li>a {
    font-weight: 500;
    padding: 8px 24px 8px 15px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px;
    min-width: 180px;
}
.dropdown-more>li>a:hover {
    background-color: #fafafa;
}
.dropdown-more>li>a>span {
    font-size: 12px;
    position: absolute;
    right: 13px;
}
.dropdown-more>li>ul {
    left: 100%!important;
    top: 0;
    border: 0;
    padding: 0;
    display: none;
    margin: 0!important;
}
.dropdown-more>li>ul>li {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    display: block;
}
.dropdown-more>li>ul>li:last-child {
    border: 0;
}
.dropdown-more>li>ul>li>a {
    font-weight: 500;
    padding: 8px 15px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px;
    min-width: 180px;
}
.dropdown-more-icon:hover .dropdown-more {
    display: block;
}
.dropdown-more-item:hover .dropdown-sub {
    display: block!important;
}
.open {
    display: block!important;
}
.overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 1001;
    animation-name: fadeIn;
}
.mobile-nav-container {
    display: none;
    width: 100%;
    position: relative;
    min-height: 65px;
    z-index: 10010;
}
.nav-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 6px;
}
.nav-mobile-header-container {
    display: table;
    width: 100%;
    position: relative;
}
.nav-mobile-header-container .menu-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 52px;
    height: 52px;
}
.nav-mobile-header-container .mobile-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:  100%;
    height:  52px;
}
.nav-mobile-header-container .mobile-search {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 52px;
    height: 52px;
}
.nav-mobile-header-container .menu-icon a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding: 12px;
    color: #222!important;
}
.nav-mobile-header-container .mobile-search .search-icon {
    position: relative;
    display: inline-block;
    font-size: 20px!important;
    line-height: 24px;
    padding: 12px;
    color: #222!important;
}
.nav-mobile-header-container .mobile-search .search-icon .icon-times {
    font-size: 17px!important;
}
.nav-mobile-header-container .mobile-logo a {
    display: inline-block;
}
.nav-mobile-header-container .mobile-logo .logo {
    display: inline-block;
    object-fit:  contain;
    width:  auto;
    max-width:  100%;
     max-height:  52px;
}
.nav-mobile {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 60px;
    left: 0;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #fff;
    overflow-x: hidden;
}
.nav-mobile .nav-mobile-inner {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.mobile-nav-buttons {
    width: 310px;
    display: block;
    position: relative;
    margin: 15px 0;
}
.mobile-nav-buttons .btn-mobile-nav {
    display: inline-block;
    width: 133px;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 5px;
}
.mobile-nav-buttons .btn-mobile-nav i {
    margin-right: 8px;
    opacity: .9;
}
.mobile-nav-buttons .btn-mobile-nav-add {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-mobile .navbar-nav {
    float: none!important;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 280px;
    padding-bottom: 80px;
}
.nav-mobile .navbar-nav .nav-item {
    width: 100%;
    display: block;
    position: relative;
    margin-left: 0!important;
    margin-right: 0!important;
    text-align: left;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.nav-mobile .navbar-nav .nav-item:last-child {
    border-bottom: 0!important;
}
.nav-mobile .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0;
    text-transform: none;
    font-weight: normal;
    display: block;
    width: 100%;
    color: #434343;
    background-color: transparent!important;
}
.nav-mobile .navbar-nav .open .dropdown-menu>li {
    display: block;
    width: 100%!important;
    position: relative;
    border: 0!important;
}
.nav-mobile .navbar-nav .open .dropdown-menu>li>a {
    color: #222;
    line-height: 22px!important;
    font-size: 15px!important;
    padding: 8px 15px!important;
    max-width: 100%;
    width: 100%!important;
    word-break: break-word!important;
    white-space: normal!important;
}
.nav-mobile .navbar-nav .nav-item .nav-link i {
    float: right;
}
.nav-mobile .navbar-nav>.nav-item>.dropdown-menu {
    position: relative!important;
    width: 100%;
    transform: none!important;
    background-color: transparent!important;
    border: 0!important;
    padding-top: 0;
    margin-top: 8px;
    margin-left: 0;
}
.nav-mobile .navbar-nav>.nav-item>.dropdown-menu>.dropdown-item {
    color: #222;
    background-color: transparent!important;
    font-size: 15px;
    line-height: 24px;
}
.nav-mobile .navbar-nav .dropdown-toggle::after {
    display: none!important;
}
.mobile-language-options {
    position: relative!important;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.mobile-language-options li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 16px;
}
.mobile-language-options li a {
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 5px 10px;
}
.nav-mobile .profile-dropdown {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: left;
}
.nav-mobile .profile-dropdown .dropdown-backdrop {
    pointer-events: none;
}
.nav-mobile .profile-dropdown .image-profile-drop {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #222!important;
}
.nav-mobile .profile-dropdown .image-profile-drop img {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    margin-right: 10px;
}
.nav-mobile .profile-dropdown .dropdown-menu {
    background-color: transparent!important;
    position: relative!important;
    box-shadow: none!important;
    border: 0!important;
    left: 45px;
    padding: 0!important;
}
.nav-mobile .profile-dropdown .dropdown-menu>li {
    border: 0!important;
}
.nav-mobile .profile-dropdown .dropdown-menu>li>a {
    color: #222!important;
    font-size: 15px!important;
    background-color: transparent!important;
    padding: 8px 15px;
    border: 0!important;
    display: flex;
    margin-bottom: 2px;
}
.nav-mobile .profile-dropdown .dropdown-menu>li>a .icon {
    display: inline-flex;
    width: 26px;
}
.nav-mobile-open {
    width: 310px;
}
.nav-mobile-open .nav-mobile-inner {
    width: 310px;
}
.li-search {
    position: relative;
}
.search-icon {
    font-size: 17px!important;
    cursor: pointer;
}
.search-icon .icon-times {
    font-size: 14px!important;
}
.nav-mobile .search-icon {
    font-size: 20px!important;
    position: relative;
    top: -1px;
}
.search-icon:hover:after {
    background-color: transparent!important;
}
.search-form {
    display: none;
    width: 320px;
    position: absolute;
    right: 15px;
    top: 50px;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 10px;
}
.search-form .form-input {
    border: 0!important;
    box-shadow: none;
    color: #949494;
    height: 40px;
    line-height: 14px;
    padding: 10px 65px 10px 20px;
    background-color: #fafafa;
}
.search-form button {
    border: 0!important;
    box-shadow: none;
    color: #fff!important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 0;
    line-height: 10px;
}
.mobile-nav-search {
    display: none;
}
#featured {
    width: 100%;
    height: 436px;
    position: relative;
    display: block;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}
#featured .featured-left {
    width: 50%;
    height: 436px;
    position: relative;
    display: block;
    float: left;
    padding-right: 1px;
}
#featured .featured-right {
    width: 50%;
    height: 436px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 2px;
}
#featured .featured-boxes-top {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
}
#featured .featured-boxes-bottom {
    display: flex;
    position: relative;
    width: 100%}
#featured .featured-box {
    flex: 1;
    width: 50%;
    max-width: 50%;
    height: 217px;
    position: relative;
    overflow: hidden;
}
#featured .box-1 {
    padding-right: 2px;
}
#featured .box-2 {
    padding-left: 1px;
}
#featured .box-3 {
    padding-right: 2px;
}
#featured .box-4 {
    padding-left: 1px;
}
#featured .featured-box .box-inner {
    position: relative;
    width: 100%;
    max-width: 100%!important;
    overflow: hidden;
    height: 217px;
    display: block;
    background-color: #fafafa;
}
.slider-container {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden!important;
}
.slick-slide {
    outline: none!important;
}
.featured-slider {
    position: relative;
    width: 100%;
    max-height: 436px;
    display: block;
}
.featured-slider .featured-slider-item {
    width: 100%;
    height: 436px;
    position: relative;
    background-color: #fafafa;
}
.featured-slider .featured-slider-item .category-label {
    position: absolute;
    top: 20px;
    left: 20px;
}
.featured-slider .featured-slider-item .img-link::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.60) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: block;
}
.featured-slider .featured-slider-item img {
    width: 100%;
    height: 100%;
    display: block;
}
.featured-slider .featured-slider-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 15px 20px;
    pointer-events: none;
}
.featured-slider .featured-slider-item .caption .category-link {
    pointer-events: auto;
}
.featured-slider .featured-slider-item .caption .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    position: relative;
}
.featured-slider .featured-slider-item .caption .title a {
    color: #fff;
}
.featured-slider .featured-slider-item .post-meta span {
    color: #b0b0b0;
}
.featured-slider .featured-slider-item .post-meta a {
    color: #b0b0b0;
}
.featured-slider-nav {
    position: absolute;
    height: 48px;
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.featured-slider-nav .prev {
    font-size: 32px;
    color: #fff;
    float: left;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    left: 10px;
    opacity: 0;
    z-index: 2;
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
    padding: 0;
    pointer-events: auto;
    text-align: left;
}
.featured-slider-nav .next {
    font-size: 32px;
    color: #fff;
    float: right;
    height: 48px;
    width: 48px;
    line-height: 48px;
    position: relative;
    right: 10px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
    padding: 0;
    pointer-events: auto;
    text-align: right;
    background-color: #f8f8f8;
}
.featured-slider-nav svg {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 38px;
}
.featured-slider .featured-slider-item .post-meta {
    margin-bottom: 0;
    position: relative;
    z-index: 14;
}
.featured-slider .featured-slider-item .post-meta a {
    pointer-events: auto;
}
.featured-left:hover .featured-slider-nav .prev, .featured-left:hover .featured-slider-nav .next {
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: .8;
}
.featured-box .img-cover {
    position: relative;
    width: auto;
    max-width: 500px;
    height: 100%;
    max-height: 100%;
    float: left;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}
.featured-box .category-label {
    position: absolute;
    top: 20px;
    left: 20px;
}
.featured-box .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 15px 20px;
    pointer-events: none;
}
.featured-box .overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}
.featured-box .caption h3 {
    margin-bottom: 0;
}
.featured-box .caption a {
    pointer-events: auto;
}
.featured-box .caption .title {
    font-size: 15px;
    color: #fff!important;
    line-height: 21px;
    font-weight: 600;
    overflow-wrap: break-word;
}
.featured-box .caption .post-meta {
    margin-bottom: 0;
}
.featured-box .post-meta span {
    color: #b0b0b0;
}
.featured-box .post-meta a {
    color: #b0b0b0;
}
.category-label {
    background-color: #0a0a0a;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    height: 1.8em;
    line-height: 1.8;
    padding: 0 .7em;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    white-space: nowrap;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
    width: auto!important;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 5px;
    background-color: #b1b1b1;
}
.owl-dots .active span {
    background-color: #fff;
}
.owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
}

.news-ticker-cnt {
    margin: 25px 0;
    display: block;
    width: 100%}
.news-ticker-cnt .left {
    float: left;
}
.news-ticker {
    height: 30px;
    line-height: 30px;
    display: block;
}
.news-ticker-title {
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #161616;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    left: 15px;
    padding: 10px 15px;
    top: 0;
}
.news-ticker ul {
    display: block;
    height: 30px;
    padding-left: 15px;
}
.news-ticker ul li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    font-weight: 600;
    display: none;
    width: 800px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis;
}
.news-ticker-sep {
    width: 100%;
    display: block;
    height: 30px;
}
.news-ticker-btn-cnt {
    position: absolute;
    right: 15px;
    top: 2px;
}
.bnt-news-ticker {
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    color: #777!important;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 11px;
    position: relative;
    top: 1px;
}
#content {
    min-height: 400px;
}
.section {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.section .section-head {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.section .section-head .title {
    float: left;
    display: inline-block;
}
.section .section-content {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: 25px;
}
.section .section-content .tab-content {
    width: 100%;
    display: block;
}
.section .nav-tabs {
    border: 0;
}
.section .nav-tabs>li {
    margin: 0;
    margin-left: 15px;
}
.section .nav-tabs>li>a {
    color: #999;
    border: 0!important;
    padding: 0;
    line-height: 26px;
    font-weight: 400;
}
.section .nav-tabs>li>a:focus, .section .nav-tabs>li>a:hover, .section .nav-tabs>li>a:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border: 0!important;
    color: #222;
}
.section .nav-tabs>li.active>a, .section .nav-tabs>li.active>a:focus, .section .nav-tabs>li.active>a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border: 0!important;
    color: #222;
    cursor: default;
}
.section .section-content .nav-tabs li a {
    color: #999;
}
.section .section-content .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.section .section-head {
    border-bottom: 2px solid #161616;
}
.section .section-head .title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    background-color: #161616;
    color: #fff;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -1px;
    text-transform: uppercase;
    margin-top: 0;
}
.section .section-head .title a {
    color: #fff!important;
}
.post-meta {
    display: block;
    width: 100%;
    float: left;
}
.post-meta span {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #999;
    font-size: 11px;
    display: block;
}
.post-meta a {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #999;
    font-size: 11px;
    display: block;
    font-weight: 600;
}
.post-meta span i {
    margin-right: 5px;
}
.post-item-small {
    display: table;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 25px;
}
.post-item-small .left {
    display: table-cell;
    width: 106px;
    position: relative;
    background-color: #fafafa;
}
.post-item-small .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    position: relative;
}
.post-item-small img {
    width: 106px;
    height: 74.2px;
    float: left;
}
.post-item-small .title {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 600;
}
.post-item-small .title a {
    display: block;
}
.small-post-meta {
    display: block;
    margin: 0;
}
.small-post-meta span {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #b0b0b0;
    font-size: 11px;
    display: block;
}
.small-post-meta a {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #b0b0b0;
    font-size: 11px;
    display: block;
    font-weight: 600;
}
.small-post-meta span i {
    margin-right: 5px;
}
.sub-block-tabs-mobile {
    display: none;
}
.btn-block-more {
    position: absolute;
    border: 0!important;
    background-color: transparent!important;
    font-size: 16px;
    right: 0;
    height: 20px;
    color: #555!important;
    top: -3px;
    outline: none!important;
}
.btn-block-more .more {
    font-size: 27px;
    line-height: 32px;
    height: 20px!important;
    width: 22px!important;
    display: inline-block;
    outline: none!important;
    margin-right: 5px;
}
.btn-block-more .caret {
    position: relative;
    top: -7px;
}
.sub-block-dropdown {
    min-width: 190px;
    padding: 10px 15px;
}
.sub-block-dropdown ul {
    float: left!important;
    width: 100%;
    display: block;
}
.sub-block-dropdown ul li {
    display: block;
    width: 100%;
    margin: 0!important;
    padding: 5px 0 5px 0;
    float: none;
}
.sub-block-dropdown ul li a {
    padding: 6px;
    display: block;
}
.post-item-mid {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.post-item-mid .title {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-item-mid .title a {
    display: block;
}
.post-item-mid .description {
    color: #777;
    font-size: 14px;
    float: left;
    line-height: 22px;
}
.post-item-mid img {
    width: 100%}

.post-item-video-big {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.post-item-video-big .post-item-image {
    height: 422px;
    overflow: hidden;
}
.post-item-video-big .overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.88) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 60%;
    opacity: .8;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}
.post-item-video-big .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    pointer-events: none;
}
.post-item-video-big .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-item-video-big .title a {
    color: #fff;
}
.post-item-video-big .caption .category-label {
    margin-bottom: 5px;
}
.post-item-video-big .small-post-meta a {
    pointer-events: auto;
}
.a-view-all {
    border: 0 none;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    float: right;
}
.btn-load-more {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    transition: all .25s ease 0s;
    color: #333;
    border-radius: 1px;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
}
.load-more-spinner {
    display: none;
}
.spinner {
    width: 70px;
    text-align: center;
    margin: 30px auto;
}
.spinner>div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
}
}@keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
}.sidebar-widget {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
}
.sidebar-widget .widget-head {
    background-color: #161616;
    display: block;
    line-height: 1!important;
}
.sidebar-widget .widget-head .title {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1!important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 15px;
}
.sidebar-widget .widget-body {
    padding-top: 25px;
    display: block;
    float: left;
    width: 100%}
.widget-follow {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.widget-follow li {
    list-style: none;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 7px;
}
.widget-follow li:nth-child(even) {
    margin-right: 0!important;
}
.widget-follow li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: .25rem;
}
.widget-follow li a i {
    position: relative;
    display: inline-block;
    width: 45px;
    padding-left: 15px;
    height: 40px;
    float: left;
    text-align: left;
    line-height: 40px;
    font-size: 20px;
}
.widget-follow li a span {
    position: relative;
    float: left;
    display: inline-block;
    font-size: 13px;
}
.widget-follow li a:hover {
    opacity: .8;
}
.widget-follow li a.facebook {
    background: #3b5998!important;
}
.widget-follow li a.twitter {
    background: #14171A;
}
.widget-follow li a.instagram {
    background: #125688;
}
.widget-follow li a.linkedin {
    background: #007bb5;
}
.widget-follow li a.pinterest {
    background: #cb2027;
}
.widget-follow li a.tumblr {
    background: #2c4762;
}
.widget-follow li a.vk {
    background: #4D76A1;
}
.widget-follow li a.telegram {
    background: #08c;
}
.widget-follow li a.youtube {
    background: #b00;
}
.widget-follow li a.tiktok {
    background: #fe2c55;
}
.widget-follow li a.whatsapp {
    background-color: #3ebe2b;
}
.widget-follow li a.discord {
    background: #5865F2;
}
.widget-follow li a.twitch {
    background: #9147ff;
}
.sidebar-widget .popular-posts {
    margin: 0;
    padding: 0;
}
.widget-popular-posts .widget-body {
    padding-top: 15px;
}
.sidebar-widget .popular-posts li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.sidebar-widget .recommended-posts {
    margin: 0;
    padding: 0;
}
.sidebar-widget .recommended-posts li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.sidebar-widget .recommended-posts li .title {
    margin: 0;
}
.sidebar-widget .recommended-posts li .title a {
    display: block;
}
.sidebar-widget .recommended-posts li .small-post-meta {
    margin: 0;
}
.sidebar-widget .recommended-posts .recommended-posts-first {
    margin-bottom: 25px;
}
.sidebar-widget .recommended-posts .recommended-posts-first .overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.88) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 60%;
    opacity: .8;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}
.sidebar-widget .recommended-posts .recommended-posts-first .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-right: 10px;
    pointer-events: none;
}
.sidebar-widget .recommended-posts .recommended-posts-first .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}
.sidebar-widget .recommended-posts .recommended-posts-first .title a {
    color: #fff;
}
.sidebar-widget .recommended-posts .recommended-posts-first .caption .category-label {
    margin-bottom: 10px;
}
.sidebar-widget .recommended-posts .recommended-posts-first .small-post-meta a {
    pointer-events: auto;
}
.random-slider-container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider-nav {
    width: auto;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    text-align: right;
    z-index: 10;
}
.slider-nav .prev {
    position: relative;
    height: 48px;
    line-height: 48px;
    text-align: right;
    width: 48px;
    border: 0!important;
    padding: 2px!important;
    pointer-events: auto;
    background-color: transparent!important;
}
.slider-nav .next {
    position: relative;
    height: 48px;
    line-height: 48px;
    text-align: left;
    width: 48px;
    border: 0!important;
    padding: 2px!important;
    pointer-events: auto;
    background-color: transparent!important;
}
.slider-nav .next i, .slider-nav .prev i {
    display: inline-block;
    position: relative;
    background-color: #010101;
    border-radius: 2px;
    color: #fafafa;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
    opacity: .6;
}
.random-slider .category-label {
    left: 8px!important;
    top: 8px!important;
}
.sidebar-widget .tag-list {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    padding-bottom: 15px;
}
.sidebar-widget .tag-list li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sidebar-widget .tag-list li a {
    background-color: #f4f4f4;
    color: #888;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: .25rem;
}
.sidebar-widget .tag-list li a:hover {
    color: #fff!important;
}
.poll {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.poll:first-child {
    margin-top: 0!important;
}
.poll:last-child {
    border: 0;
}
.poll .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    margin-top: 0;
}
.poll .option {
    margin-bottom: 15px;
}
.poll .button-cnt {
    margin-top: 30px;
}
.poll .button-cnt button {
    margin-right: 15px;
}
.poll .result {
    display: none;
}
.poll .result .progress {
    border-radius: 1px;
    background-color: transparent;
    box-shadow: none!important;
    background-color: #f3f3f3;
    color: #222;
    margin-bottom: 15px;
    height: 12px;
}
.poll .result .progress .progress-bar {
    font-size: 11px;
    font-weight: 600;
    box-shadow: none!important;
}
.poll .result .progress .progress-bar-0 {
    color: #444;
}
.poll .result .progress .progress-bar-0 span {
    margin-left: 5px;
}
.poll-error-message {
    color: #E95350;
    font-size: 13px;
    display: none;
}
.a-view-results {
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.total-vote {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 19px;
    margin-bottom: 5px;
}
.poll .result .progress span {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
}
.label-poll-option {
    font-weight: 400;
    cursor: pointer;
    display: initial!important;
}
.page-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
}
.page-title strong {
    font-weight: 600!important;
}
.page-breadcrumb {
    min-height: 63px;
}
.page-content {
    font-size: 15px;
    line-height: 26px;
    overflow-wrap: break-word;
}
.page-content p {
    overflow-wrap: break-word;
}
.page-content a:hover  {
    text-decoration:  underline;
}
.page-content img {
    max-width: 100%!important;
    position: relative;
}
.auth-modal {
    text-align: center;
}
.auth-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.auth-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.auth-modal .modal-sm {
    width: 330px;
    max-width: 100%}
.auth-modal .modal-content {
    padding: 15px 0;
}
.auth-modal .modal-header {
    text-align: center;
    border: 0;
    border-radius: 3px 3px 0 0;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.auth-modal .modal-header .close {
    position: absolute;
    z-index: 10;
    right: 15px;
    font-size: 15px;
    top: 15px;
}
.auth-modal .modal-header .modal-title {
    font-size: 24px;
    position: relative;
    font-weight: 600;
}
.auth-modal .modal-body {
    padding: 5px 30px 15px 30px;
}
.auth-modal .form-group {
    margin-bottom: 10px;
}
.link-forget {
    color: #555!important;
    font-size: 13px;
}
#form-login .btn {
    padding: 1.06rem 1.6rem;
}
.page-login {
    padding-top: 30px;
}
.col-profile {
    margin-bottom: 15px;
    text-align: center;
}
.col-profile .thumbnail {
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px;
}
.col-profile .btn {
    border-radius: 1px;
    position: relative;
}
.col-option label {
    margin-left: 0!important;
    cursor: pointer!important;
}
.title-social-profile {
    font-size: 18px;
}
.btn-login {
    margin: 15px 0;
    padding: 14px 24px;
}
.login-box-cnt {
    margin: 0 auto;
    width: 450px;
    max-width: 450px;
}
.login-box {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 80px;
    top: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    float: left;
}
.login-box .box-footer {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    background-color: #f6f6f6;
    border-top: 1px solid #eee!important;
}
.login-box .box-footer a {
    color: #222;
}
.login-box .captcha-cnt {
    text-align: center;
}
.auth-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.auth-sub-title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #777;
}
.login-box .auth-sub-title {
    margin-bottom: 30px;
}
.btn-social {
    width: 100%;
    display: block;
    position: relative;
    outline: 0!important;
    box-shadow: none!important;
    padding: 8px 10px;
    padding-left: 54px;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 5px;
    color: #fff!important;
    font-weight: 600!important;
    line-height: 24px;
}
.btn-social svg {
    position: absolute;
    left: 15px;
}
.btn-social-facebook {
    background-color: #1877f2;
}
.btn-social-facebook:hover {
    background-color: #0665e0;
}
.btn-social-google {
    background-color: #eee;
    color: #757575!important;
}
.btn-social-google:hover {
    background-color: #e1e1e1;
}
.btn-social-vk {
    background-color: #5c81b5;
}
.btn-social-vk:hover {
    background-color: #39679b;
}
.col-update-profile-title {
    margin-bottom: 30px;
}
.register-terms {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.register-terms a {
    font-weight: bold;
}
.social-single-link {
    float: none;
    margin: 0 auto;
}
.label-remember {
    color: #222;
    cursor: pointer;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
}
.p-auth-modal {
    color: #777;
    text-align: center;
    margin-bottom: 10px;
}
.p-auth-modal-or {
    color: #777;
    text-align: center;
    margin-top: 15px;
}
.auth-box .error-message {
    margin-top: 0;
    margin-bottom: 10px;
}
.form-group-capt {
    min-height: 50px;
}
.post-content {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0;
}
.post-author-meta a {
    color: #222!important;
}
.post-author-meta img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}
.post-content .title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin: 10px 0;
}
.post-content .post-summary {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 14px;
}
.post-content .post-summary h2 {
    margin: 0!important;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.post-content .img-description {
    display: block;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    color: #666;
    margin-top: 5px;
    float: left;
}
.post-content .post-share {
    margin-bottom: 10px;
}
.post-content .post-meta {
    margin-bottom: 20px;
    position: relative;
}
.post-content .post-meta span {
    font-size: 12px;
    color: #b0b0b0;
}
.post-content .post-meta span a {
    font-size: 12px;
    color: #b0b0b0;
}
.post-content .post-meta .sp-left {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.post-content .post-meta .post-comment-pageviews {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.post-details-meta-date {
    float: left;
    position: relative;
}
.btn-edit-post {
    padding: 2px 8px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    height: 1.8em;
    line-height: 1.8;
    padding: 0 .7em;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    white-space: nowrap;
}
.btn-edit-post i {
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.post-share {
    display: table;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.post-share .share-left {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 30px;
}
.post-share .share-right {
    display: table-cell;
    vertical-align: top;
}
.post-share .share-box {
    margin: 0;
    padding: 0;
    text-align: left;
}
.post-share .share-box li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.post-share .share-box .social-btn-sm {
    height: 38px;
    width: 38px;
    color: #fff;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: .25rem;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.post-share .share-box li .social-btn-lg {
    color: #fff;
    float: left;
    padding: 0 25px;
    line-height: 36px;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    height: 38px;
    min-width: 110px;
    border-radius: .25rem;
}
.post-share .share-box li .social-btn-lg span {
    position: relative;
}
.post-share .share-box li .social-btn-lg:hover {
    opacity: .8;
}
.post-share .share-box li .social-btn-sm:hover {
    opacity: .8;
}
.post-share .share-box li .social-btn-lg i {
    font-size: 15px;
    position: relative;
    margin-right: 10px;
}
.post-share .share-box .share-li-sm {
    display: none;
}
.post-share .share-title {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}
.post-share .share-title i {
    margin-right: 5px;
}
.share-box li a.facebook {
    background: #3b5998!important;
}
.share-box li a.twitter {
    background: #14171A;
}
.share-box li a.linkedin {
    background: #007bb5;
}
.share-box li a.whatsapp {
    background: #3EBE2B;
}
.share-box li a.whatsapp i {
    font-size: 17px;
}
.share-box li a.pinterest {
    background: #cb2027;
}
.share-box li a.tumblr {
    background: #2c4762;
}
.share-box li a.btn-print {
    background: #444;
}
.share-box li a.youtube {
    background: #b00;
}
.share-box li a.add-reading-list {
    background-color: #bababa;
    color: #fff!important;
    font-size: 15px!important;
}
.share-box li a.remove-reading-list {
    background-color: #43A047;
    color: #fff!important;
    font-size: 15px!important;
}
.post-content .post-image {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.post-content .post-image .post-image-inner {
    width: auto;
    height: auto;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.post-content .post-image img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.post-content .post-player {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%}
.post-content .post-player #amplitude-player {
    min-height: 250px!important;
}
div#amplitude-left div#player-left-bottom div#meta-container span.song-name, div#amplitude-right div.song div.song-meta-data span.song-title {
    word-break: break-word!important;
}
#time-container input[type="range"].amplitude-song-slider {
    outline: none!important;
}
#volume-container input[type="range"] {
    outline: none!important;
}
.post-detail-slider .owl-nav {
    position: absolute;
    height: 0;
    width: 77px;
    top: 15px;
    right: 15px;
}
.post-detail-slider .owl-nav .owl-prev {
    padding: 0;
    background: rgba(22, 22, 22, 0.5);
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    margin-right: 5px;
    border: 0!important;
    box-shadow: none!important;
    position: relative;
    vertical-align: middle;
}
.post-detail-slider .owl-nav .owl-next {
    padding: 0;
    background: rgba(22, 22, 22, 0.5);
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border: 0!important;
    box-shadow: none!important;
    position: relative;
}
.post-detail-slider .owl-nav i {
    position: relative;
    top: 0;
    opacity: .7;
}
.post-content .video-player {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.plyr__control--overlaid {
    background: rgba(0, 0, 0, .6)!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
    background: rgba(0, 0, 0, .9)!important;
}
.plyr--full-ui input[type="range"] {
    color: #a19fa4!important;
}
.plyr__progress__buffer {
    outline: none!important;
    box-shadow: none!important;
    background-color: #0b0b0b!important;
}
.plyr__progress__buffer::-moz-progress-bar {
    outline: none!important;
    box-shadow: none!important;
    background-color: #0b0b0b!important;
}
.plyr__progress__buffer::-webkit-progress-value {
    outline: none!important;
    box-shadow: none!important;
    background-color: #0b0b0b!important;
}
.post-content .post-text h3 {
    font-size: 1.2rem;
    line-height: 2.9rem;
}

.post-content .post-text {
    clear: both;
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 26px;
    overflow-wrap: break-word;
}
.post-text object, .post-text embed, .post-text video, .post-text img {
    max-width: 100%!important;
}
.video-player video {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.post-content .post-text table {
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto;
    position: relative;
    border: 1px solid #f2f2f2;
    font-size: 14px;
}
.post-content .post-text table th {
    padding: 6px 10px;
    border: 0;
    border-bottom: 2px solid #f2f2f2;
    font-weight: 700;
}
.post-content .post-text table tr {
    border-bottom: 1px solid #f2f2f2;
}
.post-content .post-text table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.post-content .post-text table td {
    padding: 6px 12px;
    border: 0!important;
}
.post-content .post-text table tr, .post-content .post-text table td {
    height: auto!important;
}
.post-content .post-text a:hover {
    text-decoration: underline;
}
.post-content .post-summary {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 26px;
    overflow-wrap: break-word;
    margin-top: 0;
    font-weight: 400;
}
.post-content .post-files {
    width: 100%;
    display: block;
    position: relative;
    margin: 15px 0;
    float: left;
}
.post-content .post-files .title {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}
.post-content .post-files .file {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 5px;
    float: left;
    text-align: left!important;
}
.post-content .post-files .file button {
    background-color: transparent!important;
    padding: 0!important;
    border: 0!important;
    box-shadow: none!important;
    text-align: left!important;
}
.post-content .post-files .file button:hover {
    text-decoration: underline;
}
.post-content .post-files .file i {
    margin-right: 8px;
}
.gallery-post-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.title-post-item {
    width: 100%;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
}
.gallery-post-item .post-image {
    position: relative;
}
.gallery-post-item .post-image .post-image-inner {
    position: relative;
    float: left;
}
.gallery-post-item .post-item-count {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: rgba(22, 22, 22, .5);
}
.gallery-post-buttons {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin-top: 20px;
}
.ordered-list-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.quiz-container {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.quiz-container .quiz-question {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #f0f0f0;
}
.quiz-container .quiz-question[data-is-last-question="1"] {
    border-bottom: 0!important;
}
.quiz-container .quiz-question-answered .answer {
    pointer-events: none;
    cursor: default!important;
}
.quiz-container .quiz-question-answered .answer-format-text {
    cursor: default!important;
}
.quiz-container .quiz-question .alert-success {
    color: #60bc65;
    background-color: rgba(96, 188, 101, .05);
    border: 0!important;
}
.quiz-container .quiz-question .alert-danger {
    color: #e25c58;
    background-color: rgba(226, 92, 88, .05);
    border: 0!important;
}
.quiz-container .quiz-question .alert {
    display: none;
}
.quiz-container .quiz-question .alert .text {
    margin: 0;
    font-size: 18px;
}
.quiz-container .quiz-question .title {
    width: 100%;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}
.quiz-container .description {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.quiz-container .question-image {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.quiz-container .question-answers {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.quiz-container .question-answers .row-answer {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.quiz-container .question-answers .col-answer {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.quiz-container .question-answers .answer-format-image .answer {
    display: block;
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    cursor: pointer;
    -moz-transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quiz-container .question-answers .answer-format-image .answer:hover {
    background-color: #eee;
    border: 1px solid #eee;
}
.quiz-container .question-answers .answer-format-image .answer-image {
    display: block;
    width: 100%;
    position: relative;
}
.quiz-container .question-answers .answer-format-image .answer-image img {
    display: block;
    width: 100%}
.quiz-container .question-answers .answer-format-image .answer-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 6px;
}
.quiz-container .question-answers .answer-format-image .answer-bottom .answer-radio {
    width: 34px;
}
.quiz-container .question-answers .answer-format-image .answer-bottom .answer-text span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    word-break: break-word;
    position: relative;
}
.quiz-container .question-answers .answer-format-image .answer-bottom .quiz-answer-icon {
    color: #555;
    position: relative;
    margin-top: 1.2px;
}
.quiz-container .answer-format-text {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 5px!important;
    cursor: pointer;
}
.quiz-container .answer-format-text .answer {
    display: table;
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}
.quiz-container .answer-format-text .answer:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.quiz-container .answer-format-text .answer:hover {
    border-color: rgba(0, 0, 0, .2);
}
.quiz-container .answer-format-text .answer .answer-radio {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 14px;
    padding: 5px 12px 5px 12px;
}
.quiz-container .quiz-answer-icon {
    height: 30px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #777;
}
.quiz-container .answer-format-text .quiz-answer-icon {
    color: rgba(0, 0, 0, .2);
}
.quiz-container .answer-format-text .answer .answer-text {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 12px 12px 12px 0;
    font-size: 14px;
    word-break: break-word;
}
.quiz-container .answer-format-text .answer .answer-vote {
    display: table-cell;
    width: 45px;
    position: relative;
    vertical-align: middle;
    padding: 5px;
}
.quiz-container .answer-format-text .answer .answer-vote span {
    width: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.quiz-container .answer-format-text .answer-text span {
    font-size: 14px;
    font-weight: 600;
}
.quiz-container .answer-format-image .answer-correct {
    color: #60bc65!important;
}
.quiz-container .answer-format-image .answer-correct .quiz-answer-icon {
    color: #60bc65!important;
}
.quiz-container .answer-format-image .answer-wrong {
    color: #e25c58!important;
}
.quiz-container .answer-format-image .answer-wrong .quiz-answer-icon {
    color: #e25c58!important;
}
.quiz-container .answer-format-text .answer-correct {
    color: #60bc65;
    border-color: rgba(96, 188, 101, .6);
}
.quiz-container .answer-format-text .answer-correct .quiz-answer-icon {
    color: #60bc65!important;
}
.quiz-container .answer-format-text .answer-wrong {
    color: #e25c58;
    border-color: rgba(226, 92, 88, .6);
}
.quiz-container .answer-format-text .answer-wrong .quiz-answer-icon {
    color: #e25c58!important;
}
.quiz-container .quiz-result {
    margin-bottom: 30px;
    padding-top: 10px;
}
.quiz-container .quiz-result .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.quiz-container .quiz-result .description {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
}
.quiz-container .btn-play-again-content {
    text-align: center;
    display: none;
    margin-bottom: 30px;
}
.quiz-container .btn-play-again-content button {
    display: inline-block;
}
.quiz-container .btn-play-again-content i {
    margin-right: 8px;
}
.quiz-score {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.quiz-score .correct {
    display: inline-block;
    color: #60bc65;
    background-color: rgba(96, 188, 101, .05);
    padding: 14px 20px;
    min-width: 220px;
}
.quiz-score .wrong {
    display: inline-block;
    color: #e25c58;
    background-color: rgba(226, 92, 88, .05);
    padding: 14px 20px;
    min-width: 220px;
}
.quiz-container .question-answers .answer-format-image .progress {
    background-color: rgb(247, 247, 247, .3);
    border-radius: 0!important;
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 0;
    margin-bottom: 0!important;
    box-shadow: none!important;
}
.quiz-container .question-answers .answer-format-text .progress {
    background-color: transparent!important;
    border-radius: 4px!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -1px;
    box-shadow: none!important;
}
.quiz-container .question-answers .answer-format-image .progress .progress-bar {
    background-color: #bac8e0;
    background-image: linear-gradient(to left, #6a85b6 0, #bac8e0 100%);
    font-size: 13px;
    line-height: 24px;
    box-shadow: none!important;
}
.quiz-container .question-answers .answer-format-text .progress .progress-bar {
    background-color: #f2f6fa;
    box-shadow: none!important;
}
.quiz-container .question-answers .answer-format-text .progress .score {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}
.quiz-container .answer-format-text .answer-correct {
    border-color: rgba(0, 0, 0, .1)!important;
}
.quiz-container .question-answers .answer-format-image .progress .perc-zero {
    color: #fff;
    margin-left: 5px;
    line-height: 24px;
}
.quiz-container .question-answers .answer-format-image .progress b {
    font-weight: 600;
}
.post-content .post-text p {
    overflow-wrap: break-word;
}
.post-content .post-text img {
    max-width: 100%!important;
    position: relative;
}
.post-content .post-tags {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 45px;
}
.post-content .tags-title {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-right: 15px;
    line-height: 28px;
}
.post-content .post-tags .tag-list {
    float: left;
    margin: 0;
    padding: 0;
}
.post-content .post-tags .tag-list li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}
.post-content .post-tags .tag-list li a {
    border: 2px solid #f0f0f0;
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 11px;
    padding: 8px;
    border-radius: .25rem;
}
.post-content .post-tags .tag-list li a:hover {
    color: #fff!important;
}
.optional-url-cnt {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: right;
}
.table-of-contents {
    border: 1px solid #EFEEE9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 3px;
}
.table-of-contents .title {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
}
.table-of-contents .title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0!important;
}
.table-of-contents .ul-main {
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.table-of-contents ul li {
    margin-bottom: 5px;
    list-style-position: inside!important;
}
.table-of-contents ul li a {
    font-size: 15px;
    line-height: 26px;
}
.container-toc .ul-toc-content-main {
    padding: 0;
    margin: 0;
}
.container-toc .ul-toc-content .li-toc-content {
    display: block;
    list-style: none!important;
}
.container-toc .ul-toc-content .li-toc-content .title-post-item {
    display: list-item;
}
.container-toc .ul-toc-content-sub .li-toc-content .title-post-item {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.ul-toc-content-main li-toc-content .title-post-item::marker {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.container-toc .post-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.recipe-sum-table {
    display: block;
    margin-top: 4px;
}
.recipe-sum-table .row {
    margin-left: -2px;
    margin-right: -2px;
}
.recipe-sum-table .row .col-item {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}
.recipe-sum-table .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78px;
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.recipe-sum-table .item .icon {
    margin-right: 10px;
}
.recipe-sum-table .item .icon-text {
    text-align: left;
}
.recipe-sum-table .item .icon-text strong {
    display: block;
    line-height: 20px;
}
.recipe-sum-table .item .icon-text span {
    color: #555;
    line-height: 20px;
}
.recipe-items-list {
    display: block;
    margin-bottom: 30px;
}
.recipe-items-list ul {
    display: block;
    padding: 0;
    margin: 0;
}
.recipe-items-list ul li {
    list-style: none;
    margin-bottom: 5px;
}
.recipe-items-list ul li span {
    font-size: 15px;
    line-height: 28px;
}
.recipe-sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.recipe-directions {
    display: block;
}
.recipe-directions .direction {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.recipe-directions .direction .title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.recipe-directions .direction img {
    display: inline-block;
}
.song-now-playing-icon-container .now-playing {
    margin-top: 10px!important;
}
.amplitude-inner-right .download-link-cnt {
    line-height: 40px!important;
    height: 40px!important;
}
div#amplitude-left div#player-left-bottom {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
div#amplitude-right {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    max-height: 280px!important;
    overflow-y: visible!important;
}
#amplitude-right .list-left {
    min-height: 45px!important;
}
div#amplitude-right div.song {
    min-height: 45px!important;
}
div#amplitude-right div.song div.song-meta-data span.song-title {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
div#amplitude-right div.song div.song-meta-data {
    margin-top: 6px!important;
}
#amplitude-right .list-row {
    border-bottom: 1px solid #eee!important;
}
#amplitude-right .list-row:last-child {
    border-bottom: 0!important;
}
.related-posts {
    width: 100%;
    float: left;
}
.section-mid-title {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #161616;
    margin-bottom: 25px;
}
.section-mid-title .title {
    background-color: #161616;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 15px;
    text-transform: uppercase;
}
.about-author {
    display: table;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 45px;
    width: 100%}
.about-author-page {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.about-author-left {
    display: table-cell;
    width: 130px;
    vertical-align: top;
}
.about-author-right {
    display: table-cell;
    vertical-align: top;
}
.about-author-row {
    width: 100%;
    display: block;
    float: left;
}
.about-author-row .profile-buttons {
    margin-top: 8px;
}
.about-author-right .author-link {
    float: left;
}
.img-author {
    width: 110px;
    height: 110px;
}
.post-next-prev {
    display: table;
    margin-bottom: 30px;
    min-height: 150px;
    border-top: 1px solid #f0f0f0;
    padding: 30px 0 15px 0;
}
.post-next-prev .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 5px;
}
.post-next-prev .title a {
    display: block;
}
.post-next-prev .left {
    text-align: right;
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    min-height: 60px;
}
.post-next-prev .right {
    text-align: left;
    display: table-cell;
    min-height: 60px;
}
.post-next-prev p span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-next-prev .left p span i {
    margin-right: 8px;
}
.post-next-prev .right p span i {
    margin-left: 8px;
}
.post-item {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.col-item-sep {
    width: 100%;
    height: 1px;
    float: left;
}
.post-item .category-label {
    position: absolute;
    top: 8px;
    left: 8px;
}
.post-item .title {
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
}
.post-item .title a {
    display: block;
}
.post-item .description {
    color: #777;
    font-size: 13px;
    float: left;
    line-height: 22px;
}
.rss-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
}
.rss-item {
    display: table;
    width: 100%}
.rss-item .left {
    display: table-cell;
    width: 250px;
}
.rss-item .right {
    display: table-cell;
}
.rss-item .right p {
    word-break: break-all;
}
.rss-content {
    margin-top: 60px;
}
.feed-item {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.feed-item .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
}
.feed-item .description {
    color: #777;
    float: left;
    font-size: 13px;
    line-height: 20px;
}
.comment-section {
    width: 100%;
    position: relative;
    display: block;
    float: left;
}
.comment-section .nav-tabs .active {
    border: 0;
    margin-bottom: -2px;
}
.comment-section .tab-content .tab-pane {
    padding: 20px 0;
}
.comment-section .form-textarea {
    resize: none;
}
.comment-section .comments {
    float: left;
    display: block;
    width: 100%}
.comment-section .nav-tabs {
    border-bottom: 2px solid #161616;
}
.comment-section .nav-tabs>li {
    margin-left: 0!important;
}
.comment-section .nav-tabs>li>a {
    height: 34px;
    line-height: 34px;
    border-radius: 0!important;
    text-transform: uppercase;
    background-color: transparent;
    color: #222;
    border: 0!important;
    padding: 0 15px;
    font-size: 14px;
}
.comment-section .nav-tabs>.active>a {
    color: #fff!important;
    background-color: var(--vr-block-color)!important;
}
.comment-section .comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%}
.comment-section .comments .comment-list li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 20px;
}
.comment-section .comments .comment-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}
.comment-section .comments .comment-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 1px;
}
.comment-section .comments .comment-list li .right {
    display: table-cell;
    vertical-align: top;
}
.comment-section .comments .comment-list li .right .row-custom {
    margin-bottom: 6px;
}
.comment-section .comments .comment-list li .right .comment {
    line-height: 22px;
}
.comment-section .comments .comment-list li .right .username {
    font-weight: 600!important;
    color: #222!important;
    float: left;
    display: block;
    font-size: 14px!important;
    line-height: 16px;
}
.comment-section .comments .comment-list li .right a {
    font-size: 12px;
}
.comment-section .comment-meta .date {
    font-size: 12px;
    line-height: 14px;
    color: #aaa;
}
.comment-section .comment-meta .btn-reply {
    color: #777;
    font-size: 12px;
    line-height: 14px;
    margin-left: 15px;
}
.comment-section .comment-meta .btn-reply i {
    margin-right: 5px;
}
.comment-section .comment-meta .btn-reply:hover {
    color: #444;
}
.comment-section .comment-meta .btn-comment-like {
    color: #777;
    font-size: 12px!important;
    line-height: 12px;
    margin-left: 15px;
    position: relative;
}
.comment-section .comment-meta .btn-comment-like:hover {
    color: #444;
}
.comment-section .tab-content .comments .comment-meta .comment-own {
    color: #777!important;
}
.comment-section .comment-meta .item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.comment-section .comment-meta, .comment-section .comment-meta span, .comment-section .comment-meta a {
    font-size: 12px;
    color: #777;
}
.comment-section .comments .comment-total {
    margin-bottom: 30px;
    margin-top: 45px;
}
.comment-section .comments .label-comment {
    font-size: 15px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 25px;
}
.comment-section .comments .comment-total span {
    display: block;
    font-size: 15px;
    float: left;
    line-height: 25px;
}
.row-sub-comment {
    margin: 0!important;
    padding: 0!important;
}
.sub-comment-form {
    padding: 15px;
    border-radius: .1875rem;
}
.sub-comment-form .form-group {
    margin-bottom: 7px;
}
.sub-comment-form-registered .form-group {
    margin-bottom: 7px;
}
.sub-comment-form-registered {
    margin-top: 15px;
}
.row-sub-comment .form-textarea {
    min-height: 60px;
}
.row-sub-comment .comment-list {
    margin-top: 20px!important;
}
.row-sub-comment .comment-list li {
    margin-bottom: 15px!important;
}
.btn-load-more {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    transition: all .25s ease 0s;
    color: #555;
    border-radius: .1875rem;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}
.btn-delete-comment {
    font-size: 12px;
    color: #d43f3a!important;
    margin-left: 15px;
}
.message-comment-result {
    margin: 10px 0!important;
    min-height: 22px;
}
.comment-success-message {
    position: relative;
    color: #00a65a;
    margin: 0!important;
}
.profile-page .img-profile {
    border-radius: 4px;
}
.profile-page .username {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}
.profile-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px!important;
}
.profile-tabs .nav .nav-item .nav-link {
    padding: 11px;
    border-radius: 3px;
    color: #222;
}
.profile-tabs .nav .nav-item .nav-link i {
    margin-right: 8px;
}
.profile-tabs .nav .nav-item .nav-link .count {
    float: right;
}
.profile-tabs .nav .nav-link:hover {
    background-color: #f2f2f2;
}
.profile-tabs .nav .active .nav-link {
    background-color: #f2f2f2;
}
.profile-page-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 60px;
}
.profile-details {
    width: 100%;
    display: table;
    position: relative;
    float: left;
}
.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 200px;
    padding-right: 30px;
}
.profile-details .right {
    display: table-cell;
    vertical-align: top;
}
.profile-details .img-profile {
    width: 200px;
    height: 200px;
    border-radius: 3px;
}
.profile-details .p-last-seen {
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
    color: #888;
}
.last-seen {
    font-size: 12px;
    color: #888;
}
.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #b8b8b8;
}
.last-seen-online i {
    color: #85cc84;
}
.profile-details .username {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
    display: inline-block;
    float: left;
}
.profile-details .description {
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
}
.profile-details .user-contact .info {
    color: #777;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E1E3DF;
}
.profile-details .user-contact .info:last-child {
    border: 0;
}
.profile-details .user-contact .info i {
    margin-right: 10px;
}
.profile-buttons {
    margin-top: 20px;
    text-align: left;
    line-height: 34px;
}
.profile-buttons .btn-follow {
    float: left;
    margin-right: 30px;
}
.profile-buttons ul {
    float: left;
    margin: 0;
    padding: 0;
}
.profile-buttons ul li {
    display: inline-block;
    margin-left: 5px;
}
.profile-buttons ul li:first-child {
    margin-left: 0;
}
.profile-buttons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #555;
    font-size: 15px;
    background-color: #f2f4f6;
    border-radius: 100%}
.profile-buttons ul li a:hover {
    color: #fff;
}
.btn-follow i {
    margin-right: 10px;
}
.widget-followers {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.widget-followers {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.widget-followers .widget-head {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.widget-followers .widget-head .title {
    font-size: 15px;
    margin-top: 0;
}
.widget-followers .widget-body {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 15px 0;
}
.widget-followers .widget-content {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    max-height: 260px;
    overflow: hidden;
}
.widget-followers .widget-body .row-followers {
    margin-right: -3px;
    margin-left: -3px;
}
.widget-followers .widget-body .col-followers {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
}
.widget-followers .widget-body .followers-list .img-follower {
    width: 50px;
    height: 50px;
}
.widget-followers .widget-body .followers-list img {
    width: 50px;
    height: 50px;
}
.form-avatar {
    width: 180px;
    border-radius: 3px;
}
.btn-profile-file-upload {
    background-color: #555!important;
    border-color: #555!important;
}
.badge-profile-file-upload {
    background-color: #555!important;
    font-size: 10px;
    font-weight: normal;
    border-radius: 4px;
    font-weight: 600;
    padding: 5px 10px;
}
.profile-tab-content .success-message {
    margin-top: 0;
}
.visual-color-box {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.contact-leave-message {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
}
.row-contact-text {
    margin-bottom: 30px;
}
.contact-item {
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%}
.contact-item .contact-icon {
    max-width: 30px;
    padding-right: 0;
    text-align: center;
    font-size: 15px;
    color: #444;
}
.contact-social {
    margin-top: 30px;
    float: left;
}
.contact-social ul {
    margin: 0;
    padding: 0;
}
.contact-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.contact-social ul li a {
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    color: #555;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 15px;
}
.contact-social ul li a:hover {
    text-decoration: none;
    background-color: var(--vr-theme-color)!important;
    border-color: var(--vr-theme-color)!important;
    color: #fff!important;
}
.page-gallery {
    min-height: 700px;
    padding-bottom: 100px;
}
.filters {
    width: auto;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.filters input {
    display: none;
}
.filters .btn {
    border: 0;
    color: #555!important;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 10px;
    padding: 6px 15px;
    -moz-transition: all .45s ease-in-out 0s;
    -webkit-transition: all .45s ease-in-out 0s;
    transition: all .45s ease-in-out 0s;
    background-color: #fff;
    box-shadow: none!important;
    position: relative;
    text-align: center;
    font-weight: 600;
    background-color: transparent!important;
}
.filters .active::after {
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%}
.filters .btn:last-child {
    margin-right: 0;
}
.filters .btn:focus:after, .filters .btn:hover:after, .filters .btn:active:after {
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    -moz-transition: all .45s ease-in-out 0s;
    -webkit-transition: all .45s ease-in-out 0s;
    transition: all .45s ease-in-out 0s;
}
.gallery .gallery-item {
    position: relative;
    cursor: pointer;
    padding-left: 7.5px!important;
    padding-right: 7.5px!important;
    margin-bottom: 15px;
}
.gallery .gallery-item .item-inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery img {
    width: 100%;
    transition: all .5s;
}
.gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
.gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    transition: .4s;
}
.gallery .lightbox:hover:after, .gallery .lightbox:hover:before {
    opacity: .5;
}
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
.row-masonry {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.gallery .gallery-item .caption {
    width: 100%;
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}
.gallery .gallery-item .gallery-image-cover a::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 40%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: block;
}
.gallery .gallery-item .caption .album-name {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 3px;
}
.img-gallery-empty {
    width: 100%;
    height: 300px;
    background-color: #fafafa;
}
.gallery-category-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
    margin: 0 15px 30px 15px;
    padding: 10px 20px;
}
.gallery-links {
    font-size: 16px;
}
.gallery-links .gallery-next-link {
    margin-left: 60px;
}
.pagination {
    float: right;
    margin: 30px 0;
}
.pagination li a {
    margin: 0 4px;
    border: 1px solid #eaeaf1;
    color: #63636a;
    height: 36px;
    text-align: center;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: auto;
    min-width: 36px;
    font-size: 14px;
    line-height: 23px;
    border-radius: 1px!important;
}
.pagination .prev a {
    line-height: 21px!important;
}
.pagination .next a {
    line-height: 21px!important;
}
.pagination .page-first a {
    line-height: 21px!important;
}
.pagination .page-last a {
    line-height: 21px!important;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
    color: #fff;
}
#footer {
    background-color: #1d1e20;
    padding-top: 60px;
    margin-top: 60px;
    color: #aaa;
}
.footer-widgets {
    padding-bottom: 30px;
    min-height: 290px;
}
.footer-widget {
    display: block;
}
.footer-widget .title {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}
.f-widget-about p {
    font-size: 13px;
}
.footer-logo {
    display: block;
    margin-bottom: 15px;
}
.f-random-list {
    padding: 0;
    margin: 0;
    position: relative;
}
.f-random-list li {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
.f-random-list li .list-left {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 106px;
    height: 74px;
    overflow: hidden;
}
.f-random-list li .list-right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.f-random-list .post-item-no-image .list-right {
    padding: 0;
}
.f-random-list li img {
    width: 106px;
    height: 74.2px;
    position: relative;
    float: left;
}
.f-random-list li .title {
    font-weight: 600;
    line-height: 22px;
    font-size: 13px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: none;
}
.f-random-list li .title a {
    color: #ccc;
    display: block;
}
.f-widget-follow ul {
    margin: 0;
    padding: 0;
}
.f-widget-follow ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.f-widget-follow ul li a {
    width: 38px;
    height: 38px;
    color: #cecece!important;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: .25rem;
    background-color: #2d2e30;
}
.f-widget-follow ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.f-widget-follow ul li .facebook:hover {
    background-color: #3B5998;
    color: #fff!important;
}
.f-widget-follow ul li .twitter:hover {
    background-color: #14171A;
    color: #fff!important;
}
.f-widget-follow ul li .instagram:hover {
    background-color: #D02E95;
    color: #fff!important;
}
.f-widget-follow ul li .linkedin:hover {
    background-color: #0177b5;
    color: #fff!important;
}
.f-widget-follow ul li .pinterest:hover {
    background-color: #bd081c;
    color: #fff!important;
}
.f-widget-follow ul li .vk:hover {
    background-color: #4c75a3;
    color: #fff!important;
}
.f-widget-follow ul li .telegram:hover {
    background-color: #08c;
    color: #fff!important;
}
.f-widget-follow ul li .youtube:hover {
    background-color: #b00;
    color: #fff!important;
}
.f-widget-follow ul li .tiktok:hover {
    background-color: #fe2c55;
    color: #fff!important;
}
.f-widget-follow ul li .whatsapp:hover {
    background-color: #3ebe2b;
    color: #fff!important;
}
.f-widget-follow ul li .discord:hover {
    background: #5865F2;
    color: #fff!important;
}
.f-widget-follow ul li .twitch:hover {
    background: #9147ff;
    color: #fff!important;
}
.f-widget-follow ul li .rss:hover {
    background-color: #F8991D;
    color: #fff!important;
}
.widget-newsletter {
    margin-top: 45px;
}
.widget-newsletter input[name='url'], .modal-newsletter input[name='url'] {
    display: none!important;
}
.page-contact input[name='message_content'] {
    display: none!important;
}
.newsletter {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
}
.newsletter input {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    background: #2d2e30;
    border: 1px solid transparent;
    border-right: 0!important;
    outline: none!important;
    color: #ccc;
    height: 38px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
}
.newsletter .newsletter-button {
    height: 38px;
    padding: 6px 14px;
    border-radius: 0 3px 3px 0;
    line-height: 1.5;
    outline: none!important;
    font-size: 14px;
    border: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
}
.newsletter .newsletter-button:hover {
    opacity: .8;
}
.modal-newsletter .modal-content {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 0!important;
    border-radius: 2px!important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.modal-newsletter .modal-body {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 0!important;
    border-radius: 2px!important;
}
.modal-newsletter .image {
    flex: 1;
    background-size: cover;
    background-position: center;
    height: 330px;
}
.modal-newsletter .content {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-newsletter .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.modal-newsletter .content p {
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
    color: #6c757d;
    min-height: 70px;
}
.modal-newsletter .content form {
    display: flex;
    flex-direction: column;
}
.modal-newsletter .content input[type="email"] {
    flex: 1;
    padding: 12px 22px;
    margin-bottom: 16px;
}
.modal-newsletter .content input[type="email"]:focus {
    outline: 0;
}
.modal-newsletter .content .btn {
    padding: 13px 22px;
    background-color: var(--vr-block-color)!important;
    border-color: var(--vr-block-color)!important;
}
.modal-newsletter .btn-close {
    outline: none!important;
    box-shadow: none!important;
    border: 0!important;
    background-color: transparent!important;
    position: absolute;
    z-index: 10;
    right: 12px;
    font-size: 12px;
    top: 12px;
    opacity: .4;
}
@media(min-width:992px) {
    .modal-newsletter .modal-dialog {
    width: 750px;
}
}@media(max-width:992px) {
    .modal-newsletter {
    flex-direction: column;
}
.modal-newsletter .image {
    display: none;
}
.modal-newsletter .title {
    font-size: 18px;
    margin: 0 0 15px;
}
}.footer-bottom {
    padding: 20px 0 20px 0;
    border-top: 1px solid #2a2b2d;
    line-height: 36px;
}
.footer-bottom-left {
    float: left;
    padding-left: 15px;
}
.footer-bottom-right {
    float: right;
}
.footer-bottom p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
}
.nav-footer {
    margin: 0;
    padding: 0;
}
.nav-footer li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 15px;
}
.nav-footer li a {
    color: #aaa;
    font-size: 13px;
    line-height: 16px;
}
.scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    color: #fff;
    z-index: 999999;
}
.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #222;
    border-radius: .3rem;
    z-index: 999999;
}
@keyframes fadeIn {
    from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}.add-reading-list {
    color: #379824!important;
    font-size: 12px!important;
    float: right!important;
    font-weight: 400!important;
}
.remove-reading-list {
    color: #cc2d29!important;
    font-size: 12px!important;
    float: right!important;
    font-weight: 400!important;
}
.contact-map-container {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.contact-map-container iframe {
    display: block;
    float: left;
    width: 100%;
    height: 460px;
}
.navbar-default .sub-menu-right {
    background-color: #fff;
    display: table-cell;
    min-height: 250px;
    padding: 20px;
    vertical-align: top;
    width: 80%}
.single-sub-menu {
    display: block!important;
    width: 100%!important;
}
.single-sub-menu .menu-post-item {
    width: 20%}
.hide-after::after {
    display: none;
}
.post-item-no-image .category-label {
    position: relative!important;
    left: 0!important;
    top: 0!important;
}
.post-item-no-image .right {
    padding: 0!important;
}
.post-item-no-image .item-content {
    width: 100%!important;
}
.post-item-no-image .category-label-horizontal {
    left: 15px!important;
}
.post-item-no-image .caption-video-image {
    position: relative!important;
    padding: 0!important;
    pointer-events: auto!important;
}
.post-item-no-image .caption-video-image .category-label {
    display: none;
}
.post-item-no-image .caption-video-image .title {
    color: #222!important;
    pointer-events: auto!important;
}
.post-item-no-image .caption-video-image .title a {
    color: #222!important;
    pointer-events: auto!important;
}
.post-item-no-image .title-random-slider {
    margin-top: 30px;
}
.post-item-no-image .category-label-random-slider {
    top: 15px!important;
}
.section-block-3 .post-item-no-image .title {
    margin-top: 0!important;
}

.post-item-mid .post-item-image {
    height: 136.78px;
}

.profile-page .post-item-image {
    height: 249.78px;
}
.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.img-bg {
    width: 100%}
.img-cover {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-post {
    width: 100%;
    position: relative;
    display: block;
}
.media-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    pointer-events: none;
}
.media-icon svg {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3)!important;
    border-radius: 100%!important;
}
.featured-slider .media-icon, .post-item-video-big .media-icon, .featured-slider .media-icon svg, .post-item-video-big .media-icon svg {
    width: 48px;
    height: 48px;
}
.featured-box .media-icon, .featured-box .media-icon svg {
    width: 38px;
    height: 38px;
}
.megamenu-content .media-icon, .megamenu-content .media-icon svg {
    width: 34px;
    height: 34px;
}
.post-item-small .media-icon, .post-item-small .media-icon svg, .f-random-list .media-icon, .f-random-list .media-icon svg {
    width: 28px;
    height: 28px;
}
.show-on-page-load {
    visibility: hidden;
    width: auto;
    height: auto;
    max-width: 750px;
    margin: 0 auto;
}
.category-label-relative {
    position: relative!important;
    top: 0!important;
    left: 0!important;
}
.l-15-im {
    left: 15px!important;
}
.cookies-warning {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 400px;
    max-width: 100%;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 12px rgb(0 0 0 / 14%);
    z-index: 9999999;
}
.cookies-warning .text {
    width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
    color: #333;
}
.cookies-warning .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    border: 0!important;
    box-shadow: none!important;
    background-color: transparent!important;
}
.cookies-warning p {
    margin-bottom: 0;
}
.cookies-warning a {
    color: var(--vr-theme-color)!important;
}
.recaptcha-cnt {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.page-login .g-recaptcha {
    width: 300px;
    height: 74px;
    margin: 0 auto;
}
.emoji-reactions-container {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.emoji-reactions-container .title-reactions {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.emoji-reactions-container .reaction-container {
    border-radius: 8px;
}
.emoji-reactions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 100%}
.emoji-reactions .reaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 88px;
    padding: 3px;
    position: relative;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
    flex-shrink: 0;
    cursor: pointer;
}
.emoji-reactions .emoji {
    width: 64px;
    height: 64px;
}
.emoji-reactions .text {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    display: block;
    word-break: break-word;
    border-radius: 2px;
    padding: 2px 12px;
}
.emoji-reactions .selected .text {
    background-color: var(--vr-theme-color)!important;
    color: #fff;
}
.emoji-reactions .reaction .vote {
    border-radius: 15px;
    position: absolute;
    top: 8px;
    right: 16px;
    display: inline-block;
    min-width: 24px;
    height: 16px;
    line-height: 16px;
    opacity: .8;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    background-color: var(--vr-block-color)!important;
}
.emoji-reactions .reaction.disabled {
    cursor: default;
}
.emoji-reactions .reaction.disabled:hover {
    cursor: default;
}
.post-content .vjs-icon-play::before, .post-content .video-js .vjs-big-play-button::before, .post-content .video-js .vjs-play-control::before {
    display: none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-center {
    text-align: center;
    padding: 0!important;
}
.modal-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.add-post-modal .modal-dialog {
    max-width: 900px;
}
.add-post-modal .row {
    margin-left: -5px;
    margin-right: -5px;
}
.add-post-modal .row {
    margin-left: -5px;
    margin-right: -5px;
}
.add-post-modal .col-add-post {
    padding-left: 5px;
    padding-right: 5px;
}
.add-post-modal .modal-header {
    border: 0!important;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 10px;
}
.add-post-modal .modal-body {
    padding: 20px;
    padding-bottom: 30px;
}
.add-post-modal .modal-content {
    border-radius: 4px;
}
.add-post-modal .modal-header .modal-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.add-post-modal .item {
    width: 100%;
    height: 215px;
    overflow: hidden;
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 10px;
}
.add-post-modal .item-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
}
.add-post-modal .item-icon svg {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}
.add-post-modal .item .title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    color: #333!important;
}
.add-post-modal .item .desc {
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}
.add-post-modal .close {
    position: absolute;
    z-index: 10;
    right: 15px;
    font-size: 15px;
    top: 15px;
}
.add-post-modal .item:hover {
    background-color: #f7f7f7;
}
.page-confirm {
    width: 400px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
    max-width: 100%}
.page-confirm .p-order-number {
    font-weight: bold;
    font-size: 18px;
}
.page-confirm .p-complete-payment {
    margin-top: 60px;
    text-align: center;
}
.page-confirm .bank-account-container {
    text-align: center;
}
.page-confirm .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.btn-file-upload {
    position: relative;
    font-size: 13px!important;
    padding: 4px 16px!important;
    overflow: hidden!important;
    margin-right: 15px;
}
.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}
.disable-body-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}
.custom-checkbox {
    line-height: 22px;
    cursor: pointer;
    font-weight: 400!important;
}
.custom-checkbox:after {
    content: '';
    display: table;
    clear: both;
}
.custom-checkbox .checkbox-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #dee2e6;
    background-color: #dee2e6;
    border-radius: .15em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
.custom-radio .checkbox-icon {
    border: 1px solid #dee2e6;
    background-color: transparent;
}
.custom-checkbox .checkbox-icon i {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 3px;
    left: 3px;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox input+.checkbox-icon>i {
    opacity: 0;
}
.custom-checkbox input:checked+.checkbox-icon {
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
}
.custom-checkbox input:checked+.checkbox-icon>i {
    opacity: 1;
    color: #fff;
}
.custom-checkbox input:disabled+.checkbox-icon {
    opacity: .5;
}
.swal2-popup {
    font-size: 14px!important;
}
.swal2-title {
    font-size: 14px!important;
}
.swal2-content {
    font-size: 14px!important;
}
.swal2-confirm {
    background-color: var(--vr-theme-color)!important;
    border-radius: 2px!important;
    font-weight: normal!important;
    padding: 8px 18px;
    font-size: 14px;
}
.swal2-cancel {
    background-color: #e9e9ed!important;
    color: #333!important;
    border-radius: 2px!important;
    font-weight: normal!important;
    padding: 8px 18px;
    font-size: 14px;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 416px!important;
    border-radius: 2px!important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 15px!important;
}
.is-invalid {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
    box-shadow: 0 0 0 .05rem rgba(220, 53, 69, 0.40)!important;
}
.is-recaptcha-invalid>div {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
    box-shadow: 0 0 0 .05rem rgba(220, 53, 69, 0.40)!important;
}
.has-error {
    border-color: #a94442!important;
}
form label.error {
    color: #d43f3a;
    display: none!important;
}
form input.error {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
}
form textarea.error {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
}
form select.error {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
}
.alert-messages ul {
    padding: 0!important;
    margin: 0!important;
}
.alert-messages ul li {
    display: block;
    list-style: none;
    margin-bottom: 2px;
}
.bn-content {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.bn-content .bn-inner {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.bn-content .bn-inner a {
    display: block;
}
.col-bn-mb {
    display: none;
}
.bn-header .bn-content {
    margin: 0!important;
}
.bn-header-mb {
    display: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 520px;
}
.post-item-small .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 130px;
}
.featured-slider .featured-slider-item .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 700px;
}
.img-no-slider {
    pointer-events: none!important;
    z-index: -1!important;
}
.post-item-video-big .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 750px;
}
.featured-box .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 340px;
}
.menu-post-item .img-cover {
    position: relative;
    width: auto!important;
    height: auto!important;
    min-height: 100%;
    min-width: 100%;
    max-width: 260px;
}
}@media(min-width:1300px) {
    .random-slider-container {
    max-height: 389.1px;
    overflow: hidden;
}
}@media(max-width:1200px) {
    .container {
    width: 100%}
.featured-box .img-post {
    height: auto!important;
}
#featured .featured-left .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.featured-box .caption .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.news-ticker ul li {
    width: 700px;
}
.reactions .col-reaction {
    margin-right: 3.8px;
}
#featured {
    height: auto;
}
#featured .featured-left {
    height: auto;
}
#featured .featured-right {
    height: auto;
}
.featured-slider .featured-slider-item {
    height: auto;
}
#featured .featured-box {
    height: auto;
}
#featured .featured-box .box-inner {
    height: auto;
}
.post-item-image {
    height: auto;
}

}@media(min-width:992px) {
    .nav-mobile {
    display: none!important;
}
.overlay-bg {
    display: none!important;
}
}@media(max-width:991px) {
    #content {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 15px;
}
.page-gallery .page-title {
    margin-top: 30px;
}
#sidebar {
    width: 100%}
#header .top-bar {
    display: none;
}
#header .logo-banner {
    display: none;
}
#header .main-menu {
    display: none;
}
.mobile-nav-container {
    display: block;
}
.nav-mobile-header {
    display: block;
}
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
    position: relative;
    top: -7px;
}
.mobile-nav-search {
    display: block;
}
.section-featured .container {
    padding: 0;
}
.modal {
    top: 60px;
}
.add-post-modal .modal-header {
    padding-bottom: 0;
}
.add-post-modal .close {
    right: 14px;
    top: 14px;
}
#featured {
    margin-top: 0;
    display: block!important;
}
#featured .featured-left {
    width: 100%;
    position: relative;
    display: block!important;
    padding-right: 0!important;
    padding-bottom: 2px;
    float: left;
}
#featured .featured-right {
    width: 100%;
    position: relative!important;
    display: block!important;
    padding-left: 0!important;
    float: left;
}
#featured .featured-boxes-top {
    margin-bottom: 2px;
}
#featured .box-1 {
    padding-right: 1px;
}
#featured .box-3 {
    padding-right: 1px;
}
.featured-slider {
    max-height: none!important;
}
.featured-slider .featured-slider-item {
    background-color: #eee;
    height: auto;
    width: 100%}
.featured-slider .owl-nav .owl-prev {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.featured-slider .owl-nav .owl-next {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.img-no-slider {
    display: none;
}
.main-menu .post-meta {
    display: none;
}
.news-ticker ul li {
    width: 600px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis;
}
.profile-details {
    width: 100%;
    display: block;
}
.profile-details .left {
    width: 100%;
    display: block;
    padding: 0;
}
.profile-details .right {
    width: 100%;
    display: block;
}
.profile-details .username {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.profile-tabs {
    margin-bottom: 30px;
}
.col-bn-mb {
    display: block;
}
.bn-header-mb {
    display: block;
}
.col-bn-ds {
    display: none;
}
}@media(max-width:767px) {
    .mobile-nav-search .search-form {
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 60px;
    padding: 5px;
    border-top: 2px solid #ebebeb;
}
.search-form button {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 38px;
}
.section {
    margin-bottom: 10px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
    max-width: 100%}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px;
    padding: 7px 15px 7px 25px;
}
.profile-dropdown .dropdown-menu {
    top: 0!important;
}
.profile-dropdown .dropdown-menu>li>a>i {
    margin-right: 5px;
}
.page-breadcrumb {
    height: 30px;
    min-height: 30px;
}
#featured .featured-left .caption {
    padding: 10px;
}
.featured-slider .featured-slider-item .category-label {
    left: 10px;
    top: 10px;
}
.featured-slider .featured-slider-item .caption {
    left: 0!important;
}
#featured .featured-left .title {
    font-size: 20px;
    line-height: 26px;
}
.featured-box .caption {
    padding: 10px;
}
.featured-box .category-label {
    left: 10px;
    top: 10px;
}
.featured-box .caption .title {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.page-breadcrumb {
    display: none;
}
#content {
    padding-bottom: 30px;
}
.col-post-item {
    width: 100%}
.post-item .title {
    font-size: 20px;
    line-height: 26px;
}

.featured-video li .title {
    font-size: 18px;
    line-height: 24px;
}
.sidebar-widget .recommended-posts .recommended-posts-first .title {
    font-size: 18px;
    line-height: 24px;
}
.post-item .description {
    font-size: 13px;
    line-height: 20px;
}
.video-image {
    display: block;
    width: 100%!important;
    position: relative!important;
}
.video-image img {
    display: block;
    width: 100%!important;
    position: relative!important;
}
.video-image .video-bg {
    display: none;
}

.poll .title {
    font-size: 14px;
    line-height: 21px;
}
.post-share .share-box .share-li-lg {
    display: none;
}
.post-share .share-box .share-li-sm {
    display: inline-block;
}
.post-content {
    padding-top: 10px;
}
.post-content .title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 10px;
}
.page-title {
    font-size: 25px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.page-content img {
    display: block;
    height: auto!important;
    max-width: 100%!important;
    position: relative;
}
.post-content .post-text img {
    display: block;
    height: auto!important;
    max-width: 100%!important;
    position: relative;
}
.post-share .share-box .social-btn-sm {
    height: 38px;
    line-height: 38px;
    width: 38px;
}
.title-post-item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.post-content .post-text {
    font-size: 15px;
    line-height: 25px;
}
.post-share-bottom {
    padding: 15px 0 15px;
}
.post-content .post-share {
    margin-bottom: 15px;
}
.post-next-prev {
    margin-bottom: 30px;
}
.post-next-prev .left {
    border: 0;
}
.post-next-prev .right {
    margin-top: 15px;
}
.post-next-prev p, .post-next-prev .title {
    text-align: center;
}
.contact-leave-message {
    font-size: 16px;
}
.contact-right {
    margin-top: 30px;
}
.captcha-cnt {
    margin-bottom: 10px;
}
.cap-register-cnt {
    margin-bottom: 0;
}
.contact-social ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.contact-social ul li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.full-with-map {
    margin-top: 30px;
    height: 350px;
}
.auth-modal .modal-header .modal-title {
    font-size: 22px;
}
.link-forget {
    font-size: 13px;
}
.p-auth-modal {
    display: none;
}
.btn-login-facebook .icon {
    width: 35px;
}
.btn-login-google .icon {
    width: 35px;
}
.btn-login-ext .icon {
    margin-right: 0;
    width: 35px;
    font-size: 15px;
    padding-left: 5px;
}
.auth-box .has-feedback {
    margin-bottom: 10px;
}
.p-auth-modal-or {
    margin-bottom: 15px;
    margin-top: 10px;
}
.btn-login-ext {
    font-size: 12px;
    line-height: 34px;
}
.login-box-cnt {
    float: left;
    width: 100%!important;
    max-width: 100%!important;
}
.login-box {
    padding: 30px 20px;
    width: 100%!important;
}
.col-update-profile {
    padding: 0;
}
.auth-title {
    font-size: 22px;
    line-height: 26px;
}
.login-box .box-footer {
    padding: 15px 0;
}
.news-ticker-cnt .right {
    display: block;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.news-ticker ul {
    height: auto;
    padding: 0;
}
.news-ticker ul li {
    height: auto;
}
.sub-block-tabs {
    display: none;
}
.sub-block-tabs-mobile {
    display: block;
}
.newsletter input {
    width: 100%}
.filters .btn {
    font-size: 13px;
    margin: 5px;
    padding: 6px;
}
.page-content {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 60px;
}
.about-author-left {
    display: block;
    text-align: center;
}
.about-author-right {
    display: block;
    margin-top: 15px;
}
.rss-title {
    font-size: 16px;
}
.rss-item .left {
    display: block;
    width: 100%}
.rss-item .right {
    display: block;
    width: 100%}
#footer {
    padding-top: 30px;
}
.nav-footer {
    padding-bottom: 40px;
}
.footer-bottom-left {
    display: block;
    text-align: center;
    width: 100%}
.footer-bottom-right {
    display: block;
    text-align: center;
    width: 100%}
.li-whatsapp {
    display: inline-block!important;
}
.cookies-warning {
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    width: 100%;
    max-width: 100%}
.widget-follow li a i {
    width: 45px;
    padding-left: 15px;
}
.reactions .col-reaction {
    margin-right: 3.8px;
    width: 20.2%}
.recaptcha-cnt {
    min-height: 80px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%}
.g-recaptcha {
    -webkit-transform: scale(0.82);
    -moz-transform: scale(0.82);
    -ms-transform: scale(0.82);
    -o-transform: scale(0.82);
    transform: scale(0.82);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.comment-section .nav-tabs>li>a {
    padding: 0 10px;
    font-size: 13px;
}
.comment-section .comment-meta .btn-reply {
    margin-left: 5px;
}
.btn-delete-comment {
    margin-left: 5px;
}
.post-details-meta-date {
    max-width: 200px;
}
.post-details-meta-date span {
    display: block!important;
    width: 100%!important;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    margin: 0 1px;
    height: 32px;
    min-width: 32px;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 10px!important;
}
#featured .slider-container {
    height: 540px;
}
.featured-slider .featured-slider-item {
    height: 540px;
}
.table-of-contents {
    padding: 15px;
}
.table-of-contents ul li a {
    line-height: 24px;
}
}@media(max-width:576px) {
    .post-content .post-meta .sp-left {
    margin-right: 5px;
}
.post-share .share-box li {
    margin-right: 5px;
    margin-bottom: 0;
}
.news-ticker ul li {
    width: 300px;
}
.aplayer .aplayer-pic {
    height: 80px!important;
    width: 80px!important;
}
.aplayer .aplayer-info {
    height: 80px!important;
    margin-left: 80px!important;
    padding: 5px!important;
}
#featured .slider-container {
    height: 440px;
}
.featured-slider .featured-slider-item {
    height: 440px;
}
}@media(max-width:480px) {
    .featured-box .caption .post-meta {
    display: none;
}
#content {
    padding-top: 15px;
}
.news-ticker-cnt {
    margin: 15px 0;
}
.page-gallery {
    padding-top: 15px;
}
.news-ticker ul li {
    width: 240px;
}
.featured-box .caption .title {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}
.post-item-video-big .caption {
    padding: 0 10px 10px;
}
.post-item-video-big .title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.comment-section .comments .comment-list li .right .sub-comment-form {
    padding: 0;
}
.sub-comment-form .g-recaptcha {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.g-recaptcha {
    height: 60px;
    overflow: visible;
}
#featured .slider-container {
    height: 360px;
}
.featured-slider .featured-slider-item {
    height: 360px;
}
}@media(max-width:380px) {
    .auth-modal .modal-sm {
    width: 90%!important;
}
.comment-section .comments .comment-list li .right .sub-comment-form {
    max-width: 225px!important;
    overflow: hidden;
}
#featured .slider-container {
    height: 288px;
}
.featured-slider .featured-slider-item {
    height: 288px;
}
}@media(max-width:321px) {
    .featured-box .caption .title {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
#featured .slider-container {
    height: 240px;
}
.featured-slider .featured-slider-item {
    height: 240px;
}
}@media(max-width:300px) {
    .post-item-small {
    margin-bottom: 15px;
}
.post-item-small, .post-item-small .left, .post-item-small .right {
    display: block;
    float: left;
    padding: 0;
}
.post-item-small .title {
    margin-top: 5px;
}
}.dark-mode {
    background-color: #1c1c1c!important;
    color: #eee!important;
}
.dark-mode a, .dark-mode label, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode strong {
    color: #eee;
}
.dark-mode p {
    color: #cdcdcd;
}
.dark-mode iframe {
    border: 0!important;
}
.dark-mode .form-group input, .dark-mode .form-group input:invalid, .dark-mode .form-group input:valid, .dark-mode textarea {
    background: #272727!important;
    border: 1px solid #2D2D2D!important;
    color: #eee!important;
}
.dark-mode .dropdown-menu {
    background-color: #161616!important;
    border: #000!important;
}
.dark-mode .dropdown-menu>li>a {
    color: #eee!important;
}
.dark-mode .dropdown-menu>li>a:hover {
    background-color: #1c1c1c;
}
.dark-mode .dropdown-menu>li>a:focus, .dark-mode .dropdown-menu>li>a:hover {
    background-color: #1c1c1c!important;
}
.dark-mode .page-breadcrumb .breadcrumb .breadcrumb-item {
    color: #666;
}
.dark-mode .breadcrumb .breadcrumb-item a, .dark-mode .breadcrumb .breadcrumb-item span {
    color: #666;
}
.dark-mode .breadcrumb>li+li::before {
    color: #666;
}
.dark-mode .page-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #999;
}
.dark-mode .pagination li a {
    background-color: #272727;
    border-color: #272727;
    color: #a0a0a0;
}
.dark-mode .btn-switch-mode-mobile {
    background-color: #272727!important;
    border: 1px solid #272727;
    color: #eee!important;
}
.dark-mode .modal-content {
    background-color: #1c1c1c;
}
.dark-mode .auth-modal .modal-header .modal-title {
    color: #fbfbfb;
}
.dark-mode .custom-checkbox .checkbox-icon {
    border: 1px solid #373737;
    background-color: #373737;
}
.dark-mode .p-auth-modal-or {
    color: #a0a0a0;
}
.dark-mode .auth-modal .modal-header .close {
    color: #fbfbfb;
}
.dark-mode .add-post-modal .item {
    background-color: #272727;
}
.dark-mode .add-post-modal .item:hover {
    background-color: #1c1c1c;
}
.dark-mode .add-post-modal .item:hover .item-icon {
    background-color: #161616;
}
.dark-mode .add-post-modal .item .title {
    color: #eee!important;
}
.dark-mode .add-post-modal .item-icon {
    background-color: #1c1c1c;
}
.dark-mode .add-post-modal .item-icon i {
    color: #dbdbdb!important;
}
.dark-mode .add-post-modal .item .desc {
    color: #a0a0a0;
}
.dark-mode .add-post-modal .close {
    color: #fbfbfb;
}
.dark-mode .link-forget {
    color: #eee!important;
}
.dark-mode .p-auth-modal {
    color: #a0a0a0;
}
.dark-mode .top-bar .top-menu .dropdown li a:hover {
    background-color: #1c1c1c;
}
.dark-mode .profile-dropdown .dropdown-menu li:last-child {
    border-top: 1px solid #161616!important;
}
.dark-mode .top-bar .top-menu .dropdown li a i {
    color: #eee;
}
.dark-mode .main-menu {
    background-color: #161616;
    border-top: 1px solid #161616;
}
.dark-mode .navbar-default .navbar-nav>li>a {
    color: #fbfbfb!important;
}
.dark-mode .navbar-default .navbar-nav>.active>a, .dark-mode .navbar-default .navbar-nav>.active>a:focus, .dark-mode .navbar-default .navbar-nav>.active>a:hover {
    background-color: #161616;
}
.dark-mode .navbar-default .sub-menu-left {
    background-color: #161616;
}
.dark-mode .megamenu .dropdown.megamenu-fw .dropdown-menu {
    top: 50px;
}
.dark-mode .navbar-default .sub-menu-left .nav-sub-categories li a {
    background: #161616;
    border-bottom: 1px solid #161616;
    color: #eee!important;
}
.dark-mode .navbar-default .sub-menu-left .nav-sub-categories li a:hover {
    background-color: #1c1c1c;
}
.dark-mode .navbar-default .sub-menu-left .nav-sub-categories .active a {
    background-color: #1c1c1c;
}
.dark-mode .navbar-default .sub-menu-right {
    background-color: #1c1c1c;
}
.dark-mode .dropdown-more>li {
    border-bottom: 1px solid #1c1c1c;
}
.dark-mode .dropdown-more>li>ul>li {
    border-bottom: 1px solid #1c1c1c;
}
.dark-mode .search-form {
    background-color: #161616;
}
.dark-mode .search-form .form-input {
    color: #eee;
    background-color: #1c1c1c;
}
.dark-mode .section .nav-tabs>li.active>a, .dark-mode .section .nav-tabs>li.active>a:focus, .dark-mode .section .nav-tabs>li.active>a:hover {
    background-color: transparent!important;
    color: #fbfbfb;
}
.dark-mode .section .nav-tabs>li>a:focus, .dark-mode .section .nav-tabs>li>a:hover, .dark-mode .section .nav-tabs>li>a:active {
    background-color: transparent!important;
    color: #fbfbfb;
}
.dark-mode .bnt-news-ticker {
    border: 1px solid #373737;
    color: #eee;
}
.dark-mode .section .nav-tabs>li>a {
    color: #a0a0a0;
}
.dark-mode .btn-load-more {
    background-color: #272727;
    border-color: #272727;
    color: #a0a0a0;
}
.dark-mode .widget-popular-posts .nav-tabs {
    border-bottom: 1px solid #373737;
}
.dark-mode .widget-popular-posts .nav-tabs .active {
    border-bottom: 2px solid #555;
}
.dark-mode .widget-popular-posts .nav-tabs li a {
    color: #a0a0a0;
}
.dark-mode .widget-popular-posts .nav-tabs .active a {
    color: #fbfbfb!important;
}
.dark-mode .widget-popular-posts .tab-content .loader-popular-posts .spinner>div {
    background-color: #bcbcbc;
}
.dark-mode .small-post-meta span, .dark-mode .small-post-meta a {
    color: #a0a0a0;
}
.dark-mode .post-item .description {
    color: #a0a0a0;
}
.dark-mode .sidebar-widget .tag-list li a {
    background-color: #272727;
    color: #a0a0a0;
}
.dark-mode .custom-radio .checkbox-icon {
    border: 1px solid #373737;
}
.dark-mode .poll {
    border-bottom: 1px solid #373737;
}
.dark-mode .poll .result .progress {
    background-color: #373737;
    color: #fbfbfb;
}
.dark-mode .post-item-image {
    background-color: #191919;
}
.dark-mode .featured-slider .featured-slider-item {
    background-color: #191919;
}
.dark-mode #featured .featured-box .box-inner {
    background-color: #191919;
}
.dark-mode .post-item-small .left {
    background-color: #191919;
}
.dark-mode .page-content {
    color: #cdcdcd;
}
.dark-mode .page-contact {
    color: #cdcdcd;
}
.dark-mode .contact-item .contact-icon {
    color: #a0a0a0;
}
.dark-mode .contact-info {
    color: #eee;
}
.dark-mode .contact-social ul li a {
    border: 1px solid #373737;
    color: #a0a0a0;
}
.dark-mode .login-box {
    background-color: #1c1c1c;
    border-color: #272727;
}
.dark-mode .auth-title {
    color: #fbfbfb;
}
.dark-mode .last-seen {
    color: #a0a0a0;
}
.dark-mode .profile-details .description {
    color: #cdcdcd;
}
.dark-mode .profile-details .user-contact .info {
    color: #a0a0a0;
    border-right: 1px solid #373737;
}
.dark-mode .profile-buttons ul li a {
    color: #eee;
    background-color: #373737;
}
.dark-mode .widget-followers .widget-head {
    border-bottom: 1px solid #373737;
}
.dark-mode .profile-tabs .nav .nav-item .nav-link {
    color: #eee;
}
.dark-mode .profile-tabs .nav .active .nav-link {
    background-color: #272727;
}
.dark-mode .profile-tabs .nav .nav-link:hover, .dark-mode .profile-tabs .nav .nav-link:focus {
    background-color: #272727;
}
.dark-mode .post-content .title {
    color: #fbfbfb;
}
.dark-mode .title-post-item {
    color: #fbfbfb;
}
.dark-mode .post-content .post-text {
    color: #cdcdcd;
}
.dark-mode .post-content .img-description {
    color: #a0a0a0;
}
.dark-mode .post-content .post-meta span a {
    color: #a0a0a0!important;
}
.dark-mode .post-content .post-tags .tag-list li a {
    border: 2px solid #373737;
    color: #a0a0a0;
}
.dark-mode .post-next-prev {
    border-top: 1px solid #373737;
}
.dark-mode .post-next-prev .left {
    border-right: 1px solid #373737;
}
.dark-mode .emoji-reactions .reaction .text {
    color: #ebebeb!important;
}
.dark-mode .emoji-reactions .reaction.disabled:hover {
    border-bottom: 1px solid #1a1a1a;
}
.dark-mode .disable-voting {
    background-color: #272727!important;
}
.dark-mode .disable-voting span {
    color: #eee!important;
}
.dark-mode .about-author {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}
.dark-mode .about-author-row {
    color: #cdcdcd!important;
}
.dark-mode .comment-section .comments .comment-list li .right .username {
    color: #eee!important;
}
.dark-mode .comment-section .comments .comment-list li .right .comment {
    color: #cdcdcd!important;
}
.dark-mode .comment-section .comment-meta a {
    color: #a0a0a0!important;
}
.dark-mode .comment-section .comment-meta a:hover {
    color: #eee!important;
}
.dark-mode .comment-section .comment-meta .btn-delete-comment {
    color: #d43f3a!important;
}
.dark-mode .comment-section .comment-meta .btn-delete-comment:hover {
    color: #d43f3a!important;
}
.dark-mode div#amplitude-player {
    background: transparent!important;
}
.dark-mode div#amplitude-left div#player-left-bottom {
    background-color: #272727!important;
}
.dark-mode div#amplitude-left div#player-left-bottom div#meta-container span.song-name {
    color: #607D8B!important;
}
.dark-mode div#amplitude-right {
    border-top: 2px solid #373737!important;
}
.dark-mode #amplitude-right .list-row {
    border-bottom: 1px solid #373737!important;
}
.dark-mode div#amplitude-right div.song div.song-meta-data span.song-title {
    color: #eee!important;
}
.dark-mode .quiz-container .quiz-question {
    border-bottom: 1px solid #373737;
}
.dark-mode .quiz-container .question-answers .answer-format-image .answer {
    background-color: #272727;
    border: 1px solid #272727;
}
.dark-mode .quiz-container .question-answers .answer-format-image .answer:hover {
    background-color: #161616;
    border: 1px solid #161616;
}
.dark-mode .quiz-container .answer-format-text .answer .answer-text {
    color: #eee;
}
.dark-mode .quiz-container .question-answers .answer-format-image .answer-bottom .answer-text {
    color: #eee;
}
.dark-mode .quiz-container .question-answers .answer-format-image .answer-bottom .quiz-answer-icon {
    color: #a0a0a0;
}
.dark-mode .quiz-container .answer-format-text .quiz-answer-icon {
    color: #a0a0a0;
}
.dark-mode .quiz-container .answer-format-text .answer {
    border: 1px solid #2D2D2D;
}
.dark-mode .quiz-container .answer-format-text .answer:hover {
    border-color: #4B4B4B;
}
.dark-mode .label-reaction {
    color: #eee;
}
.dark-mode #footer {
    background-color: #161616;
    color: #eee;
}
.dark-mode .f-random-list li .title a {
    color: #eee;
}
.dark-mode .f-widget-follow ul li a {
    color: #eee!important;
    background-color: #272727;
}
.dark-mode .nav-footer li a {
    color: #eee;
}
.dark-mode .footer-bottom {
    border-top: 1px solid #272727;
}
.dark-mode .cookies-warning {
    background-color: #272727;
    border: 1px solid #272727;
}
.dark-mode .cookies-warning .text {
    color: #eee;
}
.dark-mode .cookies-warning .icon-cl {
    color: #fbfbfb!important;
}
.dark-mode div:where(.swal2-container) div:where(.swal2-popup) {
    background-color: #1c1c1c!important;
    color: #eee;
}
.dark-mode .swal2-cancel {
    color: #eee!important;
    background-color: #272727!important;
}
.dark-mode .modal-newsletter .content input[type="email"] {
    background: #272727!important;
    border: 1px solid #2D2D2D!important;
    color: #eee!important;
}
.dark-mode .top-bar .top-menu li span {
    color: #eee!important;
}
.dark-mode .table>thead>tr>th {
    border-bottom: 2px solid #373737;
}
.dark-mode .nav-mobile-header {
    background-color: #1c1c1c;
    border-bottom: 1px solid #161616;
}
.dark-mode .nav-mobile-header-container .mobile-search .search-icon {
    color: #eee!important;
}
.dark-mode .nav-mobile-header-container .menu-icon a {
    color: #eee!important;
}
.dark-mode .mobile-nav-search .search-form {
    border-top: 0!important;
}
.dark-mode .nav-mobile {
    background-color: #1c1c1c;
}
.dark-mode .nav-mobile .navbar-nav .nav-item .nav-link {
    color: #eee;
}
.dark-mode .nav-mobile .navbar-nav .nav-item .nav-link i {
    color: #eee;
}
.dark-mode .nav-mobile .nav-mobile-footer {
    background-color: #272727;
    border-top: 1px solid #161616;
}
.dark-mode .nav-mobile .profile-dropdown .image-profile-drop {
    color: #eee!important;
}
.dark-mode .nav-mobile .profile-dropdown .dropdown-menu>li>a {
    color: #eee!important;
}
.dark-mode .btn-resend-email {
    background-color: #272727;
    color: #eee!important;
}
.dark-mode .quiz-container .question-answers .answer-format-text .progress .progress-bar {
    background-color: #2C2C2C!important;
}
.dark-mode .post-content .post-text table tr:nth-child(2n) {
    background-color: transparent!important;
}
.dark-mode .table-of-contents {
    border: 1px solid #242424;
}
.dark-mode .recipe-sum-table .item {
    background-color: #272727;
    color: #fdfdfd;
    border-color:  #272727;
}
.dark-mode .recipe-sum-table .item .icon-text span {
    color: #cdcdcd;
}
.dark-mode .vr-scrollbar {
    scrollbar-color: #323232 #000;
}
.dark-mode .vr-scrollbar::-webkit-scrollbar-track {
    background: #000;
}
.dark-mode .vr-scrollbar::-webkit-scrollbar-thumb {
    background: #323232;
}
.dark-mode .vr-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #323232;
}
.rtl-mode {
    direction: rtl!important;
    unicode-bidi: embed!important;
    text-align: right!important;
}
@media(min-width:991px) {
    .rtl-mode .col-xs-1, .rtl-mode .col-xs-10, .rtl-mode .col-xs-11, .rtl-mode .col-xs-12, .rtl-mode .col-xs-2, .rtl-mode .col-xs-3, .rtl-mode .col-xs-4, .rtl-mode .col-xs-5, .rtl-mode .col-xs-6, .rtl-mode .col-xs-7, .rtl-mode .col-xs-8, .rtl-mode .col-xs-9 {
    float: right;
}
.rtl-mode .col-sm-1, .rtl-mode .col-sm-10, .rtl-mode .col-sm-11, .rtl-mode .col-sm-12, .rtl-mode .col-sm-2, .rtl-mode .col-sm-3, .rtl-mode .col-sm-4, .rtl-mode .col-sm-5, .rtl-mode .col-sm-6, .rtl-mode .col-sm-7, .rtl-mode .col-sm-8, .rtl-mode .col-sm-9 {
    float: right;
}
}.rtl-mode .top-bar .top-menu-left {
    float: right;
}
.rtl-mode .top-bar .top-menu-right {
    float: left;
    text-align: left;
}
.rtl-mode .top-bar .top-menu-right li {
    float: right;
}
.rtl-mode .top-menu .profile-dropdown img {
    margin-right: 0;
    margin-left: 5px;
}
.rtl-mode .top-bar .top-menu .dropdown li a {
    text-align: right;
}
.rtl-mode .top-bar .top-menu .dropdown li a svg {
    margin-right: 0;
    margin-left: 2px;
}
.rtl-mode .logo-banner .left {
    float: right;
}
.rtl-mode .logo-banner .right {
    float: left;
}
.rtl-mode .main-menu .navbar-nav {
    float: right!important;
    padding-right: 0;
}
.rtl-mode .main-menu .navbar-nav>li {
    float: right!important;
}
.rtl-mode .main-menu .navbar-nav .li-search {
    float: left!important;
}
.rtl-mode .main-menu .navbar-right {
    float: left!important;
}
.rtl-mode .search-form {
    right: auto;
    left: 0;
}
.rtl-mode #featured .featured-left {
    float: right;
    margin-right: 0;
    padding-right: 0;
    padding-left: 1px;
}
.rtl-mode #featured .featured-left .caption {
    left: auto!important;
    right: 0;
}
.rtl-mode #featured .featured-right {
    right: auto!important;
    left: 0;
    padding-left: 0;
    padding-right: 1px;
}
.rtl-mode #featured .box-1 {
    padding-right: 0;
    padding-left: 1px;
}
.rtl-mode #featured .box-2 {
    padding-right: 1px;
    padding-left: 0;
}
.rtl-mode #featured .box-3 {
    padding-right: 0;
    padding-left: 1px;
}
.rtl-mode #featured .box-4 {
    padding-right: 1px;
    padding-left: 0;
}
.rtl-mode .post-meta {
    float: right;
    text-align: right;
}
.rtl-mode .post-meta span, .rtl-mode .post-meta a {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .post-meta span i {
    margin-right: 0;
    margin-left: 5px;
}
.rtl-mode .featured-box .category-label {
    left: auto;
    right: 20px;
}
.rtl-mode .featured-slider .featured-slider-item .category-label {
    left: auto;
    right: 20px;
}
.rtl-mode .news-ticker-cnt .left {
    float: right;
}
.rtl-mode .news-ticker-btn-cnt {
    position: absolute;
    right: auto;
    left: 15px;
    direction: ltr!important;
}
.rtl-mode .news-ticker-btn-cnt a {
    direction: ltr!important;
}
.rtl-mode .navbar-default .menu-post-item {
    float: right;
}
.rtl-mode .navbar-default .sub-menu-left .nav-sub-categories li a {
    text-align: right;
}
.rtl-mode .navbar-default .menu-post-item .title a {
    text-align: right;
}
.rtl-mode .dropdown-more>li>a {
    text-align: right;
    padding: 10px 20px 10px 30px;
}
.rtl-mode .dropdown-more {
    float: right!important;
    left: auto!important;
    right: auto!important;
}
.rtl-mode .dropdown-more>li>a>span {
    right: auto;
    left: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl-mode .dropdown-more>li>ul {
    right: 100%;
    left: auto!important;
}
.rtl-mode .dropdown-more>li>ul>li>a {
    text-align: right;
}
.rtl-mode .nav-mobile {
    left: auto!important;
    right: 0!important;
}
.rtl-mode .mobile-nav-buttons .btn-mobile-nav {
    text-align: center;
}
.rtl-mode .mobile-nav-buttons .btn-mobile-nav i {
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .nav-mobile .navbar-nav .nav-item .nav-link {
    text-align: right;
}
.rtl-mode .nav-mobile .navbar-nav .nav-item .nav-link i {
    float: left;
}
.rtl-mode .mobile-language-options {
    text-align: right;
}
.rtl-mode .mobile-language-options li {
    margin-right: 0;
    margin-left: 6px;
}
.rtl-mode .nav-mobile .profile-dropdown {
    float: right;
    text-align: right;
}
.rtl-mode .nav-mobile .profile-dropdown .image-profile-drop img {
    margin-right: 0;
    margin-left: 10px;
}
.rtl-mode .nav-mobile .profile-dropdown .dropdown-menu {
    float: right;
    right: 30px;
    left: auto;
}
.rtl-mode .nav-mobile .profile-dropdown .dropdown-menu>li {
    text-align: right;
}
.rtl-mode .btn-social {
    text-align: center;
}
.rtl-mode .btn-social i {
    border: 0!important;
}
.rtl-mode #content {
    float: right;
}
.rtl-mode #sidebar {
    float: right;
}
.rtl-mode .post-item-small .right {
    padding-left: 0;
    padding-right: 15px;
}
.rtl-mode .small-post-meta {
    text-align: right;
}
.rtl-mode .small-post-meta a, .rtl-mode .small-post-meta span {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .small-post-meta span i {
    margin-right: 0;
    margin-left: 5px;
}
.rtl-mode .label-poll-option {
    margin-left: 0;
    margin-right: 5px;
}
.rtl-mode .poll .button-cnt button {
    margin-right: 0;
    margin-left: 15px;
}
.rtl-mode .sidebar-widget .tag-list li {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .sidebar-widget .tag-list li a {
    text-align: right;
}
.rtl-mode .section .section-head .title {
    float: right;
    text-align: right;
}
.rtl-mode .section .section-head .sub-block-tabs {
    float: left!important;
}
.rtl-mode .section .nav-tabs>li {
    margin-left: 0;
    margin-right: 15px;
    float: right;
}
.rtl-mode .section .nav-tabs>li>a {
    text-align: right;
}
.rtl-mode .post-item-video-big .caption {
    left: auto;
    right: 0;
}
.rtl-mode .post-item-video-big .title {
    text-align: right;
}
.rtl-mode .a-view-all {
    float: left;
}
.rtl-mode .a-view-all i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl-mode .f-random-list li .list-right {
    padding-left: 0;
    padding-right: 15px;
}
.rtl-mode .newsletter input {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}
.rtl-mode .newsletter .newsletter-button {
    float: right;
}
.rtl-mode .footer-bottom-left {
    float: right;
    padding-left: 0;
    padding-right: 15px;
}
.rtl-mode .footer-bottom-right {
    float: left;
}
.rtl-mode .nav-footer li {
    float: left;
    margin-right: 0;
    margin-left: 15px;
}
.rtl-mode .post-content .post-meta .sp-left {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.rtl-mode .post-content .post-meta .sp-right {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.rtl-mode .post-share .share-box li {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .post-share .share-box li .social-btn-lg i {
    margin-right: 0;
    margin-left: 10px;
}
.rtl-mode .post-content .tags-title {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.rtl-mode .post-content .post-tags .tag-list {
    float: right;
}
.rtl-mode .post-content .post-tags .tag-list li {
    float: right;
    margin-right: 0;
    margin-left: 7px;
}
.rtl-mode .post-share .share-left {
    padding-right: 0;
    padding-left: 30px;
}
.rtl-mode .post-next-prev .left {
    float: left!important;
    text-align: center;
}
.rtl-mode .post-next-prev .right {
    text-align: center;
}
.rtl-mode .post-next-prev .left p span i {
    margin-right: 0;
    margin-left: 8px;
}
.rtl-mode .post-next-prev .right p span i {
    margin-left: 0;
    margin-right: 8px;
}
.rtl-mode .about-author-right .author-link {
    float: right;
}
.rtl-mode .about-author-row {
    float: right;
    text-align: right;
}
.rtl-mode .about-author-right .author-social li {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
.rtl-mode .comment-lists li img {
    float: right;
}
.rtl-mode .post-item .category-label {
    left: auto!important;
    right: 8px;
}
.rtl-mode .pagination {
    float: right;
    padding-right: 0;
}
.rtl-mode .pagination>li {
    float: right;
}
.rtl-mode .captcha-refresh {
    margin-right: 0;
    margin-left: 20px;
}
.rtl-mode .random-slider .owl-nav {
    right: auto!important;
    left: 15px;
}
.rtl-mode .post-detail-slider .owl-nav {
    right: auto!important;
    left: 15px;
}
.rtl-mode .login-box-cnt {
    float: none!important;
}
.rtl-mode .btn-login-google .icon {
    float: right;
    margin-right: 0!important;
    margin-left: 15px;
}
.rtl-mode .btn-login-ext {
    text-align: right;
}
.rtl-mode .btn-login-facebook .icon {
    float: right;
    margin-right: 0!important;
    margin-left: 15px;
}
.rtl-mode .btn-login-pg {
    float: left!important;
}
.rtl-mode .login-box .remember-cnt {
    text-align: right!important;
}
.rtl-mode .auth-modal .modal-dialog {
    text-align: right!important;
}
.rtl-mode .error-message {
    margin-right: 20px;
    margin-left: 0!important;
}
.rtl-mode .error-message p {
    text-align: right!important;
}
.rtl-mode .btn-reset-pass {
    float: left!important;
}
.rtl-mode .post-content .img-description {
    text-align: right;
}
.rtl-mode .widget-follow li {
    float: right;
    margin-right: 0;
    margin-left: 2%}
.rtl-mode .widget-follow li:nth-child(even) {
    margin-left: 0!important;
}
.rtl-mode .widget-follow li a i {
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
    float: right;
    text-align: right;
}
.rtl-mode .widget-follow li a span {
    float: right;
}
.rtl-mode .widget-popular-posts .nav-tabs {
    padding: 0;
}
.rtl-mode .widget-popular-posts .nav-tabs li {
    float: right;
}
.rtl-mode .profile-details .left {
    text-align: right;
    width: 200px;
    padding-right: 0;
    padding-left: 30px;
}
.rtl-mode .profile-details .right {
    text-align: right!important;
}
.rtl-mode .profile-details .username {
    float: right;
}
.rtl-mode .profile-details .p-last-seen {
    text-align: right;
}
.rtl-mode .profile-details .description {
    text-align: right;
}
.rtl-mode .profile-details .user-contact .info {
    margin-right: 0;
    margin-left: 15px;
}
.rtl-mode .profile-buttons {
    text-align: right;
}
.rtl-mode .profile-buttons ul {
    float: right;
}
.rtl-mode .profile-buttons .btn-follow {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
.rtl-mode .btn-follow i {
    margin-right: 0;
    margin-left: 10px;
}
.rtl-mode .profile-tabs .nav {
    padding-right: 0;
}
.rtl-mode .profile-tabs .nav .nav-item {
    text-align: right;
}
.rtl-mode .custom-checkbox+label::before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl-mode .newsletter .newsletter-button {
    border-radius: 3px 0 0 3px;
}
.rtl-mode .top-bar .top-menu .dropdown li a i {
    text-align: right;
}
.rtl-mode .featured-slider-nav .prev {
    text-align: center;
}
.rtl-mode .btn-edit-post {
    float: left!important;
}

.rtl-mode .comment-section .nav-tabs {
    padding-right: 0;
}
.rtl-mode .section .nav-tabs>li {
    margin-left: 15px;
    margin-right: 0;
}
.rtl-mode .comment-section .comments .label-comment {
    float: right;
}
.rtl-mode .comment-section .comments .comment-list li .left {
    text-align: right!important;
}
.rtl-mode .comment-section .comments .comment-list li .right .username {
    float: right;
}
.rtl-mode .comment-section .comments .comment-meta {
    direction: ltr!important;
}
.rtl-mode .table>thead>tr>th {
    text-align: right;
}
.rtl-mode .reactions .col-reaction {
    margin-left: 5.8px;
    margin-right: 0;
    float: right;
}
.rtl-mode .btn-switch-mode-mobile {
    float: right;
}
.rtl-mode .slider-nav {
    left: 5px!important;
    right: auto!important;
}
.rtl-mode .random-slider .slider-nav .prev {
    text-align: left;
    float: left;
}
.rtl-mode .slider-nav .next {
    float: right;
}
.rtl-mode .recipe-sum-table .item .icon {
    margin-right: 0;
    margin-left: 10px;
}
.rtl-mode .recipe-sum-table .item .icon-text {
    text-align: right;
}
.rtl-mode .modal-newsletter .btn-close {
    left: 12px;
    right: auto;
}
@media(max-width:991px) {
    .rtl-mode .mobile-nav-search .search-icon {
    right: auto;
    left: 60px!important;
}
.rtl-mode .mobile-nav-search .search-form {
    left: 0;
    right: 0;
    width: 100%}
.rtl-mode .mobile-menu-icon {
    right: auto!important;
    left: 15px!important;
}
.rtl-mode .p-close-menu {
    text-align: left!important;
}
.rtl-mode .mobile-dropdown-arrow {
    right: auto;
    left: -5px;
}
.rtl-mode .featured-box-1 {
    padding: 0 1px 1px 0!important;
}
.rtl-mode .featured-box-2 {
    padding: 0 0 1px 1px!important;
}
.rtl-mode .featured-box-3 {
    padding: 1px 1px 0 0!important;
}
.rtl-mode .featured-box-4 {
    padding: 1px 0 0 1px!important;
}
.rtl-mode #featured .featured-left .caption {
    left: auto!important;
    right: 0;
}
.rtl-mode .mobile-search .btn {
    right: auto;
    left: 0;
}
.rtl-mode .top-bar .top-menu li .selected {
    background-color: transparent!important;
}
.rtl-mode .sub-block-tabs-mobile {
    float: left!important;
}
.rtl-mode .btn-block-more {
    right: auto;
    left: 0;
}
.rtl-mode .sub-block-tabs-mobile .dropdown-menu.pull-right {
    right: auto;
    left: 0;
}
.rtl-mode .sub-block-tabs-mobile .dropdown-menu ul {
    padding: 0;
}
.rtl-mode .nav-footer li {
    float: none;
}
.rtl-mode .post-share .share-box li {
    margin-bottom: 8px;
}
}@media(max-width:767px) {
    .rtl-mode .mobile-search .search-form button {
    right: auto!important;
    left: 10px;
}
.rtl-mode .profile-dropdown .dropdown-menu>li>a>i {
    margin-right: 0;
    margin-left: 5px;
}
}#toolbarContainer {
    display: none;
}
