/*all*/
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $font_family$;
}

a {
  color: #1baadb;
}

a:hover {
  text-decoration: none;
}

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

.blocks>.block,
[class*=blocks-]>.block,
[class*=blocks-]>li {
  margin-bottom: 0;
}

.btn-outline.btn-primary {
  color: #1baadb;
  background-color: transparent;
  border-color: #1baadb;
}

.btn-primary {
  border-color: #1baadb;
  background-color: #1baadb;
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.btn-outline.btn-primary.dropdown-toggle {
  border-color: #1baadb;
  background-color: #1baadb;
}

.modal-primary .modal-header {
  background-color: #1baadb;
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: #1baadb;
}

.met-index-body:nth-of-type(odd) {
  background: #fff;
}

/*头部*/
body.met-navfixed {
  padding-top: 60px
}

.met-nav {
  min-height: 60px;
  margin-bottom: 0;
  box-shadow: none;
}

.met-nav [class*=animation-] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.met-nav .met-head-user {
  margin-left: 15px;
  line-height: initial;
}

.met-nav .no-login {
  height: 60px;
}

.met-nav.navbar-shadow {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .7s;
  animation-duration: .7s
}

.met-nav.navbar-fixed-top .navbar-right {
  margin-right: 0
}

.met-nav .navbar-logo {
  height: 80px;
  margin: 0;
  margin-left: 0;
  padding: 0;
  display: block
}

.met-nav .navbar-logo img {
  max-height: 60px
}

/*.met-nav .navbar-logo {
    margin: 0px;
    padding: 0px;
    margin-left: 0px !important;
    display: block;
    height: 80px;
}*/
.met-nav .nav-item .nav-link {
  color: #666666;
}

.met-nav .dropdown.open>a,
.met-nav .nav li a.active {
  color: #1baadb !important;
  background-color: #fff !important;
}

.met-nav .nav-item .nav-link:after {
  content: '';
  width: 0;
  background-color: #1baadb;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: 1;
  border: none;
  margin: 0;
}

.met-nav .nav-item .nav-link.active:after {
  width: 100%;
}

.met-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.met-nav .nav-item .nav-link i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-left: 5px;
}

.met-nav .nav-item .nav-link:hover i,
.met-nav .dropdown.open>a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.met-nav #met-head-user-collapse {
  min-height: 60px;
}

.met-nav #met-head-user-collapse .dropdown-item {
  line-height: initial;
}

.met-nav #met-head-user-collapse .btn-primary {
  color: #1baadb;
  background-color: transparent;
  border-color: #1baadb;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.met-nav #met-head-user-collapse .btn-primary:hover {
  color: #fff;
  background-color: #1baadb;
  border-color: #1baadb;
}

.met-nav #met-head-user-collapse .btn-success {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.met-nav #met-head-user-collapse .btn-success:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.met-nav .dropdown-item {
  color: #666666;
}

.met-nav .overflow-visible {
  overflow: visible !important;
}

.met-nav .navlist-2 {
  transform: translateY(-10%);
}

@media (max-width:991px) {
  .met-nav .navbar-logo img {
    max-height: 60px
  }
}

.met-nav .navbar-toggle {
  height: 60px;
  float: right
}

.met-nav .nav>li>a {
  color: #1baadb;
}

.met-nav .nav>li>a i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media (max-width:767px) {
  .met-nav .dropdown-submenu>a {
    padding-left: 0 !important;
  }

  .met-nav .nav>li>a {
    padding: 10px 15px;
    line-height: 25px
  }
}

@media (max-width:991px) {
  .met-nav .nav>li>a>i {
    float: right
  }
}

.met-nav .nav li .link.active:after {
  content: '';
  width: 100%;
  background-color: #1baadb;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

@media (max-width:767px) {
  .met-nav .nav li .link.active:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }
}

.met-nav .nav>li>.link:after {
  content: '';
  width: 0;
  background-color: #1baadb;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

@media (max-width:767px) {
  .met-nav .nav>li>.link:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }
}

.met-nav .nav>li>.link:hover:after {
  content: '';
  width: 100%;
  background-color: #1baadb;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

@media (max-width:767px) {
  .met-nav .nav>li>.link:hover:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }
}

.met-nav .nav>li>a:hover,
.met-nav .dropdown.open>a {
  color: #1baadb !important;
}

.met-nav .met-nav-login {
  padding-top: 15px;
  text-align: center
}

.met-nav .dropdown-menu>li>a {
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.met-nav .dropdown-menu>li>a:hover {
  background: #f2f2f2 none repeat scroll 0 0;
  text-indent: 5px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

@media (min-width:768px) {
  .navbar-nav>.nav-item {
    padding: 0 10px;
  }

  .met-nav .nav>li>a {
    padding: 0;
    height: 80px;
    line-height: 80px
  }

  .met-nav .dropdown-menu {
    top: 48px;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }

  .met-nav .dropdown-menu .dropdown-submenu>a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu>a i {
    position: absolute;
    right: 10px
  }

  .met-nav .dropdown-menu.bullet {
    top: 60px
  }

  .met-nav .met-nav-login {
    height: 60px;
    padding-top: 0;
    margin-left: 10px
  }

  .navbar-nav .nav-item .nav-link {
    line-height: 18px;
  }
}

@media (max-width:991px) {
  .met-nav .dropdown-menu .dropdown-submenu>a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu>a>i {
    float: right
  }
}

@media (max-width:767px) {
  .met-nav .nav>li {
    margin-left: 0 !important
  }

  .met-nav .dropdown-menu>li>.dropdown-menu>li>a {
    padding-left: 40px
  }

  .met-nav .dropdown-menu.bullet:before,
  .met-nav .dropdown-menu.bullet:after {
    display: none
  }

  .met-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2)
  }

  .met-nav .navbar-logo {
    float: none;
    max-width: 90px;
    margin: 0 auto
  }

  .met-nav .navbar-collapse-toolbar {
    width: 100%;
    padding: 20px !important;
  }

  .met-nav .met-head-user {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
  }
}

.navbar-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/*banner*/
.met-banner .carousel-inner.met-banner-mh {
  background: #ddd;
  min-height: 300px;
}

.met-banner .carousel-inner .met-banner-title {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.met-banner .carousel-inner .met-banner-title h1 {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}

.met-banner .carousel-inner .met-banner-title h1:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 94px;
  height: 6px;
}

.met-banner .carousel-control.right .icon {
  border-radius: 50%;
}

.met-banner .carousel-control.left .icon {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .met-banner .carousel-inner .met-banner-title h1 {
    font-size: 30px;
  }
}

@media (max-width: 488px) {
  .met-banner .carousel-inner .met-banner-title h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .met-banner .carousel-inner {
    min-height: auto;
  }
}

@media (max-width: 488px) {
  .met-banner .carousel-inner.met-banner-mh {
    min-height: 100px;
  }
}

.met-banner .met-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.met-banner .met-banner-text .container {
  height: 100%;
}

.met-banner .met-banner-text .container .met-banner-text-con {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
  max-width: 50%;
  text-align: left;
  float: left;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
  max-width: 50%;
  text-align: left;
  float: right;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-2>div {
  vertical-align: top;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-3>div {
  vertical-align: bottom;
}

.met-banner .met-banner-text .container .met-banner-text-con>div {
  display: table-cell;
  vertical-align: middle;
}

.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
}

.met-banner .met-banner-text .container .met-banner-text-con>div p {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: none;
}

.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
  margin-top: 30px;
  font-size: 20px;
}

.met-banner .btn-outline.btn-default {
  background: none !important;
  border-color: #1baadb !important;
  color: #1baadb !important;
  border-radius: 5px 0;
}

.met-banner .btn-outline.btn-default:hover {
  background: #1baadb !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 30px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 16px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    font-size: 16px;
  }
}

@media (max-width: 488px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 20px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 14px;
    margin-top: 10px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 16px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 12px;
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    padding: 5px 10px;
  }
}

.met-banner .carousel-control .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  background: #fff;
  font: 40px/50px '宋体';
  text-align: center;
  color: #1baadb;
}

@media (max-width: 767px) {
  .met-banner .carousel-control .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font: 30px/40px '宋体';
  }
}

@media (max-width: 488px) {
  .met-banner .carousel-control .icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font: 20px/30px '宋体';
  }
}

.met-banner .carousel-indicators li:after {
  background: #1baadb;
}

.met-banner-ny {
  background-color: #C60313;
  height: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .met-banner-ny {
    height: 90px;
  }
}

.met-banner-ny h1,
.met-banner-ny h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 0px;
  text-shadow: none;
}

/*首页新闻区块*/
.met-index-news {
  margin: 50px 0;
}

.met-index-news .list-group {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  padding: 20px 15px;
}

.met-index-news .list-group-item {
  border: none;
}

.met-index-news .list-group-item.active {
  background: transparent;
  border-bottom: 1px solid #1baadb;

}

.met-index-news .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.met-index-news .list-group-item.active h4 {
  font-size: 20px;
  color: #1baadb;
}

.met-index-news .list-group-item.active a {
  font-size: 12px;
  color: #666;
}

.met-index-news .list-group-item.active a:hover {
  color: #1baadb;
}

.met-index-news .list-group-item.news-li a {
  font-size: 14px;
  width: 74%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  float: left;
  margin-left: 20px;
}

.met-index-news .list-group-item.news-li span {
  font-size: 14px;
  color: #666;
  float: left;
}

.met-index-news .list-group-item.news-li a:hover {
  color: #1baadb;
}

@media (max-width:1600px) {
  .met-index-news .list-group-item.news-li a {
    width: 62%;
  }
}

@media (max-width:768px) {
  .met-index-news .list-group-item.news-li a {
    width: 57%;
    margin-left: 10px;
  }
}

@media (max-width:480px) {
  .met-index-news .list-group-item.news-li a {
    width: 74%;
    margin-left: 10px;
  }
}

.met-foot-info .foot-nav a {
  color: #333;
}

.met-foot-info .foot-nav a:hover {
  color: #1baadb;
}

/*底部版权信息*/
.met-foot-info {
  padding: 20px 0px;
  color: #aaaaaa;
  height: auto;
  line-height: 1.8;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, .05);
}

.met-foot-info p {
  margin-bottom: 0px;
}

.met-foot-info a {
  color: #1baadb;
}

/*多语言*/
.met-langlist img {
  margin-right: 2px;
  position: relative;
  top: -1px
}

@media (max-width:767px) {
  #met-langlist-modal .modal-center {
    height: auto !important
  }
}

#met-langlist-modal .modal-content {
  border-radius: 0px
}

#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative
}

#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px
}

#met-langlist-modal .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  color: #2a333c;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px
}

#met-langlist-modal .modal-content a.btn:hover {
  color: #aaa
}

#met-langlist-modal .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px
}

/*位置*/
.met-crumbs {
  padding-left: 5px;
  padding-right: 5px;
}

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

.met-crumbs .subcolumn-crumbs {
  float: right;
  color: #999;
  padding-left: 0;
  padding-right: 0;
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a {
  color: #999;
  text-decoration: none;
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a:hover {
  color: #1baadb;
}

/*子栏目*/
.met-column-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  z-index: 51;
}

.met-column-nav ul li {
  float: left;
  padding: 0 20px;
  font-size: 16px;
}

.met-column-nav ul li a:hover,
.met-column-nav ul li a.active {
  color: #1baadb;
}

.met-column-nav ul li a {
  color: #666;
  text-decoration: none;
}

.met-column-nav ul li:first-child {
  padding-left: 0;
}

.met-column-nav ul li+li {
  border-left: 1px solid #ddd;
}

.swiper-navtab .swiper-slide {
  width: auto;
}

.overflow-visible {
  overflow: visible !important;
}

@media (max-width:767px) {
  .met-column-nav {
    width: 96%;
    margin: 0 auto;
  }
}

/*简介模块*/
.met-show-body {
  background: #f2f2f2;
}

.met-show {
  min-height: 450px;
  padding: 30px 0px;
  background: #ffffff;
}

.met-editor {
  padding: 30px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .met-show {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .met-show {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


/*留言模块*/
.met-message {
  padding: 30px 0px;
  background: #f2f2f2;
}

.met-message .media-body {
  width: calc(100% - 46px);
}

@media (max-width: 767px) {
  .met-message {
    padding: 0px;
  }
}

.met-message .col-md-6 {
  float: none;
  margin: auto;
}

.met-message .met-message-body {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .met-message .met-message-body {
    padding: 10px;
  }
}

.met-message .met-message-body .media-left {
  padding-right: 0px;
}

.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #aaa;
}

.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #5e7387;
}

.met-message .met-message-submit {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .met-message .met-message-submit {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .met-message .met-message-submit {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .met-message .met-message-submit {
    padding-bottom: 20px;
  }
}

/*分页*/

/*新闻列表页*/
/*文章模块*/
.met-news {
  padding: 30px 0px;
  background: #f2f2f2;
}

.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .met-news {
    padding: 0px;
  }
}

.met-news .met-news-list {
  background: #ffffff;
  padding: 30px;
}

.met-news .met-news-list .title_wy a {
  cursor: pointer;
}

.met-news .met-news-list .title_wy li {
  height: 10px;
}

.met-news .met-news-list .title_wy :hover {
  color: red;
}

@media (max-width: 767px) {
  .met-news .met-news-list {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .met-news .met-news-list {
    padding-top: 20px;
  }
}

.met-news .met-news-list h4 {
  margin: 0px;
}

.met-news .met-news-list ul {
  padding: 0px;
  list-style: none;
}

.met-news .met-news-list ul li {
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.met-news .met-news-list ul li h4 {
  font-weight: 300;
}

.met-news .met-news-list ul li h4 a {
  color: #2a333c;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.met-news .met-news-list ul li h4 a:hover {
  color: #1baadb;
}

.met-news .met-news-list ul li h4 a:active,
.met-news .met-news-list ul li h4 a:focus,
.met-news .met-news-list ul li h4 a:hover {
  text-decoration: none;
}

.met-news .met-news-list ul li p {
  margin-bottom: 0px;
}

.met-news .met-news-list ul li p.des {
  color: #76838f;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
}

.met-news .met-news-list ul li p.info {
  color: #a3afb7;
  font-size: 16px;
  font-weight: 300;
}

.met-news .met-news-list ul li p.info i {
  color: #1baadb;
}

/*pages*/
.pages {
  height: 60px;
  padding: 20px 0 30px;
  width: 100%;
  clear: both;
}

.tcdPageCode {
  text-align: center;
  color: #808080;
  font-size: 14px;
}

.tcdPageCode li {
  display: inline;
}

.tcdPageCode span.disabled {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #808080;
  background: #fff;
  border: 1px solid #e6e3e3;
  vertical-align: middle;
  border-radius: 1px;
}

.tcdPageCode span.current {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #fff;
  background-color: #1baadb;
  border: 1px solid #1baadb;
  vertical-align: middle;
  border-radius: 1px;
}

.tcdPageCode a {
  display: inline-block;
  color: #808080;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 14px;
  border: 1px solid #ddd;
  margin: 0 2px;
  vertical-align: middle;
  border-radius: 1px;
}



@media (max-width: 767px) {
  .met-news .met-news-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .met-news .met-news-list ul li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .met-news .met-news-list ul li.media .media-left {
    padding-right: 10px;
    display: table-cell;
  }

  .met-news .met-news-list ul li.media p.des {
    display: none;
  }

  .met-news .met-news-list ul li.media.media-lg .media-object {
    width: 100px;
  }
}

.met-shownews {
  padding: 30px 0px;
  background: #f2f2f2;
  border-top: 1px solid #dddddd;
}

.met-shownews .met-shownews-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-shownews .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .met-shownews {
    padding: 0px;
  }
}

.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
  background: #ffffff;
  padding: 30px;
}

@media (max-width: 767px) {

  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px;
  }
}

.met-shownews .met-shownews-header {
  padding-bottom: 0px;
}

.met-shownews h1 {
  margin: 0px;
  font-size: 32px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .met-shownews .met-shownews-header {
    padding-top: 20px;
  }
}

.met-shownews .info {
  color: #a3afb7;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.met-shownews .info span {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .met-shownews .info {
    padding-bottom: 20px;
  }
}

.met-shownews .met-shownews-footer {
  padding-top: 0px;
}

.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}

/*社会化分享按钮*/

/*侧栏*/
.met-bar {
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  padding: 20px 15px;
  margin-left: 30px;
  /* border: 1px solid #8BACDD; */
}

.met-bar .sidebar-news-list h3 {
  color: #1baadb;
  font-size: 18px;
  padding: 10px 10px;
  /* border: 1px solid #8BACDD; */
  background-image: linear-gradient(to right, #bfd2f0,#fff );

}

.met-bar .sidebar-news-list .list-group li a {
  color: #666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.met-bar .column h3 {
  font-size: 20px;
  color: #1baadb;
}

.met-bar .list-icons>li a {
  color: #666;
  text-decoration: none;
  height: 5px;
}

.met-bar .list-icons>li a:hover {
  color: #1baadb;
}

@media (max-width:748px) {
  .met-bar {
    margin-left: 0;
    margin-top: 10px;
  }

}

/*上下翻页*/
.pagination {
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}

.page-link {
  border-radius: 24px !important;
}

/* 文章模块详情页 */
.met-shownews {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2;
}

.met-shownews .met-shownews-body {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-shownews .met-shownews-content {
  padding-top: 30px;
}

.met-shownews .details-title,
.met-shownews-footer {
  padding: 30px;
  background: #ffffff;
}

.met-shownews .details-title {
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px;
  }
}

.met-shownews .met-shownews-header {
  padding-bottom: 0px;
}

.met-shownews h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

.met-shownews .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.met-shownews .info span {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .met-shownews .info {
    padding-bottom: 20px;
  }
}

.met-shownews .met-shownews-footer {
  padding-top: 0px;
}

.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .met-shownews {
    padding: 0px;
  }

  .met-shownews h1 {
    font-size: 24px;
  }

  .met-shownews .met-shownews-header {
    padding-top: 20px;
  }

  .met-shownews .met-shownews-content {
    padding: 15px 0;
  }
}

/*社会化分享按钮*/

/*产品列表页*/
.met-product-list {
  padding: 30px 0;
  background: #f2f2f2;
}

.met-product-list ul {
  margin: 0 -10px 0 0;
}

.met-product-list .blocks>.block,
[class*=blocks-]>.block,
[class*=blocks-]>li {
  padding-left: 0;
  margin-bottom: 10px;
}

/*产品详情页*/
.product-detail {
  margin-left: 15px;
}

.met-showproduct {
  background: #f2f2f2;
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: rgb(255, 255, 255);
  padding: 30px 0px;
}

.met-showproduct-head .product-para {
  margin: 0;
}

.product-hot {
  border-radius: 0;
}

.met-showproduct.pagetype1 {
  background: #f2f2f2;
}

.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2;
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px;
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
  border: 2px solid #7dc01d;
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  font-size: 28px;
  margin-top: 0px;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  color: #5e7387;
  margin-bottom: 15px;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  padding-bottom: 0px;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
  margin: 15px 15px 0px;
}

.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px;
}

.met-showproduct.pagetype1 .met-showproduct-body .panel {
  border-radius: 0px;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
  padding: 0px;
}

@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 15px;
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
    margin-bottom: 15px !important;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 0px;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px;
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px;
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
  padding: 0px 15px;
}

@media (min-width: 768px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 488px) {
  .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    margin-top: 10px !important;
  }

  .product-detail {
    margin-left: 0;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    width: 50%;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: none;
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
    clear: both;
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
  margin: 0px auto;
  display: block;
  margin-bottom: 5px;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
  margin: 0px auto;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
  color: #5e7387;
  text-decoration: none;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  text-decoration: none;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  color: #7dc01d;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
  color: #f96868;
  margin-bottom: 0px;
}

/*下载模块*/
.met-download {
  padding: 30px 0px;
  background: #f2f2f2;
}

.met-download ul {
  padding: 0;
}

@media (max-width: 767px) {
  .met-download {
    padding: 0px;
  }
}

.met-download .list-group {
  margin-bottom: 30px;
}

.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.met-download .met-download-list {
  background: #ffffff;
  padding: 30px;
}

@media (max-width: 767px) {
  .met-download .met-download-list {
    padding: 10px;
  }
}

.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
  border-bottom: 1px solid #dddddd;
  background: transparent;
}

.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px;
}

.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7;
}

.met-download .met-download-list h4.media-heading a {
  color: #2a333c;
  font-size: 16px;
}

.met-download .met-download-list h4.media-heading a:hover {
  color: #1baadb;
}

.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px;
}

.met-download .met-download-list a.btn {
  margin-right: 10px;
}

/* 下载模块详情页 */
.met-showdownload {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2;
}

.met-showdownload .met-showdownload-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-showdownload .met-showdownload-content {
  padding-top: 30px;
}

.met-showdownload .details-title,
.met-showdownload .met-showdownload-footer {
  padding: 30px;
  background: #ffffff;
}

.met-showdownload .details-title {
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .met-showdownload .met-showdownload-header,
  .met-showdownload .met-showdownload-footer {
    padding: 10px;
  }
}

.met-showdownload .met-showdownload-header {
  padding-bottom: 0px;
}

.met-showdownload h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

.met-showdownload .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.met-showdownload .info span {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .met-showdownload .info {
    padding-bottom: 20px;
  }
}

.met-showdownload .met-showdownload-footer {
  padding-top: 0px;
}

.met-showdownload .met-showdownload-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .met-showdownload {
    padding: 0px;
  }

  .met-showdownload h1 {
    font-size: 24px;
  }

  .met-showdownload .met-showdownload-header {
    padding-top: 20px;
  }

  .met-showdownload .met-showdownload-content {
    padding: 15px 0;
  }
}

.met-showdownload .download-paralist {
  background: #ffffff;
  padding: 30px;
  padding-bottom: 0px;
}

.met-showdownload .met-editor {
  background: #ffffff;
  padding: 30px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 300;
  color: #222;
}

@media (max-width: 767px) {
  .met-showdownload .paralist {
    padding: 10px;
  }
}

.met-showdownload .paralist dl {
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.met-showdownload .paralist dl dd {
  color: #76838f;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .met-showdownload .paralist dl {
    padding-bottom: 25px;
  }

  .met-showdownload .paralist dl dt {
    width: 100px;
    margin-bottom: 5px;
  }

  .met-showdownload .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px;
  }
}

.met-showdownload .paralist .met-showdownload-btn {
  margin-top: 20px;
}

/*图片模块*/
.met-img {
  padding: 30px 0;
  background: #f2f2f2;
}

.met-img-showbtn {
  width: 100%;
  padding: 0;
}

.met-img .cover {
  overflow: hidden;
}

.met-img .widget {
  background: none;
  padding: 5px !important;
}

.overlay-fade {
  opacity: 0;
}

.cover-title {
  background: #393939;
  text-align: center;
  /* padding: 15px 0; */
  line-height: 40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;  
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  padding:0px 10px;
  align-items: center;
}
.cover-title a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cover-title h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.cover-title h3 a {
  color: #fff;
}

.cover-title p {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  color: #aaa;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.cover-title p a {
  color: #aaa;
}

.cover-title p a:hover {
  text-decoration: underline;
}

.met-img .widget:hover .cover-title {
  background: #1baadb;
}


/* 图片切换列表 */
.met-showimg {
  padding: 30px 0;
  background: #f2f2f2;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-prev {
  left: 0;
}

#met-imgs-slick {
  min-height: 150px;
}

#met-imgs-slick.slick-dotted {
  padding-bottom: 80px;
}

#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

#met-imgs-slick.fngallery.slick-fade .slick-slide:not(.slick-active) {
  visibility: hidden;
}

#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {
  cursor: zoom-in;
}

@media screen\0 {

  #met-imgs-slick.fngallery .slick-slide a,
  #met-imgs-slick.fngallery .slick-slide img {
    cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029), pointer;
  }
}

#met-imgs-slick .slick-slide a {
  display: inline-block;
}

#met-imgs-slick .slick-slide img {
  max-height: 700px;
  display: inline;
}

@media (max-height:900px) {
  #met-imgs-slick .slick-slide img {
    max-height: 600px;
  }
}

@media (max-height:800px) {
  #met-imgs-slick .slick-slide img {
    max-height: 500px;
  }
}

@media (max-height:700px) {
  #met-imgs-slick .slick-slide img {
    max-height: 400px;
  }
}

@media (max-height:600px) {
  #met-imgs-slick .slick-slide img {
    max-height: 350px;
  }
}

@media (max-height:500px) {
  #met-imgs-slick .slick-slide img {
    max-height: 300px;
  }
}

#met-imgs-slick .slick-slide:first-child {
  display: block;
}

#met-imgs-slick .slick-slide {
  width: 100%;
}

#met-imgs-slick .slick-img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

#met-imgs-slick .swiper-navtab {
  width: 100%;
  height: 69px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: grab;
}

#met-imgs-slick .swiper-navtab .slick-dots {
  bottom: 5px;
}

#met-imgs-slick .slick-dots {
  height: 64px;
  bottom: 0;
  z-index: 2;
}

#met-imgs-slick .slick-dots li {
  width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
  border: 2px solid #ddd;
  opacity: 0.7;
}

#met-imgs-slick .slick-dots li:first-child {
  margin: 0;
}

#met-imgs-slick .slick-dots li.slick-active {
  border-color: #4e97d9;
}

#met-imgs-slick .slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#met-imgs-slick.slick-slider .slick-arrow {
  height: calc(100% - 80px);
}

#met-imgs-slick .slick-arrow {
  width: 15%;
  height: 100%;
  top: 0;
  transform: translate(0, 0);
}

#met-imgs-slick .slick-arrow.slick-prev {
  text-align: left;
}

#met-imgs-slick .slick-arrow.slick-next {
  text-align: right;
}

#met-imgs-slick .slick-arrow i {
  font-size: 50px;
  color: #999;
}

@media (max-width:767px) {
  #met-imgs-slick.slick-slider .slick-arrow {
    height: calc(100% - 60px);
  }

  #met-imgs-slick.slick-dotted {
    padding-bottom: 60px;
  }

  #met-imgs-slick .swiper-navtab {
    height: 47px;
  }

  #met-imgs-slick .slick-dots {
    height: 42px;
  }

  #met-imgs-slick .slick-dots li {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-width: 1px;
  }
}

.met-showimg-body {
  background: #ffff;
}

.details-title {
  padding: 30px;
  background: #ffffff;
}

/* 图片模块-内容详情 */
@media (max-width:767px) {
  .met-img {
    padding: 0;
  }
}

.met-showimg-con,
.img-paralist {
  margin-top: 30px;
  list-style: none;
}

@media (max-width:991px) {

  .met-showimg-con,
  .img-paralist {
    margin-top: 20px;
  }
}

@media (max-width:767px) {

  .met-showimg-con,
  .img-paralist {
    margin-top: 15px;
  }
}

/*招聘模块*/

/*友情链接*/
.met-link .breadcrumb-item {
  float: none;
  display: inline-block;
}

.met-link .breadcrumb-item a {
  color: #666666;
}

.met-link .breadcrumb-item:nth-child(1) {
  color: #1baadb;
}

/* 搜索模块 */
.met-search {
  padding: 30px 0px;
  border-top: 1px solid #f5f5f5;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .met-search {
    padding: 0px;
  }

  .met-search .met-search-body {
    padding: 20px 10px;
  }
}

.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-search-body em {
  color: #ff0000;
}





@media (max-width: 767px) {
  footer .foot-nav {
    padding-bottom: .9375rem;
  }
}


.service_list_met_11_3 {
  padding: 50px;
}

.service_list_met_11_3 .head {
  text-align: left;
}

.service_list_met_11_3 .head .title {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #37474f;
  color: #37474f;
  opacity: 0;
  transform: translate(0, 100%);
}

.service_list_met_11_3 .head .desc {
  width: 38px;
  height: 2px;
  background: #1baadb;
  opacity: 0;
  transform: translate(0, 100%);
}

.service_list_met_11_3 .title-box .head {
  float: left
}

.service_list_met_11_3 .title-box .tabs {
  float: right;
  margin: 18px
}

.service_list_met_11_3 .title-box .tabs li {
  float: left;
  opacity: 0;
  transform: translate(0, 100%);
}

.service_list_met_11_3 .title-box .tabs li a {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  height: 30px;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.service_list_met_11_3 .title-box .tabs li a:hover {
  background: #1baadb;
  background: #1baadb;
  text-decoration: none
}

.service_list_met_11_3 .title-box .tabs li a:hover h3 {
  color: #fff
}

.service_list_met_11_3 .title-box .tabs li a h3 {
  font-size: 13px;
  margin: 0;
  line-height: 30px;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  color: #37474f;
  color: #37474f;
}

.service_list_met_11_3 .title-box .tabs li.active a {
  background: #1baadb;
  background: #1baadb;
}

.service_list_met_11_3 .title-box .tabs li.active a h3 {
  color: #fff
}

.service_list_met_11_3 .btn-more {
  padding: 5px 10px;
  border: 1px solid;
  color: #1baadb;
  color: #1baadb;
  display: block;
  width: 112px;
  text-align: center;
  margin: 30px auto 0 auto;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.service_list_met_11_3 .btn-more .fa {
  padding-left: 10px
}

.service_list_met_11_3 .btn-more:hover {
  background: #1baadb;
  background: #1baadb;
  padding-left: 15px;
  color: #fff;
  border-color: #1baadb;
  border-color: #1baadb;
  text-decoration: none
}

.service_list_met_11_3 .btn-more:hover .fa {
  color: #fff
}

.service_list_met_11_3 .list .item {
  margin-top: 50px;
  clear: none;
  opacity: 0;
  transform: translate(0, 100%);
}

.service_list_met_11_3 .list .item .content {
  border: 1px solid;
  border-color: #ffffff;
  border-color: #f2f2f2;
  padding: 24px 30px 24px 20px;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  background: #fff;
  height: 100%
}

.service_list_met_11_3 .list .item .content img {
  max-width: 100%;
  margin: 0 auto
}

.service_list_met_11_3 .list .item .content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  color: #37474f;
  color: #37474f;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.service_list_met_11_3 .list .item .content p {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  color: #999999;
}

.service_list_met_11_3 .list .item:hover div {
  -webkit-box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08)
}

.service_list_met_11_3 .list .item:hover div h4 {
  color: #1baadb;
}

@media (max-width:991px) {
  .service_list_met_11_3 .list .item {
    margin-top: 40px
  }

  .service_list_met_11_3 .swiper-container {
    max-width: 500px;
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .service_list_met_11_3 {
    padding: 30px 0;
  }

  .service_list_met_11_3 .list .item {
    margin-top: 30px
  }

  .service_list_met_11_3 .list .item .content {
    padding: 0;
    border: 0;
  }

  .service_list_met_11_3 .title-box .head {
    float: none
  }

  .service_list_met_11_3 .title-box .tabs {
    margin: 15px 0;
    float: none
  }
}

@media (max-width:479px) {
  .service_list_met_11_3 .list .item p {
    width: 100%
  }
}

.newpro {
  visibility: inherit !important;
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}


/*公司简介 */
.about_list_met_11_3 {
  padding: 50px 0;
  background-color: ;
  position: relative;
}

.about_list_met_11_3 .head {
  text-align: left;
  margin-bottom: 25px;
}

.about_list_met_11_3 .head .title {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #37474f;
  color: ;
  opacity: 0;
  transform: translate(0, 100%);
}

.about_list_met_11_3 .head .desc {
  width: 38px;
  height: 2px;
  background: #1baadb;
  opacity: 0;
  transform: translate(0, 100%);
}

.about_list_met_11_3 .btn-more {
  padding: 5px 10px;
  border: 1px solid;
  color: #1baadb;
  display: block;
  width: 112px;
  text-align: center;
  margin: 30px auto 0 auto;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
  transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.about_list_met_11_3 .btn-more .fa {
  padding-left: 10px
}

.about_list_met_11_3 .btn-more:hover {
  background: #1baadb;
  padding-left: 15px;
  color: #fff;
  border-color: #1baadb;
  text-decoration: none
}

.about_list_met_11_3 .btn-more:hover .fa {
  color: #fff
}

.about_list_met_11_3 .background {
  height: 505px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.about_list_met_11_3 .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.about_list_met_11_3 .content {
  position: relative;
  height: 320px;
}

.about_list_met_11_3 .content .img {
  position: relative;
  z-index: 2;
}

.about_list_met_11_3 .content .img img {
  width: 100%;
  max-height: 280px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.about_list_met_11_3 .content .text {
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 5px 15px;
  position: absolute;
  top: 130px;
  height: 173px;
  z-index: 1;
  opacity: 0;
}

.about_list_met_11_3 .content .text p {
  font-size: 14px;
  color: #ffffff;
  color: #666666;
  line-height: 1.5;
  margin: 0;
  padding: 30px 0;
  margin-left: 42%;
}

.about_list_met_11_3 .content .text p span {
  max-height: 65px;
  overflow: hidden;
  display: block;
}

.about_list_met_11_3 .content .btn-more {
  margin: 0;
  margin-top: 20px;
}

@media (max-width:991px) {
  .about_list_met_11_3 {
    padding: 60px 0;
  }

  .about_list_met_11_3 .content .text {
    top: 55px;
  }

  .about_list_met_11_3 .content .text p {
    font-size: 13px;
  }
}

@media (max-width:767px) {
  .about_list_met_11_3 {
    padding: 50px 0;
  }

  .about_list_met_11_3 .background {
    height: 520px;
  }

  .about_list_met_11_3 .about-us {
    padding: 0;
  }

  .about_list_met_11_3 .content {
    height: auto;
  }

  .about_list_met_11_3 .left {
    padding: 0;
  }

  .about_list_met_11_3 .content .text {
    position: static;
    top: 130px;
  }

  .about_list_met_11_3 .content .text p {
    margin-left: 0;
    font-size: 12px;
  }

  .about_list_met_11_3 .content .text p span {
    max-height: 55px;
    overflow: hidden;
    display: block;
  }

  .about_list_met_11_3 .content .btn-more {
    margin-top: 10px;
  }
}

/*多语言*/
.met-langlist {
  display: inline-block
}

.met-langlist span {
  font-size: 14px;
  cursor: pointer
}

#btn-convert {
  margin-top: 6px
}

.metlang #btn-convert {
  margin-top: 0px;
  cursor: pointer;
  display: inline-block
}

.met-head-user {
  font-size: 0
}

.met_navbtn {
  color: #666
}

.met-head-user li a {
  padding: 0 5px;
  font-size: 14px
}

.met-head-user li a+a {
  border-left: 1px solid #ccc
}

.met-nav #met-head-user-collapse a {
  color: #666
}

.border-left1 {
  border-left: 1px solid #ccc;
  padding: 0 5px;
  cursor: pointer
}

@media (min-width:768px) {
  .met-nav #met-head-user-collapse a.navbar-avatar {
    height: 60px;
    line-height: 60px;
    display: block
  }

  .metlang {
    height: 60px;
    line-height: 60px
  }
}

@media (max-width:767px) {

  .met-head-user .dropdown>a,
  .metlang .met_navbtn {
    line-height: 40px;
    height: 40px;
    display: block
  }

  .metlang {
    margin: 0 !important
  }
}

/*排序*/
.order {
  padding: 0;
  float: right;
  margin-bottom: 10px !important;
}

.order li {
  display: inline-block;
  padding: 0 5px;
}

.order li a {
  color: #666;
}

.order li a:hover {
  color: #1baadb;
}

/*上下页*/

.column.list-icons {
  padding: 0;
}

/*tag*/
.detail_tag {
  padding: 0 30px 30px;
  background: #fff;
}

.detail_tag span {
  font-size: 14px;
}

.detail_tag a {
  color: #333;
  padding: 0 5px;
}

.detail_tag a:hover {
  color: #1baadb;
}

/*404*/
.page404 {
  background: #f5f5f5;
}

.box404 {
  display: table;
  min-height: 500px;
}

.size404 {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  color: #333;
}

@media (max-width: 767px) {
  .box404 {
    min-height: 250px;
  }

  .size404 {
    font-size: 25px;
  }
}

/*搜索*/
.type-order {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.type-order>div {
  background: #e5e5e5;
  border-bottom: 1px solid #ededed;
}

.type-order ul {
  background: #fafafa;
}

.type-order ul {
  padding: 0;
  margin: 0;
}

.type-order ul li {
  height: 40px;
  line-height: 40px;
}

.type-order .attr-name {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.type-order .attr-value a {
  color: #333;
}

.type-order .attr-value a:hover,
.type-order .attr-value.para_select_option a {
  color: #1baadb;
}

.order li a {
  background: #ffffff;
}

.webui-popover-content {
  display: none
}

.webui-popover-rtl {
  direction: rtl;
  text-align: right
}

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px
}

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0)
}

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block
}

.webui-popover .webui-popover-content>div:first-child {
  width: 99%
}

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none
}

.webui-popover-inverse {
  background-color: #333;
  color: #eee
}

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee
}

.webui-no-padding .webui-popover-content {
  padding: 0
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
  border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
  border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
  border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
  border-left-color: #333
}

.webui-popover i.icon-refresh:before {
  content: ""
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url('../images/loading.gif') no-repeat
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none
}

@charset 'UTF-8';

@font-face {
  font-family: 'Web Icons';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/web-icons/web-icons.eot?v=0.2.3');
  src: url('../fonts/web-icons/web-icons.eot?#iefix&v=0.2.3') format('embedded-opentype'), url('../fonts/web-icons/web-icons.woff2?v=0.2.3') format('woff2'), url('../fonts/web-icons/web-icons.woff?v=0.2.3') format('woff'), url('../fonts/web-icons/web-icons.ttf?v=0.2.3') format('truetype'), url('../fonts/web-icons/web-icons.svg?v=0.2.3#web-icons') format('svg')
}

[class*=' wb-'],
[class^=wb-] {
  font-family: 'Web Icons';
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.wb-dashboard:before {
  content: ''
}

.wb-inbox:before {
  content: ''
}

.wb-cloud:before {
  content: ''
}

.wb-bell:before {
  content: ''
}

.wb-book:before {
  content: ''
}

.wb-bookmark:before {
  content: ''
}

.wb-tag:before {
  content: ''
}

.wb-library:before {
  content: ''
}

.wb-share:before {
  content: ''
}

.wb-reply:before {
  content: ''
}

.wb-refresh:before {
  content: ''
}

.wb-move:before {
  content: ''
}

.wb-chat:before {
  content: ''
}

.wb-chat-working:before {
  content: ''
}

.wb-chat-text:before {
  content: ''
}

.wb-chat-group:before {
  content: ''
}

.wb-envelope:before {
  content: ''
}

.wb-envelope-open:before {
  content: ''
}

.wb-user:before {
  content: ''
}

.wb-user-circle:before {
  content: ''
}

.wb-users:before {
  content: ''
}

.wb-user-add:before {
  content: ''
}

.wb-grid-9:before {
  content: ''
}

.wb-grid-4:before {
  content: ''
}

.wb-menu:before {
  content: ''
}

.wb-layout:before {
  content: ''
}

.wb-fullscreen:before {
  content: ''
}

.wb-fullscreen-exit:before {
  content: ''
}

.wb-expand:before {
  content: ''
}

.wb-contract:before {
  content: ''
}

.wb-arrow-expand:before {
  content: ''
}

.wb-arrow-shrink:before {
  content: ''
}

.wb-desktop:before {
  content: ''
}

.wb-mobile:before {
  content: ''
}

.wb-signal:before {
  content: ''
}

.wb-power:before {
  content: ''
}

.wb-more-horizontal:before {
  content: ''
}

.wb-more-vertical:before {
  content: ''
}

.wb-globe:before {
  content: ''
}

.wb-map:before {
  content: ''
}

.wb-flag:before {
  content: ''
}

.wb-pie-chart:before {
  content: ''
}

.wb-stats-bars:before {
  content: ''
}

.wb-pluse:before {
  content: ''
}

.wb-home:before {
  content: ''
}

.wb-shopping-cart:before {
  content: ''
}

.wb-payment:before {
  content: ''
}

.wb-briefcase:before {
  content: ''
}

.wb-search:before {
  content: ''
}

.wb-zoom-in:before {
  content: ''
}

.wb-zoom-out:before {
  content: ''
}

.wb-download:before {
  content: ''
}

.wb-upload:before {
  content: ''
}

.wb-sort-asc:before {
  content: ''
}

.wb-sort-des:before {
  content: ''
}

.wb-graph-up:before {
  content: ''
}

.wb-graph-down:before {
  content: ''
}

.wb-replay:before {
  content: ''
}

.wb-edit:before {
  content: ''
}

.wb-pencil:before {
  content: ''
}

.wb-rubber:before {
  content: ''
}

.wb-crop:before {
  content: ''
}

.wb-eye:before {
  content: ''
}

.wb-eye-close:before {
  content: ''
}

.wb-image:before {
  content: ''
}

.wb-gallery:before {
  content: ''
}

.wb-video:before {
  content: ''
}

.wb-camera:before {
  content: ''
}

.wb-folder:before {
  content: ''
}

.wb-clipboard:before {
  content: ''
}

.wb-order:before {
  content: ''
}

.wb-file:before {
  content: ''
}

.wb-copy:before {
  content: ''
}

.wb-add-file:before {
  content: ''
}

.wb-print:before {
  content: ''
}

.wb-calendar:before {
  content: ''
}

.wb-time:before {
  content: ''
}

.wb-trash:before {
  content: ''
}

.wb-plugin:before {
  content: ''
}

.wb-extension:before {
  content: ''
}

.wb-memory:before {
  content: ''
}

.wb-settings:before {
  content: ''
}

.wb-scissor:before {
  content: ''
}

.wb-wrench:before {
  content: ''
}

.wb-hammer:before {
  content: ''
}

.wb-lock:before {
  content: ''
}

.wb-unlock:before {
  content: ''
}

.wb-volume-low:before {
  content: ''
}

.wb-volume-high:before {
  content: ''
}

.wb-volume-off:before {
  content: ''
}

.wb-pause:before {
  content: ''
}

.wb-play:before {
  content: ''
}

.wb-stop:before {
  content: ''
}

.wb-musical:before {
  content: ''
}

.wb-random:before {
  content: ''
}

.wb-reload:before {
  content: ''
}

.wb-loop:before {
  content: ''
}

.wb-text:before {
  content: ''
}

.wb-bold:before {
  content: ''
}

.wb-italic:before {
  content: ''
}

.wb-underline:before {
  content: ''
}

.wb-format-clear:before {
  content: ''
}

.wb-text-type:before {
  content: ''
}

.wb-table:before {
  content: ''
}

.wb-attach-file:before {
  content: ''
}

.wb-paperclip:before {
  content: ''
}

.wb-link-intact:before {
  content: ''
}

.wb-link:before {
  content: ''
}

.wb-link-broken:before {
  content: ''
}

.wb-indent-increase:before {
  content: ''
}

.wb-indent-decrease:before {
  content: ''
}

.wb-align-justify:before {
  content: ''
}

.wb-align-left:before {
  content: ''
}

.wb-align-center:before {
  content: ''
}

.wb-align-right:before {
  content: ''
}

.wb-list-numbered:before {
  content: ''
}

.wb-list-bulleted:before {
  content: ''
}

.wb-list:before {
  content: ''
}

.wb-emoticon:before {
  content: ''
}

.wb-quote-right:before {
  content: ''
}

.wb-code:before {
  content: ''
}

.wb-code-working:before {
  content: ''
}

.wb-code-unfold:before {
  content: ''
}

.wb-chevron-right:before {
  content: ''
}

.wb-chevron-left:before {
  content: ''
}

.wb-chevron-left-mini:before {
  content: ''
}

.wb-chevron-right-mini:before {
  content: ''
}

.wb-chevron-up:before {
  content: ''
}

.wb-chevron-down:before {
  content: ''
}

.wb-chevron-up-mini:before {
  content: ''
}

.wb-chevron-down-mini:before {
  content: ''
}

.wb-arrow-left:before {
  content: ''
}

.wb-arrow-right:before {
  content: ''
}

.wb-arrow-up:before {
  content: ''
}

.wb-arrow-down:before {
  content: ''
}

.wb-dropdown:before {
  content: ''
}

.wb-dropup:before {
  content: ''
}

.wb-dropright:before {
  content: ''
}

.wb-dropleft:before {
  content: ''
}

.wb-sort-vertical:before {
  content: ''
}

.wb-triangle-left:before {
  content: ''
}

.wb-triangle-right:before {
  content: ''
}

.wb-triangle-down:before {
  content: ''
}

.wb-triangle-up:before {
  content: ''
}

.wb-check-circle:before {
  content: ''
}

.wb-check:before {
  content: ''
}

.wb-check-mini:before {
  content: ''
}

.wb-close:before {
  content: ''
}

.wb-close-mini:before {
  content: ''
}

.wb-plus-circle:before {
  content: ''
}

.wb-plus:before {
  content: ''
}

.wb-minus-circle:before {
  content: ''
}

.wb-minus:before {
  content: ''
}

.wb-alert-circle:before {
  content: ''
}

.wb-alert:before {
  content: ''
}

.wb-help-circle:before {
  content: ''
}

.wb-help:before {
  content: ''
}

.wb-info-circle:before {
  content: ''
}

.wb-info:before {
  content: ''
}

.wb-warning:before {
  content: ''
}

.wb-heart:before {
  content: ''
}

.wb-heart-outline:before {
  content: ''
}

.wb-star:before {
  content: ''
}

.wb-star-half:before {
  content: ''
}

.wb-star-outline:before {
  content: ''
}

.wb-thumb-up:before {
  content: ''
}

.wb-thumb-down:before {
  content: ''
}

.wb-small-point:before {
  content: ''
}

.wb-medium-point:before {
  content: ''
}

.wb-large-point:before {
  content: ''
}

.pull-right {
  float: right
}

@charset 'UTF-8';

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
[class*=' fa-'],
[class^=fa-] {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@font-face {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg')
}

.fa-glass:before {
  content: ''
}

.fa-music:before {
  content: ''
}

.fa-search:before {
  content: ''
}

.fa-envelope-o:before {
  content: ''
}

.fa-heart:before {
  content: ''
}

.fa-star:before {
  content: ''
}

.fa-star-o:before {
  content: ''
}

.fa-user:before {
  content: ''
}

.fa-film:before {
  content: ''
}

.fa-th-large:before {
  content: ''
}

.fa-th:before {
  content: ''
}

.fa-th-list:before {
  content: ''
}

.fa-check:before {
  content: ''
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: ''
}

.fa-search-plus:before {
  content: ''
}

.fa-search-minus:before {
  content: ''
}

.fa-power-off:before {
  content: ''
}

.fa-signal:before {
  content: ''
}

.fa-cog:before,
.fa-gear:before {
  content: ''
}

.fa-trash-o:before {
  content: ''
}

.fa-home:before {
  content: ''
}

.fa-file-o:before {
  content: ''
}

.fa-clock-o:before {
  content: ''
}

.fa-road:before {
  content: ''
}

.fa-download:before {
  content: ''
}

.fa-arrow-circle-o-down:before {
  content: ''
}

.fa-arrow-circle-o-up:before {
  content: ''
}

.fa-inbox:before {
  content: ''
}

.fa-play-circle-o:before {
  content: ''
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: ''
}

.fa-refresh:before {
  content: ''
}

.fa-list-alt:before {
  content: ''
}

.fa-lock:before {
  content: ''
}

.fa-flag:before {
  content: ''
}

.fa-headphones:before {
  content: ''
}

.fa-volume-off:before {
  content: ''
}

.fa-volume-down:before {
  content: ''
}

.fa-volume-up:before {
  content: ''
}

.fa-qrcode:before {
  content: ''
}

.fa-barcode:before {
  content: ''
}

.fa-tag:before {
  content: ''
}

.fa-tags:before {
  content: ''
}

.fa-book:before {
  content: ''
}

.fa-bookmark:before {
  content: ''
}

.fa-print:before {
  content: ''
}

.fa-camera:before {
  content: ''
}

.fa-font:before {
  content: ''
}

.fa-bold:before {
  content: ''
}

.fa-italic:before {
  content: ''
}

.fa-text-height:before {
  content: ''
}

.fa-text-width:before {
  content: ''
}

.fa-align-left:before {
  content: ''
}

.fa-align-center:before {
  content: ''
}

.fa-align-right:before {
  content: ''
}

.fa-align-justify:before {
  content: ''
}

.fa-list:before {
  content: ''
}

.fa-dedent:before,
.fa-outdent:before {
  content: ''
}

.fa-indent:before {
  content: ''
}

.fa-video-camera:before {
  content: ''
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: ''
}

.fa-pencil:before {
  content: ''
}

.fa-map-marker:before {
  content: ''
}

.fa-adjust:before {
  content: ''
}

.fa-tint:before {
  content: ''
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ''
}

.fa-share-square-o:before {
  content: ''
}

.fa-check-square-o:before {
  content: ''
}

.fa-arrows:before {
  content: ''
}

.fa-step-backward:before {
  content: ''
}

.fa-fast-backward:before {
  content: ''
}

.fa-backward:before {
  content: ''
}

.fa-play:before {
  content: ''
}

.fa-pause:before {
  content: ''
}

.fa-stop:before {
  content: ''
}

.fa-forward:before {
  content: ''
}

.fa-fast-forward:before {
  content: ''
}

.fa-step-forward:before {
  content: ''
}

.fa-eject:before {
  content: ''
}

.fa-chevron-left:before {
  content: ''
}

.fa-chevron-right:before {
  content: ''
}

.fa-plus-circle:before {
  content: ''
}

.fa-minus-circle:before {
  content: ''
}

.fa-times-circle:before {
  content: ''
}

.fa-check-circle:before {
  content: ''
}

.fa-question-circle:before {
  content: ''
}

.fa-info-circle:before {
  content: ''
}

.fa-crosshairs:before {
  content: ''
}

.fa-times-circle-o:before {
  content: ''
}

.fa-check-circle-o:before {
  content: ''
}

.fa-ban:before {
  content: ''
}

.fa-arrow-left:before {
  content: ''
}

.fa-arrow-right:before {
  content: ''
}

.fa-arrow-up:before {
  content: ''
}

.fa-arrow-down:before {
  content: ''
}

.fa-mail-forward:before,
.fa-share:before {
  content: ''
}

.fa-expand:before {
  content: ''
}

.fa-compress:before {
  content: ''
}

.fa-plus:before {
  content: ''
}

.fa-minus:before {
  content: ''
}

.fa-asterisk:before {
  content: ''
}

.fa-exclamation-circle:before {
  content: ''
}

.fa-gift:before {
  content: ''
}

.fa-leaf:before {
  content: ''
}

.fa-fire:before {
  content: ''
}

.fa-eye:before {
  content: ''
}

.fa-eye-slash:before {
  content: ''
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: ''
}

.fa-plane:before {
  content: ''
}

.fa-calendar:before {
  content: ''
}

.fa-random:before {
  content: ''
}

.fa-comment:before {
  content: ''
}

.fa-magnet:before {
  content: ''
}

.fa-chevron-up:before {
  content: ''
}

.fa-chevron-down:before {
  content: ''
}

.fa-retweet:before {
  content: ''
}

.fa-shopping-cart:before {
  content: ''
}

.fa-folder:before {
  content: ''
}

.fa-folder-open:before {
  content: ''
}

.fa-arrows-v:before {
  content: ''
}

.fa-arrows-h:before {
  content: ''
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ''
}

.fa-twitter-square:before {
  content: ''
}

.fa-facebook-square:before {
  content: ''
}

.fa-camera-retro:before {
  content: ''
}

.fa-key:before {
  content: ''
}

.fa-cogs:before,
.fa-gears:before {
  content: ''
}

.fa-comments:before {
  content: ''
}

.fa-thumbs-o-up:before {
  content: ''
}

.fa-thumbs-o-down:before {
  content: ''
}

.fa-star-half:before {
  content: ''
}

.fa-heart-o:before {
  content: ''
}

.fa-sign-out:before {
  content: ''
}

.fa-linkedin-square:before {
  content: ''
}

.fa-thumb-tack:before {
  content: ''
}

.fa-external-link:before {
  content: ''
}

.fa-sign-in:before {
  content: ''
}

.fa-trophy:before {
  content: ''
}

.fa-github-square:before {
  content: ''
}

.fa-upload:before {
  content: ''
}

.fa-lemon-o:before {
  content: ''
}

.fa-phone:before {
  content: ''
}

.fa-square-o:before {
  content: ''
}

.fa-bookmark-o:before {
  content: ''
}

.fa-phone-square:before {
  content: ''
}

.fa-twitter:before {
  content: ''
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: ''
}

.fa-github:before {
  content: ''
}

.fa-unlock:before {
  content: ''
}

.fa-credit-card:before {
  content: ''
}

.fa-feed:before,
.fa-rss:before {
  content: ''
}

.fa-hdd-o:before {
  content: ''
}

.fa-bullhorn:before {
  content: ''
}

.fa-bell:before {
  content: ''
}

.fa-certificate:before {
  content: ''
}

.fa-hand-o-right:before {
  content: ''
}

.fa-hand-o-left:before {
  content: ''
}

.fa-hand-o-up:before {
  content: ''
}

.fa-hand-o-down:before {
  content: ''
}

.fa-arrow-circle-left:before {
  content: ''
}

.fa-arrow-circle-right:before {
  content: ''
}

.fa-arrow-circle-up:before {
  content: ''
}

.fa-arrow-circle-down:before {
  content: ''
}

.fa-globe:before {
  content: ''
}

.fa-wrench:before {
  content: ''
}

.fa-tasks:before {
  content: ''
}

.fa-filter:before {
  content: ''
}

.fa-briefcase:before {
  content: ''
}

.fa-arrows-alt:before {
  content: ''
}

.fa-group:before,
.fa-users:before {
  content: ''
}

.fa-chain:before,
.fa-link:before {
  content: ''
}

.fa-cloud:before {
  content: ''
}

.fa-flask:before {
  content: ''
}

.fa-cut:before,
.fa-scissors:before {
  content: ''
}

.fa-copy:before,
.fa-files-o:before {
  content: ''
}

.fa-paperclip:before {
  content: ''
}

.fa-floppy-o:before,
.fa-save:before {
  content: ''
}

.fa-square:before {
  content: ''
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: ''
}

.fa-list-ul:before {
  content: ''
}

.fa-list-ol:before {
  content: ''
}

.fa-strikethrough:before {
  content: ''
}

.fa-underline:before {
  content: ''
}

.fa-table:before {
  content: ''
}

.fa-magic:before {
  content: ''
}

.fa-truck:before {
  content: ''
}

.fa-pinterest:before {
  content: ''
}

.fa-pinterest-square:before {
  content: ''
}

.fa-google-plus-square:before {
  content: ''
}

.fa-google-plus:before {
  content: ''
}

.fa-money:before {
  content: ''
}

.fa-caret-down:before {
  content: ''
}

.fa-caret-up:before {
  content: ''
}

.fa-caret-left:before {
  content: ''
}

.fa-caret-right:before {
  content: ''
}

.fa-columns:before {
  content: ''
}

.fa-sort:before,
.fa-unsorted:before {
  content: ''
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: ''
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: ''
}

.fa-envelope:before {
  content: ''
}

.fa-linkedin:before {
  content: ''
}

.fa-rotate-left:before,
.fa-undo:before {
  content: ''
}

.fa-gavel:before,
.fa-legal:before {
  content: ''
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: ''
}

.fa-comment-o:before {
  content: ''
}

.fa-comments-o:before {
  content: ''
}

.fa-bolt:before,
.fa-flash:before {
  content: ''
}

.fa-sitemap:before {
  content: ''
}

.fa-umbrella:before {
  content: ''
}

.fa-clipboard:before,
.fa-paste:before {
  content: ''
}

.fa-lightbulb-o:before {
  content: ''
}

.fa-exchange:before {
  content: ''
}

.fa-cloud-download:before {
  content: ''
}

.fa-cloud-upload:before {
  content: ''
}

.fa-user-md:before {
  content: ''
}

.fa-stethoscope:before {
  content: ''
}

.fa-suitcase:before {
  content: ''
}

.fa-bell-o:before {
  content: ''
}

.fa-coffee:before {
  content: ''
}

.fa-cutlery:before {
  content: ''
}

.fa-file-text-o:before {
  content: ''
}

.fa-building-o:before {
  content: ''
}

.fa-hospital-o:before {
  content: ''
}

.fa-ambulance:before {
  content: ''
}

.fa-medkit:before {
  content: ''
}

.fa-fighter-jet:before {
  content: ''
}

.fa-beer:before {
  content: ''
}

.fa-h-square:before {
  content: ''
}

.fa-plus-square:before {
  content: ''
}

.fa-angle-double-left:before {
  content: ''
}

.fa-angle-double-right:before {
  content: ''
}

.fa-angle-double-up:before {
  content: ''
}

.fa-angle-double-down:before {
  content: ''
}

.fa-angle-left:before {
  content: ''
}

.fa-angle-right:before {
  content: ''
}

.fa-angle-up:before {
  content: ''
}

.fa-angle-down:before {
  content: ''
}

.fa-desktop:before {
  content: ''
}

.fa-laptop:before {
  content: ''
}

.fa-tablet:before {
  content: ''
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ''
}

.fa-circle-o:before {
  content: ''
}

.fa-quote-left:before {
  content: ''
}

.fa-quote-right:before {
  content: ''
}

.fa-spinner:before {
  content: ''
}

.fa-circle:before {
  content: ''
}

.fa-mail-reply:before,
.fa-reply:before {
  content: ''
}

.fa-github-alt:before {
  content: ''
}

.fa-folder-o:before {
  content: ''
}

.fa-folder-open-o:before {
  content: ''
}

.fa-smile-o:before {
  content: ''
}

.fa-frown-o:before {
  content: ''
}

.fa-meh-o:before {
  content: ''
}

.fa-gamepad:before {
  content: ''
}

.fa-keyboard-o:before {
  content: ''
}

.fa-flag-o:before {
  content: ''
}

.fa-flag-checkered:before {
  content: ''
}

.fa-terminal:before {
  content: ''
}

.fa-code:before {
  content: ''
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ''
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ''
}

.fa-location-arrow:before {
  content: ''
}

.fa-crop:before {
  content: ''
}

.fa-code-fork:before {
  content: ''
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: ''
}

.fa-question:before {
  content: ''
}

.fa-info:before {
  content: ''
}

.fa-exclamation:before {
  content: ''
}

.fa-superscript:before {
  content: ''
}

.fa-subscript:before {
  content: ''
}

.fa-eraser:before {
  content: ''
}

.fa-puzzle-piece:before {
  content: ''
}

.fa-microphone:before {
  content: ''
}

.fa-microphone-slash:before {
  content: ''
}

.fa-shield:before {
  content: ''
}

.fa-calendar-o:before {
  content: ''
}

.fa-fire-extinguisher:before {
  content: ''
}

.fa-rocket:before {
  content: ''
}

.fa-maxcdn:before {
  content: ''
}

.fa-chevron-circle-left:before {
  content: ''
}

.fa-chevron-circle-right:before {
  content: ''
}

.fa-chevron-circle-up:before {
  content: ''
}

.fa-chevron-circle-down:before {
  content: ''
}

.fa-html5:before {
  content: ''
}

.fa-css3:before {
  content: ''
}

.fa-anchor:before {
  content: ''
}

.fa-unlock-alt:before {
  content: ''
}

.fa-bullseye:before {
  content: ''
}

.fa-ellipsis-h:before {
  content: ''
}

.fa-ellipsis-v:before {
  content: ''
}

.fa-rss-square:before {
  content: ''
}

.fa-play-circle:before {
  content: ''
}

.fa-ticket:before {
  content: ''
}

.fa-minus-square:before {
  content: ''
}

.fa-minus-square-o:before {
  content: ''
}

.fa-level-up:before {
  content: ''
}

.fa-level-down:before {
  content: ''
}

.fa-check-square:before {
  content: ''
}

.fa-pencil-square:before {
  content: ''
}

.fa-external-link-square:before {
  content: ''
}

.fa-share-square:before {
  content: ''
}

.fa-compass:before {
  content: ''
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: ''
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: ''
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: ''
}

.fa-eur:before,
.fa-euro:before {
  content: ''
}

.fa-gbp:before {
  content: ''
}

.fa-dollar:before,
.fa-usd:before {
  content: ''
}

.fa-inr:before,
.fa-rupee:before {
  content: ''
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: ''
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: ''
}

.fa-krw:before,
.fa-won:before {
  content: ''
}

.fa-bitcoin:before,
.fa-btc:before {
  content: ''
}

.fa-file:before {
  content: ''
}

.fa-file-text:before {
  content: ''
}

.fa-sort-alpha-asc:before {
  content: ''
}

.fa-sort-alpha-desc:before {
  content: ''
}

.fa-sort-amount-asc:before {
  content: ''
}

.fa-sort-amount-desc:before {
  content: ''
}

.fa-sort-numeric-asc:before {
  content: ''
}

.fa-sort-numeric-desc:before {
  content: ''
}

.fa-thumbs-up:before {
  content: ''
}

.fa-thumbs-down:before {
  content: ''
}

.fa-youtube-square:before {
  content: ''
}

.fa-youtube:before {
  content: ''
}

.fa-xing:before {
  content: ''
}

.fa-xing-square:before {
  content: ''
}

.fa-youtube-play:before {
  content: ''
}

.fa-dropbox:before {
  content: ''
}

.fa-stack-overflow:before {
  content: ''
}

.fa-instagram:before {
  content: ''
}

.fa-flickr:before {
  content: ''
}

.fa-adn:before {
  content: ''
}

.fa-bitbucket:before {
  content: ''
}

.fa-bitbucket-square:before {
  content: ''
}

.fa-tumblr:before {
  content: ''
}

.fa-tumblr-square:before {
  content: ''
}

.fa-long-arrow-down:before {
  content: ''
}

.fa-long-arrow-up:before {
  content: ''
}

.fa-long-arrow-left:before {
  content: ''
}

.fa-long-arrow-right:before {
  content: ''
}

.fa-apple:before {
  content: ''
}

.fa-windows:before {
  content: ''
}

.fa-android:before {
  content: ''
}

.fa-linux:before {
  content: ''
}

.fa-dribbble:before {
  content: ''
}

.fa-skype:before {
  content: ''
}

.fa-foursquare:before {
  content: ''
}

.fa-trello:before {
  content: ''
}

.fa-female:before {
  content: ''
}

.fa-male:before {
  content: ''
}

.fa-gittip:before,
.fa-gratipay:before {
  content: ''
}

.fa-sun-o:before {
  content: ''
}

.fa-moon-o:before {
  content: ''
}

.fa-archive:before {
  content: ''
}

.fa-bug:before {
  content: ''
}

.fa-vk:before {
  content: ''
}

.fa-weibo:before {
  content: ''
}

.fa-renren:before {
  content: ''
}

.fa-pagelines:before {
  content: ''
}

.fa-stack-exchange:before {
  content: ''
}

.fa-arrow-circle-o-right:before {
  content: ''
}

.fa-arrow-circle-o-left:before {
  content: ''
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: ''
}

.fa-dot-circle-o:before {
  content: ''
}

.fa-wheelchair:before {
  content: ''
}

.fa-vimeo-square:before {
  content: ''
}

.fa-try:before,
.fa-turkish-lira:before {
  content: ''
}

.fa-plus-square-o:before {
  content: ''
}

.fa-space-shuttle:before {
  content: ''
}

.fa-slack:before {
  content: ''
}

.fa-envelope-square:before {
  content: ''
}

.fa-wordpress:before {
  content: ''
}

.fa-openid:before {
  content: ''
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: ''
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: ''
}

.fa-yahoo:before {
  content: ''
}

.fa-google:before {
  content: ''
}

.fa-reddit:before {
  content: ''
}

.fa-reddit-square:before {
  content: ''
}

.fa-stumbleupon-circle:before {
  content: ''
}

.fa-stumbleupon:before {
  content: ''
}

.fa-delicious:before {
  content: ''
}

.fa-digg:before {
  content: ''
}

.fa-pied-piper:before {
  content: ''
}

.fa-pied-piper-alt:before {
  content: ''
}

.fa-drupal:before {
  content: ''
}

.fa-joomla:before {
  content: ''
}

.fa-language:before {
  content: ''
}

.fa-fax:before {
  content: ''
}

.fa-building:before {
  content: ''
}

.fa-child:before {
  content: ''
}

.fa-paw:before {
  content: ''
}

.fa-spoon:before {
  content: ''
}

.fa-cube:before {
  content: ''
}

.fa-cubes:before {
  content: ''
}

.fa-behance:before {
  content: ''
}

.fa-behance-square:before {
  content: ''
}

.fa-steam:before {
  content: ''
}

.fa-steam-square:before {
  content: ''
}

.fa-recycle:before {
  content: ''
}

.fa-automobile:before,
.fa-car:before {
  content: ''
}

.fa-cab:before,
.fa-taxi:before {
  content: ''
}

.fa-tree:before {
  content: ''
}

.fa-spotify:before {
  content: ''
}

.fa-deviantart:before {
  content: ''
}

.fa-soundcloud:before {
  content: ''
}

.fa-database:before {
  content: ''
}

.fa-file-pdf-o:before {
  content: ''
}

.fa-file-word-o:before {
  content: ''
}

.fa-file-excel-o:before {
  content: ''
}

.fa-file-powerpoint-o:before {
  content: ''
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: ''
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: ''
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: ''
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ''
}

.fa-file-code-o:before {
  content: ''
}

.fa-vine:before {
  content: ''
}

.fa-codepen:before {
  content: ''
}

.fa-jsfiddle:before {
  content: ''
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: ''
}

.fa-circle-o-notch:before {
  content: ''
}

.fa-ra:before,
.fa-rebel:before {
  content: ''
}

.fa-empire:before,
.fa-ge:before {
  content: ''
}

.fa-git-square:before {
  content: ''
}

.fa-git:before {
  content: ''
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: ''
}

.fa-tencent-weibo:before {
  content: ''
}

.fa-qq:before {
  content: ''
}

.fa-wechat:before,
.fa-weixin:before {
  content: ''
}

.fa-paper-plane:before,
.fa-send:before {
  content: ''
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: ''
}

.fa-history:before {
  content: ''
}

.fa-circle-thin:before {
  content: ''
}

.fa-header:before {
  content: ''
}

.fa-paragraph:before {
  content: ''
}

.fa-sliders:before {
  content: ''
}

.fa-share-alt:before {
  content: ''
}

.fa-share-alt-square:before {
  content: ''
}

.fa-bomb:before {
  content: ''
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: ''
}

.fa-tty:before {
  content: ''
}

.fa-binoculars:before {
  content: ''
}

.fa-plug:before {
  content: ''
}

.fa-slideshare:before {
  content: ''
}

.fa-twitch:before {
  content: ''
}

.fa-yelp:before {
  content: ''
}

.fa-newspaper-o:before {
  content: ''
}

.fa-wifi:before {
  content: ''
}

.fa-calculator:before {
  content: ''
}

.fa-paypal:before {
  content: ''
}

.fa-google-wallet:before {
  content: ''
}

.fa-cc-visa:before {
  content: ''
}

.fa-cc-mastercard:before {
  content: ''
}

.fa-cc-discover:before {
  content: ''
}

.fa-cc-amex:before {
  content: ''
}

.fa-cc-paypal:before {
  content: ''
}

.fa-cc-stripe:before {
  content: ''
}

.fa-bell-slash:before {
  content: ''
}

.fa-bell-slash-o:before {
  content: ''
}

.fa-trash:before {
  content: ''
}

.fa-copyright:before {
  content: ''
}

.fa-at:before {
  content: ''
}

.fa-eyedropper:before {
  content: ''
}

.fa-paint-brush:before {
  content: ''
}

.fa-birthday-cake:before {
  content: ''
}

.fa-area-chart:before {
  content: ''
}

.fa-pie-chart:before {
  content: ''
}

.fa-line-chart:before {
  content: ''
}

.fa-lastfm:before {
  content: ''
}

.fa-lastfm-square:before {
  content: ''
}

.fa-toggle-off:before {
  content: ''
}

.fa-toggle-on:before {
  content: ''
}

.fa-bicycle:before {
  content: ''
}

.fa-bus:before {
  content: ''
}

.fa-ioxhost:before {
  content: ''
}

.fa-angellist:before {
  content: ''
}

.fa-cc:before {
  content: ''
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: ''
}

.fa-meanpath:before {
  content: ''
}

.fa-buysellads:before {
  content: ''
}

.fa-connectdevelop:before {
  content: ''
}

.fa-dashcube:before {
  content: ''
}

.fa-forumbee:before {
  content: ''
}

.fa-leanpub:before {
  content: ''
}

.fa-sellsy:before {
  content: ''
}

.fa-shirtsinbulk:before {
  content: ''
}

.fa-simplybuilt:before {
  content: ''
}

.fa-skyatlas:before {
  content: ''
}

.fa-cart-plus:before {
  content: ''
}

.fa-cart-arrow-down:before {
  content: ''
}

.fa-diamond:before {
  content: ''
}

.fa-ship:before {
  content: ''
}

.fa-user-secret:before {
  content: ''
}

.fa-motorcycle:before {
  content: ''
}

.fa-street-view:before {
  content: ''
}

.fa-heartbeat:before {
  content: ''
}

.fa-venus:before {
  content: ''
}

.fa-mars:before {
  content: ''
}

.fa-mercury:before {
  content: ''
}

.fa-intersex:before,
.fa-transgender:before {
  content: ''
}

.fa-transgender-alt:before {
  content: ''
}

.fa-venus-double:before {
  content: ''
}

.fa-mars-double:before {
  content: ''
}

.fa-venus-mars:before {
  content: ''
}

.fa-mars-stroke:before {
  content: ''
}

.fa-mars-stroke-v:before {
  content: ''
}

.fa-mars-stroke-h:before {
  content: ''
}

.fa-neuter:before {
  content: ''
}

.fa-genderless:before {
  content: ''
}

.fa-facebook-official:before {
  content: ''
}

.fa-pinterest-p:before {
  content: ''
}

.fa-whatsapp:before {
  content: ''
}

.fa-server:before {
  content: ''
}

.fa-user-plus:before {
  content: ''
}

.fa-user-times:before {
  content: ''
}

.fa-bed:before,
.fa-hotel:before {
  content: ''
}

.fa-viacoin:before {
  content: ''
}

.fa-train:before {
  content: ''
}

.fa-subway:before {
  content: ''
}

.fa-medium:before {
  content: ''
}

.fa-y-combinator:before,
.fa-yc:before {
  content: ''
}

.fa-optin-monster:before {
  content: ''
}

.fa-opencart:before {
  content: ''
}

.fa-expeditedssl:before {
  content: ''
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: ''
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ''
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: ''
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ''
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ''
}

.fa-mouse-pointer:before {
  content: ''
}

.fa-i-cursor:before {
  content: ''
}

.fa-object-group:before {
  content: ''
}

.fa-object-ungroup:before {
  content: ''
}

.fa-sticky-note:before {
  content: ''
}

.fa-sticky-note-o:before {
  content: ''
}

.fa-cc-jcb:before {
  content: ''
}

.fa-cc-diners-club:before {
  content: ''
}

.fa-clone:before {
  content: ''
}

.fa-balance-scale:before {
  content: ''
}

.fa-hourglass-o:before {
  content: ''
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ''
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ''
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ''
}

.fa-hourglass:before {
  content: ''
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ''
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: ''
}

.fa-hand-scissors-o:before {
  content: ''
}

.fa-hand-lizard-o:before {
  content: ''
}

.fa-hand-spock-o:before {
  content: ''
}

.fa-hand-pointer-o:before {
  content: ''
}

.fa-hand-peace-o:before {
  content: ''
}

.fa-trademark:before {
  content: ''
}

.fa-registered:before {
  content: ''
}

.fa-creative-commons:before {
  content: ''
}

.fa-gg:before {
  content: ''
}

.fa-gg-circle:before {
  content: ''
}

.fa-tripadvisor:before {
  content: ''
}

.fa-odnoklassniki:before {
  content: ''
}

.fa-odnoklassniki-square:before {
  content: ''
}

.fa-get-pocket:before {
  content: ''
}

.fa-wikipedia-w:before {
  content: ''
}

.fa-safari:before {
  content: ''
}

.fa-chrome:before {
  content: ''
}

.fa-firefox:before {
  content: ''
}

.fa-opera:before {
  content: ''
}

.fa-internet-explorer:before {
  content: ''
}

.fa-television:before,
.fa-tv:before {
  content: ''
}

.fa-contao:before {
  content: ''
}

.fa-500px:before {
  content: ''
}

.fa-amazon:before {
  content: ''
}

.fa-calendar-plus-o:before {
  content: ''
}

.fa-calendar-minus-o:before {
  content: ''
}

.fa-calendar-times-o:before {
  content: ''
}

.fa-calendar-check-o:before {
  content: ''
}

.fa-industry:before {
  content: ''
}

.fa-map-pin:before {
  content: ''
}

.fa-map-signs:before {
  content: ''
}

.fa-map-o:before {
  content: ''
}

.fa-map:before {
  content: ''
}

.fa-commenting:before {
  content: ''
}

.fa-commenting-o:before {
  content: ''
}

.fa-houzz:before {
  content: ''
}

.fa-vimeo:before {
  content: ''
}

.fa-black-tie:before {
  content: ''
}

.fa-fonticons:before {
  content: ''
}

.fa-reddit-alien:before {
  content: ''
}

.fa-edge:before {
  content: ''
}

.fa-credit-card-alt:before {
  content: ''
}

.fa-codiepie:before {
  content: ''
}

.fa-modx:before {
  content: ''
}

.fa-fort-awesome:before {
  content: ''
}

.fa-usb:before {
  content: ''
}

.fa-product-hunt:before {
  content: ''
}

.fa-mixcloud:before {
  content: ''
}

.fa-scribd:before {
  content: ''
}

.fa-pause-circle:before {
  content: ''
}

.fa-pause-circle-o:before {
  content: ''
}

.fa-stop-circle:before {
  content: ''
}

.fa-stop-circle-o:before {
  content: ''
}

.fa-shopping-bag:before {
  content: ''
}

.fa-shopping-basket:before {
  content: ''
}

.fa-hashtag:before {
  content: ''
}

.fa-bluetooth:before {
  content: ''
}

.fa-bluetooth-b:before {
  content: ''
}

.fa-percent:before {
  content: ''
}

.flag-icon-background {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain
}

.flag-icon:before {
  content: "\00a0"
}

.dropdown-menu .flag-icon {
  margin-right: 5px
}

.flag-icon-ad {
  background-image: url('../images/ad.svg')
}

.flag-icon-ae {
  background-image: url('../images/ae.svg')
}

.flag-icon-af {
  background-image: url('../images/af.svg')
}

.flag-icon-ag {
  background-image: url('../images/ag.svg')
}

.flag-icon-ai {
  background-image: url('../images/ai.svg')
}

.flag-icon-al {
  background-image: url('../images/al.svg')
}

.flag-icon-am {
  background-image: url('../images/am.svg')
}

.flag-icon-ao {
  background-image: url('../images/ao.svg')
}

.flag-icon-aq {
  background-image: url('../images/aq.svg')
}

.flag-icon-ar {
  background-image: url('../images/ar.svg')
}

.flag-icon-as {
  background-image: url('../images/as.svg')
}

.flag-icon-at {
  background-image: url('../images/at.svg')
}

.flag-icon-au {
  background-image: url('../images/au.svg')
}

.flag-icon-aw {
  background-image: url('../images/aw.svg')
}

.flag-icon-ax {
  background-image: url('../images/ax.svg')
}

.flag-icon-az {
  background-image: url('../images/az.svg')
}

.flag-icon-ba {
  background-image: url('../images/ba.svg')
}

.flag-icon-bb {
  background-image: url('../images/bb.svg')
}

.flag-icon-bd {
  background-image: url('../images/bd.svg')
}

.flag-icon-be {
  background-image: url('../images/be.svg')
}

.flag-icon-bf {
  background-image: url('../images/bf.svg')
}

.flag-icon-bg {
  background-image: url('../images/bg.svg')
}

.flag-icon-bh {
  background-image: url('../images/bh.svg')
}

.flag-icon-bi {
  background-image: url('../images/bi.svg')
}

.flag-icon-bj {
  background-image: url('../images/bj.svg')
}

.flag-icon-bl {
  background-image: url('../images/bl.svg')
}

.flag-icon-bm {
  background-image: url('../images/bm.svg')
}

.flag-icon-bn {
  background-image: url('../images/bn.svg')
}

.flag-icon-bo {
  background-image: url('../images/bo.svg')
}

.flag-icon-bq {
  background-image: url('../images/bq.svg')
}

.flag-icon-br {
  background-image: url('../images/br.svg')
}

.flag-icon-bs {
  background-image: url('../images/bs.svg')
}

.flag-icon-bt {
  background-image: url('../images/bt.svg')
}

.flag-icon-bv {
  background-image: url('../images/bv.svg')
}

.flag-icon-bw {
  background-image: url('../images/bw.svg')
}

.flag-icon-by {
  background-image: url('../images/by.svg')
}

.flag-icon-bz {
  background-image: url('../images/bz.svg')
}

.flag-icon-ca {
  background-image: url('../images/ca.svg')
}

.flag-icon-cc {
  background-image: url('../images/cc.svg')
}

.flag-icon-cd {
  background-image: url('../images/cd.svg')
}

.flag-icon-cf {
  background-image: url('../images/cf.svg')
}

.flag-icon-cg {
  background-image: url('../images/cg.svg')
}

.flag-icon-ch {
  background-image: url('../images/ch.svg')
}

.flag-icon-ci {
  background-image: url('../images/ci.svg')
}

.flag-icon-ck {
  background-image: url('../images/ck.svg')
}

.flag-icon-cl {
  background-image: url('../images/cl.svg')
}

.flag-icon-cm {
  background-image: url('../images/cm.svg')
}

.flag-icon-cn {
  background-image: url('../images/cn.svg')
}

.flag-icon-co {
  background-image: url('../images/co.svg')
}

.flag-icon-cr {
  background-image: url('../images/cr.svg')
}

.flag-icon-cu {
  background-image: url('../images/cu.svg')
}

.flag-icon-cv {
  background-image: url('../images/cv.svg')
}

.flag-icon-cw {
  background-image: url('../images/cw.svg')
}

.flag-icon-cx {
  background-image: url('../images/cx.svg')
}

.flag-icon-cy {
  background-image: url('../images/cy.svg')
}

.flag-icon-cz {
  background-image: url('../images/cz.svg')
}

.flag-icon-de {
  background-image: url('../images/de.svg')
}

.flag-icon-dj {
  background-image: url('../images/dj.svg')
}

.flag-icon-dk {
  background-image: url('../images/dk.svg')
}

.flag-icon-dm {
  background-image: url('../images/dm.svg')
}

.flag-icon-do {
  background-image: url('../images/do.svg')
}

.flag-icon-dz {
  background-image: url('../images/dz.svg')
}

.flag-icon-ec {
  background-image: url('../images/ec.svg')
}

.flag-icon-ee {
  background-image: url('../images/ee.svg')
}

.flag-icon-eg {
  background-image: url('../images/eg.svg')
}

.flag-icon-eh {
  background-image: url('../images/eh.svg')
}

.flag-icon-er {
  background-image: url('../images/er.svg')
}

.flag-icon-es {
  background-image: url('../images/es.svg')
}

.flag-icon-et {
  background-image: url('../images/et.svg')
}

.flag-icon-fi {
  background-image: url('../images/fi.svg')
}

.flag-icon-fj {
  background-image: url('../images/fj.svg')
}

.flag-icon-fk {
  background-image: url('../images/fk.svg')
}

.flag-icon-fm {
  background-image: url('../images/fm.svg')
}

.flag-icon-fo {
  background-image: url('../images/fo.svg')
}

.flag-icon-fr {
  background-image: url('../images/fr.svg')
}

.flag-icon-ga {
  background-image: url('../images/ga.svg')
}

.flag-icon-gb {
  background-image: url('../images/gb.svg')
}

.flag-icon-gd {
  background-image: url('../images/gd.svg')
}

.flag-icon-ge {
  background-image: url('../images/ge.svg')
}

.flag-icon-gf {
  background-image: url('../images/gf.svg')
}

.flag-icon-gg {
  background-image: url('../images/gg.svg')
}

.flag-icon-gh {
  background-image: url('../images/gh.svg')
}

.flag-icon-gi {
  background-image: url('../images/gi.svg')
}

.flag-icon-gl {
  background-image: url('../images/gl.svg')
}

.flag-icon-gm {
  background-image: url('../images/gm.svg')
}

.flag-icon-gn {
  background-image: url('../images/gn.svg')
}

.flag-icon-gp {
  background-image: url('../images/gp.svg')
}

.flag-icon-gq {
  background-image: url('../images/gq.svg')
}

.flag-icon-gr {
  background-image: url('../images/gr.svg')
}

.flag-icon-gs {
  background-image: url('../images/gs.svg')
}

.flag-icon-gt {
  background-image: url('../images/gt.svg')
}

.flag-icon-gu {
  background-image: url('../images/gu.svg')
}

.flag-icon-gw {
  background-image: url('../images/gw.svg')
}

.flag-icon-gy {
  background-image: url('../images/gy.svg')
}

.flag-icon-hk {
  background-image: url('../images/hk.svg')
}

.flag-icon-hm {
  background-image: url('../images/hm.svg')
}

.flag-icon-hn {
  background-image: url('../images/hn.svg')
}

.flag-icon-hr {
  background-image: url('../images/hr.svg')
}

.flag-icon-ht {
  background-image: url('../images/ht.svg')
}

.flag-icon-hu {
  background-image: url('../images/hu.svg')
}

.flag-icon-id {
  background-image: url('../images/id.svg')
}

.flag-icon-ie {
  background-image: url('../images/ie.svg')
}

.flag-icon-il {
  background-image: url('../images/il.svg')
}

.flag-icon-im {
  background-image: url('../images/im.svg')
}

.flag-icon-in {
  background-image: url('../images/in.svg')
}

.flag-icon-io {
  background-image: url('../images/io.svg')
}

.flag-icon-iq {
  background-image: url('../images/iq.svg')
}

.flag-icon-ir {
  background-image: url('../images/ir.svg')
}

.flag-icon-is {
  background-image: url('../images/is.svg')
}

.flag-icon-it {
  background-image: url('../images/it.svg')
}

.flag-icon-je {
  background-image: url('../images/je.svg')
}

.flag-icon-jm {
  background-image: url('../images/jm.svg')
}

.flag-icon-jo {
  background-image: url('../images/jo.svg')
}

.flag-icon-jp {
  background-image: url('../images/jp.svg')
}

.flag-icon-ke {
  background-image: url('../images/ke.svg')
}

.flag-icon-kg {
  background-image: url('../images/kg.svg')
}

.flag-icon-kh {
  background-image: url('../images/kh.svg')
}

.flag-icon-ki {
  background-image: url('../images/ki.svg')
}

.flag-icon-km {
  background-image: url('../images/km.svg')
}

.flag-icon-kn {
  background-image: url('../images/kn.svg')
}

.flag-icon-kp {
  background-image: url('../images/kp.svg')
}

.flag-icon-kr {
  background-image: url('../images/kr.svg')
}

.flag-icon-kw {
  background-image: url('../images/kw.svg')
}

.flag-icon-ky {
  background-image: url('../images/ky.svg')
}

.flag-icon-kz {
  background-image: url('../images/kz.svg')
}

.flag-icon-la {
  background-image: url('../images/la.svg')
}

.flag-icon-lb {
  background-image: url('../images/lb.svg')
}

.flag-icon-lc {
  background-image: url('../images/lc.svg')
}

.flag-icon-li {
  background-image: url('../images/li.svg')
}

.flag-icon-lk {
  background-image: url('../images/lk.svg')
}

.flag-icon-lr {
  background-image: url('../images/lr.svg')
}

.flag-icon-ls {
  background-image: url('../images/ls.svg')
}

.flag-icon-lt {
  background-image: url('../images/lt.svg')
}

.flag-icon-lu {
  background-image: url('../images/lu.svg')
}

.flag-icon-lv {
  background-image: url('../images/lv.svg')
}

.flag-icon-ly {
  background-image: url('../images/ly.svg')
}

.flag-icon-ma {
  background-image: url('../images/ma.svg')
}

.flag-icon-mc {
  background-image: url('../images/mc.svg')
}

.flag-icon-md {
  background-image: url('../images/md.svg')
}

.flag-icon-me {
  background-image: url('../images/me.svg')
}

.flag-icon-mf {
  background-image: url('../images/mf.svg')
}

.flag-icon-mg {
  background-image: url('../images/mg.svg')
}

.flag-icon-mh {
  background-image: url('../images/mh.svg')
}

.flag-icon-mk {
  background-image: url('../images/mk.svg')
}

.flag-icon-ml {
  background-image: url('../images/ml.svg')
}

.flag-icon-mm {
  background-image: url('../images/mm.svg')
}

.flag-icon-mn {
  background-image: url('../images/mn.svg')
}

.flag-icon-mo {
  background-image: url('../images/mo.svg')
}

.flag-icon-mp {
  background-image: url('../images/mp.svg')
}

.flag-icon-mq {
  background-image: url('../images/mq.svg')
}

.flag-icon-mr {
  background-image: url('../images/mr.svg')
}

.flag-icon-ms {
  background-image: url('../images/ms.svg')
}

.flag-icon-mt {
  background-image: url('../images/mt.svg')
}

.flag-icon-mu {
  background-image: url('../images/mu.svg')
}

.flag-icon-mv {
  background-image: url('../images/mv.svg')
}

.flag-icon-mw {
  background-image: url('../images/mw.svg')
}

.flag-icon-mx {
  background-image: url('../images/mx.svg')
}

.flag-icon-my {
  background-image: url('../images/my.svg')
}

.flag-icon-mz {
  background-image: url('../images/mz.svg')
}

.flag-icon-na {
  background-image: url('../images/na.svg')
}

.flag-icon-nc {
  background-image: url('../images/nc.svg')
}

.flag-icon-ne {
  background-image: url('../images/ne.svg')
}

.flag-icon-nf {
  background-image: url('../images/nf.svg')
}

.flag-icon-ng {
  background-image: url('../images/ng.svg')
}

.flag-icon-ni {
  background-image: url('../images/ni.svg')
}

.flag-icon-nl {
  background-image: url('../images/nl.svg')
}

.flag-icon-no {
  background-image: url('../images/no.svg')
}

.flag-icon-np {
  background-image: url('../images/np.svg')
}

.flag-icon-nr {
  background-image: url('../images/nr.svg')
}

.flag-icon-nu {
  background-image: url('../images/nu.svg')
}

.flag-icon-nz {
  background-image: url('../images/nz.svg')
}

.flag-icon-om {
  background-image: url('../images/om.svg')
}

.flag-icon-pa {
  background-image: url('../images/pa.svg')
}

.flag-icon-pe {
  background-image: url('../images/pe.svg')
}

.flag-icon-pf {
  background-image: url('../images/pf.svg')
}

.flag-icon-pg {
  background-image: url('../images/pg.svg')
}

.flag-icon-ph {
  background-image: url('../images/ph.svg')
}

.flag-icon-pk {
  background-image: url('../images/pk.svg')
}

.flag-icon-pl {
  background-image: url('../images/pl.svg')
}

.flag-icon-pm {
  background-image: url('../images/pm.svg')
}

.flag-icon-pn {
  background-image: url('../images/pn.svg')
}

.flag-icon-pr {
  background-image: url('../images/pr.svg')
}

.flag-icon-ps {
  background-image: url('../images/ps.svg')
}

.flag-icon-pt {
  background-image: url('../images/pt.svg')
}

.flag-icon-pw {
  background-image: url('../images/pw.svg')
}

.flag-icon-py {
  background-image: url('../images/py.svg')
}

.flag-icon-qa {
  background-image: url('../images/qa.svg')
}

.flag-icon-re {
  background-image: url('../images/re.svg')
}

.flag-icon-ro {
  background-image: url('../images/ro.svg')
}

.flag-icon-rs {
  background-image: url('../images/rs.svg')
}

.flag-icon-ru {
  background-image: url('../images/ru.svg')
}

.flag-icon-rw {
  background-image: url('../images/rw.svg')
}

.flag-icon-sa {
  background-image: url('../images/sa.svg')
}

.flag-icon-sb {
  background-image: url('../images/sb.svg')
}

.flag-icon-sc {
  background-image: url('../images/sc.svg')
}

.flag-icon-sd {
  background-image: url('../images/sd.svg')
}

.flag-icon-se {
  background-image: url('../images/se.svg')
}

.flag-icon-sg {
  background-image: url('../images/sg.svg')
}

.flag-icon-sh {
  background-image: url('../images/sh.svg')
}

.flag-icon-si {
  background-image: url('../images/si.svg')
}

.flag-icon-sj {
  background-image: url('../images/sj.svg')
}

.flag-icon-sk {
  background-image: url('../images/sk.svg')
}

.flag-icon-sl {
  background-image: url('../images/sl.svg')
}

.flag-icon-sm {
  background-image: url('../images/sm.svg')
}

.flag-icon-sn {
  background-image: url('../images/sn.svg')
}

.flag-icon-so {
  background-image: url('../images/so.svg')
}

.flag-icon-sr {
  background-image: url('../images/sr.svg')
}

.flag-icon-ss {
  background-image: url('../images/ss.svg')
}

.flag-icon-st {
  background-image: url('../images/st.svg')
}

.flag-icon-sv {
  background-image: url('../images/sv.svg')
}

.flag-icon-sx {
  background-image: url('../images/sx.svg')
}

.flag-icon-sy {
  background-image: url('../images/sy.svg')
}

.flag-icon-sz {
  background-image: url('../images/sz.svg')
}

.flag-icon-tc {
  background-image: url('../images/tc.svg')
}

.flag-icon-td {
  background-image: url('../images/td.svg')
}

.flag-icon-tf {
  background-image: url('../images/tf.svg')
}

.flag-icon-tg {
  background-image: url('../images/tg.svg')
}

.flag-icon-th {
  background-image: url('../images/th.svg')
}

.flag-icon-tj {
  background-image: url('../images/tj.svg')
}

.flag-icon-tk {
  background-image: url('../images/tk.svg')
}

.flag-icon-tl {
  background-image: url('../images/tl.svg')
}

.flag-icon-tm {
  background-image: url('../images/tm.svg')
}

.flag-icon-tn {
  background-image: url('../images/tn.svg')
}

.flag-icon-to {
  background-image: url('../images/to.svg')
}

.flag-icon-tr {
  background-image: url('../images/tr.svg')
}

.flag-icon-tt {
  background-image: url('../images/tt.svg')
}

.flag-icon-tv {
  background-image: url('../images/tv.svg')
}

.flag-icon-tw {
  background-image: url('../images/tw.svg')
}

.flag-icon-tz {
  background-image: url('../images/tz.svg')
}

.flag-icon-ua {
  background-image: url('../images/ua.svg')
}

.flag-icon-ug {
  background-image: url('../images/ug.svg')
}

.flag-icon-um {
  background-image: url('../images/um.svg')
}

.flag-icon-us {
  background-image: url('../images/us.svg')
}

.flag-icon-uy {
  background-image: url('../images/uy.svg')
}

.flag-icon-uz {
  background-image: url('../images/uz.svg')
}

.flag-icon-va {
  background-image: url('../images/va.svg')
}

.flag-icon-vc {
  background-image: url('../images/vc.svg')
}

.flag-icon-ve {
  background-image: url('../images/ve.svg')
}

.flag-icon-vg {
  background-image: url('../images/vg.svg')
}

.flag-icon-vi {
  background-image: url('../images/vi.svg')
}

.flag-icon-vn {
  background-image: url('../images/vn.svg')
}

.flag-icon-vu {
  background-image: url('../images/vu.svg')
}

.flag-icon-wf {
  background-image: url('../images/wf.svg')
}

.flag-icon-ws {
  background-image: url('../images/ws.svg')
}

.flag-icon-ye {
  background-image: url('../images/ye.svg')
}

.flag-icon-yt {
  background-image: url('../images/yt.svg')
}

.flag-icon-za {
  background-image: url('../images/za.svg')
}

.flag-icon-zm {
  background-image: url('../images/zm.svg')
}

.flag-icon-zw {
  background-image: url('../images/zw.svg')
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block
}

@font-face {
  font-family: lg;
  src: url('../fonts/lg/lg.eot?n1z373');
  src: url('../fonts/lg/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../fonts/lg/lg.woff?n1z373') format("woff"), url('../fonts/lg/lg.ttf?n1z373') format("truetype"), url('../fonts/lg/lg.svg?n1z373#lg') format("svg");
  font-weight: 400;
  font-style: normal
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-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
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #FFF
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url('../images/vimeo-play.png') no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url('../images/vimeo-play.png') 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url('../images/video-play.png') no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url('../images/youtube-play.png') no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url('../images/youtube-play.png') 0 -60px no-repeat
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url('../images/loading.gif') center center no-repeat;
  display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  for open/close transition -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #777;
}

.pswp__error-msg a {
  color: #333;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
Contents:
1. Buttons
2. Share modal and links
3. Index indicator ("1 of X" counter)
4. Caption
5. Loading indicator
6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/

/*
1. Buttons
*/

/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

/* 按钮样式自定义 */
[class*=pswp__button--rotate] {
  background: none !important;
  outline: none !important;
}

[class*=pswp__button--rotate] .icon {
  top: 1px;
  font-size: 17px;
  font-weight: 400;
  color: #555;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../images/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../images/default-skin.svg');
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }

  [class*=pswp__button--rotate] {
    opacity: .75;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
Arrow buttons hit area
(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
2. Share modal/popup and links
*/
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
3. Index indicator ("1 of X" counter)
*/
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #555;
  opacity: 0.75;
  padding: 0 10px;
}

/*
4. Caption
*/
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #777;
}

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #333;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
5. Loading indicator (preloader)
You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
*/
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url('../images/preloader.gif') 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
  The idea of animating inner circle is based on Polymer ("material") loading indicator
  by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}


/*
6. Additional styles
*/

/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(255, 255, 255, 0.8);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.8);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

/*.pswp__ui--idle .pswp__top-bar{opacity:0;}*/
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
pswp__ui--hidden class is added when controls are hidden
e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont/iconfont.eot?t=1497855280632');
  src: url('../fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
  content: "\e601"
}

.icon-next2:before {
  content: "\e636"
}

.icon-prev2:before {
  content: "\e637"
}

.icon-prev1:before {
  content: "\e648"
}

.icon-next1:before {
  content: "\e655"
}

.icon-prev:before {
  content: "\e606"
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../plugin/slick/fonts/slick.eot');
  src: url('../plugin/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../plugin/slick/fonts/slick.woff') format('woff'), url('../plugin/slick/fonts/slick.ttf') format('truetype'), url('../plugin/slick/fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */