/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=b294db3a8031f64e2ba2)
 * Config saved to config.json and https://gist.github.com/b294db3a8031f64e2ba2
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #aaaaaa;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 12px;
  margin-bottom: 6px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
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: 48px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 6px;
}
.lead {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #aaaaaa;
}
.text-primary {
}
a.text-primary:hover,
a.text-primary:focus {
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #999;
  border-bottom: 1px dotted #999;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
a.bg-primary:hover,
a.bg-primary:focus {
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #222;
  color: #fff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 5px;
  margin: 24px 0 12px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 6px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 12px;
}
dt,
dd {
  line-height: 1;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px;
  margin: 20px 0 12px;
  position: relative;
  font-weight: 400;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1;
  color: #aaaaaa;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
}
blockquote p {
  margin-bottom: 10px;
  font-weight: 400;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 12px;
  font-style: normal;
  line-height: 1;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 5.5px;
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 18px 29px 16px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 4px solid #999;
  text-transform: uppercase;
  padding-bottom: 27px;
  color: #333;
  font-size: 14px;
  padding-top: 33px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 9px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaeb;
  -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;
  margin-bottom: 20px;
  padding: 14px 22px 11px;
  color: #222;
  font-size: 14px;
  font-family: Hind;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #7b7d7f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7b7d7f;
}
.form-control::-webkit-input-placeholder {
  color: #7b7d7f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  padding-bottom: 28px;
}
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: 26px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 12px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 24px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 23px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 27px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32.5px;
}
.form-control-feedback {
  top: 3px;
  right: 5px;
  z-index: 2;
  display: block;
  width: 42px;
  line-height: 1;
  text-align: center;
  color: #999;
  padding-top: 13px;
  border: none;
  height: 40px;
  padding-bottom: 13px;
  position: absolute;
  transition: all .3s;
}
.form-control-feedback:before {
  position: absolute;
  top: 13px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 17px;
}
.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;
    width: 100%;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 1px;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 19px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  height: 44px;
  margin-bottom: 0;
  padding: 0 20px;
  font: 600 12px/40px 'Poppins', sans-serif;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: white;
  transition: all .3s;
  letter-spacing: .05em;
  border-radius: 2px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #2f2f2f;
  background-color: #ffffff;
  border-color: #444;
  font-weight: 500;
}
.btn-default:focus,
.btn-default.focus {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #FFF;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #fe2323;
  border-color: #ba0101;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #fe2323;
  border-color: #fc0101;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #fc0101;
  border-color: #ba0101;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fe5656;
  border-color: #fe3d3d;
}
.btn-primary .badge {
  color: #fe5656;
  background-color: #ffffff;
}
.btn-success {
  color: #222222;
  background-color: #f7f7f7;
  border-color: #eaeaea;
}
.btn-success:focus,
.btn-success.focus {
  color: #222222;
  background-color: #dedede;
  border-color: #ababab;
}
.btn-success:hover {
  color: #222222;
  background-color: #dedede;
  border-color: #cccccc;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #222222;
  background-color: #dedede;
  border-color: #cccccc;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #222222;
  background-color: #cccccc;
  border-color: #ababab;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #f7f7f7;
  border-color: #eaeaea;
}
.btn-success .badge {
  color: #f7f7f7;
  background-color: #222222;
}
.btn-info {
  color: #ffffff;
  background-color: #222222;
  border-color: #151515;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-info:hover {
  color: #ffffff;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #222222;
  border-color: #151515;
}
.btn-info .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  color: #222;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  height: 50px;
  font-size: 14px;
  line-height: 46px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 38px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0 4px;
  font-size: 12px;
  font-weight: 500;
  height: 25px;
  line-height: 21px;
  text-transform: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
  border-bottom-width: 1px;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #B3B3B3;
  outline: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #fe5656;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1;
  color: #aaaaaa;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  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: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  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: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #aaaaaa;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aaaaaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #fe5656;
}
.nav .nav-divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  text-align: right;
}
.nav-tabs li {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.nav-tabs li > a {
  color: #666;
  padding-left: 0;
}
.nav-tabs li > a:hover,
.nav-tabs li > a:focus {
  background-color: transparent;
}
.nav-tabs li .icon {
  color: #666;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #fe5656;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  padding-top: 36px;;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 12px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 19px 15px;
  font-size: 15px;
  line-height: 12px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 9.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 12px;
}
@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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 12px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0;   
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #aaaaaa;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #aaaaaa;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aaaaaa;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aaaaaa;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #aaaaaa;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #aaaaaa;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  margin-bottom: 12px;
  list-style: none;
  padding-top: 23px;
  padding-bottom: 7px;
  line-height: 1;
  padding-left: 0;
  text-align: center;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -.01em;
  color: #222;
  font-family: 'Poppins', sans-serif;
}
.breadcrumb > li + li:before {
  content: '\f105';
  padding: 0 17px 0 12px;
  font-family: FontAwesome;
  color: #888;
  font-size: 14px;
}
.breadcrumb > li > a {
  display: inline-block;
  transition: all .3s;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #222;
}
.breadcrumb > li > a > .icon {
  font-size: 18px;
  transition: all .3s;
}
.breadcrumb > li > a:hover > .icon {
  color: #222;
}
.breadcrumb > .active {
}
.breadcrumb > li > a:hover {
  text-decoration: none;
}
.pagination {
  padding-left: 0;
  margin: 0;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin: 0 2px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  line-height: 38px;
  text-decoration: none;
  color: #222;
  background-color: white;
  margin-left: -1px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .3s;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover {
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 20px;
}
.pagination > li .icon {
}
.pagination > li:first-child .icon {
  vertical-align: middle;
}
.pagination > li:last-child .icon {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  border-width: 2px;
  line-height: 36px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaaaaa;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  margin-top: 3px;
  overflow: hidden;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #777;
  transition: all .3s;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
}
.pager li:first-child  {
  float: left;
}
.pager li:last-child {
  float: right;
}
.pager li > a .icon,
.pager li > span .icon {
  color: #999999;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  margin-top: -2px;
  transition: all .3s;
}
.pager li:first-child > a .icon,
.pager li:first-child > span .icon {
  padding-left: 0;
}
.pager li:last-child > a .icon,
.pager li:last-child > span .icon {
  padding-right: 0;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aaaaaa;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline-block;
  padding: 10px 22px 8px;;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: .05em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #aaaaaa;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}
.label-primary {
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #fe2323;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  color: #777;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fe5656;
  background-color: #ffffff;
}
.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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 12px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fe5656;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 7px 19px 10px;
  margin-bottom: 14px;
  border: 1px solid transparent;
  position: relative;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #66e03c;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #42a3f6;
  color: #fff;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #ff445b;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 7px;
  margin-bottom: 48px;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #222;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.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-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-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: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #aaaaaa;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #fe5656;
  border-color: #fe5656;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 12px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
.panel-body {
  padding: 0 50px 9px 25px;
}
.panel-body p {
  margin-top: 7px;
}
.panel-body img {
  margin-right: 5px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 0 0 0;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 12px;
}
.panel-group .panel {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.panel-group .panel + .panel {
  margin-top: 20px;
}
.panel-group .panel-heading {
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
}
.panel-default > .panel-heading {
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #fe5656;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #fe5656;
  border-color: #fe5656;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fe5656;
}
.panel-primary > .panel-heading .badge {
  color: #fe5656;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fe5656;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  filter: alpha(opacity=20);
  color: #222;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: RobotoSlab, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background-color: #999;
}
.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: #999;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #999;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #999;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #999;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #999;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #999;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #999;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #999;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: RobotoSlab, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (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;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

    /*ABSOLUTE NAV */

.navbar-absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 77;
}

.caret {
    opacity: 0.7;
    color:#fff;
}


/*LOGO WHITE */

.header.header-logo-white .normal-logo {
    display: block !important;
}

.header.header-logo-white .scroll-logo {
    display: none !important;
}


/*LOGO BLACK */

.header.header-logo-black .normal-logo {
    display: none !important;
}

.header.header-logo-black .scroll-logo {
    display: block !important;
}


/*BACKGROUND  BLACK #000 */

.header.header-background-black {
    background: #484848;
}


/*BACKGROUND  WHITE #fff */

.header.header-background-white {
    background: #fff;
}

.header.header-background-white .top-bar {
    border-bottom: 1px solid #ddd;
}


/*BACKGROUND  WHITE #fff */

.header.header-background-trans-white-rgba09 {
    background-color: rgba(255, 255, 255, 0.9);
}

.header.header-background-trans-white-rgba08 {
    background-color: rgba(255, 255, 255, 0.8);
}

.header.header-background-trans-white-rgba07 {
    background-color: rgba(255, 255, 255, 0.7);
}

.header.header-background-trans-white-rgba06 {
    background-color: rgba(255, 255, 255, 0.6);
}

.header.header-background-trans-white-rgba05 {
    background-color: rgba(255, 255, 255, 0.5);
}

.header.header-background-trans-white-rgba04 {
    background-color: rgba(255, 255, 255, 0.4);
}

.header.header-background-trans-white-rgba03 {
    background-color: rgba(255, 255, 255, 0.3);
}

.header.header-background-trans-white-rgba02 {
    background-color: rgba(255, 255, 255, 0.2);
}

.header.header-background-trans-white-rgba01 {
    background-color: rgba(255, 255, 255, 0.1);
}

.header.header-background-trans-white-rgba00 {
    background-color: rgba(255, 255, 255, 0.0);
}


/*COLOR FONTS WHITE #fff */

.header-color-white *,
.header.header-color-white .navbar .navbar-nav > li > a {
    color: #fff;
}

.header.header-color-white .toggle-menu-button .toggle-menu-button-icon span {
    background: #fff;
}

.header.header-color-white .navbar .navbar-nav > li > a:hover {
    color: #fff;
}

.header.header-color-white .toggle-menu-button.is-open .toggle-menu-button-icon span {
    background: #fff;
}

.header.header-color-white .header-cart-count {
    color: #fff;
}


/*COLOR FONTS BLACK #333 */

.header-color-black *,
.header.header-color-black .navbar .navbar-nav > li > a {
    color: #fff;
}

.header.header-color-black .navbar .navbar-nav > li > a:hover {
    color: #a1b7ea !important;
}

.header.header-color-black .toggle-menu-button .toggle-menu-button-icon span {
    background: #333;
}

.header.header-color-black .header-cart-count {
    color: #fff;
    background: #333;
}


/*NAV BAR SCROLLING */

body:not(.header-demo) .navbar-scrolling * {
    color: #fff;
}

body:not(.header-demo) .header.navbar-scrolling .navbar .navbar-nav > li > a {
    color: #fff;
       padding: 0 5px;
}

body:not(.header-demo) .header.navbar-scrolling .navbar .navbar-nav > li:hover > a,
.header.navbar-scrolling .navbar .navbar-nav > li a:hover {
  
    color: #fff;
    background: #D80032;
}

body:not(.header-demo) .header.navbar-scrolling .navbar .toggle-menu-button .toggle-menu-button-icon span {
    background: #333;
}

body:not(.header-demo) .header.navbar-scrolling .header-cart-count {
    color: #fff;
    background: #333;
}

body:not(.header-demo) .header.navbar-scrolling {
    background-color: rgba(255, 255, 255, 1);
}

body:not(.header-demo) .header.header.navbar-scrolling .normal-logo {
    display: none !important;
}

body:not(.header-demo) .header.header.navbar-scrolling .scroll-logo {
    display: block !important;
        margin-top: 6px;
}

body:not(.header-demo) .header.header.navbar-scrolling .navbar {
    /*border-bottom: 1px solid rgba(000, 000, 000, 0.15);*/
    padding-top: 0;
}

body:not(.header-demo) .header.header.navbar-scrolling .header-navibox-1,
body:not(.header-demo) .header.header.navbar-scrolling .header-navibox-2,
body:not(.header-demo) .header.header.navbar-scrolling .header-navibox-3,
body:not(.header-demo) .header.header.navbar-scrolling .header-navibox-4 {
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.header-demo) .header.header.navbar-scrolling .navbar-brand {
    padding-top: 0;
}

body:not(.header-demo) .header-menu-middle.header.header.navbar-scrolling .header-navibox-2 {
    border-bottom: 1px solid rgba(000, 000, 000, 0.15);
}

body:not(.header-demo) .header-topbarbox-border.navbar-scrolling .header-topbarbox-1,
body:not(.header-demo) .header-topbarbox-border .header-topbarbox-2 {
    border-right: 1px solid rgba(000, 000, 000, 0.15);
    border-left: 1px solid rgba(000, 000, 000, 0.15);
}

body:not(.header-demo) .navbar-scrolling .navbar .toggle-menu-button.is-open .toggle-menu-button-icon span {
    background: #333 !important;
}

body:not(.header-demo) .navbar-scrolling .top-bar {
    //border-bottom: 1px solid rgba(000, 000, 000, 0.15);
    display: none;
}

body:not(.header-demo) .navbar-scrolling .btn {
    color: #fff;
}


/*NORMAL WIDTH */

.header-normal-width .container-boxed-width {
    width: 100%;
    padding: 0;
}


/*FULL WIDTH */

.header-full-width .container {
    width: 100% !important;
    padding: 0;
    text-align: center;
}

.header-full-width .header-navibox-1 {
    padding-left: 25px;
}


/*BOXED WIDTH */

.header .navbar-scrolling.header-boxed-width .header-navibox-4 {
    border-right: 0;
    border-left: 1px solid rgba(000, 000, 000, 0.15);
}

.header-boxed-width #nav {
    /*border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;*/
}

.header-boxed-width .container-boxed-width.container {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
}

.header-boxed-width .header-navibox-4 {
    padding-right: 0 !important;
    border-right: 0;
    margin-left: 0 !important;
}

.header-boxed-width .header-navibox-1 {
    margin-left: 15px;
}

.header-boxed-width .navbar-scrolling {
    background: none !important;
}

.header-boxed-width .navbar-scrolling #nav {
    margin-top: 15px;
    background: #fff;
}

.header-boxed-width .navbar-scrolling .top-bar {
    display: none;
}

.header-boxed-width .navbar-scrolling #nav {
    border: 1px solid rgba(000, 000, 000, 0.15) !important;
}


/*NAVI BOX FLOAT*/

.header-navibox-1-left .header-navibox-1,
.header-navibox-2-left .header-navibox-2,
.header-navibox-3-left .header-navibox-3,
.header-navibox-4-left .header-navibox-4 {
    float: left !important;
}

.header-navibox-1-right .header-navibox-1,
.header-navibox-2-right .header-navibox-2,
.header-navibox-3-right .header-navibox-3,
.header-navibox-4-right .header-navibox-4 {
    float: right !important;
}

.header-navibox-1-middle .header-navibox-1,
.header-navibox-2-middle .header-navibox-2,
.header-navibox-3-middle .header-navibox-3,
.header-navibox-4-middle .header-navibox-4 {
    margin: 0 auto !important;
}

.header-navibox-4 #nav {
    margin-left: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-navibox-4 {
    padding-right: 15px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 15px !important;
}


/*TOP BAR BOX*/

.header-topbar-hidden .top-bar {
    display: none !important;
}

.header-topbar-dark .top-bar {
    background-color: #f1eeee;
}

.header.header-topbar-dark .top-bar * {
    color: #444;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.top-bar ul {
    margin: 0;
    padding: 0;
}

.top-bar li {
    display: inline-block;
    padding-right: 45px;
    font-size: 13px;
    letter-spacing: .04em;
}

.top-bar li .icon {
    padding-right: 10px;
    opacity: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.top-bar .social-links li {
    padding-right: 0;
    vertical-align: middle;
}

.top-bar .social-links li > a {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s;
    padding-left: 10px;
    margin-left: 18px;
}

.top-bar .social-links li > a:hover {
    opacity: 1;
}

.header-topbarbox-1-left .header-topbarbox-1,
.header-topbarbox-2-left .header-topbarbox-2 {
    float: left !important;
}

.header-topbarbox-1-right .header-topbarbox-1,
.header-topbarbox-2-right .header-topbarbox-2 {
    float: right !important;
}

.header-topbarbox-1,
.header-topbarbox-2 {
    padding: 13px 0 13px;
}

.header-topbarbox-border .header-topbarbox-1,
.header-topbarbox-border .header-topbarbox-2 {
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}


/***** HEADER MENU MIDDLE ****/

.header-menu-middle .header-navibox-2 {
    display: inline-block;
    float: none;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-menu-middle .header-navibox-2 li a {
    text-transform: uppercase;
}

.header-menu-middle.header .center-logo a {
    display: inline !important;
}

.header-menu-middle.header.header-logo-white .normal-logo,
.header-menu-middle.header .center-logo {
    display: inline-block;
}

.header-menu-middle .nav .header-cart {
    margin: 6px;
}

.header-menu-middle .header-cart {
    position: relative;
    float: right;
    margin: 21px;
    font-size: 20px;
}

.header-menu-middle .navbar-collapse {
    text-align: center;
}

.header-menu-middle .wrap-inside-nav {
    top: 49px;
}


/***** HEADER MAIN ****/

.header-navibox-1,
.header-navibox-2,
.header-navibox-3,
.header-navibox-4 {
    padding: 5px 0;
}

.navbar-brand {
    height: auto;
    padding: 21px 0 6px 15px;
    color : #fff !important;
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling,
.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing {
    padding-top: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e4e4e4;
    background: rgba(255, 255, 255, 0.9);
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling .navbar-nav li a,
.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing .navbar-nav li a {
    color: #333;
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling .normal-logo,
.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing .normal-logo {
    display: none;
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling .scroll-logo,
.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing .scroll-logo {
    display: inline-block;
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling .toggle-menu-button .toggle-menu-button-icon span,
.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing .toggle-menu-button .toggle-menu-button-icon span {
    background: #333 !important;
}

.header.scrolling-header .navbar.navbar-default.navbar-scrolling-fixing {
    background: #fff;
}

.header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    /*padding-top: 8px !important;*/
    /*padding-bottom: 8px;*/
    border: none;
    background: #D80032;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar .toggle-button {
    float: right;
    padding: 0 5px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}

.navbar .toggle-button.collapsed {
    color: #999;
}

.navbar .toggle-button.collapsed:hover {
    color: #333;
}

.navbar .scroll-logo {
    display: none;
}

.header .navbar .navbar-nav {
   /* display: inline-block;*/
    vertical-align: middle;
   /* margin-right: 20px;*/
}

.navbar .navbar-nav.social-nav li a {
    padding: 0 5px;
}

.navbar .navbar-nav > li {
    padding: 0px 8px;
}

.navbar .navbar-nav > li.no-hover a {
    border: none !important;
    cursor: default;
}

.navbar .navbar-nav > li.active,
.navbar .navbar-nav > li:hover {
    border: none;
    background: none;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li:hover > a {
    background: none;
}

.navbar .navbar-nav > li > a {
    margin: 0 1px;
      padding: 0 5px;
    font-size: 13px;
    line-height: 31px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.navbar .navbar-nav > li > a .fa-bars {
    margin-right: 10px;
}

.navbar .navbar-nav > li .icon {
    font-size: 16px;
}

.navbar .main-menu > li {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-left: 0;
    padding-right: 0;
    ;
}

.navbar .main-menu > li.hidden-menu-item {
    right: -1500px;
    right: -100vw;
}

.navbar .btn {
    font-size: 14px;
    color: #FFF;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1) {
    top: 4px;
    left: 2px;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2) {
    top: 4px;
    left: calc(50% - 2px);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    top: 11px;
    left: 2px;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    top: 11px;
    left: calc(50% - 2px);
}

.toggle-menu-button .toggle-menu-button-icon {
    position: relative;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.toggle-menu-button .toggle-menu-button-icon span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background: #eee;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(2) {
    top: 0;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(3),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(4) {
    top: 6px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(5),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(6) {
    top: 12px;
}

.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}


/***** INSIDE NAV ****/

.wrap-inside-nav {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    min-width: 220px;
    border-top: 2px solid #088cdc;
    background: #1a1a1a;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: left;
}

.wrap-inside-nav .inside-col {
    padding: 15px 0;
}

.wrap-inside-nav .inside-col .inside-nav:after,
.wrap-inside-nav .inside-col .inside-nav:before {
    display: table;
    height: 0;
    clear: both;
    content: '';
}

.wrap-inside-nav .inside-col .inside-nav li {
    min-height: 45px;
    line-height: 45px;
}

.wrap-inside-nav .inside-col .inside-nav li a {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #7e848e !important;
    text-decoration: none;
}

.wrap-inside-nav .inside-col .inside-nav li a:active,
.wrap-inside-nav .inside-col .inside-nav li a:focus {
    display: block;
    padding-left: 20px;
    color: #088cdc !important;
}

.wrap-inside-nav .inside-col .inside-nav li a:hover,
.wrap-inside-nav .inside-col .inside-nav li a:active:hover,
.wrap-inside-nav .inside-col .inside-nav li a:visited:hover,
.wrap-inside-nav .inside-col .inside-nav li a:focus:hover {
    color: #088cdc !important;
    background-color: #26282d;
}

.header-top-menu-support.wrap-fixed-menu {
    top: 141px;
}

.wrap-fixed-menu {
    position: fixed;
    top: 94px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    font-size: 0;
    background: #333;
    overflow: auto;
    z-index: 10;
    z-index: 99999;
}

.wrap-fixed-menu .top-items {
    display: table;
    width: 100%;
    height: 50%;
}

.wrap-fixed-menu .top-items .menu-item {
    border-bottom: 1px solid #484848;
}

.wrap-fixed-menu .bottom-items {
    display: table;
    width: 100%;
    height: 50%;
}

.wrap-fixed-menu .menu-item {
    position: relative;
    display: inline-block;
    display: table-cell;
    width: 50%;
    height: 50%;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    vertical-align: middle;
    background: #333;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    text-decoration: none;
}

.fixed-menu-hidden .wrap-fixed-menu {
    display: none !important;
}

.wrap-fixed-menu .menu-item.contact-info * {
    color: #fff;
}

.wrap-fixed-menu .menu-item .subtitle {}

.wrap-fixed-menu .menu-item.contact-info {
    padding-right: 30px;
    padding-left: 30px;
    /*text-align: left;*/
    cursor: default;
}

.wrap-fixed-menu .menu-item.contact-info:hover {
    background: #333;
}

.wrap-fixed-menu .menu-item.contact-info h4 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.wrap-fixed-menu .menu-item.contact-info .fa {
    margin-right: 10px;
}

.wrap-fixed-menu .menu-item:hover {
    background: #484848;
}

.wrap-fixed-menu .menu-item:first-child {
    border-right: 1px solid #484848;
}

.wrap-fixed-menu .menu-item .subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
    transition: all .3s;
}

.wrap-fixed-menu .menu-item:hover .subtitle {
    text-shadow: 1px 1px rgba(255, 255, 255, .7);
}

.wrap-fixed-menu .menu-item .title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.header-cart {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    max-height: 23px;
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.header-cart .icon {
    font-size: 16px;
}

.header-cart-count {
    position: absolute;
    top: 4px;
    right: -7px;
    display: inline-block;
    width: 16px;
    height: 15px;
    padding: 5px;
    font-size: 10px;
    line-height: 6px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.toggle-menu-button {
    margin-left: 4px;
    border: none;
    background: none;
    margin-top: 8px;
}

.toggle-menu-button:focus {
    outline: none;
}

.header-section {
    padding: 180px 0 100px;
    border-bottom: 6px solid #088cdc;
    text-align: center;
}

.header-section h2 {
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.header-section p {
    color: #fff;
}

.header-section.elements-header {
    background: url(../../img/section-1-demo.jpg) top center no-repeat;
    background-size: cover;
}

.header-section.portfolio-single-header {
    background: url(../../img/section-1-demo.jpg) top center no-repeat;
    background-size: cover;
}


/*SIDEBARS*/


/**
 * Box Model, Html & Body
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    transform: translate(0px, 0px);
}

[data-canvas=container],
[data-off-canvas] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[data-off-canvas*=reveal] {
    padding: 25px 0;
    z-index: 0;
}


/** Canvas **/

[data-canvas] {
    z-index: 1;
}

[data-canvas=container] {
    width: 100%;
    height: 100%;
    background-color: white;
    /* Basic background color, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-canvas=container]:before,
[data-canvas=container]:after {
    display: table;
    clear: both;
    content: '';
}


/** Off-Canavs **/

[data-off-canvas] {
    position: fixed;
    display: none;
    color: white;
    /* Basic colors, overwrite this in your own css. */
    background-color: #a88992;
    /* Basic background color, overwrite this in your own css. */
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-off-canvas*=top] {
    top: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
}

[data-off-canvas*=top] ul {
    float: none !important;
    margin: 0 !important;
}

[data-off-canvas*=top] li {
    display: inline-block;
    float: none !important;
    width: auto !important;
}

[data-off-canvas*=right] {
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
}

[data-off-canvas*=bottom] {
    bottom: 0;
    width: 100%;
}

html [data-off-canvas*=bottom] {
    padding: 25px;
}

html [data-off-canvas*=bottom] li {
    display: inline-block;
    float: none !important;
    width: auto;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

html [data-off-canvas*=bottom] ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

[data-off-canvas*=left] {
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
}

[data-off-canvas*=slidebar-panel-left] {
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding-left: 70px;
}

.slidebar-panel-wrap {
    position: relative;
    margin-left: -120px;
    padding-top: 50px;
    z-index: 99999 !important;
}

html [data-off-canvas*=open] {
    display: block;
    margin-left: -255px;
    transition-duration: 300ms;
    transform: translate(255px, 0px);
}

[data-off-canvas*=reveal] {
    z-index: 0;
}

[data-off-canvas*=push] {
    z-index: 1;
}

[data-off-canvas*=overlay] {
    z-index: 9999;
}

[data-off-canvas*=shift] {
    z-index: 0;
}


/** Animation **/

[data-canvas],
[data-off-canvas] {
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[data-off-canvas*=shift][data-off-canvas*=top] {
    -webkit-transform: translate( 0px, 50%);
    transform: translate( 0px, 50%);
}

[data-off-canvas*=shift][data-off-canvas*=right] {
    -webkit-transform: translate( -50%, 0px);
    transform: translate( -50%, 0px);
}

[data-off-canvas*=shift][data-off-canvas*=bottom] {
    -webkit-transform: translate( 0px, -50%);
    transform: translate( 0px, -50%);
}

[data-off-canvas*=shift][data-off-canvas*=left] {
    -webkit-transform: translate( 50%, 0px);
    transform: translate( 50%, 0px);
}

.menu-mobile-button {
    position: absolute;
    top: 20px;
   /* right: 20px;*/
    z-index: 777;
}

[data-off-canvas] ul {
    margin: 0 !important;
}

[data-off-canvas] li {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

[data-off-canvas] li a {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
}

[data-off-canvas] li:hover a {
    color: #088cdc;
}


/* SEARCH MODAL */

.header-search {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 34, 34, 0.95);
    opacity: 0;
    z-index: 99999;
    transition: all 0.3s ease 0s;
}

.header-search.open {
    visibility: visible;
    opacity: 1;
}

.search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: #fff !important;
    opacity: 1 !important;
    z-index: 999;
    transition: all 0.3s;
}

.search-open {
    float: right;
    height: 40px;
    padding-top: 7px;
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.header-search.open {
    visibility: visible;
    opacity: 1;
}

.search-global {
    position: absolute;
    top: 50vh;
    margin-top: -120px;
}

.search-global__input {
    width: 100%;
    padding-right: 50px;
    padding-bottom: 12px;
    font: 700 72px Montserrat;
    color: #fff;
    border: none;
    border-bottom: 1px solid #919191;
    background-color: transparent;
    opacity: 1;
}

.search-global__input::-moz-placeholder {
    color: #fff;
}

.search-global__input:-ms-input-placeholder {
    color: #fff;
}

.search-global__input::-webkit-input-placeholder {
    color: #fff;
}

.search-global__input:focus {
    outline-style: none;
}

.search-global__btn {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 30px;
    color: #fff;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.search-global__note {
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 14px;
    color: #555;
}

.btn_header_search {
    font-size: 16px!important;
    padding: 0 7px !important;
}

.btn_header_search .icon {
    font-size: 16px;
}


/*RESPONSIVE STYLES */

@media (min-width:768px) and (max-width:1000px) {
    .center-logo {
        padding-top: 20px;
    }
    .top-bar .header-topbarbox-1,
    .top-bar .header-topbarbox-2,
    .top-bar .header-topbarbox-3,
    .top-bar .header-topbarbox-4 {
        float: none !important;
        text-align: center;
    }
    html .menu-mobile-button {
        top: 26px;
    }
    .header-navibox-4,
    .header-navibox-3,
    .header-navibox-2 {
        display: none !important;
    }
    .header .navbar {
        min-height: 87px;
    }
    html .header-full-width .header-navibox-1 {
        position: inherit;
        left: auto;
    }
    html .menu-mobile-button {
        top: 26px;
        display: block !important;
    }
}

@media (max-width:768px) {
    .center-logo {
        padding-top: 20px;
    }
    .top-bar .header-topbarbox-1,
    .top-bar .header-topbarbox-2,
    .top-bar .header-topbarbox-3,
    .top-bar .header-topbarbox-4 {
        float: none !important;
        text-align: center;
    }
    html .menu-mobile-button {
          top: 3px;
    }
    .header-navibox-4,
    .header-navibox-3,
    .header-navibox-2 {
        display: none !important;
    }
    .header .navbar {
      /*  min-height: 87px;*/
        padding-top: 0;
    }
    html .header-full-width .header-navibox-1 {
        position: inherit;
        left: auto;
    }
    .wrap-left-open {
        margin-left: 0 !important;
    }
    .wrap-left-open [data-off-canvas*='slidebar-open'],
    .slidebar-panel {
        display: none !important;
    }
    .navbar-nav > li > .dropdown-menu {
        position: relative;
    }
}

.side-logo {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.side-cart {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.side-cart a {
    color: #fff;
}

.side-search {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

.side-form-search {
    position: relative;
    background: #fff;
}

.side-form-search input[type=search] {
    padding: 10px;
    color: #000;
    border: none;
    background: none;
}

.side-form-search .button {
    border: none;
    background: none;
}

.side-form-search .button .fa {
    color: #000;
}

.slidebar-nav-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 75px;
    height: 100%;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(000, 000, 000, 0.9);
    z-index: 99999;
}

.slidebar-panel.slidebar-nav-middle .toggle-menu-button {
    position: absolute;
    top: 40%;
    left: -119px;
    display: inline-block;
    width: 300px;
    padding: 21px;
    outline: none;
    transform: rotate(90deg);
}

.slidebar-panel.slidebar-nav-middle .toggle-menu-button .toggle-menu-button-icon {
    width: 60px;
}

.slidebar-panel.slidebar-nav-middle .toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    left: calc(50% - 21px);
}

.slidebar-panel.slidebar-nav-middle .toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2) {
    top: 4px;
    left: calc(50% - 21px);
}

.wrap-left-open {
    margin-left: 255px;
}

.navbar-brand {
    height: auto;
    /*padding: 0 0 0 0px;*/
    /* padding: 0 0 0 15px;*/
}

.header-2 .top-bar .social-links li > a {
    opacity: 1;
    margin-left: 10px;
}

.header-2 .top-bar li .icon {
    background-color: #222;
    color: #FFF;
    padding: 15px;
    text-align: center;
    margin-right: 15px;
    opacity: 1;
}

.header-2 .header-topbarbox-1 {
    padding-top: 0;
    padding-bottom: 0;
}

.header-2 .header-topbarbox-2 {
    padding-bottom: 14px;
}
.logo-bar{
    padding: 5px 0 !important;
    padding-top: 5px !important;
}










   
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top: 0px;
   margin-left: 0px;  
   border-radius:1px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fcfbfc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 0px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#fcfbfc;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
.navbar-default .navbar-brand{
    color: #fff !important;
}
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #D80032 !important;
    
}
 .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    
    background-color: #674b53 !important;
}

.caret
{
    margin-left: 12px !important;
}

 
 body:not(.header-demo) .caret {
    color: #fff !important;
   
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.nav > li > a{
        font-size: 12px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-right: 1px solid #a88992;
}
.nav > li :last-child > a{
    border:none;
}
.dropdown-menu{
        background-color: #fff;
        margin: 0px 0 0;
}
.nav > li > a:hover, .nav > li > a:focus{
        /*background-color: #674b53;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color:#222;
    background: #fff;
    text-decoration: none;

}
.demo_changer .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #fff !important;
}

.breadcrumb-top1{
    margin-top: 130px;
}


@media (max-width:768px) {
    .breadcrumb-top1{
    margin-top: 120px;
}



    .navbar {
    margin-bottom: 0;
    /*padding-top: 0px !important;  */
     /*padding-bottom: 8px; */
    border: none;
    /*background: none;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

}


 

@media only screen and (min-width: 720px) {
 .headerlabel
{
    display: none;
}
}

.bg-main
{
    background-image: url(/assets/frappe/assets/media/bg-line.jpg);
}

.Navigationbar
{
        background-color: #8c6373;
    min-height: 30px;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,.15);
} 
.MobileEventTable,#event-gridmob_paginate
{
   display: none;  
}
#MainFooter{
    background: #363535;
    color: #fff;
    padding: 25px;
}
.block-page-content{
    min-height: 500px;
}
@charset "UTF-8";
/*------------------------------------------------------------------

[TABLE OF CONTENTS]

- GLOBAL
- GUI
  -- Titles
  -- Decor
  -- Paragrafs
  -- Colors
  -- Buttons
  -- Images
  -- List
  -- Forms
    -- Radio/check customisation
  -- Tables
  -- Tabs
  -- Dropcap
  -- Blockquote
  -- Pagination
  -- Alert
  -- Tooltip
  -- Progress bar
  -- Sections
  -- Carousel
  -- Column modifications
  -- Other
- COMPONENTS
- FOOTER
-------------------------------------------------------------------*/
/* ======= GLOBAL ======= */
body {
  font: 14px/1.7143 'Poppins', sans-serif;
  color: #4b373d;
    overflow-x: hidden;
      height: auto !important; 
}

.l-theme {
 /* position: relative;*/
  /*overflow-x: hidden;*/
}

.l-main-content {
  padding-top: 100px;
  padding-bottom: 120px;
}

.l-sidebar {
  margin-bottom: 70px;
  padding-top: 100px;
}

.l-sidebar-2 {
  margin-bottom: 70px;
  padding-left: 30px;
}

.l-sidebar-3 {
  margin-bottom: 70px;
  padding-top: 100px;
  padding-left: 30px;
}

/* ======= GUI ======= */
/* Titles */
.ui-title-page {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding: 38px 88px 32px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: .05em;
}

.ui-title-block {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.ui-title-block-2 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: .02em;
}

.ui-subtitle-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.875;
  color: #888;
}

.ui-title-inner {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #222;
}

.ui-title-inner:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
}

/* Decor elements */
.ui-decor {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
}

.ui-decor:before, .ui-decor:after {
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 1px;
  content: '';
}

.ui-decor:before {
  left: -15px;
}

.ui-decor:after {
  right: -15px;
}

.ui-decor-2 {
  display: inline-block;
  width: 20px;
  height: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* Paragrafs */
p {
  margin-bottom: 0;
  text-align: justify;
}

p + p {
  margin-top: 26px;
}

/* Сolors */
.text-bg {
  padding: 5px;
  color: #fff;
}

.color-dark {
  font-weight: 700;
}

.color-white {
  color: #fff;
}



.bg-grey {
  background-color: #f4f0f1; 
}

.bg-border {
  padding: 5px;
  color: #222;
  border: 1px dashed #222;
}

.text-primary_h, .bg-primary_h, .border_prim_h, .border-t_prim_h, .border-b_prim_h, .border-l_prim_h, .border-r_prim_h, .text-second_h, .bg-second_h, .border_second_h, .border-t_second_h, .border-r_second_h, .border-l_second_h, .border-b_second_h {
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* Buttons */
.btn-shadow {
  box-shadow: 2.5px 4.3px 14.3px 0.8px rgba(0, 0, 0, 0.05);
}

.btn-white {
  border-color: #fff;
  background-color: transparent;
}

.btn-dark {
  background-color: #222;
}

.btn .icon {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 10px;
  margin-left: -5px;
  vertical-align: super;
  background-color: #e3d9dc;
}

/* Button effect*/
.btn {
  position: relative;
  overflow: hidden;
}

.btn:hover {
  box-shadow: 0 0 1px 0 #000;
  text-shadow: 0 0 1px #000;
}

.btn:hover:after {
  -webkit-transition: .7s linear;
  transition: .7s linear;
  background-position: 150% 0;
}

.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  content: '';
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background-size: 2em 100%;
}

/* Images */
.img-default {
  margin-bottom: 30px;
}

img.pull-right {
  padding-left: 20px;
}

img.pull-left {
  padding-right: 20px;
}

/* Lists */
.list {
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.list li:before {
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.list li > a {
  color: #777;
}

.list li > a:hover {
  text-decoration: none;
}

.list-mark-1 li:before {
  font: 12px 'ElegantIcons';
  content: '\52';
}

.list-mark-2 li {
  padding-left: 39px;
}

.list-mark-2 li:before {
  left: 14px;
  font-family: 'Stroke-Gap-Icons';
  content: '\e677';
}

.list-mark-3 li:before {
  font-family: FontAwesome;
  content: '\f00c';
}

.list-mark-3 li:hover:before {
  content: '\f00d';
}

.list-mark-4 li:before {
  font-family: FontAwesome;
  content: '\f178';
}

.list-mark-5 li {
  padding-left: 20px;
}

/*.list-mark-5 li:before {
  top: 8px;
  left: 2px;
  width: 5px;
  height: 5px;
  content: '';
  background-color: #444;
}*/

.list-num {
  counter-reset: list;
}

.list-num li:before {
  display: inline-block;
  font-weight: 700;
  content: counter(list) ". ";
  counter-increment: list;
}

.list-2-col {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.list-2-col > li {
  padding-right: 20px;
}

/* Forms */
select:focus {
  outline-style: none;
}

.form-control::-webkit-input-placeholder {
  color: #222;
}

.form-control::-moz-placeholder {
  color: #222;
}

.form-control:-ms-input-placeholder {
  color: #222;
}

.ui-form-1 .btn {
  margin-top: 10px;
  padding-right: 36px;
}

.ui-form-2 .form-control {
  margin-bottom: 30px;
  padding-top: 10px;
}

.ui-form-2 .btn {
  height: 40px;
  padding: 0 32px;
  line-height: 38px;
}

.ui-form-3 .form-control {
  margin-bottom: 19px;
  padding-top: 10px;
}

.ui-form-3 .btn {
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
}

.ui-form-3 .ui-select {
  height: 45px;
  line-height: 45px;
}

.ui-select {
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  vertical-align: top;
  text-transform: inherit;
  color: #222;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
}

.ui-label {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}

/* Radio/check customisation */
.forms__label {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 45px;
  cursor: pointer;
}

.forms__label:last-child {
  margin-right: 0;
}

.forms__label-check:before, .forms__label-radio:before {
  position: absolute;
  left: 0;
  content: '';
  border: 1px solid #fff;
}

.forms__label-check:after, .forms__label-radio:after {
  position: absolute;
  display: none;
}

.forms__label-check {
  display: block;
  height: 22px;
  margin-top: 0;
  margin-right: 12px;
  margin-bottom: 8px;
  padding-left: 26px;
  font-size: 13px;
  font-weight: 500;
}

.forms__label-check:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #e3d9dc;
  border-radius: 2px;
  background-color: white;
}

.forms__label-check:after {
  padding-top: 3px;
  padding-top: 5px;
}

.forms__label-check-1:after {
  top: 7px;
  left: 5px;
  width: 5px;
  height: 5px;
  content: '';
}

.forms__label-check-2:after {
  top: 0;
  left: 3px;
  font: 11px/1 FontAwesome;
  content: '\f00c';
  text-align: center;
  color: #fff;
  color: #666;
}

.forms__label-radio {
  height: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 500;
}

.forms__label-radio:before {
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.forms__label-radio:after {
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
}

.forms__label-radio-1 {
  color: #fff;
}

.forms__label-radio-1:before {
  background-color: #fff;
}

.forms__label-radio-2:before {
  border: 1px #ccc solid;
}

.forms__label-radio-2:after {
  background-color: #fff;
}

.forms__label-radio-3:before {
  border: 1px #e4e4e4 solid;
}

.forms__label-radio-3:after {
  background-color: #666;
}

.forms__check, .forms__radio {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.forms__check:checked + .forms__label-check:after, .forms__radio:checked + .forms__label-radio:after {
  display: block;
}

.forms__check:checked + .forms__label-check:before {
  box-shadow: none;
}

.forms__radio:checked + .forms__label-radio:before {
  box-shadow: 0 0 2px rgba(211, 211, 211, 0.75);
}

.label-group-inline {
  white-space: nowrap;
}

/* Tables */
.table th:first-child, .table td:first-child {
  padding-left: 20px;
}

.table-type-1 {
  border-bottom: 1px solid #eee;
}

.table-type-1 > thead > tr > th {
  padding-top: 30px;
  padding-bottom: 22px;
  background-color: #f4f4f4;
}

.table-type-2 > thead > tr > th {
  padding-top: 26px;
  padding-bottom: 25px;
}

.table-type-2 > tbody > tr > td {
  border: 1px solid #eee;
}

.table-type-2 > thead:first-child > tr:first-child > th {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom-width: 4px;
  border-left: 1px solid #eee;
}

/* Tabular scrolling for mobile devices */
.table-container {
  overflow-y: auto;
  width: 100%;
  _overflow: auto;
}

.table-container::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
}

.table-container::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Tabs */
.tab-content img {
  margin-bottom: 0px;
}

/* Dropcap */
.dropcap:first-letter {
  float: left;
  margin-right: 10px;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  border-width: 2px;
  border-style: solid;
}

.dropcap_secondary:first-letter {
  color: #333;
  border: 1px solid #eee;
}

.dropcap_sm:first-letter {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
}

/* Blockquote */
blockquote cite {
  display: block;
  font-style: normal;
}

/* Pagination */
.pagination_mod-a {
  margin-right: 17px;
  margin-left: 17px;
  border: 1px solid #eee;
}

.pagination_mod-a li:first-child > a, .pagination_mod-a li:first-child > span, .pagination_mod-a li:last-child > a, .pagination_mod-a li:last-child > span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: white;
}

.pagination_mod-a li .icon {
  padding-top: 7px;
}

/* Alert */
.alert {
  letter-spacing: .05em;
}

.alert .icon {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  vertical-align: middle;
}

.alert__inner {
  padding-left: 70px;
}

.alert .close {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -9px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .3;
  color: #222;
}

.alert .close:hover {
  opacity: 1;
}

.alert-default {
  color: #666;
  background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
  color: #444;
}

.alert-1 {
  background-color: #ffbc3a;
}

.alert-2 {
  color: #fff;
  background-color: #9160ff;
}

.alert-3 {
  background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
  color: #ffbc3a;
}

.alert-4 {
  background-color: #ffe7e4;
}

.alert-4 .alert-icon .icon {
  color: #ff523a;
}

.alert-5 {
  background-color: #d5ffe3;
}

.alert-5 .alert-icon .icon {
  color: #00d547;
}

.alert-block {
  margin-bottom: 21px;
  padding: 22px 50px 30px;
  text-shadow: none;
}

.alert-title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.alert-text {
  letter-spacing: .025em;
  color: #333;
}

.alert-icon {
  float: left;
  margin-top: 20px;
}

.alert-icon .icon {
  font-size: 30px;
}

/* Tooltip */
.tooltip {
  text-transform: uppercase;
}

.link-tooltip-1 {
  font-weight: 700;
  color: #666;
}

.link-tooltip-2 {
  font-weight: 700;
  color: #000101;
}

/* Progress bar */
.progress_w_border {
  border: 1px solid #eee;
}

.progress_round {
  border-radius: 11px;
}

.progress_round .progress-bar {
  border-radius: 11px;
}

.progress_shadow {
  box-shadow: inset 0.5px 0.9px 2px rgba(1, 1, 1, 0.1);
}

.progress_background {
  background-color: #f7f7f7;
}

.progress_high {
  height: 22px;
}

.progress_border_primary, .progress_border_secondary {
  border-width: 2px;
  border-style: solid;
}

.progress__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

.progress-1 .progress-bar {
  background-color: #ff523a;
}

.progress-2 .progress-bar {
  background-color: #00d547;
}

.progress-3 .progress-bar {
  background-color: #9160ff;
}

.progress-block-group {
  margin-top: 50px;
  padding-right: 40px;
}

.progress-block-group .progress-block {
  position: relative;
  margin-bottom: 39px;
}

.progress-w-number {
  height: 5px;
  background-color: #dedede;
}

.progress-w-number .progress-bar {
  position: relative;
  background-color: #333;
}

.progress-w-number .progress-bar__number {
  position: absolute;
  top: -24px;
  right: 0;
}

/* Filter */
.ui-filter-slider__info {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #7d90be;
}

.ui-filter-slider__label {
  display: inline-block;
  font-weight: 500;
}

.ui-filter-slider__current {
  display: inline-block;
}

.ui-filter-slider__current:before {
  content: '$';
}

/* Sections */
.section-area {
  position: relative;
}

.section-default {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-default_btm {
  padding-bottom: 110px;
}

.section-default_top {
  padding-top: 104px;
}

.section-content {
  padding-top: 90px;
  padding-bottom: 100px;
}
.section-content1 {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 350px;
}
.section-inner {
  margin-top: 30px;

 
}
.mt-20{
  margin-top: 20px;
}
.mb-10{
  margin-bottom: 10px;
}

.section-border {
  border-bottom: 1px solid #eee;
}

.section-dark .ui-title-block, .section-dark .ui-subtitle-block {
  color: #999;
}

.area-bg {
  position: relative;
}

.area-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: .8;
}

.area-bg__inner {
  position: relative;
  z-index: 110;
}

.area-bg_dark:after {
  /*background-color: #D80032;*/
      background-image: radial-gradient(circle farthest-side at center bottom, rgb(0, 156, 222), rgb(0, 48, 135) 125%);
}

.area-bg_dark-2:after {
  background-color: #222;
}

.area-bg_light:after {
  background-color: #f4f4f4;
}

.area-bg_grey:after {
  background-color: #111;
}

.area-bg_op_5:after {
  opacity: .05;
}

.area-bg_op_10:after {
  opacity: .1;
}

.area-bg_op_20:after {
  opacity: .2;
}

.area-bg_op_30:after {
  opacity: .3;
}

.area-bg_op_40:after {
  opacity: .4;
}

.area-bg_op_50:after {
  opacity: .5;
}

.area-bg_op_60:after {
  opacity: .6;
}

.area-bg_op_70:after {
  opacity: .7;
}

.area-bg_op_80:after {
  opacity: .8;
}

.area-bg_op_85:after {
  opacity: .85;
}

.area-bg_op_90:after {
  opacity: .9;
}

/* CAROUSEL */
.owl-theme {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: white;
}

.owl-theme .owl-dots .owl-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  background-color: transparent;
}

.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
  width: 18px;
  height: 18px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
}

.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*display: none;*/
}

.owl-theme .owl-nav div {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  font: normal normal 18px FontAwesome;
  line-height: 36px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  opacity: .5;
  color: #fff;
  border: 1px solid #e3d9dc;
  border-radius: 2px;
}

.owl-theme .owl-nav div:hover {
  opacity: 1;
  background-color: #84616b;
}

.owl-theme .owl-nav div:hover:after {
  border-top-color: #fff;
  border-left-color: #fff;
}

.owl-theme .owl-nav .owl-prev:after, .owl-theme .owl-nav .owl-next:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.owl-theme .owl-nav .owl-prev:after {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.owl-theme .owl-nav .owl-next:after {
  margin-right: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.owl-theme_w-btn {
  padding-bottom: 105px;
}

.owl-theme_mod-arrs .owl-nav {
  top: 50%;
  bottom: auto;
  margin-top: -25px;
}

.owl-theme_mod-arrs .owl-nav div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  border: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.owl-theme_mod-arrs .owl-nav .owl-prev, .owl-theme_mod-arrs .owl-nav .owl-next {
  position: absolute;
  top: 0;
  display: block;
}

.owl-theme_mod-arrs .owl-nav .owl-prev {
  left: 20px;
}

.owl-theme_mod-arrs .owl-nav .owl-next {
  right: 20px;
}

.owl-theme_mod-arrs .owl-nav .owl-prev:after, .owl-theme_mod-arrs .owl-nav .owl-next:after {
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.related-carousel {
  margin-top: 40px;
}

/* COLUMN MODIFICATIONS */
/* colomns inline-block */
.wrap-inl-bl [class^='col'] {
  display: inline-block;
  float: none;
  margin-right: -3px;
  vertical-align: top;
}

/* Increase in the indentation of columns on 30 px  */
.inner-cols-plus30 [class^='col']:nth-child(odd) {
  padding-right: 45px;
}

.inner-cols-plus30 [class^='col']:nth-child(even) {
  padding-left: 45px;
}

/* columns of the same height */
.block-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-table__cell {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
}

.block-table__inner {
  overflow: hidden;
  height: 100%;
}

.row_no-mrg {
  margin-right: 0;
  margin-left: 0;
}

.col_no-pdg {
  padding-right: 0;
  padding-left: 0;
}

.col_minus-interval_left {
  margin-left: -30px;
}

.col_minus-interval_right {
  margin-right: -30px;
}

/* OTHER */
/* Vertical align */
.helper:after, .helper__inner {
  display: inline-block;
  vertical-align: middle;
}

/* structure: helper > helper__inner */
.helper:after {
  width: 0;
  height: 100%;
  content: '';
}

.helper-2 {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.js-scroll-next + .js-scroll-content {
  display: none;
}

.js-scroll-next {
  cursor: pointer;
}

.br {
  display: block;
}

.no-br {
  white-space: nowrap;
}

.pruning {
  overflow: hidden;
}

.parallax {
  -webkit-transform: none;
          transform: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-policy {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-policy h2 {
  margin-bottom: 40px;
}

.section-policy h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-policy p {
  margin-bottom: 5px;
}

.section-policy .list-letter {
  margin-bottom: 10px;
  list-style-type: lower-alpha;
}

/* Typed cursor */
.typed-strings {
  float: left;
}

.typed-cursor {
  float: left;
  font-weight: 100;
  -webkit-animation: blink .7s infinite;
          animation: blink .7s infinite;
  opacity: 1;
}

@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ======= COMPONENTS ======= */
.section-type-1 {
  padding-top: 85px;
  padding-bottom: 17px;
}

.section-type-2 {
  padding-top: 110px;
  padding-bottom: 80px;
}

.section-type-2__img {
  margin-right: -30px;
}

.section-type-2__inner {
  padding-right: 40px;
  padding-left: 60px;
}

.section-type-2__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .01em;
  color: #222;
}

.section-type-2__subtitle {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #222;
}

.section-type-2 .list {
  margin-top: 33px;
}

.section-type-3 {
  background-image: url(../media/content/bg/bg-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Accordion */
.accordion {
  padding-right: 35px;
}

.accordion .panel-title {
  letter-spacing: -.01em;
}

.accordion .btn-collapse {
  padding: 4px 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.accordion .btn-collapse .icon {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-top: -3px;
  margin-right: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}

.panel-heading {
  position: relative;
}

.panel-heading .btn-collapse {
  display: block;
}

.accordion-1 {
  padding-top: 52px;
}

.b-about__inner {
  margin-right: 40px;
  padding-right: 320px;
  padding-bottom: 40px;
  background: url("../media/content/bg/bg-2.png") no-repeat 100% 55px;
  width:100%;

}

.b-about .ui-title-block {
  letter-spacing: -.015em;
}

.b-about-main {
  margin-top: 60px;
/*  padding-top: 81px;*/
/*  padding-bottom: 160px;*/
}

.b-about-main__title {
  font: 600 18px/1.2 'Poppins', sans-serif;
  letter-spacing: .01em;
  color: #222;
}

.b-about-main__subtitle {
  margin-bottom: 20px;
  font: 300 24px 'Poppins', sans-serif;
}

.b-about-main__btns {
  margin-top: 40px;
}

.b-about-main__btns .btn {
  margin-right: 10px;
}

.b-about-list {
  margin-right: -174px;
  padding-top: 164px;
}

.b-about-list__item {
  position: relative;
  margin-bottom: 34px;
  padding-left: 77px;
}

.b-about-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 57px;
  line-height: 1;
  color: #333;
}

.b-about-list__title {
  margin-bottom: 14px;
  font: 600 16px 'Poppins', sans-serif;
  color: #222;
}

.b-about-list__info {
  margin-bottom: 7px;
}

.b-advantages {
  position: relative;
}

.b-advantages:before, .b-advantages:after {
  display: table;
  content: "";
}

.b-advantages:after {
  clear: both;
}

.lt-ie8 .b-advantages {
  zoom: 1;
}

.b-advantages .b-advantages__icon {
  font-size: 48px;
}

.b-advantages .b-advantages__title {
  display: block;
}

.section-advantages-1 {
  margin-top: 30px;
  background-color: #D80032;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.b-advantages-1 {
  position: relative;
  display: inline-block;
  width: 25%;
  margin-right: -3px;
  padding: 0px 5% 20px;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  text-align: center;
}

.b-advantages-1:before, .b-advantages-1:after {
  display: table;
  content: "";
}

.b-advantages-1:after {
  clear: both;
}

.lt-ie8 .b-advantages-1 {
  zoom: 1;
}

.b-advantages-1__icon {
  font-size: 55px;
}

.b-advantages-1__title {
  margin-top: 7px;
  margin-bottom: 18px;
  font-size: 16px;
}

.b-advantages-1__info {
  /*margin-bottom: 7px;*/
      color: rgba(255, 255, 255, .87);
}

.b-advantages-1.active {
  border-bottom-color: #40b2e3;
  background-color: #84616b;
}

.section-advantages-2 {
  padding-top: 95px;
}

.b-advantages-2 {
  margin-top: 47px;
 /* margin-bottom: 90px;*/
  padding: 40px 30px 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  background-color: #f4f4f4;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}




.b-advantages-2:hover .ui-decor-2 {
  background-color: #fff;
}

.b-advantages-2:hover .b-advantages-2__title {
  color: #fff;
}
.b-advantages-2:hover .b-advantages-2__info {
  color: #fff;
}

.b-advantages-2__icon {
  font-size: 65px;
}

.b-advantages-2__title {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-advantages-2__title strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.b-advantages-2__info {
  margin-bottom: 7px;
}

.b-advantages-2.active {
  border-bottom-color: #ccc;
  background-color: rgba(204, 204, 204, 0.15);
}

.b-advantages-3 {
  position: relative;
  padding: 30px 30px 30px;
  text-align: center;
  border: 1px solid #eee;
  min-height: 260px
}

.b-advantages-3:before, .b-advantages-3:after {
  display: table;
  content: "";
}

.b-advantages-3:after {
  clear: both;
}

.lt-ie8 .b-advantages-3 {
  zoom: 1;
}

.b-advantages-3__icon {
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1;
}

.b-advantages-3__title {
  display: block;
  margin-top: 18px;
  margin-bottom: 17px;
  font-size: 16px;
}

.b-advantages-4 {
  position: relative;
  margin-top: 35px;
  padding: 0 45px 0 80px;
}

.b-advantages-4:before, .b-advantages-4:after {
  display: table;
  content: "";
}

.b-advantages-4:after {
  clear: both;
}

.lt-ie8 .b-advantages-4 {
  zoom: 1;
}

.b-advantages-4__icon {
  position: absolute;
  top: 19px;
  left: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  color: #222;
}

.b-advantages-4__title {
  display: block;
  margin-top: 18px;
  margin-bottom: 17px;
  font-size: 16px;
  letter-spacing: .01em;
}

.b-advantages-4__info {
  margin-bottom: 8px;
}

.b-advantages-5 {
  position: relative;
  margin-bottom: 54px;
  padding-left: 88px;
}

.b-advantages-5:before, .b-advantages-5:after {
  display: table;
  content: "";
}

.b-advantages-5:after {
  clear: both;
}

.lt-ie8 .b-advantages-5 {
  zoom: 1;
}

.b-advantages-5__icon {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
  line-height: 58px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #444;
  border: 1px solid #eee;
  border-radius: 30px;
  background-color: white;
}

.b-advantages-5__title {
  display: block;
  margin-top: 4px;
  margin-bottom: 19px;
  font-size: 16px;
  letter-spacing: .01em;
}

.b-advantages-5__info {
  margin-bottom: 8px;
}

.b-advantages-5:hover .b-advantages-5__icon {
  color: #fff;
}

[class^='col']:nth-child(n+3) .b-advantages-5 {
  margin-bottom: 0;
}

.b-bnr {
  height: 400px;
  margin-left: -30px;
  padding: 44px 30px 30px 44px;
  color: #fff;
  background: url("../media/components/b-banner/bg.jpg") no-repeat 50%;
  background-size: cover;
}

.b-bnr__label {
  font: 18px/1 'Poppins', sans-serif;
}

.b-bnr__title {
  margin-bottom: 13px;
  font: 600 36px/1 'Poppins', sans-serif;
  letter-spacing: .025em;
}

.b-bnr__info {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 500;
}

.b-bnr-2 {
  margin-top: 27px;
  padding: 17px 20px 15px;
  font-family: 'Poppins', sans-serif;
  color: white;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 2px;
  background: url("../media/components/b-banner/bg-2.jpg") no-repeat 50%;
  background-size: cover;
}

.b-bnr-2__icon {
  display: inline-block;
  padding-right: 6px;
  font-size: 45px;
  vertical-align: middle;
  color: #fff;
}

.b-bnr-2__inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.b-bnr-2__title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.b-bnr-2__info {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.b-bnr-3 {
  margin-bottom: 70px;
  padding: 58px 0 70px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: url("../media/components/b-banner/bg-3.jpg") no-repeat 50%;
}

.b-bnr-3__title {
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.b-bnr-3__info {
  padding-right: 15px;
}

.b-bnr-3__info-item {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
}

.b-bnr-3 .btn {
  display: inline-block;
  height: 25px;
  margin-top: 0;
  margin-left: 19px;
  padding: 3px 6px;
  line-height: 1;
  text-transform: none;
}

.section-reviews {
 /*  margin-bottom: 175px; */
  padding-top: 120px;
  background-size: cover;
      background: #fafbfc !important;
}

.section-reviews_mod-a {
  margin-top: 65px;
}

.section-reviews-2 .ui-title-block {
  margin-bottom: 12px;
}

.b-blockquote-3 .b-blockquote__footer:before, .b-blockquote-3 .b-blockquote__footer:after {
  display: table;
  content: '';
}

/*.carousel-reviews {
  margin-bottom: -175px;
  padding-bottom: 71px;
}*/

.carousel-reviews-2 {
  padding-top: 55px;
}

.b-blockquote-1 {
  position: relative;
  margin: 30px 15px;
  padding: 1px 0 4px 60px;
  border-left: none;
  background-color: #f4f4f4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.b-blockquote-1:after {
  position: absolute;
  top: 40px;
  right: 45px;
  width: 60px;
  height: 50px;
  content: '';
  opacity: .6;
  background: url("../media/components/b-blockquote/ic-quotes.png");
  background-size: contain;
}

.b-blockquote-1 blockquote {
  padding: 20px 60px 30px 0;
}

.b-blockquote-1 .b-blockquote__img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: -30px;
}

.b-blockquote-1 .b-blockquote__author {
  display: block;
  font: 600 16px 'Poppins', sans-serif;
  letter-spacing: .02em;
  color: #222;
}

.b-blockquote-1 .b-blockquote__author:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
}

.b-blockquote-1 .b-blockquote__category {
  display: block;
  margin-bottom: 16px;
  font: 500 12px 'Poppins', sans-serif;
  color: #888;
}

.b-blockquote-2 {
  position: relative;
  margin: 44px 0 50px;
  padding: 0 0 4px 80px;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  border-left: none;
}

.b-blockquote-2:after {
  position: absolute;
  top: 33px;
  left: 10px;
  width: 60px;
  height: 50px;
  font: 130px/1 'Poppins', sans-serif;
  content: '“';
}

.b-blockquote-2 blockquote {
  padding: 15px 20px 20px 0;
  font: 500 16px/1.5 Hind;
  letter-spacing: .01em;
  color: #444;
}

.b-blockquote-2 .b-blockquote__img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: -30px;
}

.b-blockquote-2 .b-blockquote__author {
  display: block;
  margin-top: 32px;
  font: 600 16px/1 'Poppins', sans-serif;
  letter-spacing: .02em;
  color: #222;
}

.b-blockquote-2 .b-blockquote__author:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 11px;
  content: '';
  vertical-align: super;
}

.b-blockquote-2 .b-blockquote__category {
  display: block;
  margin-bottom: 16px;
  font: 500 12px 'Poppins', sans-serif;
  color: #888;
}

.b-blockquote-3 {
  position: relative;
  margin: 30px 15px 83px;
  padding: 0;
  border-left: none;
}

.b-blockquote-3:after {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 50px;
  margin-left: -30px;
  content: '';
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  opacity: .6;
  background: url("../media/components/b-blockquote/ic-quotes.png");
  background-size: contain;
}

.b-blockquote-3 blockquote {
  padding: 43px 0 20px;
  text-align: center;
}

.b-blockquote-3 .b-blockquote__footer:before, .b-blockquote-3 .b-blockquote__footer:after {
  display: table;
  content: "";
}

.b-blockquote-3 .b-blockquote__footer:after {
  clear: both;
}

.lt-ie8 .b-blockquote-3 .b-blockquote__footer {
  zoom: 1;
}

.b-blockquote-3 .b-blockquote__img {
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-radius: 50%;
}

.b-blockquote-3 .b-blockquote__cite {
  display: inline-block;
  margin-top: 10px;
  padding-left: 33px;
  font-style: normal;
  text-align: left;
  vertical-align: middle;
}

.b-blockquote-3 .b-blockquote__author {
  display: block;
  font: 600 14px/1.2 'Poppins', sans-serif;
  letter-spacing: .02em;
  color: #222;
}

.b-blockquote-3 .b-blockquote__author:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 10px;
  margin-left: -20px;
  content: '';
  vertical-align: middle;
}

.b-blockquote-3 .b-blockquote__category {
  display: block;
  font: 500 12px 'Poppins', sans-serif;
  color: #888;
}

.b-blockquote-3 .b-blockquote__footer:after {
  clear: both;
}

.lt-ie8 .b-blockquote-3 .b-blockquote__footer {
  zoom: 1;
}

.b-blockquote-3 .b-blockquote__footer {
  text-align: center;
}

.b-booking-form {
  margin-top: -15px;
  padding: 50px 30px 27px;
  background-image: url(../media/components/b-booking-form/bg-1.jpg);
}

.b-booking-form .row {
  margin-right: 0;
  margin-left: 0;
}

.b-booking-form [class^='col'] {
  padding-right: 10px;
  padding-left: 10px;
}

.b-booking-form .btn {
  display: block;
  width: 100%;
  height: 50px;
}

.b-booking-form .btn-group {
  margin-bottom: 24px;
}

.b-booking-form .forms__label-radio {
  width: 50%;
  margin-top: 20px;
  margin-right: -3px;
}

.b-brands {
  padding-right: 5%;
  padding-left: 5%;
}

.b-brands__item {
  display: table;
  width: 100%;
  height: 137px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 2px;
}

.b-brands .b-brands__img {
  display: table-cell;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  opacity: 0.9;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
          background: #fff;
          border: 1px solid #f4f4f4;
}

.b-brands .b-brands__img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.b-brands .b-brands__img img {
  width: auto;
  margin: auto;
}

.b-calculator {
 
  padding: 34px 32px;
  border: 3px solid #eee;
  border-radius: 2px;
}

.b-calculator__header {
  margin-bottom: 30px;
}

.b-calculator__header .icon {
  display: inline-block;
  padding-right: 10px;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
}

.b-calculator__header-inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.b-calculator__name {
  margin-bottom: 5px;
  font: 700 16px 'Poppins', sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #222;
}

.b-calculator__info {
  font-size: 13px;
  color: #888;
}

.b-calculator__group {
  margin-bottom: 10px;
}

.b-calculator__label {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}

.b-calculator__input {
  padding: 12px 16px 10px;
  font-size: 13px;
  color: #888;
}

.b-car-details__header {
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
}

.b-car-details__header:before, .b-car-details__header:after {
  display: table;
  content: "";
}

.b-car-details__header:after {
  clear: both;
}

.lt-ie8 .b-car-details__header {
  zoom: 1;
}

.b-car-details__header .icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.b-car-details__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: .03em;
}

.b-car-details__subtitle {
  margin-bottom: 25px;
  font: 500 18px/1.2 'Poppins', sans-serif;
  letter-spacing: .02em;
}

.b-car-details__address {
  float: left;
  padding-right: 30px;
  padding-left: 3px;
  font: 500 12px/1 'Poppins', sans-serif;
  letter-spacing: .02em;
  color: #888;
}

.b-car-details__links {
  float: right;
  line-height: 1;
}

.b-car-details__link {
  display: inline-block;
  margin-left: 21px;
  font: 500 12px 'Poppins', sans-serif;
  text-decoration: underline;
  color: #222;
}

.b-car-details__section {
  padding-top: 44px;
}

.b-car-details__section-title {
  margin-bottom: 12px;
}

.b-car-details__section-subtitle {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.005em;
  color: #222;
}

.b-car-details__nav {
/*  margin-top: 47px;*/
  padding: 0 16px;
  text-align: left;
  border-radius: 2px;
}

.b-car-details__nav > li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-car-details__nav > li > a {
  padding: 17px 4px 19px 25px;
  font: 600 14px/1 'Poppins', sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: white;
}

.b-car-details__nav > li.active {
  background-color: #f4f4f4;
  box-shadow: 0 -3px 0 0 #84616b;
}

.b-car-details__nav > li.active > a {
  margin-left: 0;
  padding-top: 19px;
  padding-right: 30px;
  padding-left: 30px;
  color: #84616b;
}

.b-car-details__tabs .tab-pane {
  padding: 40px 50px 20px;
  background-color: #f4f4f4;
}

.b-car-details__tabs-title {
  margin-top: 35px;
  margin-bottom: 18px;
  font: 700 16px 'Poppins', sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #222;
}

.b-car-info__price {
  margin-bottom: 5px;
  padding: 8px 10px 6px;
  font: 600 30px 'Poppins', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
}

.b-car-info__price-msrp {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
}

.b-car-info__desc {
  margin-bottom: 25px;
  padding: 40px 37px 23px;
  text-transform: uppercase;
}

.b-car-info .b-car-info__desc-dt {
  width: 130px;
  font-weight: 500;
  text-align: left;
  color: #888;
}

.b-car-info .b-car-info__desc-dd {
  margin-bottom: 22px;
  margin-left: 0;
  padding-bottom: 13px;
  padding-left: 130px;
  font-weight: 600;
  text-align: right;
  color: #222;
  border-bottom: 1px solid #e3d9dc;
}

.b-car-info__item {
  margin-bottom: 8px;
  padding: 18px 20px 14px 25px;
  font-family: 'Poppins', sans-serif;
  border: 3px solid #eee;
  border-radius: 2px;
}

.b-car-info__item:before, .b-car-info__item:after {
  display: table;
  content: "";
}

.b-car-info__item:after {
  clear: both;
}

.lt-ie8 .b-car-info__item {
  zoom: 1;
}

.b-car-info__item .icon {
  display: inline-block;
  margin-right: 7px;
  font-size: 30px;
  vertical-align: middle;
  color: #222;
}

.b-car-info__item-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #222;
}

.b-car-info__item-info {
  padding-left: 13px;
  font-size: 16px;
  font-weight: 700;
}

.b-car-info__item-info_lg {
  font-size: 18px;
}

.b-car-info__item-info_sm {
  font-size: 14px;
  font-weight: 500;
}

.b-car-info__item-inner {
  float: right;
}

.map {
  height: 895px;
}

.map-2 {
  height: 500px;
}

.section-filter {
  padding-top: 104px;
  padding-bottom: 0;
}

.b-filter {
/*  margin-top: 56px;*/
}

.b-filter__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-filter__btns {
/*  margin-top: 27px;
  margin-left: 67px;*/
  text-align: center;
}

.b-filter__btns .btn-link {
  display: inline-block;
  margin-top: 20px;
}

.b-filter .ui-filter-slider {
  margin-top: 7px;
}

.b-filter .ui-filter-slider__info {
  margin-top: 16px;
}

.b-filter .ui-filter-slider__current {
  padding-right: 5px;
  padding-left: 5px;
}

.b-filter-type {
  margin-bottom: 23px;
  text-align: center;
}

.b-filter-type__item {
  display: inline-block;
}

.b-filter-type__input {
  display: none;
}

.b-filter-type__input:checked + .b-filter-type__label {
  border: 2px solid #444;
  border-radius: 2px;
}

.b-filter-type__input:checked + .b-filter-type__label .b-filter-type__title {
  font-weight: 600;
  color: #222;
}

.b-filter-type__label {
  width: 150px;
  height: 100px;
  cursor: pointer;
  text-transform: uppercase;
}

.b-filter-type__icon {
  display: block;
  margin-bottom: -30px;
  font-size: 80px;
  line-height: 1;
}

.b-filter-type__title {
  display: block;
  font: 500 11px 'Poppins', sans-serif;
  color: #888;
}

.b-filter-type-2 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.b-filter-type-2__item {
  display: inline-block;
  width: 50%;
  margin-right: -2px;
}

.b-filter-type-2__input {
  display: none;
}

.b-filter-type-2__label {
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #e3d9dc;
  border-radius: 2px;
}

.b-filter-type-2__icon {
  display: block;
  margin-bottom: -11px;
  font-size: 50px;
  line-height: .9;
  color: #888;
}

.b-filter-type-2__title {
  display: block;
  font: 500 11px 'Poppins', sans-serif;
  color: #444;
}

.filter-goods {
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.filter-goods:before, .filter-goods:after {
  display: table;
  content: "";
}

.filter-goods:after {
  clear: both;
}

.lt-ie8 .filter-goods {
  zoom: 1;
}

.filter-goods__info {
  float: left;
  padding: 12px 0 0 10px;
  letter-spacing: .01em;
}

.filter-goods__select {
  float: right;
  white-space: nowrap;
}

.filter-goods__select .selectpicker {
  display: inline-block;
}

.filter-goods__select .bootstrap-select {
  margin-bottom: 0;
  margin-left: 10px !important;
}

.filter-goods__select .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 18px;
  right: 20px;
}

.filter-goods__select .ui-select {
  height: 40px;
  line-height: 43px;
  border: none;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.btns-switch {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.btns-switch__item {
  width: 40px;
  height: 40px;
  margin-left: 7px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #888;
  border: 1px solid #eee;
  border-radius: 2px;
}

.btns-switch__item.active, .btns-switch__item:hover {
  background-color: #f4f4f4;
}

.b-filter-2__inner {
  padding: 40px 20px 0;
}

.b-filter-2__title {
  margin-top: 0;
  margin-bottom: 0;
  font: 600 14px/54px 'Poppins', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #84616b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 2px 2px 0 0;
  background-color: #222;
  border-bottom-color: #d7d7d7 !important;

}

.b-filter-2__group {
  padding-bottom: 42px;
}

.b-filter-2__group-title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
}

.b-filter-2 .form-control {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 13px 13px 10px;
  font-size: 13px;
}

.b-filter-2 .selectpicker {
  display: inline-block;
}

.b-filter-2 .bootstrap-select {
  margin-top: 10px;
  margin-bottom: 0;
}

.b-filter-2 .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 21px;
  right: 14px;
}

.b-filter-2 .ui-select {
  height: 45px;
  padding: 0 10px;
  line-height: 47px;
  border-radius: 2px;
}

.b-filter-2 .ui-filter-slider {
  padding-top: 20px;
}

.b-filter-2 .ui-filter-slider__info {
  padding-top: 17px;
}

.b-filter-2 .checkbox-group {
  padding-top: 15px;
  padding-left: 4px;
}

.b-form-checkup {
  padding-top: 60px;
}

.section-form-contacts {
  height: 100%;
  padding: 230px 15% 0 17%;
  color: #fff;
  background-color: #1c1c1c;
}

.section-form-contacts__label {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.section-form-contacts__title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.section-form-contacts__info {
  margin-bottom: 40px;
  padding-right: 13%;
}

.goods-group-1 {
  padding-top: 56px;
}

.goods-group-1 .js-scroll-next {
  display: block;
  width: 160px;
  margin: 20px auto 0;
}

/*.goods-group-2 {
  padding-bottom: 60px;
}*/

.b-goods-ac {
  position: relative;
  min-height: 250px;
  margin-bottom: 60px;
  padding: 58px 30px 25px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #eee;
}

.b-goods-ac:before, .b-goods-ac:after {
  display: table;
  content: "";
}

.b-goods-ac:after {
  clear: both;
}

.lt-ie8 .b-goods-ac {
  zoom: 1;
}

.b-goods-ac:hover {
  border-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.b-goods-ac:hover .b-goods-links {
  opacity: 1;
}

.b-goods-ac:hover .b-goods-ac__img {
  top: -10px;
  left: -10px;
}

.b-goods-ac__label {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.b-goods-ac__img {
  position: relative;
  top: 0;
  left: 0;
  height: 174px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-goods-ac__img img {
  margin: auto;
}

.b-goods-ac__info {
  float: left;
}

.b-goods-ac__name {
  font-weight: 700;
  color: #2f2f2f;
}

.b-goods-ac__category {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #888;
}

.b-goods-ac__price {
  float: right;
  font-size: 16px;
  font-weight: 600;
}

.b-goods-ac__price-old {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #ccc;
}

.b-goods-ac .label-pink {
  background-color: #c918d0;
}

.b-goods-ac .label-green {
  background-color: #18d07c;
}

.b-goods-ac .b-goods-links {
  position: absolute;
  top: 17px;
  right: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  opacity: 0;
}

.b-goods-ac .b-goods-links__link {
  display: inline-block;
  padding: 5px 5px;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #222;
}

.featured-carousel {
  margin-top: 56px;
}

.featured-carousel .owl-item.active {
/*  opacity: .2;*/
  opacity: 1;
}

.featured-carousel .owl-item.active + .owl-item.active {
  opacity: 1;
}

.featured-carousel .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  /*opacity: .2;*/
   opacity: 1;
}

.b-goods-feat__img {
  position: relative;
}

.b-goods-feat__label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 38px;
  color: white;
}

.b-goods-feat__label_msrp {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.b-goods-feat__desc {
  display: table;
  width: 100%;
  margin-top: 10px;
  font: 500 12px 'Poppins', sans-serif;
  color: #888;
  border: 1px solid #eee;
}

.b-goods-feat__desc-item {
  display: table-cell;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid #eee;
}

.b-goods-feat__desc-item:last-child {
  border-right: none;
}

.b-goods-feat__name {
  margin-top: 33px;
  margin-bottom: 18px;
  font-size: 18px;
}

.b-goods-feat__name:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-top: -2px;
  margin-right: 15px;
  content: '';
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
      color: #d80032;
}
.b-goods-feat__name a {
  color: #222;
}

.b-goods-1 {
  padding-top: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
}

.b-goods-1__inner {
  float: left;
  width: 70.66666667%;
  padding-right: 35px;
  padding-left: 20px;
}

.b-goods-1__img {
  float: left;
  width: 29.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.b-goods-1__header {
  position: relative;
  margin-bottom: 17px;
}

.b-goods-1__header:before, .b-goods-1__header:after {
  display: table;
  content: "";
}

.b-goods-1__header:after {
  clear: both;
}

.lt-ie8 .b-goods-1__header {
  zoom: 1;
}

.b-goods-1__name {
  float: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.b-goods-1__name a {
  color: #222;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-goods-1__choose {
  float: right;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #222;
}

.b-goods-1__price {
  float: right;
  width: 173px;
  font: 600 14px/38px 'Poppins', sans-serif;
  text-align: center;
  color: white;
}

.b-goods-1__price-msrp {
  margin-left: 12px;
  font-size: 11px;
  font-weight: 500;
}

.b-goods-1__info-link {
  cursor: pointer;
}

.b-goods-1__info-link:after {
  font-size: 12px;
  content: ' more';
}

.b-goods-1__info-link:before {
  content: ' ... ';
}

.b-goods-1__info-more.in {
  display: inline;
}

.b-goods-1__info-more.in + .b-goods-1__info-link:after {
  content: '';
}

.b-goods-1__info-more.in + .b-goods-1__info-link:before {
  content: '';
}

.b-goods-1__section {
  padding-top: 32px;
}

.b-goods-1__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.b-goods-1__title:before {
  display: inline-block;
  margin-right: 13px;
  font-family: FontAwesome;
  font-size: 17px;
  content: '\f107';
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}

.b-goods-1__title[aria-expanded='false']:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-goods-1__desc {
  display: table;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font: 500 12px 'Poppins', sans-serif;
  color: #888;
  border: 1px solid #eee;
}

.b-goods-1__desc-item {
  display: table-cell;
  padding: 0 10px;
  line-height: 38px;
  text-align: center;
  border-right: 1px solid #eee;
}

.b-goods-1__desc-item:last-child {
  border-right: none;
}

.b-goods-1__list {
  margin-bottom: 0;
  padding-top: 5px;
}

.b-goods-1__list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 22px;
}

.b-goods-1 .visible-th {
  display: none;
}

.b-goods-1_mod-a .b-goods-1__inner {
  padding-left: 25px;
}

.b-goods-1_mod-a .b-goods-1__header {
  margin-bottom: 7px;
}

.b-goods-1_mod-a .b-goods-1__section {
  padding-top: 23px;
}

.b-goods-1_mod-a .b-goods-1__list {
  padding-top: 11px;
}

.b-goods-1_mod-a .b-goods-1__name {
  margin-top: 7px;
}

.b-goods-1_mod-a .b-goods-1__price {
  width: 100%;
}

.b-goods-1_mod-a .b-goods-1__choose {
  display: inline-block;
  float: none;
  margin-top: 8px;
  margin-left: 5px;
  line-height: 1;
  vertical-align: baseline;
}

.b-goods-1_mod-a .b-goods-1__title {
  display: inline-block;
}

.b-goods-1_mod-a .b-goods-1__title[aria-expanded='false'] {
  color: #222;
}

.b-goods-1_mod-a .b-goods-1__title[aria-expanded='false']:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.b-goods-1_mod-a .b-goods-1__title:before {
  position: absolute;
  top: -2px;
  left: 100%;
  margin-left: 10px;
}

.list-goods_th {
  margin-right: -30px;
}

.list-goods_th .row {
  margin-right: 0;
  margin-left: 0;
}

.list-goods_th .b-goods-1 {
  display: inline-block;
  width: 33.3%;
  margin-right: -3px;
  padding-right: 30px;
  padding-bottom: 10px;
  vertical-align: top;
  border-bottom: none;
}

.list-goods_th .b-goods-1__inner {
  float: none;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.list-goods_th .b-goods-1__img {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.list-goods_th .b-goods-1__name {
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 16px;
}

.list-goods_th .b-goods-1__price_th {
  position: relative;
  display: block;
  padding-right: 70px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.list-goods_th .b-goods-1__price_th .list-goods_th .b-goods-1__price_th__price-msrp {
  font-size: 11px;
  font-weight: 500;
}

.list-goods_th .b-goods-1__price_th .b-goods-1__choose {
  position: absolute;
  top: -6px;
  right: 0;
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  color: #222;
}

.list-goods_th .b-goods-1__info {
  position: relative;
  overflow: hidden;
  height: 50px;
  margin-bottom: 12px;
}

.list-goods_th .b-goods-1__section {
  padding-top: 22px;
}

.list-goods_th .b-goods-1__title {
  display: none;
}

.list-goods_th .b-goods-1__desc {
  width: 100%;
}

.list-goods_th .b-goods-1_mod-a .b-goods-1__header {
  margin-bottom: 17px;
}

.list-goods_th .hidden-th {
  display: none;
}

.list-goods_th .visible-th {
  display: block;
}

.info-group__section {
  float: none;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}

.b-info {
  color: #fff;
  background-size: cover;
}

.b-info__title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: .03em;
  color: #fff;
}

.b-info__title_lg {
  display: block;
  margin-top: 6px;
  font-size: 32px;
  text-transform: uppercase;
}

.b-info .btn {
  margin-top: 34px;
  padding: 0 40px;
}

.b-info_mod-a {
  margin: 28px -90px 0 0;
  padding: 82px 25% 90px 40%;
}

.b-info_mod-b {
  /*padding: 109px 34% 116px 23%;*/
  padding: 109px 15% 116px 23%;
  /*-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);*/
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
          /*clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);*/
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

.b-info-2 {
  padding: 48px 0 45px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.b-info-2__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .01em;
}

.b-info-2__info {
  float: right;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
}

.b-info-2__info .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 46px;
  vertical-align: text-top;
}

.section-isotope__header {
  padding-top: 90px;
  padding-bottom: 55px;
}

/* ---- isotope ---- */
.grid-item {
  float: left;
}

.grid-item img {
  width: 100%;
  height: auto;
}

.b-isotope {
  background: #fff;
}

.b-isotope:before, .b-isotope:after {
  display: table;
  content: "";
}

.b-isotope:after {
  clear: both;
}

.lt-ie8 .b-isotope {
  zoom: 1;
}

.grid-sizer, .grid-item {
  width: 20%;
}

.grid-item {
  height: auto;
}

.grid-item_wx2 {
  width: 20%;
}

.grid-item_wx4 {
  width: 40%;
}

.grid-item_hx2 {
  height: 358px;
}

.b-isotope-filter {
  margin-top: 37px;
  margin-bottom: 36px;
  margin-left: 0;
  text-align: center;
}

.b-isotope-filter > li {
  padding-right: 0;
  padding-left: 0;
}

.b-isotope-filter > li > a {
  position: relative;
  display: block;
  padding: 0 24px;
  font: 500 14px/36px 'Poppins', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  color: #888;
  border: 2px solid transparent;
  border-radius: 2px;
}

.b-isotope-filter > li > a:after {
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-isotope-filter > li > a:hover {
  color: #2f2f2f;
  border-color: #444;
}

.b-isotope-filter > li.current > a {
  color: #2f2f2f;
  border-color: #444;
}

.b-isotope-grid {
  margin-bottom: 0;
}

.b-isotope-grid__inner {
  display: block;
  overflow: hidden;
}

.b-isotope-grid__inner:hover .b-isotope-grid__wrap-info {
  opacity: 1;
}

.b-isotope-grid__wrap-info {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.b-isotope-grid__info {
  display: inline-block;
  vertical-align: middle;
}

.b-isotope-grid__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.b-isotope-grid .icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 55px;
  color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}

.section-list-brands {
  padding-left: 29px;
}

.b-list-brands {
  margin-top: 53px;
  margin-bottom: 30px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}

.b-list-brands__link {
  display: block;
  padding-bottom: 12px;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #444;
}

.b-list-brands .badge {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

/* MAIN SLIDER */
.main-slider {
  position: relative;
  max-width: 1920px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  margin-top: 136px;
}
@media screen and (max-width: 720px){
  .main-slider{
    margin-top: 117px;
  }
}
.main-slider__wrap {
  position: absolute;
  white-space: normal !important;
}

.main-slider-1 {
  margin-top: 167px;
  color: white;
}

.main-slider-1 .main-slider__wrap {
  padding-right: 20px;
}

.main-slider-1 .main-slider__wrap:after {
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 13px;
  content: '';
  background-color: white;
}

.main-slider-1 .main-slider__title {
  position: relative;
  margin-top: -110px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.05);
}

.main-slider-1 .main-slider__subtitle {
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.main-slider-1 .main-slider__btn {
  margin-right: 13px;
  margin-bottom: 20px;
}

.main-slider-1 .main-slider__btn-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.main-slider-1 .main-slider__btn-price {
  font-size: 18px;
  font-weight: 400;
}

.main-slider-1 .main-slider__btn-price strong {
  font-weight: 600;
}

.main-slider-1 .main-slider__label {
  position: absolute;
  top: 8px;
  right: 100%;
  margin-right: 13px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 33px;
  white-space: nowrap;
  text-transform: uppercase;
}

/*.main-slider-2 {
  margin-top: 129px;
}*/

.main-slider-2 .main-slider__wrap {
/*  padding-top: 30px;
  padding-left: 60px;
  text-align: right;*/
   padding-top: 100px;
 /* padding-left: 60px;*/
  text-align: center;
}

.main-slider-2 .main-slider__title {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  padding: 10px 10px 10px;
  font-size: 62px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #fff;
  background-color: #D80032;
}

.main-slider-2 .main-slider__title-number {
  position: relative;
  display: inline-block;
  margin-top: -28px;
  padding: 0 4px;
  font-size: 102px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.main-slider-2 .main-slider__title-number:after {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -21px;
  font: 400 40px Flaticon;
  content: '\f100';
  color: #fff;
  text-shadow: none;
}

.main-slider-2 .main-slider__price {
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
}

.main-slider-2 .main-slider__price-currency {
  display: inline-block;
  margin-right: 4px;
  font-size: 30px;
  vertical-align: super;
}

.main-slider-2 .main-slider__price-number {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: .02em;
  font: 36px/24px 'Caveat Brush', Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.main-slider-2 .main-slider__price-inner {
  display: inline-block;
  margin-left: 7px;
  text-align: left;
  vertical-align: middle;
}

.main-slider-2 .main-slider__price-title {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-slider-2 .main-slider__price-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.main-slider-2 .main-slider__label {
  position: absolute;
  top: -32px;
  left: -46px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  letter-spacing: .02em;
  background-color: #fff;
}

.main-slider-3 {
  margin-top: 52px;
  text-align: center;
}

.main-slider-3 .main-slider__title {
  margin-bottom: 40px;
  padding-top: 27%;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
}

.main-slider-3 .main-slider__title strong {
  font-weight: 700;
}

.main-slider-3 .btn {
  margin-right: 3px;
  margin-left: 3px;
}

.main-slider-3 .sp-image-container:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.main-slider-4 {
  margin-top: 161px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
}

.main-slider-4 .main-slider__title {
  margin-bottom: 43px;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}

.main-slider-4 .main-slider__label {
  margin-bottom: 8px;
  padding-top: 15%;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider-4 .btn {
  margin-right: 3px;
  margin-left: 3px;
}

.main-slider-4 .sp-image-container:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.sp-image-container:after {
  background-color: transparent;
  /*background-color: rgba(0, 0, 0, 0.35);*/
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  text-align: center;
}

.sp-button {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  border-radius: 50%;
  background-color: white;
}

.sp-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

.sp-button:hover, .sp-selected-button {
  width: 16px;
  height: 16px;
  opacity: 1;
}

.sp-button:hover:after, .sp-selected-button:after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .5;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-arrow {
  position: absolute;
  bottom: 0;
  display: block;
  padding-top: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
}

.sp-horizontal .sp-arrows {
  z-index: 10;
  top: 40%;
  right: 0;
  width: 100%;
  margin-top: 24px;
  text-align: right;
  z-index: 0;
}

.sp-horizontal .sp-arrow {
  width: 50px;
  height: 50px;
  border-radius: 2px;
      background-color: #84616b;
}

.sp-horizontal .sp-arrow:hover {
  background-color: rgba(10,31,84,0.8);
}

.sp-horizontal .sp-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  content: '';
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.sp-horizontal .sp-previous-arrow {
  left: 0;
}

.sp-horizontal .sp-next-arrow {
  right: 0;
}

.sp-horizontal .sp-previous-arrow:after {
  margin-left: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-horizontal .sp-next-arrow:after {
  margin-left: -11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sp-vertical .sp-arrows {
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -10px;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

.post-carousel .owl-nav .owl-prev {
  left: 0;
}

.section-news {
  padding-top: 90px;
  padding-bottom: 100px;
  background-position: 50%;
}

.section-news_mod-a {
  padding-top: 100px;
  padding-bottom: 10px;
}

.carousel-news {
  margin-top: 40px;
  padding-bottom: 40px;
}

/*01  Blog */
.posts-group {
  padding-top: 100px;
}

.posts-group-2 {
  padding-bottom: 27px;
}

.b-post .entry-title {
  color: #333;
}

.b-post .entry-title, .b-post .entry-title a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #0a1f54;
}

.b-post .entry-meta__item {
  margin-right: 14px;
  white-space: nowrap;
}

.b-post .entry-meta__link {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #222;
}

.b-post .entry-meta__icon {
  display: inline-block;
}

.b-post .entry-date {
  display: inline-block;
}

.b-post .entry-date__month {
  display: block;
}

.b-post .entry-header {
  position: relative;
}

.b-post-1 {
  margin-bottom: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-post-1:hover {
  margin-bottom: 27px;
}

.b-post-1:hover .entry-footer__inner {
  padding-bottom: 55px;
  opacity: 1;
}

.b-post-1:hover .entry-footer:before {
  opacity: 0;
}

.b-post-1:hover .entry-main {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.b-post-1 .entry-main {
  padding: 0 10px 0 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;

}

.b-post-1 .entry-title {
  position: relative;
/*  padding: 15px 25px 8px 23px;*/
  font-size: 18px;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: .01em;
}

/*.b-post-1 .entry-title:before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 10px;
  height: 3px;
  content: '';
}*/

.b-post-1 .entry-meta__item {
  color: #999;
}

.b-post-1 .entry-meta__icon {
  color: #888;
}

.b-post-1 .entry-meta__face {
  overflow: hidden;
  width: 76px;
  height: 76px;
  margin-top: -58px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.b-post-1 .entry-meta__categorie {
  padding: 1px 9px 0;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.b-post-1 .entry-meta__categorie:hover {
  background-color: #84616b;
}

.b-post-1 .entry-content {
  padding-right: 10px;
  padding-bottom: 24px;
/*  padding-left: 24px;*/
  letter-spacing: .005em;
}

.b-post-1 .entry-footer {
  padding-top: 17px;
  padding-right: 6px;
  border-top: 1px solid #eee;
}

.b-post-1 .entry-footer:before, .b-post-1 .entry-footer:after {
  display: table;
  content: "";
}

.b-post-1 .entry-footer:after {
  clear: both;
}

.lt-ie8 .b-post-1 .entry-footer {
  zoom: 1;
}

.b-post-1 .entry-footer:before {
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  background-color: #e3d9dc;
  box-shadow: 12px 0 0 #e3d9dc, 24px 0 0 #e3d9dc;
}

.b-post-1 .entry-footer__inner {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.b-post-1 .entry-footer .entry-meta {
  float: right;
}

.b-post-1 .entry-footer .entry-meta__icon {
  margin-right: 9px;
}

.b-post-1 .b-post-social {
  float: left;
  font: 500 11px 'Poppins', sans-serif;
  color: #222;
}

.b-post-1 .b-post-social__list {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 11px;
  font-size: 14px;
  vertical-align: middle;
}

.b-post-1 .b-post-social__list > li > a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #888;
}

.b-post-1:hover .entry-main {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.b-post-full {
  margin-bottom: 70px;
}

.b-post-full .entry-meta {
  margin-top: 35px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.b-post-full .entry-meta:before, .b-post-full .entry-meta:after {
  display: table;
  content: "";
}

.b-post-full .entry-meta:after {
  clear: both;
}

.lt-ie8 .b-post-full .entry-meta {
  zoom: 1;
}

.b-post-full .entry-meta__item {
  margin-right: 10px;
  font: 500 12px 'Poppins', sans-serif;
  letter-spacing: .01em;
  color: #999;
}

.b-post-full .entry-meta__item .icon {
  margin-right: 5px;
  font-size: 14px;
}

.b-post-full .entry-meta__group-left {
  float: left;
}

.b-post-full .entry-meta__group-right {
  float: right;
}

.b-post-full .entry-meta__group-right .entry-meta__item {
  margin-left: 14px;
}

.b-post-full .entry-meta__categorie {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.b-post-full .entry-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: .02em;
}

.b-post-full .entry-title-inner {
  margin-bottom: 16px;
  font-size: 18px;
}

.b-post-full .entry-content {
  letter-spacing: .005em;
}

.b-post-full .entry-footer {
  margin-top: 20px;
}

.b-post-full .entry-footer:before, .b-post-full .entry-footer:after {
  display: table;
  content: "";
}

.b-post-full .entry-footer:after {
  clear: both;
}

.lt-ie8 .b-post-full .entry-footer {
  zoom: 1;
}

.b-post-full .entry-footer__group {
  padding-top: 27px;
}

.b-post-full .entry-footer__group:first-child {
  float: left;
}

.b-post-full .entry-footer__group:last-child {
  float: right;
}

.b-post-full .entry-footer__group .icon {
  margin-right: 8px;
  font-size: 16px;
}

.b-post-full .entry-footer__title {
  margin-right: 10px;
  font: 700 12px 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #222;
}

.b-post-full .entry-footer__tags {
  margin-right: 5px;
  padding: 5px 15px;
  font: 500 12px 'Poppins', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #eee;
}

.b-post-full .entry-footer__tags:hover {
  color: #fff;
}

.b-post-full .entry-footer__link {
  font: 500 12px 'Poppins', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: underline;
  color: #222;
}

.b-post-full .entry-footer__link:hover {
  text-decoration: none;
}

.b-post-full .b-post__section {
  margin-top: 29px;
  margin-bottom: 18px;
}

.b-post-full .b-post__group-1 {
  padding-top: 13px;
  padding-left: 5px;
}

.b-post-full .b-post__group-1 .list {
  margin-top: 23px;
}

.b-post-full .b-post__group-1 .list > li {
  margin-bottom: 6px;
}

/*02  Comments */
.section-comment {
  margin-top: 77px;
}

.section-comment .ui-title-inner {
  font-weight: 600;
}

.section-comment .ui-title-inner:before {
  width: 10px;
  margin-top: -3px;
}

.comments-list {
  padding-top: 20px;
}

.comments-list .children {
  margin-left: 125px;
}

.comments-list .comment {
  margin-bottom: 44px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
}

.comments-list .comment-face {
  float: left;
  width: 98px;
}

.comments-list .comment-inner {
  padding-left: 120px;
}

.comments-list .comment-header {
  margin-bottom: 17px;
  line-height: 1;
}

.comments-list .comment-author {
  display: block;
  margin-bottom: 6px;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #333;
}

.comments-list .comment-datetime {
  padding-right: 45px;
  font-size: 13px;
  font-style: normal;
  color: #888;
}

.comments-list .comment-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
}

.comments-list .comment-btn:hover {
  color: #222;
}

/*03  Blog form */
.section-reply-form {
  padding-top: 20px;
}

.section-reply-form .ui-title-inner {
  font-weight: 600;
}

.section-reply-form .ui-title-inner:before {
  width: 10px;
  margin-top: -3px;
}

.form-reply {
  margin-top: 36px;
}

.form-reply textarea {
  height: 256px;
}

/*04 Other */
.about-author {
  padding: 35px 40px 30px 37px;
  border: 3px solid #eee;
  border-radius: 2px;
}

.about-author__img {
  float: left;
  width: 95px;
}

.about-author__inner {
  padding-left: 130px;
}

.about-author__name {
  font: 700 14px 'Poppins', sans-serif;
  letter-spacing: .02em;
  color: #222;
}

.about-author__title {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.about-author__category {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

.post-carousel {
  margin-top: 110px;
}

.post-carousel .owl-nav {
  top: -33px;
  bottom: auto;
}

.post-carousel .owl-nav div {
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  border: none;
}

.post-carousel .owl-nav div:hover {
  background-color: transparent;
}

.post-carousel .owl-nav .owl-prev, .post-carousel .owl-nav .owl-next {
  position: absolute;
}

.post-carousel .owl-nav .owl-prev:before, .post-carousel .owl-nav .owl-next:before {
  font: 700 14px 'Poppins', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  color: #222;
}

.post-carousel .owl-nav .owl-prev:after, .post-carousel .owl-nav .owl-next:after {
  position: absolute;
  top: 8px;
  width: 10px;
  height: 3px;
  content: '';
  -webkit-transform: none;
          transform: none;
  border: none;
  background-color: #84616b;
}

.post-carousel .owl-nav .owl-prev:before {
  padding-left: 19px;
  content: 'prev post';
}

.post-carousel .owl-nav .owl-prev:after {
  left: 0;
}

.post-carousel .owl-nav .owl-next {
  right: 10px;
}

.post-carousel .owl-nav .owl-next:before {
  padding-right: 10px;
  content: 'next post';
}

.b-post-nav__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.b-post-nav__img {
  position: relative;
  display: block;
}

.b-post-nav__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
}

.b-post-nav__inner {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 35px 10px;
  text-align: center;
}

.b-post-nav__title {
  display: block;
  overflow: hidden;
  height: 50px;
  margin-bottom: 23px;
  font: 600 18px/1.44 'Poppins', sans-serif;
  color: #fff;
}

.b-pricing {
  display: inline-block;
  max-width: 320px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 35px;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #eee;
}

.b-pricing__title {
  margin-top: 17px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.b-pricing__description {
  margin-bottom: 52px;
}

.b-pricing__btn {
  padding-bottom: 12px;
}

.b-pricing.active {
  max-width: 330px;
  color: #fff;
  border: none;
}

.b-pricing.active .b-pricing__title {
  color: #fff;
}

.b-pricing.active .b-pricing__btn {
  color: #fff;
  border: 2px solid white;
  background-color: transparent;
}

.b-pricing.active .b-pricing__btn:hover:after {
  background-color: #000;
}

.b-pricing-price__number {
  position: relative;
}

.b-pricing-price__number:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '$';
}

.b-progress-list {
  position: relative;
  margin: 50px -25px -10px;
}

.b-progress-list__item {
  position: relative;
  float: left;
  width: 25%;
  margin-top: 74px;
  text-align: center;
}

.b-progress-list__item:before {
  position: absolute;
  top: 0;
  right: 0;
  font: 100 48px 'Poppins', sans-serif;
  content: '/';
  color: #eee;
}

.b-progress-list__item:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  content: '';
  background-color: #eee;
}

.b-progress-list__item:last-child:before {
  content: none;
}

.b-progress-list__label {
  font-size: 12px;
}

.b-progress-list__percent {
  font: 300 36px/1 'Poppins', sans-serif;
}

.b-progress-list__name {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
}

.b-progress-list-2 {
  position: relative;
  margin: 0 -63px -10px;
}

.b-progress-list-2:before, .b-progress-list-2:after {
  display: table;
  content: "";
}

.b-progress-list-2:after {
  clear: both;
}

.lt-ie8 .b-progress-list-2 {
  zoom: 1;
}

.b-progress-list-2__item {
  position: relative;
  float: left;
  width: 20%;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
}

.b-progress-list-2__label {
  font-size: 12px;
}

.b-progress-list-2__percent {
  display: block;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.b-progress-list-2__name {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.b-progress-list-2__icon {
  display: block;
  height: 62px;
  font-size: 36px;
}

.b-progress-list-2__icon:before {
  vertical-align: middle;
}

.section-rent {
  padding: 112px 5% 155px 6.7%;
  color: #fff;
}

.section-rent:after {
  opacity: .9;
    background-color:#0d0d0d;
}

.section-rent__inner {
  float: left;
  width: 420px;
  margin-top: -10px;
}

.section-rent .ui-title-block {
  color: #fff;
}

.section-rent .ui-subtitle-block {
  margin-top: 37px;
  margin-bottom: 20px;
  color: #fff;
}

.rent-carousel {
  padding-left: 420px;
}

.rent-carousel .owl-carousel {
  padding-left: 9%;
}

.rent-carousel .owl-nav {
  right: auto;
  bottom: -70px;
  left: 0;
}

.rent-carousel .owl-nav div {
  margin: 0 6px;
  opacity: 1;
  border: 1px solid #e3d9dc;
}

.rent-carousel .owl-nav .owl-prev:after, .rent-carousel .owl-nav .owl-next:after {
  border-top-color: #fff;
  border-left-color: #fff;
}

.b-rent {
  padding-right: 10%;
  color: #fff;
}

.b-rent__title {
  margin-top: 30px;
  font: 600 22px 'Poppins', sans-serif;
}

.b-rent__price {
  margin-bottom: 4px;
  font: 300 18px 'Poppins', sans-serif;
}

.b-rent__list {
  margin-top: 14px;
}

.b-rent__list-item {
  position: relative;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.b-rent__list-item .icon {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 34px;
  font-size: 16px;
  text-align: center;
}

.b-services {
  /*padding: 73px 32% 50px 9%;*/
 padding:73px 15% 50px 8%;
}

.b-services__content {
  padding-top: 37px;
  padding-bottom: 38px;
}

.b-services .ui-subtitle-block {
  letter-spacing: .01em;
}

.b-services .btn {
  margin-right: 14px;
}

.b-services__img {
  width: auto;
  height: 100%;
}

.social-net {
  margin-bottom: 0;
}

.social-net__item {
  padding-right: 20px;
  padding-left: 0;
}

.social-net__item:last-child {
  padding-right: 0;
}

.social-net__link {
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}

.b-subscribe {
  position: relative;
  z-index: 10;
  margin-right: -30px;
  margin-bottom: -135px;
  margin-left: -30px;
  padding: 56px 30px 47px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: white;
  background-size: cover;
}

.b-subscribe__info {
  font-size: 18px;
}

.b-subscribe__title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
}

.b-subscribe__form {
  position: relative;
  width: 400px;
  margin: 43px auto 0;
}

.b-subscribe__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 26px;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #222;
  border: none;
  background-color: transparent;
}

.b-subscribe .form-control {
  padding-right: 50px;
}

.b-tabs-nav li {
  float: none;
}

.b-tabs-nav li > a {
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  opacity: .5;
  color: white;
  border-right: 4px solid transparent;
}

.b-tabs-nav li > a:hover {
  opacity: 1;
  border-right: 1px solid #fff;
}

.b-tabs-nav li.active > a {
  opacity: 1;
  border-right: 1px solid #fff;
}

.b-team {
  margin-top: 56px;
}

.b-team__name {
  margin-top: 47px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}

.b-team__media {
  position: relative;
}

.b-team__category {
  position: absolute;
  right: 26px;
  bottom: 20px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  color: white;
}

.b-team__description {
  margin-top: 20px;
  margin-bottom: 14px;
  padding-bottom: 22px;
}

.b-team__social-net {
  display: table;
  width: 100%;
  padding-left: 0;
  border: 1px solid #eee;
}

.b-team__social-net > li {
  display: table-cell;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-right: 1px solid #eee;
}

.b-team__social-net > li:last-child {
  border-right: none;
}

.b-team__social-net > li:hover {
  border-color: #222;
}

.b-team__social-net > li:hover a {
  color: #222;
}

.b-team__social-net > li > a {
  font: 500 12px/40px 'Poppins', sans-serif;
  color: #888;
}

.team-carousel-2 {
  padding-top: 0px;
}

.b-team-2 {
  text-align: center;
    background: #ece5e7;
    padding-bottom: 21px;

}

.b-team-2:hover .b-team-2__inner {
  opacity: 1;
}

.b-team-2__media {
  position: relative;
}

.b-team-2__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.b-team-2__contacts {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.b-team-2__contact {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: white;
}

.b-team-2__contact .icon {
  font-size: 14px;
}

.b-team-2__contact .icon + .fa-phone {
  font-size: 18px;
}

.b-team-2__name {
    font-size: 16px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #D80032;
    height: 35px;
    text-align: left;
    padding: 10px;
}

.b-team-2__category {
     font: 600 14px 'Poppins', sans-serif;
    color: #7b6a6f;
    text-align: left;
    padding: 10px;
}

.b-team-2__category002 {
     font: 600 14px 'Poppins', sans-serif;
    color: #7b6a6f;
     
}


.slider-thumbnail {
  margin-top: 57px;
}

.slider-thumbnail .sp-image-container:after {
  background: none;
}

.slider-thumbnail .sp-thumbnail-container {
  background-color: #ececec;
}

.slider-thumbnail .sp-thumbnail-title {
  position: relative;
  margin-bottom: 4px;
  font: 600 16px 'Poppins', sans-serif;
  white-space: nowrap;
  letter-spacing: .01em;
  color: #222;
}

.slider-thumbnail .sp-thumbnail-title:before {
  position: absolute;
  top: 10px;
  left: -26px;
  width: 10px;
  height: 3px;
  content: '';
}

.slider-thumbnail .sp-thumbnail-description {
  font-weight: 500;
  white-space: nowrap;
  color: #888;
}

.slider-thumbnail .sp-thumbnail-description strong {
  font-weight: 700;
}

.slider-car-details {
  margin-top: 35px;
}

.slider-car-details .sp-thumbnail {
  overflow: hidden;
  padding: 0;
  border-radius: 2px;
}

.slider-car-details .sp-thumbnail_video {
  position: relative;
  text-align: center;
}

.slider-car-details .sp-thumbnail_video:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -9px;
  font: normal normal normal 18px/1 FontAwesome;
  content: '\f04b';
  color: #fff;
  text-shadow: 0 0 21.3px rgba(0, 0, 0, 0.35);
}

.slider-car-details .sp-thumbnail-container {
  margin-right: 6px;
  margin-left: 7px;
  padding-right: 0;
}

.slider-car-details .sp-selected-thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

.slider-car-details .sp-video {
  width: 100%;
  height: 100%;
}

.section-title-page {
  position: relative;
  height: 200px;
  margin-top: 129px;
  background: url("../media/components/general/banner-1.png");
}

.b-title-page {
  margin-top: 45px;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.b-title-page:after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 13px auto 0;
  content: '';
}

.b-title-page__info {
  color: #fff;
}

.b-title-page__subtitle {
  text-transform: none;
}

/* ======= TYPOGRAPHY ======= */
.typography-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.typography-section-border {
  border-bottom: 4px double #eee;
}

.typography-section__inner {
  margin-top: 67px;
}

.typography-title-number {
  padding-left: 85px;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  color: #999;
}

.typography__highlights {
  margin-bottom: 23px;
}

.typography-dropcap {
  margin-top: 44px;
}

.typography-blockquote {
  margin-top: 90px;
}

.typography-page .typography-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #777;
}

.typography-page .list {
  margin-bottom: 45px;
}

.typography-page .accordion-1 {
  padding-top: 0;
}

.typography-page .checkbox-group, .typography-page .label-group {
  margin-left: 20px;
}

.typography-page .checkbox-group {
  margin-bottom: 50px;
}

.typography-page .ui-form {
  margin-bottom: 80px;
}

.typography-page .alert-group {
  margin-bottom: 55px;
}

.typography-page .table {
  margin-bottom: 65px;
}

.typography-page .typography-btn-group .btn {
  margin-top: 20px;
  margin-right: 20px !important;
  margin-bottom: 20px;
  vertical-align: bottom;
}

.typography-page .typography-last-elem {
  margin-bottom: 0;
}

.typography-page .b-blockquote {
  margin-top: 50px;
  margin-bottom: 0;
}

.table_primary-headings h1, .table_primary-headings h2 {
  margin-bottom: 44px;
  line-height: 1;
  vertical-align: middle;
}

.table_primary-headings h3, .table_primary-headings h4, .table_primary-headings h5, .table_primary-headings h6 {
  margin-bottom: 34px;
}

.wrap-title {
  margin-bottom: 56px;
}

.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -16px;
  font: 32px FontAwesome;
  content: '\f04b';
  color: #fff;
}

.footer {
 /* padding-top: 60px;*/
  color: #888;
  /*background: url("../assets/media/23.png");*/
  background-size: cover;
}

.footer:after {
  opacity: .9;
  background-color: #0d0d0d;
}

.footer__main {
  padding-bottom: 90px;
}

.footer__logo {
  display: block;
  margin-bottom: 27px;
}

.footer__info {
  margin-bottom: 30px;
  line-height: 1.86;
}

.footer .copyright {
  margin-right: 140px;
  padding: 32px 0;
  font-size: 13px;
  text-align: center;
  background-color: #080606;
}

.footer .copyright__link {
  position: relative;
  display: inline-block;
  margin: 0 14px;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #888;
  border-bottom: 1px solid #888;
}

.footer .copyright__link + .copyright__link {
  margin-left: 10px;
}

.footer .copyright__link + .copyright__link:before {
  position: absolute;
  left: -16px;
  display: inline-block;
  width: 1px;
  height: 15px;
  content: '';
  background-color: #888;
}

.footer .copyright__brand {
  font-weight: 500;
  text-transform: uppercase;
  color: #ccc;
}

.footer .footer-section__title {
  margin-top: 28px;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.footer .footer-section__title:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 15px;
  content: '';
  vertical-align: middle;
      background: #fff !important;
}

.footer .footer-section__list:before, .footer .footer-section__list:after {
  display: table;
  content: "";
}

.footer .footer-section__list:after {
  clear: both;
}

.lt-ie8 .footer .footer-section__list {
  zoom: 1;
}

.footer .footer-section_list-columns {
 /* margin-left: 40px;*/
  margin-left: 0px;
}

.footer .footer-section_list-one {
  margin-left: -30px;
}

.footer .social-net {
  margin-top: 27px;
  margin-left: 0;
}

.footer .social-net__item {
  margin-right: 0;
  padding-left: 0;
}

.footer .social-net__link {
  padding-right: 15px;
  color: #ccc;
  color: #ccc;
}

.footer .btn-up {
  position: absolute;
  right: 45px;
  bottom: 24px;
  width: 50px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #888;
}

.footer .btn-up:after, .footer .btn-up:before {
  position: absolute;
  content: '';
}

.footer .btn-up:before {
  z-index: 10;
  top: -24px;
  left: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #eee;
  border-left: 8px solid transparent;
}

.footer .btn-up:after {
  top: -38px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-right: 25px solid transparent;
  border-bottom-width: 33px;
  border-bottom-style: solid;
  border-left: 25px solid transparent;
}

.footer .btn-up:hover:before {
  border-bottom-color: #000;
}

.footer .btn-up:hover:after {
  border-bottom-color: #fff;
}

.footer-list_columns {
  padding-right: 30px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.footer-list__item {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}

.footer-list__link {
  position: relative;
  display: block;
  padding-bottom: 6px;
  padding-left: 19px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #888;
}

.footer-list__link:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.footer-list__link:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.footer-contact {
  position: relative;
  margin-bottom: 9px;
  padding-left: 38px;
  letter-spacing: .02em;
  color: #fff;
}

.footer-contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
}

.footer-contact .icon-xs {
  font-size: 14px;
}

.footer-contact .icon-lg {
  font-size: 18px;
}

.footer-contact_lg {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

/* ======= PRELOADER ========== */
 .preloaderjs .spinner {
  display: none !important;
}

.preloaderjs#page-preloader {
  background-image: radial-gradient(circle farthest-side at center bottom,#D80032,#D21920 125%) !important;
}

#page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-side at center bottom,#D80032,#D21920 125%) !important;
  z-index: 100500;
}

#page-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-sidebar {
  padding: 30px 0 45px;
  border-bottom: 1px solid #eee;
}

.section-sidebar:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-title {
  margin-bottom: 25px;
}

.widget-title:before {
  width: 10px;
}

.form-sidebar {
  position: relative;
}

.form-sidebar__input {
  width: 100%;
  margin-bottom: 0;
  padding-right: 60px;
  font-size: 13px;
  color: #888;
}

.form-sidebar__input::-webkit-input-placeholder {
  color: #888;
}

.form-sidebar__input::-moz-placeholder {
  color: #888;
}

.form-sidebar__input:-ms-input-placeholder {
  color: #888;
}

.form-sidebar__btn {
  position: absolute;
  top: 14px;
  right: 5px;
  bottom: 14px;
  padding: 0 12px 0 16px;
  line-height: 1;
  text-align: center;
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  background-color: transparent;
}

.form-sidebar__btn .icon {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-sidebar__btn:hover .icon {
  color: #222;
}

.form-sidebar__btn:focus {
  outline: none;
}

.widget-newsletter .form-sidebar {
  margin-top: 26px;
}

.widget-list {
  margin-bottom: -7px;
}

.widget-list .widget-list__item {
 /* margin-bottom: 8px;*/
}

.widget-list__link {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.widget-list .widget-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-gallery:before, .widget-gallery:after {
  display: table;
  content: "";
}

.widget-gallery:after {
  clear: both;
}

.lt-ie8 .widget-gallery {
  zoom: 1;
}

.widget-gallery__item {
  float: left;
  overflow: hidden;
  width: 33.333%;
  padding-right: 18px;
  padding-bottom: 16px;
}

.widget-gallery__img {
  position: relative;
  display: block;
}

.widget-gallery__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  box-shadow: inset 0 0 84px 10px #000;
}

.widget-gallery__img:hover {
  border-radius: 50px;
}

.widget-gallery__img:hover:after {
  opacity: .9;
}

.post-widget {
  margin-bottom: 30px;
}

.post-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-widget__media {
  float: left;
  width: 100px;
}

.post-widget__inner {
  padding-left: 120px;
}

.post-widget__title {
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: .02em;
  color: #222;
}

.post-widget__date {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.post-widget__time {
  color: #222;
}

.list-tags {
  margin-right: -8px;
  margin-bottom: -6px;
}

.list-tags:before, .list-tags:after {
  display: table;
  content: "";
}

.list-tags:after {
  clear: both;
}

.lt-ie8 .list-tags {
  zoom: 1;
}

.list-tags__link {
  float: left;
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 14px 14px 8px;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #444;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
}

.list-tags__link:hover {
  color: #fff;
}



.b-advantages-1 h3{
  color:#fff;
}
.b-advantages-1 i{
  color:#fff;
}

.bg-blue{
    background: #D80032;
}

.btn-primary:focus, .btn-primary.focus{
      color: #ffffff;
    background-color: #fc0101 !important;
    border-color: #ba0101 !important;

}
.btn-blue-ser{
    background: #84616b !important;
    color:#fff !important;
    border-color: #84616b !important;
    
}



.ui-decor2{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
        background-color: #fff;
}
.ui-decor2:before{
      left: -15px;
       background-color: #fff;
}
.ui-decor2:after{
      right: -15px;
       background-color: #fff;
}
.ui-decor2:before, .ui-decor2:after{
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 1px;
    content: '';
}

.lt-price{
    text-decoration: line-through;
}
    
.bg-gray1{
  background: #f5f5f5;
}
.pad-bot{
  padding-bottom: 60px;
}
.red-bg{
    background: #00c853 !important;
    color: #fff;
}
/*.red-bg:hover{
    background:  #84616b !important;
    color: #fff;
}*/
.red-bg h3{
  color:#fff;

}
.yellow-bg{
    background: #448aff !important;
    color: #fff;
}
/*.yellow-bg:hover{
    background: #84616b !important;
    color: #fff;
}*/
.yellow-bg h3{
  color:#fff;

}
.green-bg{
    background: #ff5252 !important;
    color: #fff;
}
/*.green-bg:hover{
    background: #84616b !important;
    color: #fff;
}*/
.green-bg h3{
  color:#fff;
}
.li-color{
  color:#fff !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color: #D80032;
}

.pad-row2{
     padding: 0px 0 15px 0;
}


.pad-row-30{
   padding: 30px 0;

}

.fa-star-o{
  color:#FFC107 !important;

}
.fa-star{
  color:#FFC107 !important;

}

.bor-top{
       border-left: 1px solid #eaeffc;
}
.mt-40{
      margin-top: 40px !important;
}

.mt-30{
      margin-top: 60px !important;
}


.text-center{
  text-align: center;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
.off-ban{
      padding: 100px 0 !important;
}
.box-1 .desc{ 
padding: 0 10px 15px 10px;
}
.box-1{
    
    background-color: #fff;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
           border:1px solid #e3d9dc !important;
  }
.box-1 p{
      color: #444;
}
.box-1 h2{
      color: #D80032;
}
.box-2 .desc{ 
padding: 0 10px 15px 10px;
}
  .box-2{
  
    background-color: #fff;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
         border:1px solid #e3d9dc;
  }
.box-2 p{
      color: #444;
}
.box-2 h2{
      color: #D80032;
}

.box-1:hover{
   box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);
      border:1px solid #e3d9dc;
  }
.box-2:hover{
   box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);
   border:1px solid #e3d9dc;
  }

  .bg-primary_a:after{
    background: #fff !important;
  }

  .tg-bookingtabs .tg-themetabnav li.active a span {
        color: #84616b !important;
  }



.cu-color{
  color: #222 ;

}

.navbar-nav li a.active{
      color: #dbced2 !important;
}

.pad-5{
  padding-right: 5px;
}

.pad-footer{
  padding:0 30px 0 0;
}

.b-advantages-1__footer{
      margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.b-advantages-new{
      margin-top: 60px !important;
    margin-bottom: 60px !important;
    padding: 40px 30px 40px !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
    text-align: center !important;
    background-color: #f4f4f4 !important;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15) !important;
}

.pad-60-news{
  padding-top:60px;
  padding-bottom: 60px;
}


.yamm.nav>li>a:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%;
}
 .mb-20{
  margin-bottom: 20px;
 }
 .mt-60{
  margin-top: 60px;
 }
  .mt-60{
  margin-top: 60px;
 }

 .ui-title-block span{
    color: #84616b !important;

 }

.bg-color-white{
  background-color: #fff !important;
}

.bor-bot{
       border-bottom: 1px solid transparent !important; 
}

.entry-meta__categorie{
    background-color: #ef4e28 !important;
}

.b-rent__list-item .orange-color{
      color: #84616b !important;
}

.ui-decor-1{
      position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
}
.ui-decor-1:before, .ui-decor-1:after{
      position: absolute;
    bottom: -5px;
    width: 30px;
    height: 1px;
    content: '';
    background: #fff;
}
.ui-decor-1:before{
      left: -15px;
}
.ui-decor-1:after{
      right: -15px;
}

.b-advantages-3 i{
color:#D80032;
}

.breadcrumb
{
  text-align: left !important;
  padding-left: 15px;
      padding-top: 15px !important;
            margin-bottom: 0 !important;
}
.mobile-logo {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
}



.media {
  display: flex;
  background: #fff;
  margin-bottom: 1.5rem;
  border-radius: 0.25em;
  padding: 1.5rem;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .media {
    flex-direction: row;
  }
}
.media-left {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) {
  .media-left {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
.media-heading {
  margin-top: 0;
}
.media-object {
  width: 6.5rem;
  max-width: inherit;
}

.community-bg {
  background-image: linear-gradient(to bottom, rgba(46, 51, 56, 0.5), #2e3338), url("/assets/frappe/assets/media/albumbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 .intro-copy{
        margin: 35px;
    font-size: 25px;
    color: white;
}

 .text-medium {
    font-size: 1.5rem;
}

 
.section-padding.hero {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 767px) {
  .section-padding.hero {
    padding: 10.5rem 1.5rem;
  }
}
.section-padding {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 767px) {
  .section-padding {
    padding: 6.5rem 1.5rem;
  }
}



.header-1
{
      color: white !important;
      padding: 15px;
}


/* components */
.grid-of-four,
.grid-of-three {
  grid-gap: 2.5rem;
  display: grid;
}
.grid-of-four {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 500px) {
  .grid-of-four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) {
  .grid-of-four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 991px) {
  .grid-of-four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-of-three {
  grid-template-columns: repeat(1, 1fr);

}
@media screen and (min-width: 500px) {
  .grid-of-three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) {
  .grid-of-three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box {
    padding: 1.5rem;
    border: 1px solid #e3d9dc;
    border-radius: 0.25em;
    transition: background-color 0.3s ease-out;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
}
.box:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
  }

.box h4,.media-body h4
{
  margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 500;
        font-size: 20px;
}



.silver h2,.gold h2
{
      font-size: 25px;
    padding: 18px 0;
}

.views-i{
    padding-right: 10px;
    color: #84616b;
    font-size: 16px;
}
.views-text{
    font-size: 20px !important;
    line-height: 50px !important;
    font-weight: normal !important;
    color: #212121 !important;
}
.pad-b{
      padding-bottom: 20px;
}
.share-btn.facebook {
    background: #3b5998;
}
.share-btn i {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 5px;
}
.share-btn.twitter {
    background: #1b95e0;
}
a.share-btn {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    min-width: 50px;
    flex: 1;
}
.share-btn i {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 5px;
}
.share-btn.google {
    background: #dd3f34!important;
}
.share-btn.linkedin {
    background: #0077b5!important;
}
.share-btn.pinterest {
    background: #CB2027;
}
.share-btn.pinterest:hover {
      opacity: 0.8;
}
.share-btn.facebook:hover {
    opacity: 0.8;
}
.share-btn.twitter:hover {
    opacity: 0.8;
}
.share-btn.google:hover {
    opacity: 0.8;
}
.share-btn.linkedin:hover {
    opacity: 0.8;
}


  .box1 {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
     position: relative;
    /* right: -5px; */
    top: -21px;
    left: 324px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#A2790D 0%, #B48811 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #B48811;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #B48811;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #B48811;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #B48811;
}

.text-1{
    position: absolute;
    top: 95px;
}
.text-2{
    position: absolute;
    top: 130px;
}
.text-3{
    position: absolute;
    top: 160px;
}
.text-4{
    position: absolute;
    top: 190px;
}
.text-5{
 position: absolute;
    top: 220px;
}
.side-ban-new{
      margin-top: 5% !important;
      width:100%;
}

.dropdown-menu > li > a{
      padding: 13px 20px;
}



.slider-pro {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-slides-container {
  position: relative;
}
.sp-mask {
  position: relative;
  overflow: hidden;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-slide {
  position: absolute;
  background-color: #C5C5C5;
}
.sp-image-container {
  overflow: hidden;
  position: absolute;
  top: 0;
}
.sp-image-container:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sp-image002 {
  position: relative;
  width : 100% !important;
  display: block;
  border: none;
}


.sp-image {
  position: relative;
  width : 100% !important;
  display: block;
  border: none;
}
.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}
 
.sp-thumbnails-container {
  top: 0;
}
.sp-top-thumbnails,
.sp-bottom-thumbnails {
  margin: 0 auto;
  right: 0;
}
.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}
.sp-bottom-thumbnails {
  margin-top: 0;
}
.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}
.sp-right-thumbnails {
  right: 8.33333333%;
}
.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}
.sp-thumbnails {
  position: relative;
}
.sp-thumbnail {
  padding: 25px 0 0 55px;
  overflow: hidden;
}
.sp-thumbnail-container {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  padding-right: 20px;
}
.sp-selected-thumbnail {
  background-color: white;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  float: left;
}
.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}
.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}
/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}
.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}
/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}
/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: 0;
}
/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: 20px;
}
/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}
/* Layers
--------------------------------------------------*/
.sp-layer {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-black {
  color: #FFF;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}
.sp-white {
  color: #000;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
  border-radius: 10px;
}
.sp-padding {
  padding: 10px;
}
/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}
.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}
.sp-selectable {
  cursor: default;
}
/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}
/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}
.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-full-screen-button:before {
  content: '\2195';
}
.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: none;
}
/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}
.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}
.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}
.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}
.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #3e3e3e;
}
.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.b-goods-001__name a {
    color: #D80032;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.b-goods-002__img {
    float: left;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}


.icon
{
        color: #84616b;
}
.b-goods-001__img {
    float: left;
    width: 28.33333%;
    padding-right: 15px;
    padding-left: 15px;
}

.section-title-page {
    position: relative;
    height: 200px;
    margin-top: 129px;
    background: url("../assets/frappe/assets/media/general/banner-1.png") !important;
}

.ss1 {
    padding-top: 0 !important;
}

.pad-d {
    padding: 20px 30px 20px !important;
} 
.yellow-li li {
    font-weight: 600;
}

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

.ad-sec img {
    width: 100%;
    padding-bottom: 10px;
}

.list-goods_th .b-goods-1__name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.b-filter-2__title {
    background: #f4f4f4;
}


.titlebar
{
  margin: 0 1%;
    font-size: 20px !important;
    padding-bottom: 20px;
        border-bottom: 1px solid #b2969e;
}





.big-price span{
  color: #333;
  font-size:40px;
}

.btn-price{
    background-color:#5db4c0;
    color: #fff;
    border-radius:50%; 
  border:none;
    padding:40px 20px; 
    font-size: 13px;
  font-weight: 600;
  margin-top:20px;
}



.top-content{
  
  /*  background: linear-gradient(#DAA520, #e8c15f);
    padding: 10px;*/
}
.gold1{
  
        background-image: radial-gradient(circle farthest-side at center bottom,#D80032,#ca1b4d 125%) !important;
    padding: 10px;
}
.silver1{
  
        background-image: radial-gradient(circle farthest-side at center bottom,#D80032,#ca1b4d 125%) !important;
    padding: 10px;
  }
.platinum1 {
        background-image: radial-gradient(circle farthest-side at center bottom,#D80032,#ca1b4d 125%) !important;
    padding: 10px;
  }

.bottom-content{
  background-color:#e3d9dc;
  padding:0px;
}

#prices h3{
  color:#FFF;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
      background-color: #674b53 !important;
      border-color:#a88992;
}

#prices .features li{
  padding:10px;
}

#prices .btn.btn-default{
  margin:20px 0px;
}

#prices .features-border li{
  border-top:1px solid #c7c7c7;
  padding: 10px 0px;
}

#prices .features-border li:last-child{
  border-bottom:1px solid #c7c7c7;
}
.sponcer-table tr th{
    padding: 15px !important;
}
.sponcer-table tr td{
    padding: 15px !important;
}
.title h4{
  color:#fcfbfc !important;
}
.media{
   margin-top: 0px;
}
.pagecenter
{
  margin-top: 15%;
  margin-bottom: 10% !important;
    display: block;
    padding: 0 30%;
}

.logintitle
{
  padding : 10px 0;
}
.ypbox
{
  cursor: pointer; 
     margin: 1%;
  width: 48%;
}
.ypribbon
{
     width: 75px;
    position: absolute;
    right: -6px;
    z-index: 0;
    top: -20px;
}


.spribbon
{
      width: 75px;
    position: absolute;
    top: -21px;
    right: -21px;
}


.sponsorsribbon
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 6% !important;
}

.sponsorsribbon3
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10% !important;
}



.sponsorsribbon2
{
    position: absolute;
   top: -4px;
    right: -4px;
    width: 25% !important;
}






.titlebottom
{
  padding-bottom: 10px;
}

.ui-title-block
{
  font-size: 24px;
}
.pad-right-15{
  padding-right: 15px
}
.df{
      display: flex !important;
}
.mt-10{
  margin-top: 10px;
}
.bg-head{
      background: #e3d9dc !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
border: 1px solid rgba(219, 206, 210, .37);
}

table.dataTable tbody tr {
    background-color:  #f4f0f1 !important;
}


.table-striped > tbody > tr:nth-of-type(odd){
      background-color: #fff !important;
}
.yellow-header{
      padding: 15px 15px 15px 15px !important;
    background: #f4f0f1 !important;
    margin-top: 0 !important;
        border-bottom: 1px solid #dbced2;
}
.aa1{
  background: transparent !important;
  font-size: 14px !important;
  text-transform: lowercase;
  color: #4b373d !important;
  padding-left: 0px !important; 
      padding-bottom: 0 !important;
}
.aa1 i{
  font-size: 14px !important;
  color: #84616b !important;

      padding-left: 0px !important; 
}




.sp-mask
{
  height: 700px ;
}
 .homeads{
width: 100%;
height: auto;
 }
.topimage
{
  width:100% !important;height: auto;margin: auto;float: right;
}

.bottom-content1 {
    background-color: #e3d9dc;
    padding: 0px;
}

.mebutton
{
  text-align: right;
  float: right;
  margin-top: -11px; 
}

 
/* Extra small devices (phones, 640px and down) */
@media only screen and (max-width: 640px) 
{


body:not(.header-demo) .navbar-scrolling * {
    color: #8f6975 !important;
}



.mebutton
{
  text-align: right;
  float: right;
  margin-top: -1px !important; 
}


.pagecenter {
    margin-top: 35% !important;
    display: block;
    margin:0;
    padding:2% !important;
        width: 100% !important;
}


.sp-image
{
  width: 100% !important;
  height: 400px !important; 
} 
.sp-mask
{
   height: 400px !important;
}

.dir_address
{
  display: none;
}
  .caret
  {
    float: right;
  }
    .bg-main {
    height: 70px !important; 
    background-image: none !important;
      }
.Navigationbar
{
        background-color: #e3d9dc !important;
    min-height: 30px;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,.15);
}

      .mobileimg
      {
        display: block !important;
        padding: 0;
      }
      .socialweb
      {
        display: none !important;
      }
       
      .navbar-nav li
      {
   border-bottom: 1px solid #757575; 
    line-height: 25px; 
   
      }

      ul.social-network {
    float: right;
    list-style: none;
    display: inline;
     margin-left: 0px !important; 
     padding:0 !important; 
}
.social-circle i {
    color: #946b77 !important;
     
}


.social-gmail-text {
    color: #946b77 !important;
     
}


.social-gmail {
    color: #946b77 !important;
     
}

.WebEventTable,#event-grid_paginate
{
   display: none !important;
}
.navbar-header
{
    display: block !important;
}
.MobileEventTable,#event-gridmob_paginate
{
   display: block  !important;
}



      .menu-mobile-button01
      {
            width: 100%;
    float: right;
    position: relative !important;
    left: 100px ;
    top: 5px;
      }


  .nav .open > a {
    background-color: #000000 !important;
    border-color: transparent !important;
}
.navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid transparent !important;
    border-radius: 0;
}

[data-off-canvas] li:hover a {
    color: white !important;
}

.dropdown-menu li
{
 border-bottom: 1px solid  transparent !important; 
  padding-left: 0px !important;
}
.pws_tabs_container, .pws_tabs_controll a {
    font-size: 13px !important; 
}

.pws_tabs_container ul.pws_tabs_controll li a {
    
    padding: 10px  !important; 
    
    }

.pws_tabs_container ul.pws_tabs_controll {
    
      text-align: left !important;  
    padding: 0 !important;
}

.ui-title-block {
    font-size: 16px !important;
} 


.ypbox
{
  cursor: pointer;
   margin: 5% 0 !important;
  width:  100% !important;
}
 
.ypribbon
{
    width: 75px;
    position: absolute;
    right: -5px;
    z-index: 9999;
    top: -20px;
}

.spribbon
{
      width: 75px;
    position: absolute;
    top: -21px;
    right: -21px;
}


.srcbtn
{
  text-align: center;
}

.ui-title-block
{
  font-size: 16px !important;
}

.btn
{
  padding: 0 10px !important;
  font-size: 10px !important;
}
}


   table.dataTable.no-footer {
        border-bottom: 1px solid transparent !important;
    }


    .dataTables_filter,
    .dataTables_info,
    .dataTables_length {
        display: none;
    }

    table.dataTable thead .sorting {
        /*background-image: url(../frappe/images/sorting1.png) !important;*/
    }

    /*table.dataTable thead .sorting_asc {
        background: none !important;
    }*/

    .event-img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }
    /*event start*/

    
    .table thead {
        background-color: #e9ecef;
        color: #495057 !important;
        font-size: 20px;
    }

    .table thead tr th {
        padding: 20px;
        border: 0;
    }

    .table tbody {
        background: #fff;
    }

    .table tbody tr.inner-box {
        border-bottom: 1px solid #dee2e6;
    }

    .table tbody tr th {
        border: 0;
        padding: 30px 20px;
        vertical-align: middle;
    }

    .table tbody tr th .event-date {
        color: #252525;
        text-align: center;
    }

    .table tbody tr th .event-date span {
        font-size: 38px;
        line-height: 50px;
        font-weight: normal;
    }

    .col-white {
        color: #fff !important;
    }

    .table tbody tr td .event-wrap h5 a:hover {
        color: #2988DB;
    }

    .table tbody tr td .event-wrap h5 a {
        font-size: 16px;
        line-height: 20px;
        color: #212121;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .table tbody tr td .event-wrap .organizers {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        margin: 10px 0 !important;
    }

    .table tbody tr td {
        padding: 10px;
        vertical-align: middle;
    }

    .table tbody tr td .event-wrap .time span {
        color: #252525;
        font-family: "Poppins", sans-serif;
        color: #656565;
        font-size: 15px;
        line-height: 25px;
    }

    .organizers a {
        font-size: 15px;
    }

    .r-no span {
        font-size: 15px;
        line-height: 1.375;
    }

    .r-no br {
        font-size: 15px;
        line-height: 1.375;
    }

    .wi-25 {
        width: 20%;
    }

    .table tbody tr td .event-img img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }



    .event-date p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .mycss {
        color: red;
    }
     
    .ad-sec {
        list-style: none;
        padding-left: 0;
    }

    .ad-sec img {
        width: 100%;
        padding-bottom: 10px;
    }

    .ui-title-block {
        font-size: 24px !important;
            padding: 10px 0 !important 
    }

    .table-responsive {
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, .07);*/
    }

    .table-responsive:hover {
        /*box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);*/
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: 1px solid #e3d9dc !important;
        background-color: #ece5e7 !important;
    }


    .tittlebtn 
    {
      float: right;margin-top: 5px;height: 36px;padding: 0 10px;font: 600 12px/32px 'Poppins', sans-serif;
    }

    .dropdown-toggle
    {
    cursor: default; 
    }

@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}




.social-gmail-text {
    color:white;
     
}
