@font-face {
  font-family: 'icomoon';
  
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-txweibo:before {
  content: "\e907";
}
.icon-Wechat:before {
  content: "\e908";
}
.icon-weibo:before {
  content: "\e90b";
}
.icon-icomoone907:before {
  content: "\e90a";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-thin-left:before {
  content: "\e901";
}
.icon-chevron-thin-right:before {
  content: "\e902";
}
.icon-cross:before {
  content: "\e904";
}
.icon-location-pin:before {
  content: "\e903";
}
.icon-minus:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e906";
}
.icon-search:before {
  content: "\f002";
}
.icon-play2:before {
  content: "\e90c";
}
html, body {
  height: 100%;
}
body {
  position: relative;
  font-family: Avenir, "Century Gothic", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
body > .nicescroll-rails {
  z-index: 9999 !important;
}
article {
  background-color: #fff;
}
section {
  position: relative;
}
section.p-v-xxxl {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media all and (max-width: 991px) {
  section.p-v-xxl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .m-l {margin: 20px;}
  .p-l {padding: 15px;}
  .p-b-l {padding-bottom: 15px;}
  .p-m {padding: 10px;}
  .p-v-m {padding-top: 10px; padding-bottom: 10px;}
  section.p-l {
    padding: 10px;
  }
  section.p-v-l {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.p-v-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.p-v-xxxl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
img,
video {
  vertical-align: top;
}
video {
  width: 100%;
}
img.shadow {
  width: 100%;
}
p {
  line-height: 1.8;
}
ul,
ol {
  padding-left: 1.8em;
}
.select {
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 1em;
  top: 50%;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top-color: #4A4A4A;
  pointer-events: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  /*border-radius: 0;*/
}
select.form-control.active {
  color: #c81e1e;
}
.lead {
  margin-bottom: 1em;
}
.addon-arrow::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 200;
  left: 50%;
  margin-left: -20px;
  top: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
}
@media all and (max-width: 767px) {
  .addon-arrow::before {
    border-width: 10px;
    margin-left: -10px;
  }
}
.skrollable {
  will-change: transform;
}
.align-middle {
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.inline-block-input {
  display: inline-block;
  width: auto;
}
.full-block {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.abs-full-block {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rel-block {
  display: block;
  position: relative;
}
.rel-full-block {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.abs-block {
  display: block;
  position: absolute;
}
.abs-top-block,
.abs-bottom-block {
  display: block;
  position: absolute;
  width: 100%;
}
.abs-top-block {
  top: 0;
  left: 0;
  z-index: 1;
}
.abs-bottom-block {
  bottom: 0;
}
.full-height {
  height: 100%;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.overflow-hidden {
  overflow: hidden;
}
.navbar .container {
  overflow: visible;
}
.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-touch .bg-fixed {
  background-attachment: fixed;
}
.ovlayer-danker {
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.label-warning {
  color: #1C3248;
}
.badge.badge-info {
  background-color: #c81e1e;
}
.hover-scale {
  overflow: hidden;
}
.hover-scale div {
  -webkit-transition: background .8s linear;
  transition: background .8s linear;
}
.hover-scale img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .8s linear;
  transition: -webkit-transform .8s linear;
  transition: transform .8s linear;
  transition: transform .8s linear, -webkit-transform .8s linear;
}
.hover-scale:hover > div {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover-scale:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.overlayer-list a > div::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #c81e1e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.overlayer-list a:hover,
.overlayer-list a:hover h1,
.overlayer-list a:hover h2,
.overlayer-list a:hover h3,
.overlayer-list a:hover h4,
.overlayer-list a:hover h5,
.overlayer-list a:hover h6 {
  color: #fff;
}
.overlayer-list a:hover > div::before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.overlayer-darker::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.overlayer-darker > * {
  z-index: 1;
}
.overlayer-darker > .container {
  position: relative;
}
.p112,
.p100,
.p50,
.p56,
.p30 {
  position: relative;
  display: block;
  overflow: hidden;
}
.p112 > div,
.p100 > div,
.p50 > div,
.p56 > div,
.p30 > div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.p112 > img,
.p100 > img,
.p50 > img,
.p56 > img,
.p30 > img {
  position: absolute;
  top: 0;
  left: 0;
}
.p112 img,
.p100 img,
.p50 img,
.p56 img,
.p30 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p30 {
  padding-top: 30%;
}
@media all and (max-width: 767px) {
  .p30 {
    padding-top: 60%;
  }
}
.p50 {
  padding-top: 50%;
}
.p100 {
  padding-top: 100%;
}
.p56 {
  padding-top: 56%;
}
.p112 {
  padding-top: 112%;
}
.p-h-10 {
  padding-left: 10%;
  padding-right: 10%;
}
.p-h-20 {
  padding-left: 20%;
  padding-right: 20%;
}
.p-h-30 {
  padding-left: 30%;
  padding-right: 30%;
}
.p-10 {
  padding: 10%;
}
.p-5 {
  padding: 5%;
}
@media all and (max-width: 767px) {
  .p-h-30,
  .p-h-20,
  .p-h-10,
  .p-10,
  .p-5 {
    padding: 0;
  }
}

a:hover,
a:focus {
  text-decoration: none;
}
ul.row,
ol.row {
  list-style: none;
  padding-left: 0;
}
.row {
  margin-top: 0;
  margin-bottom: 0;
}
.row img {
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .row > [class="col-sm-6"] {
    padding-top: 0px;
  }
}
.shdow-list > [class*='col-'] .thumbnail {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.shdow-list > [class*='col-']:hover {
  z-index: 1;
}
.shdow-list > [class*='col-']:hover .thumbnail {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.border-top {
  border-top: 1px solid #DDDDDD;
}
.border-lighter {
  border: 1px solid #F0F0F0;
}
.border-light {
  border: 1px solid #DDDDDD;
}
.border-top-dot {
  border-top: 1px dotted #DDDDDD;
}
.no-border {
  border: none;
}
.list-group {
  margin-bottom: 0;
}
.dl-inline dt {
  float: left;
  margin-right: 1em;
  font-weight: bold;
}
.min-height600 {
  min-height: 600px;
}
.decorate {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.decorate img {
  margin-top: -50%;
}
#decorate2 img {
  margin-top: -80%;
}
.decorate.left {
  left: 0;
}
.decorate.right {
  right: 0;
}
@media all and (max-width: 767px) {
  .decorate {
    display: none;
  }
}
.editor a {
  color: #c81e1e;
}
.editor a:hover {
  text-decoration: underline;
}
.editor img {
  max-width: 100%!important;
  height: auto!important;
}
.arrow-after-inner::before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  background-image: url(../images/ui/arrow-bg-inner.png);
  background-position: center;
}
.arrow-before-out::before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  margin-left: -10px;
}
.border-list li > * {
  display: block;
  position: relative;
}
.border-list li > *::before,
.border-list li > * h4,
.border-list li > * h5,
.border-list li > * h6 {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.border-list li > *::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  left: 0;
  top: 0;
  background-color: #c81e1e;
}
.no-touch .border-list li:hover > *::before {
  width: 4px;
}
.border-list li:hover > * h4,
.border-list li:hover > * h5,
.border-list li:hover > * h6 {
  color: #c81e1e;
}
h1.lead {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media all and (max-width: 991px) {
  /*body {
    font-size: 12px;
  }*/
  h1,.h1 {font-size: 30px;}
  h2,.h2 {font-size: 24px;}
  h3,.h3 {font-size: 18px;}
  h4,.h4 {font-size: 16px;}
  h5,.h5 {font-size: 14px;}
  h6,.h6 {font-size: 12px;}
  /*p {
    margin-bottom: 6px;
  }*/
  .p-xl {
    padding: 20px 10px;
  }
  /*article .container {
    padding-left: 20px;
    padding-right: 20px;
  }*/
}
@media all and (max-width: 767px) {
  html, body {
    font-size: 12px;
  }
  h1,.h1 {font-size: 2rem;}
  h2,.h2 {font-size: 1.8rem;}
  h3,.h3 {font-size: 1.6rem;}
  h4,.h4 {font-size: 1.4rem;}
  h5,.h5 {font-size: 1.2rem;}
  h6,.h6 {font-size: 1rem;}
  p {margin-bottom: 12px;}
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main {
  min-height: 100%;
  height: auto;
  padding-top: 60px;
}
.btns {
  margin-top: -6px;
}
.btns .btn {
  float: left;
  margin: 6px 6px 0 0;
}
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.topnav .nav > li:hover > a,
.topnav .nav > li.current-menu-parent:hover > a {
  color: #c81e1e;
}
.topnav .navbar {
  background-color: #fff;
  min-height: inherit;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
.no-boxshadow .topnav .navbar {
  border-bottom: 1px solid #DDDDDD;
}
.navbar .secondary-nav {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
  height:60px;
}
@media all and (max-width: 767px) {
  .navbar .secondary-nav {
    padding-left: 1px;
  }
}
.navbar .secondary-nav .dropdown > a {
  font-size: 18px;
}
.navbar .secondary-nav .dropdown-menu {
  width: 160px;
  left: auto;
  right: 0;
}
.navbar .secondary-nav .dropdown-menu > li:first-child > a:before {
  left: auto;
  right: 18px;
}
.navbar .secondary-nav .dropdown-menu .store a {
  background-color: #fff;
  color: #c81e1e;
  /*-webkit-transition: none;
  transition: none;*/
}
.no-touch .navbar .secondary-nav .dropdown-menu .store a:hover {
  background-color: #dfa752;
  color: #fff;
}
.navbar .secondary-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  background-color: #999;
}
.navbar-brand {
  float: none;
  position: absolute;
  display: block;
  line-height: 60px;
  padding: 15px 20px;
  z-index: 100;
  border-top: 0px solid #fff;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
	width:290px; height:60px;
	background:url(../images/logoa.png) no-repeat center;
}
.navbar-brand:hover {
  border-top-width: 10px;
}
@media all and (max-width: 767px) {
  .navbar-brand {
    padding: 10px 20px;
  }
  .navbar-brand img {
    height: 40px;
  }
}
.topnav .navbar-toggle {
  position: relative;
  right: auto;
  top: auto;
  margin: 0;
  margin-top: 5px;
  padding: 13px 9px;
}
.topnav .navbar-toggle .icon-bar {
  background-color: #666666;
}
.topnav .navbar-toggle[aria-expanded="true"] .icon-bar {
  background-color: #c81e1e;
}
.main-nav-heading {
  background-color: #F0F0F0;
  padding: 10px;
}
.main-nav-heading .navbar-toggle {
  margin-top: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  position: relative;
}
.topnav .navbar-nav > li:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 0px;
  background-color: #c81e1e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topnav .navbar-nav > li.active::before,
.topnav .navbar-nav > li:hover::before {
  height: 5px;
}
@keyframes submenuIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes submenuIn {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.no-touch .navbar-nav > li:hover > .dropdown-menu {
  display: block;
  -webkit-animation: submenuIn .3s ease;
  animation: submenuIn .3s ease;
}
.navbar-nav a {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar-nav .dropdown-menu {
  min-width: inherit;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
}
.navbar-nav .dropdown-menu a {
  position: relative;
  padding: 10px;
  color: #fff;
  background-color: #c81e1e;
}
.navbar-nav .dropdown-menu li.active a {
  color: #dfa752;
}
.navbar-nav .dropdown-menu a:focus,
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu li.active a:hover {
  color: #fff;
  background-color: #dfa752;
}
.navbar-nav .dropdown-menu > li {
  /*border-top: 1px solid #e86464;*/
  border-top: 1px solid #aa1521;
}
.navbar-nav .dropdown-menu > li:first-child {
  border-top: none;
}
.navbar-nav .dropdown-menu > li:first-child > a {
  font-weight: normal;
  font-size: 13px;
}
.navbar-nav .dropdown-menu > li:first-child > a:before {
  position: absolute;
  pointer-events: none;
  content: " ";
  width: 0px;
  height: 0px;
  left: 50%;
  margin-left: -6px;
  bottom: 100%;
  border: 6px solid transparent;
  border-bottom-color: #c81e1e;
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
}
.navbar-nav .dropdown-menu > li:first-child > a:hover:before {
  border-bottom-color: #dfa752;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}
@media all and (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 50px;
  }
}
.main-nav .dropdown-menu {
  width: 160%;
  right: auto;
  left: -30%;
}
.topnav .navbar-nav>li.current-menu-parent>a {
  color: #c81e1e;
}
@media (min-width: 768px) {
  .topnav .navbar-toggle {
    margin-top: 10px;
  }
}
@media (max-width: 999px) {
  #navigation {
    position: fixed;
    z-index: 1030;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    height: 100% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: -100%;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  #navigation[aria-expanded="true"] {
    top: 0px;
  }
  .navbar-nav > li:before {
    display: none;
  }
  .main-nav > li {
    border-bottom: 1px solid #F0F0F0;
  }
  .main-nav > li > a {
    font-size: 18px;
    line-height: 60px;
    /*pointer-events: none;*/
  }
  .main-nav .dropdown-menu {
    position: relative;
    width: 100%;
    left: 0%;
  }
  .main-nav .dropdown-menu > li > a {
    font-size: 12px !important;
    padding: 15px;
    line-height: 20px;
  }
  .main-nav-heading {
    display: block !important;
  }
  .navbar-toggle .icon-bar {
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    -webkit-transform: scaleX(1) translate(0, 6px) rotate(45deg);
    transform: scaleX(1) translate(0, 6px) rotate(45deg);
  }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
    -webkit-transform: scaleX(1) translate(0, -6px) rotate(-45deg);
    transform: scaleX(1) translate(0, -6px) rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .topnav {
    position: relative;
  }
  main {
    padding-top: 0;
  }
}
.shadow-list li > * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.no-touch .shadow-list li:hover {
  z-index: 1;
}
.no-touch .shadow-list li:hover > * {
  -webkit-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  box-shadow: 0px 10px 60px -10px rgba(0, 0, 0, 0.3);
}


header {
  position: relative;
  overflow: hidden;
}

header img {
  max-width: 100%;
}
header .full-height {
  position: relative;
}
header .background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .background:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
header.medium .bg-cover::before,
.bg-cover.overlayer::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
header .video {
  position: absolute;
}
header.larg .sub-navbar,
header.medium .sub-navbar {
  position: absolute;
}
header.larg .navbar-info[data-spy="affix"],
header.medium .navbar-info[data-spy="affix"] {
  background-color: rgba(200, 30, 30, 0.8);
}
header.medium img {
  height: 100%;
  width: auto;
}
header.fixed-header .fixed-inner {
  width: 100%;
  top: 0;
  left: 0;
}
header.fixed-header + article {
  position: relative;
  z-index: 1;
}
header.medium .full-height > img {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  header.larg,
  header.larg .fixed-inner .container {
    height: 300px;
  }
  header.medium,
  header.medium .fixed-inner .container {
    height: 200px;
  }
  header .table-cell {
    text-align: center;
  }
  header .table-cell img {
    width: 80%;
  }
  header .table-cell.half img {
    width: 200px;
  }
}
@media all and (min-width: 768px) {
  header.larg,
  header.larg .fixed-inner .container {
    height: 410px;
  }
  header.larg.fixed-header {
    height: 410px;
  }
  header.larg.fixed-header .fixed-inner .container {
    height: 410px;
  }
  header.medium,
  header.medium .fixed-inner .container {
    height: 300px;
  }
  header.medium.fixed-header {
    height: 300px;
  }
  header.medium.fixed-header .fixed-inner .container {
    height: 300px;
  }
}
@media all and (min-width: 992px) {
  header.larg,
  header.larg .fixed-inner .container {
    height: 410px;
  }
  header.larg.fixed-header {
    height: 410px;
  }
  header.larg.fixed-header .fixed-inner .container {
    height: 470px;
    padding-top: 60px;
  }
  header.medium,
  header.medium .fixed-inner .container {
    height: 300px;
  }
  header.medium.fixed-header {
    height: 300px;
  }
  header.medium.fixed-header .fixed-inner .container {
    height: 360px;
    padding-top: 60px;
  }
  /*header.fixed-header .fixed-inner {*/
    /*position: fixed;*/
    /*top: 60px;*/
  /*}*/
}
@media all and (min-width: 1200px) {
  header.larg,
  header.larg .fixed-inner .container {
    height: 510px;
  }
  header.larg.fixed-header {
    height: 510px;
  }
  header.larg.fixed-header .fixed-inner .container {
    height: 570px;
    padding-top: 60px;
  }
  header.medium,
  header.medium .fixed-inner .container {
    height: 300px;
  }
  header.medium.fixed-header {
    height: 300px;
  }
  header.medium.fixed-header .fixed-inner .container {
    height: 360px;
    padding-top: 60px;
  }
}
@media all and (min-width: 1600px) {
  header.larg,
  header.larg .fixed-inner .container {
    height: 666px;
  }
  header.larg.fixed-header {
    height: 666px;
  }
  header.larg.fixed-header .fixed-inner .container {
    height: 670px;
    padding-top: 60px;
  }
  header.medium,
  header.medium .fixed-inner .container {
    height: 350px;
  }
  header.medium.fixed-header {
    height: 350px;
  }
  header.medium.fixed-header .fixed-inner .container {
    height: 410px;
    padding-top: 60px;
  }
}
[data-toggle='lightSlider'] {
  position: relative;
}
[data-toggle='lightSlider'].translateY .slid-item .table {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-toggle='lightSlider'].translateY .slid-item.active .table {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-toggle='lightSlider'].translateY .slid-item.active.clone .table {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-toggle='lightSlider'].zoomIn .slid-item .table {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-toggle='lightSlider'].zoomIn .slid-item.active .table {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-toggle='lightSlider'].zoomIn .slid-item.active.clone .table {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-toggle="screenHeight"] {
  position: relative;
}
[data-toggle="screenHeight"] [data-toggle='lightSlider'],
[data-toggle="screenHeight"] .lSSlideWrapper,
[data-toggle="screenHeight"] .lSSlideWrapper .lSFade {
  position: static;
}
@media all and (max-width: 767px) and (orientation: portrait) {
  section [data-toggle='lightSlider'] .p50 {
    padding-top: 100%;
  }
}
.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 0px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 10;
}
.lSSlideOuter .lSPager.lSpg > li {
  padding: 10px 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  border: 1px solid #c81e1e;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #c81e1e;
}
.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid transparent;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border-color: #dfa752;
}
.slid-item {
  position: relative;
}
.slid-item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
li{list-style:none;}
.slid-item.no-darkbg::before {
  display: none;
}
.slid-item img {
  max-width: 100%;
}
.slid-item .container {
  position: relative;
  height: 100%;
}
.slid-item .table {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
.lg-backdrop {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.9);
}
.lg-outer {
  z-index: 9999;
}
.lg-outer .lg-pager {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #c81e1e;
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  background-color: #c81e1e;
  box-shadow: none;
}
.lg-progress-bar .lg-progress {
  background-color: #dfa752;
  height: 2px;
}
.lg-sub-html {
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lg-thumbnail {
  display: block;
}
.lg-outer .lg-caret {
  margin-left: -10px;
}
.lg-outer .lg-pager-thumb-cont {
  margin-left: -54px;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .lg-actions {display: none;}
}

.collapse-list .glyphicon::before {
  content: "\2b";
}
.collapse-list [aria-expanded="true"] h4 {
  color: #c81e1e;
}
.collapse-list [aria-expanded="true"] .glyphicon::before {
  content: "\2212";
}
.no-touch .collapse-list a[data-toggle="collapse"]:hover::before {
  position: absolute;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  background-color: #c81e1e;
}
.collapse-list a h4 {
  position: relative;
  padding-right: 20px;
}
.collapse-list a h4 > span {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  color: #999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-js .vjs-control:before {
  line-height: 36px;
}

.nav.nav-inline {
  font-size: 0;
}
.nav.nav-inline > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.nav.nav-inline > li > a {
  /*color: #fff;*/
  line-height: 30px;
}
.no-touch .nav.nav-inline > li:not(.active) > a:hover {
  background-color: #c81e1e;
  color: #fff;
}
.nav.nav-inline > li.active > a {
  background-color: #fff;
  color: #c81e1e;
}
@media (max-width: 767px) {
  .nav.nav-inline > li {
    font-size: 12px;
  }
  .nav.nav-inline > li > a {
    line-height: 24px;
  }
}

.title-group h1,
.title-group h2,
.title-group h3,
.title-group h4,
.title-group h5 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.title-group.title-bottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .title-group h1 {
    font-size: 24px;
  }
  .title-group h2 {
    font-size: 18px;
  }
  .title-group h3 {
    font-size: 16px;
  }
  .title-group h4 {
    font-size: 14px;
  }
  .title-group h5 {
    font-size: 12px;
  }
  .title-group h1,
  .title-group h2,
  .title-group h3,
  .title-group h4,
  .title-group h5 {
    margin-top: .3em;
    margin-bottom: .3em;
  }
}
.page-title {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
}
.page-title .title {
  color: #c81e1e;
  margin: 0;
}
.page-title .title.text-white {
  color: #fff;
}
.page-title .subtitle {
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-title::before,
.page-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #dfa752;
}
@media all and (max-width: 767px) {
  .page-title::before,
  .page-title::after {
    /*width: 20px;*/
    display: none;
  }
}
.page-title::before {
  left: 100%;
  margin-left: 10px;
  /*background-image: -webkit-linear-gradient(left, #ffd600 60%, rgba(255, 214, 0, 0) 100%);
  background-image: linear-gradient(to right, #ffd600 60%, rgba(255, 214, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd600', endColorstr='#00ffd600', GradientType=1);*/
}
.page-title::after {
  right: 100%;
  margin-right: 10px;
  /*background-image: -webkit-linear-gradient(left, rgba(255, 214, 0, 0), #ffd600 40%, #ffd600);
  background-image: linear-gradient(to right, rgba(255, 214, 0, 0), #ffd600 40%, #ffd600);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffd600', endColorstr='#ffffd600', GradientType=1);*/
}
header .page-title::before,
header .page-title::after {
  width: 50px;
}
@media (max-width: 767px) {
  header .page-title::before,
  header .page-title::after {
    width: 20px;
  }
}
.page-title-group {
  padding: 40px 20px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  text-shadow: none;
}
.page-title-group h2 {
  color: #c81e1e;
  margin: 0;
}
.page-title-group h2.text-white {
  color: #fff;
}
.page-title-group h3 {
  margin-top: 0px;
  margin-bottom: 0;
}
.page-title-group::before,
.page-title-group::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}
@media all and (max-width: 767px) {
  .page-title-group::before,
  .page-title-group::after {
    width: 40px;
  }
}
.page-title-group::before {
  left: 100%;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(left, #ffd600 60%, rgba(255, 214, 0, 0) 100%);
  background-image: linear-gradient(to right, #ffd600 60%, rgba(255, 214, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd600', endColorstr='#00ffd600', GradientType=1);
}
.page-title-group::after {
  right: 100%;
  margin-right: 10px;
  background-image: -webkit-linear-gradient(left, rgba(255, 214, 0, 0), #ffd600 40%, #ffd600);
  background-image: linear-gradient(to right, rgba(255, 214, 0, 0), #ffd600 40%, #ffd600);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffd600', endColorstr='#ffffd600', GradientType=1);
}
footer {
  background-color: #c81e1e;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer h5 {
  line-height: 40px;
  display: inline-block;
  margin: 0;
}
footer li {
  display: inline-block;
}
.no-touch footer .footer-nav li a:hover {
  color: #dfa752;
}
footer .copyright {
  font-size: 10px;
}
footer .copyright,
footer .copyright a {
  color: #DDDDDD;
}
.no-touch footer .copyright a:hover {
  color: #dfa752;
}
footer .copyright > * {
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
}
footer .pull-right {
  margin-top: 4px;
}
footer .social-nav {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
footer .social-nav li {
  position: relative;
}
footer .social-nav a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 16px;
  padding-top:10px;
}
footer .social-nav a i {
  display: inline-block;
  margin-top: -3px;
}
footer .social-nav a:hover {
  color: #fff;
}
.no-touch footer .social-nav a:hover {
  background-color: #dfa752;
}
@media all and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .pull-right,
  footer .pull-left {
    float: none !important;
  }
  footer .social-nav {
    display: block;
  }
  footer .social-nav li {
    padding-left: 0;
    margin-right: 0;
  }
}
footer.fixbottom {
  position: fixed;
  bottom: 0;
}

.news-list .media {
  position: relative;
  padding: 30px;
  margin-top: 0;
}
.news-list .media-right {
  padding-left: 20px;
}
.news-list .media-object {
  width: 400px;
}
@media all and (max-width: 767px) {
  .news-list .media {
    padding: 15px 0;
  }
  .news-list .media-right {
    padding-left: 10px;
  }
  .news-list .media-object {
    width: 140px;
  }
  .news-list p {
    display: none;
  }
  .news-list h4 {
    /*margin: 5px 0;*/
    font-size: 14px;
  }
  .news-list .btn {
    padding: 3px 10px;
    font-size: 10px;
  }
}
#city.loading,
.store-list.loading {
  background-image: url(../images/ui/loading.gif);
  background-position: left top;
  background-size: 14px;
  background-repeat: no-repeat;
}
#city.loading {
  background-position: 14px center;
}
.store-list {
  min-height: 100px;
}
/*.store-list a {
  display: block;
  position: relative;
}*/
/*.store-list a:hover .addon {
  background-color: #c81e1e;
}*/
/*.store-list h5 {
  margin-top: 0;
}*/
/*.store-list .addon {
  display: inline-block;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddd;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}*/
/*.store-list i {
  font-size: 20px;
}*/

.quality-icons li.active h5,
.quality-icons li a:hover h5 {
  color: #c81e1e;
}
@media all and (max-width: 1000px) {
  .quality-icons li {
    float: left;
    display: block;
    width: 20%;
  }
  .quality-icons li img {
    width: 100%;
  }

}
@media all and (max-width: 767px) {
  .quality-icons li .p-m {
    padding: 2px;
  }
  .quality-icons li h5 {
    font-size: 10px;
  }
  .event-list .table {
    padding-bottom: 30px;
  }
  .event-list .table:last-child {
    padding-bottom: 0;
  }
}
.table {
  display: table;
  margin-bottom: 0;
  height: 100%;
  position: relative;
}
.table img {
  max-width: 100%;
}
.table ul {
  padding-left: 1em;
}
[data-toggle="lightSlider"] .table {
  padding-bottom: 40px;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.full-table-cell {
  width: 100%;
  padding: 0 8%;
  text-align: center;
}
@media all and (min-width: 768px) {
  /*.table.flex-reverse .half {
    text-align: left;
  }*/
  .table.flex-reverse .half .title-group {
    text-align: center;
  }
  /*.table.flex-column .half {
    text-align: right;
  }*/
  .table.flex-column .half .title-group {
    text-align: left;
  }
}
.half {
  width: 60%;
}
.flex-reverse > .table-cell {
  position: relative;
  z-index: 0;
}
.flex-reverse > .table-cell:first-child {
  z-index: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
/*@media all and (max-width: 767px) {*/
  .flex-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .flex-table > div {
    padding: 0;
    width: 100%;
  }
  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*----------- thumbnail -----------*/
.thumbnail {
  margin-bottom: 0;
  border: 0;
}
.thumbnail .add-on {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  height: auto;
  top: auto;
  bottom: auto;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.thumbnail .add-on.meta {
  bottom: 0;
}
.thumbnail .add-on.status {
  top: 0;
  text-align: right;
}
.thumbnail .caption {
  position: relative;
  padding: 15px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.thumbnail .caption:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}
@media (max-width: 767px) {
  .thumbnail .caption {
    padding: 10px 5px;
  }
  .thumbnail .caption:before {
    border-width: 4px;
    margin-left: -4px;
  }
}
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .2em 0;
}
.thumbnail:hover .add-on {
  color: #fff;
}
.thumbnail:hover h1,
.thumbnail:hover h2,
.thumbnail:hover h3,
.thumbnail:hover h4,
.thumbnail:hover h5,
.thumbnail:hover h6 {
  color: #c81e1e;
}
a.thumbnail:hover .caption,
a.thumbnail:focus .caption,
a.thumbnail.active .caption,
.thumbnail a:hover .caption {
  background-color: #fff;
}
a.thumbnail:hover .caption::before,
a.thumbnail:focus .caption::before,
a.thumbnail.active .caption::before,
.thumbnail a:hover .caption::before {
  border-bottom-color: #fff;
}
a.thumbnail:hover .caption,
a.thumbnail:focus .caption,
a.thumbnail.active .caption,
.thumbnail a:hover .caption,
a.thumbnail:hover .caption h1,
a.thumbnail:focus .caption h1,
a.thumbnail.active .caption h1,
.thumbnail a:hover .caption h1,
a.thumbnail:hover .caption h2,
a.thumbnail:focus .caption h2,
a.thumbnail.active .caption h2,
.thumbnail a:hover .caption h2,
a.thumbnail:hover .caption h3,
a.thumbnail:focus .caption h3,
a.thumbnail.active .caption h3,
.thumbnail a:hover .caption h3,
a.thumbnail:hover .caption h4,
a.thumbnail:focus .caption h4,
a.thumbnail.active .caption h4,
.thumbnail a:hover .caption h4,
a.thumbnail:hover .caption h5,
a.thumbnail:focus .caption h5,
a.thumbnail.active .caption h5,
.thumbnail a:hover .caption h5,
a.thumbnail:hover .caption h6,
a.thumbnail:focus .caption h6,
a.thumbnail.active .caption h6,
.thumbnail a:hover .caption h6 {
  color: #c81e1e;
}
.thumbnail > img,
.thumbnail a > img {
  width: 100%;
}
.media-list a.media {
  display: table;
  position: relative;
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.media-list a.media::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #c81e1e;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}
.media-list a.media:hover::before {
  width: 5px;
}
.media-list a.media:hover .media-left h5,
.media-list a.media:hover .media-left h5 small {
  color: #c81e1e !important;
}
.media-list .media-left > .left {
  width: 70px;
  border-right: 1px solid #DDDDDD;
  border-right-style: dotted;
}
.img-thumbnail {
  border: 0;
}
/*----------- video thumb -----------*/
.video-thumb {
  padding-top: 56.25%;
}
.video-thumb img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.video-thumb i {
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  height: 0;
}
.video-thumb h5 {
  font-weight: bold;
}

.shadow-list li:hover .video-thumb i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 30px;
}
/* !- Animate on scroll*/
/* Scale Up animation */
@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/*------------ init ------------*/
/*.no-touch.cssanimations .anim_emt {
  visibility: hidden;
}*/
.no-touch.cssanimations .anim_emt.start-animation {
  visibility: visible;
}
/*
.ios8 .anim_emt,
.no-touch .anim_emt {
    visibility: hidden;
}
.no-csstransitions .anim_emt,
.ie-mobile .anim_emt {
	visibility: visible;
}
*/
.anim_emt.start-animation.scale_up {
  -webkit-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anim_emt.start-animation.fade_in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anim_emt.start-animation.r_to_l {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.anim_emt.start-animation.l_to_r {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.anim_emt.start-animation.t_to_b {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.anim_emt.start-animation.b_to_t {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


.trans {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/*----------- modal -----------*/
.modal-body {
  padding: 0px;
}
.modal-dialog.table {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 480px) {
  .modal-dialog.table {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}
.modal-content .title-group {
  margin-top: 20px;
}
.modal-content .close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #999;
  opacity: 1;
  z-index: 10;
}
.modal-content .close:hover {
  color: #c81e1e;
}
@media (min-width: 768px) {
  .modal-content {box-shadow: 0 10px 60px rgba(0, 0, 0, .3);}
  .modal-content .close {
    width: 50px;
    height: 50px;
  }
}

nav.post-navigation .nav-links a {
  line-height: 24px;
}

.title-border {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

#laozihao .cont {
  display: table;
}
#laozihao .logopic {
  display: table-cell;
  vertical-align: middle;
  margin-right: 60px;
}
#laozihao .info {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #laozihao .logopic {
    margin-right: 30px;
    width: 100px;
  }
  .post-18 .half .title-group {
    margin-top: -20px;
  }
  .post-18 .half .title-group h3 {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #laozihao .info {
    vertical-align: top;
  }
}

/*----------- lg gallery -----------*/
.lg-outer .lg-video-cont {
  height: 100%;
  padding: 0;
}
.lg-outer .lg-video {
  height: 100%;
  padding: 0;
}
.lg-video-cont .lg-video .lg-object {
  top: 50%;
  left: 50%;
  /*width: auto !important;
  height: auto !important;*/
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1)!important;
  -ms-transform: translate(-50%, -50%) scale(1)!important;
  transform: translate(-50%, -50%) scale(1)!important;
}
@media (min-width: 768px) {
  .lg-outer .lg-img-wrap {
    padding: 120px 80px;
  }
  .lg-outer .lg-video-cont {
    padding: 80px;
  }
}
.lg-toolbar .lg-autoplay-button,
.touch .lg-toolbar .lg-fullscreen {
  display: none;
}
.lg-sub-html {
  bottom: auto;
  top: 0;
  padding: 15px 60px;
  background-color: transparent;
}
.lg-outer .lg-pager-outer {
  bottom: 30px;
}
@media (max-width: 767px) {
  .lg-sub-html {
    top: 20px;
    padding: 15px;
    font-size: 12px;
  }
  .lg-sub-html p {
    display: none;
  }
  .lg-outer .lg-pager-outer {
    bottom: 20px;
  }
  .lg-outer .lg-pager {
    width: 8px;
    height: 8px;
  }
}

.pop {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  top: -10px;
  left: 50%;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
  z-index: 999;
}
.pop:after {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.pop.popshow {
  visibility: visible;
  opacity: 1;
}
.qrcode-img {
  width: 129px;
  height: auto;
}

footer .pop_btn.active {
  background-color: #dfa752;
  color: #fff;
}

/*----- Page Nav ------*/
.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background-color: #f0f0f0;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.no-touch a.page-numbers:hover {
  background-color: #c81e1e;
  color: #fff;
}
.page-numbers.current {
  color: #c81e1e;
}

@media (max-width: 767px) {
  .page-numbers {
    display: none;
  }
  .page-numbers.prev, .page-numbers.next, .page-numbers.current {
    display: inline-block;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-tax-list li {
    width: 50%;
  }
}

p i {
  margin-right: 8px;
}
.screen-reader-text {
  display: none;
}

.gray-thumbs a img {
  -webkit-filter: grayscale(1) sepia(0.1);
  filter: grayscale(1) sepia(0.1);
}
.no-touch .gray-thumbs a:hover img {
  -webkit-filter: none;
  filter: none;
}

.same-h-photos img {
  float: left;
  margin: 0 10px 10px 0;
  height: 260px;
  width: auto;
}

@media (max-width: 767px) and (orientation: portrait) {
  .same-h-photos img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
  }
}

#browser-low {
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 99999;
}
#browser-low .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
/*翻页*/
.pager { display: block; padding: 20px 0 20px; text-align: center; clear: both; font-size: 14px; }
					.pager span, .pager a { display: inline-block; border: 1px solid #ddd; color: #666; height: 40px; line-height: 34px; padding: 2px 10px 3px; text-decoration: none; margin: 0 2px; }
					.pager a:hover { background: #c81e1e; border-color: #ddd; color: #fff; text-decoration: none; }
					.pager .cur { background: #c81e1e; border-color: #c81e1e; color: #fff; }
					.pager span.dot { background: #c81e1e; border-color: #c81e1e; color: #fff; }
					.page_zx_list { background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); padding: 0 75px; }
					.page_zx_list ul li { padding: 30px 0; border-top: 1px solid #e2e2e2; }
					.page_zx_list ul li:first-child { border-top: none; }
					.page_zx_list ul li .img { float: left; width: 285px; height: 140px; overflow: hidden; margin-right: 33px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
					.page_zx_list { padding: 0 15px; }
					.page_zx_list ul li { padding: 15px 0; }
					.page_zx_list ul li img { margin: 0 auto; }
					.page_zx_list ul li .img { margin-bottom: 15px; }