@charset "UTF-8";
/*
* Trunk version 2.0.0
*/
a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: block;
}

form {
  margin-bottom: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'Microsoft YaHei';
  /* src: url('../fonts/Microsoft-YaHei.woff'); */
  src: url('https://cdn1.wanwenxue.com/Microsoft-YaHei.woff');
}
html{
  font-family:'Microsoft YaHei';
}
/*
*
* Typography
*/
body {
  font-family:'Microsoft YaHei';
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #74757f;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}


h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #252227;
}


h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}


h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #c02921;
}


h2 span,
h3 span,
h4 span,
h5 span {
  display: inline-block;
}


h2 span[data-toggle="modal"],
h3 span[data-toggle="modal"],
h4 span[data-toggle="modal"],
h5 span[data-toggle="modal"] {
  border-bottom: 2px dashed rgba(192, 41, 33, 0.3);
  cursor: pointer;
}


h2 > span.icon,
h3 > span.icon,
h4 > span.icon,
h5 > span.icon {
  display: inline-block;
  margin-right: 5px;
}

h2 {
  font-family:'Microsoft YaHei';
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
    line-height: 1.33333;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 1.33333;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.text-large {
  font-family:'Microsoft YaHei';
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .text-large {
    font-size: 55px;
  }
}

@media (min-width: 768px) {
  .text-large {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .text-large {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .text-large {
    font-size: 100px;
  }
}


.bg-gray-700 .text-large {
  color: #fff;
}

.wow-outer span {
  display: block;
}

.wow-outer .wow > span {
  display: inline;
}

p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #c02921;
}

p [style*="max-width"] {
  display: inline-block;
}

p a {
  color: inherit;
}

p .text-width-1 {
  display: inline-block;
  max-width: 730px;
}

/*
*
* Brand
*/

/*
*
* Links
*/
a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: #c02921;
}

a:hover {
  color: #7f1b16;
}

a[href*="tel"],
a[href*="mailto"] {
  white-space: nowrap;
}

/*
*
* Blocks
*/

/*
*
* Boxes
*/

.box-light {
  text-align: left;
}

.box-light-icon {
  font-size: 30px;
  line-height: 1;
  color: #c02921;
}

* + .box-light-title {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .box-light {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .box-light {
    max-width: 240px;
  }
  * + .box-light-title {
    margin-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .box-light-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .box-light-icon {
    font-size: 32px;
  }
  * + .box-light-title {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .box-light-icon {
    font-size: 40px;
  }
}

/*
* Element groups
*/
html .group {
  margin-bottom: -15px;
  margin-left: -20px;
}

html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group > * {
  display: inline-block;
  margin: 0 0 15px 20px;
}

@media (min-width: 992px) {
  html .group {
    margin-left: -30px;
  }
  html .group > * {
    margin-left: 30px;
  }
}

* + .group {
  margin-top: 30px;
}

/*
*
* Responsive units
*/

/*
*
* Lists
*/

/*
*
* Images
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}

/*
*
* Icons
*/
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

/*
*
* Tables custom
*/

/*
*
* Dividers
*/

/*
*
* Buttons
*/
button {
  padding: 0;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 13px 35px;
  font-size: 14px;
  line-height: 1.25;
  border: 2px solid;
  border-radius: 6px;
  font-family:'Microsoft YaHei';
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}

.button.button-primary,
.button.button-primary:focus {
  color: #fff;
  background-color: #c02921;
  border-color: #c02921;
}

.button.button-primary:hover,
.button.button-primary:active {
  color: #fff;
  background-color: #5c140f;
  border-color: #5c140f;
}

.button-winona {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.button-winona .content-original,
.button-winona .content-dubbed {
  vertical-align: middle;
  transition:
    transform 0.3s cubic-bezier(0.2, 1, 0.3, 1),
    opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.button-winona .content-original {
  display: block;
}

.button-winona .content-dubbed {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.button-winona:hover .content-original {
  opacity: 0;
  transform: translate3d(0, -30%, 0);
}

.button-winona:hover .content-dubbed {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(-50%);
}

.button-lg {
  padding: 14px 35px;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .button-lg {
    font-size: 16px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

/*
*
* Form styles
*/

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000 !important;
}

.form-wrap {
  position: relative;
}

* + .form-wrap {
  margin-top: 24px;
}

.form-label {
  margin-bottom: 0;
  font-weight: 400;
}

.form-label {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #252227;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-validation {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0;
  color: #dc0000;
  transition: 0.3s;
  transform: scale3d(1, 1, 1);
}

.form-validation:empty {
  transform: scale3d(1, 0, 1);
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

.radio .radio-custom,
.checkbox .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.checkbox .checkbox-custom-dummy {
  pointer-events: none;
  background: #fff;
}

.radio .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: 0.22s;
}

.radio .radio-custom:focus,
.checkbox .checkbox-custom:focus {
  outline: none;
}

.radio input,
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio {
  padding-left: 28px;
}

.radio .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #74757f;
}

.radio .radio-custom-dummy::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #252227;
  border-radius: inherit;
}

.checkbox {
  padding-left: 28px;
}

.checkbox .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #74757f;
}

.checkbox .checkbox-custom-dummy::after {
  content: "\f222";
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #aeb1be;
}

/*
*
* Posts
*/

/*
*
* Quotes
*/

/*
*
* Thumbnails
*/
.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/*
*
* Breadcrumbs
*/

/*
*
* Pagination custom
*/
.pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
}

.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pagination > * {
  display: inline-block;
  margin: 0 0 10px 10px;
}

* + .pagination {
  margin-top: 35px;
}

@media (min-width: 992px) {
  * + .pagination {
    margin-top: 55px;
  }
}

@media (min-width: 1600px) {
  * + .pagination {
    margin-top: 70px;
  }
}

/*
*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #c02921;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/*
*
* Footers
*/


.footer-linked.bg-gray-700 h2,
.footer-linked.bg-gray-700 h3,
.footer-linked.bg-gray-700 h4,
.footer-linked.bg-gray-700 h5 {
  color: #aeb1be;
}

.footer-linked h4 + * {
  margin-top: 14px;
}

.footer-linked * + .row {
  margin-top: 25px;
}

.footer-linked-main {
  padding: 35px 0 15px;
}

.footer-linked-aside {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .footer-linked-main {
    padding: 65px 0 40px;
  }
  .footer-linked-aside {
    padding: 30px 0;
  }
  .footer-linked-aside + .container {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-linked h4 + * {
    margin-top: 35px;
  }
  .footer-linked-main {
    padding: 90px 0 60px;
  }
  .footer-linked-aside + .container {
    margin-top: 20px;
  }
}

/*
*
* Pricing tables
*/

.pricing-modern {
  padding: 35px 20px;
  border: 1px solid #aeb1be;
  border-radius: 6px;
  text-align: center;
}

.pricing-modern * + .button {
  margin-top: 20px;
}

.pricing-group-modern {
  border: 1px solid #aeb1be;
  border-radius: 6px;
}

.pricing-group-modern .pricing-modern {
  border: 0;
  border-radius: 0;
}

.pricing-modern-rating {
  color: #c02921;
}

.pricing-modern-rating > li {
  display: inline-block;
  width: 26px;
  font-size: 30px;
  line-height: 0.9;
}

.pricing-modern-title {
  font-weight: 700;
}

.pricing-modern-table {
  display: inline-table;
  color: #252227;
}

.pricing-modern-table li {
  padding: 3px 8px;
  color: #74757f;
}

* + .pricing-group-modern {
  margin-top: 35px;
}

* + .pricing-modern-title {
  margin-top: 5px;
}

* + .pricing-modern-table {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .pricing-group-modern {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-group-modern .pricing-modern + .pricing-modern {
    border-top: 1px solid #aeb1be;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .pricing-group-modern .pricing-modern:nth-child(odd) {
    border-right: 1px solid #aeb1be;
  }
  .pricing-group-modern .pricing-modern:nth-child(n + 3) {
    border-top: 1px solid #aeb1be;
  }
}

@media (min-width: 576px) {
  .pricing-group-modern {
    display: flex;
    flex-wrap: wrap;
  }
  .pricing-group-modern .pricing-modern {
    width: 100%;
    max-width: 50%;
  }
  .pricing-modern {
    padding: 55px 20px;
  }
  * + .pricing-group-modern {
    margin-top: 50px;
  }
  * + .pricing-modern-table {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .pricing-group-modern .pricing-modern {
    max-width: 25%;
    border-right: 1px solid #aeb1be;
  }
  .pricing-group-modern .pricing-modern:nth-child(4n) {
    border-right: 0;
  }
  .pricing-group-modern .pricing-modern:nth-child(n + 5) {
    border-top: 1px solid #aeb1be;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-modern .button {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  * + .pricing-modern-table {
    margin-top: 35px;
  }
}

@media (min-width: 1600px) {
  * + .pricing-group-modern {
    margin-top: 75px;
  }
}

/*
*
* Profiles
*/

.profile-minimal {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  text-align: left;
}

.profile-minimal::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.profile-minimal-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

@supports (object-fit: cover) {
  .profile-minimal-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

.profile-minimal-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  background: rgba(37, 34, 39, 0.4);
}

.profile-minimal-title {
  color: #fff;
}

* + .profile-minimal-position {
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .profile-minimal {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .profile-minimal-caption {
    padding: 35px;
  }
  * + .profile-minimal-position {
    margin-top: 10px;
  }
}

html:not(.tablet):not(.mobile) .profile-minimal:hover .profile-minimal-caption {
  opacity: 1;
  visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-minimal-caption {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease-in;
  background: rgba(37, 34, 39, 0.6);
}

/*
*
* Counters
*/

/*
*
* Layouts
*/

.layout-navbar-demo {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background: #e8e9ee;
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-panel {
  position: relative;
  z-index: 10;
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-main-outer {
  position: static;
}
@media (min-width: 1200px) {
}

.layout-navbar-demo .rd-navbar-fixed .rd-navbar-panel .rd-navbar-search-toggle {
  position: static;
  z-index: 10;
}

.layout-navbar-demo .rd-navbar-fixed.rd-navbar .rd-search {
  position: absolute;
  z-index: 1;
}

@media (min-width: 1200px) {
  .layout-navbar-demo {
    min-height: 550px;
  }
}

.container + .layout-navbar-demo {
  margin-top: 20px;
}

/*
*
* Timeline
*/

/*
*
* Careers
*/

/*
*
* Comments
*/

/*
*
* Jumbotron Classic
*/

/*
*
* Page layout
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-header-navbar {
  position: relative;
  z-index: 1080;
}

.page-header-navbar .rd-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080;
}

/*
*
* Text styling
*/

/*
*
* Offsets
*/
* + p {
  margin-top: 16px;
}

h3 + p,
h3 + .p {
  margin-top: 18px;
}

h4 + p,
h4 + .p {
  margin-top: 16px;
}

* + h4 {
  margin-top: 15px;
}

* + h5 {
  margin-top: 15px;
}

p + h2 {
  margin-top: 15px;
}

p + p {
  margin-top: 14px;
}

img + p {
  margin-top: 15px;
}

h3 + img {
  margin-top: 42px;
}

* + .row {
  margin-top: 30px;
}

* + .button,
* + .button-outer {
  margin-top: 25px;
}

html * + .offset-top-2 {
  margin-top: 35px;
}

h3 + .row,
h3 + .owl-carousel {
  margin-top: 35px;
}

.container + .container {
  margin-top: 35px;
}

.container + .section {
  margin-top: 25px;
}

.row + .row {
  margin-top: 35px;
}

.row + .button-lg {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + p {
    margin-top: 20px;
  }
  * + .button,
  * + .button-outer {
    margin-top: 34px;
  }
  * + .row {
    margin-top: 40px;
  }
  .container + .section {
    margin-top: 30px;
  }
  .row + .button-lg {
    margin-top: 45px;
  }
  html * + .offset-top-2 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  h3 + p,
  h3 + .p {
    margin-top: 24px;
  }
  h3 + .row,
  h3 + .owl-carousel {
    margin-top: 55px;
  }
  .progress-linear + .button {
    margin-top: 55px;
  }
  .row + .group {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  * + .button,
  * + .button-outer {
    margin-top: 40px;
  }
  h3 + p,
  h3 + .p {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 60px;
  }
  .row + .row {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  h3 + .row,
  h3 + .owl-carousel {
    margin-top: 75px;
  }
  html * + .offset-top-2 {
    margin-top: 75px;
  }
  .row + .button-lg {
    margin-top: 70px;
  }
}

.row-30 {
  margin-bottom: -30px;
}

.row-30:empty {
  margin-bottom: 0;
}

.row-30 > * {
  margin-bottom: 30px;
}

.row-50 {
  margin-bottom: -50px;
}

.row-50:empty {
  margin-bottom: 0;
}

.row-50 > * {
  margin-bottom: 50px;
}

@media (min-width: 1600px) {
  .row-xxl-70 {
    margin-bottom: -70px;
  }
  .row-xxl-70:empty {
    margin-bottom: 0;
  }
  .row-xxl-70 > * {
    margin-bottom: 70px;
  }
}

/*
*
* Sections
*/


.section-lg {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .section-lg {
    padding: 72px 0;
  }
  .section-lg.section-last {
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .section-lg {
    padding: 120px 0;
  }
  .section-lg.section-last {
    padding-bottom: 120px;
  }
}

/*
*
* Grid modules
*/
.range {
  display: flex;
  flex-wrap: wrap;
}

.range > [class*="col"] {
  padding: 0;
}

/*
*
* Backgrounds
*/

.bg-gray-700,
.bg-gray-700 h2,
.bg-gray-700 h3,
.bg-gray-700 h4,
.bg-gray-700 h5 {
  color: #fff;
}


.bg-gray-700 p a {
  color: inherit;
}


.bg-gray-700 .button-primary:hover {
  background: #d62e25;
  border-color: #d62e25;
}

/**
* Light Backgrounds
*/

.bg-gray-100 {
  background-color: #f5f6fa;
}

/**
* Dark Backgrounds
*/
.bg-gray-700 {
  color: #aeb1be;
  background-color: #252227;
}

.bg-gray-700 a {
  color: inherit;
}

.bg-gray-700 a:hover {
  color: #fff;
}

.bg-gray-700 p a:hover {
  color: #fff;
}

/**
* Accent Backgrounds
*/

/**
* Background Image
*/
[class*="bg-"] {
  background-size: cover;
  background-position: center center;
}

/*
*
* Overlay
*/

/*
*
* Utilities custom
*/

/*
*
* Insets
*/

/*
*
* Animate.css
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes scaleInY {
  0% {
    top: 0;
    bottom: 100%;
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    top: 100%;
    bottom: auto;
    transform: scale3d(1, 0, 1);
  }
}

@keyframes scaleFadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.wow-outer {
  position: relative;
  overflow: hidden;
}

@keyframes scaleInVertical {
  0% {
    transform: scale3d(1, 0, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeSlideInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.wow {
  backface-visibility: hidden;
}

/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s linear;
  transform: translateY(0);
  pointer-events: none;
}

.preloader::before {
  top: 0;
  bottom: 50%;
  background: #fff;
}

.preloader::after {
  top: 50%;
  bottom: 0;
  background: #f5f6fa;
}

.preloader.loaded::before,
.preloader.loaded::after {
  transition: 0.4s linear;
}

.preloader.loaded::before {
  transform: translateY(-100%);
}

.preloader.loaded::after {
  transform: translateY(100%);
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100vw;
  }
  100% {
    margin-left: 100vw;
  }
}

/*
*
* ToTop
*/
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  color: #fff;
  background: #c02921;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.45s ease-in-out,
    background 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, 100px, 0);
}

.ui-to-top::before,
.ui-to-top::after {
  content: "\f239";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 48px;
  vertical-align: middle;
  transition:
    transform 0.3s cubic-bezier(0.2, 1, 0.3, 1),
    opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.ui-to-top::before {
  display: block;
}

.ui-to-top::after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.ui-to-top:hover::before {
  opacity: 0;
  transform: translate3d(0, -30%, 0);
}

.ui-to-top:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(-50%);
}

.ui-to-top:hover {
  color: #fff;
  background: #d62e25;
  text-decoration: none;
}

.ui-to-top:focus {
  color: #fff;
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-panel {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar {
  display: none;
}

.rd-navbar {
  display: none;
  background: #fff;
}

.rd-navbar-brand a {
  display: block;
}

.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 370px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-top: 20px;
  z-index: 2;
}

.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-flex;
  color: #252227;
}

.rd-navbar-static .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: #c02921;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.rd-navbar-fixed .rd-navbar-brand {
  display: flex;
  align-items: center;
}
.rd-navbar-fixed .rd-navbar-brand .rd-navbar-brand-text {
  line-height: 10px;
  /* margin-left: 6px; */
}
.rd-navbar-fixed .rd-navbar-brand .rd-navbar-brand-text h2 {
  font-size: 20px;
  font-weight: 700;
}
.rd-navbar-fixed .rd-navbar-brand .rd-navbar-brand-text span {
  font-size: 10px;
  color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-brand img {
  /* max-width: 160px; */
  /* max-height: 58px; */
  width: 45px;
  /* width: auto; */
  /* height: auto; */
}

.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 8px;
}

.rd-navbar-fixed .rd-navbar-main-outer {
  position: absolute;
  float: left;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  transition: 0.3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-panel {
  color: #252227;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  color: #252227;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #c02921;
}


.bg-gray-700 .rd-navbar-fixed .rd-navbar-panel {
  background: #252227;
}

/*
*
* RD Navbar Sidebar
*/

/**
*
* RD Navbar Minimal
*
*/
.rd-navbar-minimal.rd-navbar-static {
  border-bottom: 1px solid transparent;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  max-width: 1170px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand {
  display: flex;
  align-items: center;
  height: 34px;
  margin-top: -6px;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand-text {
  /* margin-left: 6px; */
  line-height: 10px;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand-text h2 {
  font-size: 20px;
  font-weight: 700;

}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand-text span {
  color: #ffffff;
  font-size: 10px;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-search-toggle span {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
    padding: 30px 0;
  }
}

.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-search-toggle {
  position: fixed;
  right: 10px;
  top: 5px;
}

.rd-navbar-minimal-wide.rd-navbar-static .rd-navbar-main {
  padding: 54px 0;
}


.bg-gray-700 .rd-navbar-minimal .rd-navbar-search-toggle {
  color: #fff;
}


.bg-gray-700 .rd-navbar-minimal.rd-navbar-static {
  background-color: transparent;
}


.bg-gray-700 .rd-navbar-minimal.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: #e46963;
}

/**
*
* RD Navbar Corporate
*
*/

/**
*
* RD Navbar Thin
*
*/
@media screen and (max-width: 1999px) {
  .rd-navbar-main .bg-admin {
    position: fixed;
    top: 6px;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1000000;
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .rd-navbar-main .bg-admin {
    position: static;

    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;

  }
}

/*
*
* Swiper
*/
.swiper-container {
  position: relative;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  pointer-events: none;
}

.swiper-container,
.swiper-container * {
  backface-visibility: hidden;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}


.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  transition-property: transform, transform;
  pointer-events: auto;
  contain: paint;
}

/* Auto Height */

/* 3D Effects */

/* IE10 Windows Phone 8 Fixes */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* Common Styles */

/* Bullets */

/* Progress */

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* Preloader */

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in;
  will-change: transform;
  z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #c02921;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  font-family: "Material Design Icons";
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-prev::before {
  content: "\f14a";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-next::before {
  content: "\f14f";
}

.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-outer {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 20;
  bottom: 30px;
  pointer-events: none;
}

.swiper-pagination-outer .swiper-pagination {
  pointer-events: auto;
}

.swiper-pagination.swiper-pagination-modern {
  position: relative;
  display: inline-block;
  width: auto;
  right: auto;
  left: auto;
  margin-left: -10px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  background-position: 55% center;
}

.swiper-slide > * {
  width: 100%;
  white-space: normal;
}

.swiper-slide .container {
  width: 100%;
}

.swiper-slider-minimal {
  min-height: 41.66667vw;
  text-align: center;
}

.swiper-slider-minimal .swiper-slide {
  background-position: 50% 50%;
  justify-content: center;
}

.swiper-slider-minimal .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}

.swiper-slider-minimal .swiper-slide > * {
  position: relative;
  z-index: 1;
}

.swiper-slider-minimal .swiper-slide_video {
  display: flex;
  align-items: stretch;
}

.swiper-slider-minimal .vide_bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-slider-minimal .vide_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}

.swiper-slider-minimal .swiper-slide-caption {
  position: relative;
  z-index: 2;
  padding: 80px 0 120px;
}

.swiper-slider-minimal .swiper-slide-text {
  position: relative;
  overflow: hidden;
  width: auto;
}

.swiper-slider-minimal .swiper-slide-text > * {
  position: relative;
  transform: translateY(100%);
}

@media (min-width: 768px) {
  .swiper-slider-minimal .swiper-slide-caption {
    padding: 170px 0 220px;
  }
  .swiper-slider-minimal .swiper-pagination-outer {
    bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .swiper-slider-minimal .swiper-pagination-outer {
    bottom: 90px;
  }
}

/*
* @subsection Google Map
* @description Describes style declarations for RD Google Map extension
* @version     1.0.0
*/
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map {
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .google-map {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .google-map {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .google-map {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .google-map {
    height: 440px;
  }
}

/*
*
* Search Results
*/
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}

.rd-search-results-live #search-results {
  position: relative;
  padding: 10px 0 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #252227;
  background: #fff;
  border: 1px solid #c5c6cd;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: 0.3s all ease;
}

.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.rd-search-results-live .search-link {
  color: #aeb1be;
}

.rd-search-results-live .search-link:hover {
  color: #c02921;
}

.rd-search-results-live .search-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #252227;
}

.rd-search-results-live .search-title a:hover {
  color: #c02921;
}

.rd-search-results-live .search-link {
  display: block;
}

.rd-search-results-live .match {
  display: none;
}

.not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}

.rd-search-results-live p {
  font-size: 14px;
}

.rd-search-results-live * + p {
  margin-top: 3px;
}

.rd-search-results .search-title {
  position: relative;
  color: #c02921;
}

.rd-search-results .search-title a {
  color: inherit;
}

.rd-search-results .search-title a:hover {
  color: #5c140f;
}

.rd-search-results .search {
  color: #fff;
  padding: 0 0.25em;
  background: #c02921;
}

.rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}

.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}

.rd-search-results * + .match {
  margin-top: 10px;
}

* + .rd-search-results {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rd-search-results * + p {
    margin-top: 12px;
  }
  * + .rd-search-results {
    margin-top: 55px;
  }
}

@media (min-width: 992px) {
  .rd-search-results * + p {
    margin-top: 17px;
  }
}

@media (min-width: 1200px) {
  * + .rd-search-results {
    margin-top: 70px;
  }
}

/*
*
* Isotope
*/
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

[data-isotope-layout] {
  z-index: 0;
  display: block;
  overflow: hidden;
  min-height: 160px;
  margin-left: -15px;
  margin-right: -15px;
  transition: 0.4s all ease;
}

[data-isotope-layout]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: 15px;
  background-image: url("../images/isotope-loader.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: 0.4s all ease;
  transform: translate3d(-50%, -50%, 0);
}

[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: 0.1s opacity ease-in;
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}

* + .isotope {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .isotope {
    margin-top: 47px;
  }
}

.nav {
  display: block;
}

.tabs-custom {
  text-align: left;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

/*
* Card corporate
*/

/*
*
* Tooltop Custom
*/
.tooltip {
  font-size: 16px;
  line-height: 1.2;
}

/*
*
* Modal Custom
*/
.modal {
  display: flex !important;
  padding: 30px 15px 7vh;
  visibility: hidden;
}

.modal .close {
  cursor: pointer;
  color: #74757f;
  transition: 0.22s;
}

.modal .close span::before {
  content: "\f24c";
  font-family: "Material Design Icons";
}

.modal .close:hover {
  color: #252227;
}

.modal.show {
  visibility: visible;
}

/*
*
* Progress Bars
*/
.progress-linear {
  position: relative;
  text-align: left;
}

.progress-linear .progress-bar-linear {
  width: 0;
  height: inherit;
  background: #c02921;
  transition: 0.5s all ease-in-out;
}

.progress-linear .progress-value::after {
  content: "\0025";
}

* + .progress-linear {
  margin-top: 25px;
}

.progress-linear + .progress-linear {
  margin-top: 20px;
}

@media (min-width: 768px) {
  * + .progress-linear {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .progress-linear + .progress-linear {
    margin-top: 34px;
  }
}

/*
*
* Time Circles
*/

@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%;
  }
}

/*
* jQuery mousewheel plugin
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

/* non-visible scrollbar */

/* RTL direction/left-side scrollbar */

/* scrollbar position: outside */

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

/* non-visible scrollbar */

/* scrollbar position: outside */

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

/* non-visible horizontal scrollbar */

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

/* RTL direction/left-side scrollbar */

/* non-visible scrollbar/RTL direction/left-side scrollbar */

/* non-visible horizontal scrollbar */

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */

/* theme: "dark" */

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* No Js */

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/*
 * 	Owl Carousel - Video Plugin
 */

/*
 * Owl Navigation
 */

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: 400 46px/50px "FontAwesome";
  color: #aeb1be;
}

.owl-prev:hover,
.owl-next:hover {
  color: #c02921;
}

.owl-prev {
  left: 0;
}

.owl-prev::before {
  content: "\f104";
}

.owl-next {
  right: 0;
}

.owl-next::before {
  content: "\f105";
}

/*
 * Owl Pagination
 */

* + .owl-carousel {
  margin-top: 30px;
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src:
    url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(../fonts/lg.woff?n1z373) format("woff"),
    url(../fonts/lg.ttf?n1z373) format("truetype"),
    url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src:
    url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(../fonts/lg.woff?n1z373) format("woff"),
    url(../fonts/lg.ttf?n1z373) format("truetype"),
    url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

/*
*
* Material Parallax
*/

.parallax-container {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

/* Icons */
/* Arrows */

/* Dots */

/*rtl:end:ignore*/

/*
*
* Select 2 v4
*/

/*
*
* D3 Charts
*/
.c3 svg {
  padding-left: 4px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.c3 path,
.c3 line {
  fill: none;
  stroke: #9f9f9f;
}

.c3 text {
  font-family:'Microsoft YaHei';
  font-size: 16px;
  fill: #9b9b9b;
  user-select: none;
}

/*-- Axis --*/
/*-- Grid --*/

/*-- Text on Chart --*/

/*-- Line --*/

/*-- Point --*/

/*-- Bar --*/

/*-- Focus --*/

/*-- Region --*/

/*-- Brush --*/

/*-- Select - Drag --*/
/*-- Legend --*/

/*-- Title --*/

/*-- Tooltip --*/

/*-- Area --*/

/*-- Arc --*/

.d3-chart .tick line {
  display: none;
}

.d3-chart-wrap {
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 30px;
}

.d3-chart-wrap > .d3-chart {
  min-width: 520px;
}

.d3-chart-legend {
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -30px;
  text-align: center;
}

.d3-chart-legend > * {
  display: inline-block;
  margin-top: 5px;
  margin-left: 30px;
}

.d3-chart-legend span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #74757f;
  cursor: pointer;
}

.d3-chart-legend span::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 30px;
  margin-right: 12px;
  vertical-align: middle;
}

.d3-chart-legend span:nth-child(1)::before {
  background: #c02921;
}

.d3-chart-legend span:nth-child(2)::before {
  background: #aeb1be;
}

* + .d3-chart-legend {
  margin-top: 20px;
}

@media (min-width: 1600px) {
  .d3-chart-legend span {
    font-size: 18px;
  }
}

.novi-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
