@charset "UTF-8";
.pagination {
  margin: 0;
  padding: 0; }
  .pagination li a, .pagination li span {
    position: relative;
    padding: 6px 12px;
    margin-left: 0px;
    line-height: 1.42857143;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block; }
  .pagination li {
    display: inline-block; }
    .pagination li.active a, .pagination li.active span, .pagination li.active a:hover, .pagination li.active span:hover, .pagination li.active a:focus, .pagination li.active span:focus {
      z-index: 2;
      cursor: default; }
    .pagination li.disabled a, .pagination li.disabled span, .pagination li.disabled a:hover, .pagination li.disabled span:hover, .pagination li.disabled a:focus, .pagination li.disabled span:focus {
      z-index: 2;
      cursor: not-allowed; }
  .pagination li a, .pagination li span {
    background-color: #fff;
    border: 1px solid #28A194;
    color: #28A194; }
  .pagination li.active a, .pagination li.active span, .pagination li.active a:hover, .pagination li.active span:hover, .pagination li.active a:focus, .pagination li.active span:focus {
    background-color: #28A194;
    border-color: #28A194;
    color: #fff; }

html, body, form {
  margin: 0;
  padding: 0; }

body {
  background-color: #fdfdfd;
  color: #555; }

html, body, h1, h2, h3, h4, h5, h6,
.btn, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], textarea, select, button, a {
  font-family: Helvetica, Arial, "LiHei", "微軟正黑體", "新細明體", sans-serif; }

a {
  text-decoration: none;
  color: #00d4c3; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0px;
  border-bottom: 1px solid #999; }

.clearfix {
  clear: both;
  margin: 0;
  padding: 0; }

.btn, input.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 8px 6px 8px;
  line-height: 100%;
  font-size: 0.9em;
  border: 1px transparent solid;
  text-decoration: none;
  cursor: pointer; }
  .btn:hover, input.btn:hover {
    text-decoration: none; }
  .btn img, input.btn img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

.btn-default, input.btn-default {
  background-color: #ddd;
  border: 1px #999 solid; }

.btn-primary, input.btn-primary {
  background-color: #00d4c3;
  border: 1px #01c0b1 solid;
  color: #fff; }

.btn-access, input.btn-access {
  background-color: #D30A5F;
  border: 1px #D30A5F solid;
  color: #fff; }

.btn-disabled, input.btn-disabled {
  cursor: no-drop; }

input[type=text], input[type=url], input[type=email], textarea {
  box-sizing: border-box;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px #01c0b1 solid; }

.btn-holder {
  text-align: center; }

.btn-large, input.btn-large {
  padding: 10px 14px 10px 14px;
  font-size: 1.1rem; }

.container {
  width: 980px;
  margin: 0 auto; }

.main-content {
  background-color: #fdfdfd;
  padding-top: 20px;
  padding-bottom: 40px; }

.page-container {
  width: 600px;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px 10px 40px 10px; }
  .page-container .article {
    line-height: 150%;
    font-size: 1rem; }
    .page-container .article h1 {
      line-height: 150%;
      font-size: 1.5rem; }
  .page-container .news .photo img {
    width: 100%; }

.pagination-container {
  text-align: center; }

.image-shower {
  position: relative; }
  .image-shower img {
    position: relative;
    z-index: 10; }
  .image-shower .title {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2px;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 200%; }

.top-header {
  background-color: #00d4c3;
  height: 77px; }
  .top-header .main-nav {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 810px;
    margin-top: 37px;
    margin-left: 4px; }
    .top-header .main-nav .nav-items:first-child {
      margin-left: 5px; }
  .top-header .nav-items {
    display: inline-block;
    height: 40px;
    width: 128px; }
    .top-header .nav-items a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border-left: 4px solid #fff;
      display: block;
      height: 40px;
      width: 100%;
      font-size: 24px;
      line-height: 160%;
      padding-top: 2px;
      padding-left: 10px;
      font-weight: normal;
      text-align: center;
      color: #fff; }
      .top-header .nav-items a:hover, .top-header .nav-items a.actived {
        color: #F2ED46;
        border-left: 4px solid #F2ED46; }
  .top-header .nav-form {
    display: inline-block;
    float: right;
    overflow: hidden; }
    .top-header .nav-form input[type=text] {
      width: 130px;
      background-image: url("/packages/maskdog/lifeline/assets/images/search_icon.png");
      background-repeat: no-repeat;
      background-position: 92% 2px; }
  .top-header .logo {
    float: left;
    width: 160px;
    height: 50px;
    margin-top: 20px;
    background-image: url("/packages/maskdog/lifeline/assets/images/logo.png"); }
    .top-header .logo a {
      width: 160px;
      height: 50px;
      display: block;
      text-indent: -1000px; }

footer h5 {
  margin: 0;
  padding: 0;
  font-weight: 500; }
footer .pages {
  float: left;
  width: 33%;
  padding-top: 1em;
  text-align: center;
  margin-bottom: 1em;
  display: block; }
  footer .pages a {
    font-size: 0.8em; }
footer .exts {
  background-color: #e9e9e9; }
  footer .exts .exts-items {
    margin: 0;
    padding: 20px 0 20px 0;
    width: 25%;
    float: left;
    height: 370px; }
    footer .exts .exts-items h5 {
      font-size: 1.3em;
      line-height: 200%; }
    footer .exts .exts-items ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .exts .exts-items ul li {
        line-height: 150%; }
        footer .exts .exts-items ul li a {
          font-size: 1rem; }
    footer .exts .exts-items .item-wraper {
      margin: 0.5em; }
    footer .exts .exts-items .comp-info {
      line-height: 120%;
      font-size: 0.85rem; }
footer .areas {
  background-color: #222222;
  border-top: 8px solid #666666; }
  footer .areas .areas-items {
    height: 272px;
    float: left;
    width: 20%;
    text-align: center; }
    footer .areas .areas-items h5 {
      font-size: 1.5em;
      color: #999;
      line-height: 200%; }
    footer .areas .areas-items ul {
      margin: 0;
      padding: 0;
      list-style: none;
      height: 200px;
      border-left: 2px solid #01c0b1; }
      footer .areas .areas-items ul li {
        line-height: 150%;
        font-size: 1.2em; }
        footer .areas .areas-items ul li a {
          color: #ccc; }
    footer .areas .areas-items:first-child ul {
      border-left: 2px solid transparent; }
footer .copyright {
  height: 60px;
  background-color: #01c0b1;
  color: #fff;
  text-align: center;
  line-height: 60px; }
footer .footer-form input, footer .footer-form textarea {
  width: 100%;
  margin-bottom: 0.5em; }
footer .footer-form button[type="submit"] {
  width: 100%; }
footer .footer-form textarea {
  height: 60px; }
  footer .footer-form textarea::-webkit-input-placeholder {
    font-size: 0.8rem; }
  footer .footer-form textarea:-moz-placeholder {
    font-size: 0.8rem; }
  footer .footer-form textarea::-moz-placeholder {
    font-size: 0.8rem; }
  footer .footer-form textarea:-ms-input-placeholder {
    font-size: 0.8rem; }

.bread {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f1e7df;
  line-height: 200%;
  border-top: 4px solid #fff;
  color: #01c0b1;
  font-size: 1.2rem; }
  .bread a {
    border: 1px solid #C2FFFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 14px 4px 14px;
    margin: 4px 4px 4px 0px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    background-color: #00d4c3; }
    .bread a:hover, .bread a.actived {
      color: #F2ED46;
      border: 1px solid #F2ED46; }

.map-container, .shop-info-container, .shop-event-container, .tour-container, .views-container, .tour-info-container, .event-info-container {
  margin-bottom: 20px; }

.shop-content {
  float: left;
  width: 655px;
  margin-right: 20px; }

.right-sidebar {
  float: left;
  width: 305px; }

.sidebar-search {
  margin-bottom: 6px;
  text-align: center; }
  .sidebar-search form {
    margin-top: 10px; }
  .sidebar-search input[type=text] {
    width: 70%;
    background-image: url("/packages/maskdog/lifeline/assets/images/search_icon.png");
    background-color: #00d4c3;
    background-repeat: no-repeat;
    background-position: 96% 2px; }
  .sidebar-search .hot-search {
    font-size: 0.9rem;
    line-height: 200%;
    text-align: left;
    margin-left: 10px; }
    .sidebar-search .hot-search a {
      display: inline-block;
      font-size: 0.8em; }
      .sidebar-search .hot-search a::after {
        content: "｜"; }
    .sidebar-search .hot-search a:last-child::after {
      content: ""; }

.sidebar-wrapper {
  border: 1px solid #01c0b1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }
  .sidebar-wrapper .sidebar-container {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 4px;
    border: 1px solid #ddd;
    background-color: #efefef; }

.sidebar-common h4 {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  line-height: 200%; }

.sidebar-shops {
  margin: 0px; }
  .sidebar-shops .items {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    margin: 5px 5px 10px 5px;
    border: 1px solid #fff;
    background-color: #fafafa; }
    .sidebar-shops .items .photo, .sidebar-shops .items .info {
      float: left; }
    .sidebar-shops .items .photo {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      height: 114px;
      width: 114px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #ddd;
      padding: 0px; }
      .sidebar-shops .items .photo img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #fefefe;
        height: 110px;
        width: 110px; }
    .sidebar-shops .items .info {
      padding-left: 10px;
      width: 146px;
      line-height: 108%;
      position: relative; }
      .sidebar-shops .items .info h4 {
        padding: 0 0 0 20px;
        margin: 0;
        line-height: 140%;
        font-size: 1em;
        overflow: hidden; }
      .sidebar-shops .items .info div {
        font-size: 0.8rem;
        line-height: 150%;
        color: #7d7d7d; }
      .sidebar-shops .items .info .btn-marker-holder {
        position: absolute;
        left: 6px;
        top: 0px; }
    .sidebar-shops .items .btn-holder {
      text-align: center; }
    .sidebar-shops .items .btn-group {
      padding-top: 10px; }
      .sidebar-shops .items .btn-group .btn {
        padding: 0; }
        .sidebar-shops .items .btn-group .btn img {
          width: 40px;
          height: auto; }

.suggest-item-desc .btn-group {
  padding-top: 10px; }
  .suggest-item-desc .btn-group .btn {
    padding: 0; }
    .suggest-item-desc .btn-group .btn img {
      height: 32px;
      width: auto; }

.sidebar-tours .items h5 {
  margin: 0;
  padding: 0; }

.icon-stars {
  border: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/packages/maskdog/lifeline/assets/images/icon_stars.png"); }
  .icon-stars.stars-default {
    background-position: 0 0; }
  .icon-stars.stars-yellow {
    background-position: -19px 0px; }
  .icon-stars.stars-green {
    background-position: -38px 0; }

.image-shower a {
  display: inline-block; }
.image-shower img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff; }

.tour-photos img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff; }

.sidebar-tours .image-holder img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff; }

.suggest-header {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px; }
  .suggest-header hr {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0px;
    z-index: 5;
    border: 0; }
  .suggest-header h5 {
    font-size: 1.3rem;
    position: absolute;
    padding: 0px 10px 0px 0px;
    margin: 0;
    background-color: #fdfdfd;
    z-index: 10; }
  .suggest-header.suggest-tours {
    color: #00d4c3; }
    .suggest-header.suggest-tours > hr {
      border-bottom: 4px solid #00d4c3; }
  .suggest-header.suggest-views {
    color: #067eae; }
    .suggest-header.suggest-views > hr {
      border-bottom: 4px solid #067eae; }
  .suggest-header.suggest-shops {
    color: #ff267d; }
    .suggest-header.suggest-shops > hr {
      border-bottom: 4px solid #ff267d; }
  .suggest-header.suggest-shopinfo {
    color: #00a569; }
    .suggest-header.suggest-shopinfo > hr {
      border-bottom: 4px solid #00a569; }
  .suggest-header.suggest-tourinfo {
    color: #00a569; }
    .suggest-header.suggest-tourinfo > hr {
      border-bottom: 4px solid #00a569; }
  .suggest-header.suggest-events {
    color: #00a569; }
    .suggest-header.suggest-events > hr {
      border-bottom: 4px solid #00a569; }

.suggest-views-lists {
  list-style: none;
  margin: 0;
  padding: 0; }
  .suggest-views-lists .items {
    float: left;
    width: 210px;
    font-size: 0.9rem;
    margin-right: 9px;
    border-top: 1px solid #067eae;
    border-right: 1px solid #067eae;
    border-left: 1px solid #067eae;
    border-bottom: 4px solid #067eae; }
    .suggest-views-lists .items img {
      width: 100%; }
    .suggest-views-lists .items .desc {
      margin: 0px 6px 0px 6px;
      height: 60px;
      overflow: hidden;
      line-height: 140%; }
    .suggest-views-lists .items a {
      display: block; }
  .suggest-views-lists .items:last-child {
    margin-right: 0; }

.suggest-shops-lists {
  list-style: none;
  margin: 0;
  padding: 0; }
  .suggest-shops-lists li {
    width: 210px;
    float: left;
    margin: 0 0 10px 11px; }
  .suggest-shops-lists li:nth-child(4n), .suggest-shops-lists li:first-child {
    margin: 0 0 10px 0px; }
  .suggest-shops-lists a {
    display: block;
    padding: 0px;
    overflow: hidden;
    height: 65px; }
  .suggest-shops-lists .items {
    width: 100%;
    font-size: 0.8rem;
    border: 1px solid #ccc; }
    .suggest-shops-lists .items .logo, .suggest-shops-lists .items .info {
      float: left; }
    .suggest-shops-lists .items .logo img {
      width: 65px;
      height: 65px; }
    .suggest-shops-lists .items .info {
      width: 130px;
      margin-left: 5px; }
      .suggest-shops-lists .items .info h6 {
        margin: 0;
        padding-top: 4px;
        font-size: 1rem;
        line-height: 150%;
        height: 24px;
        overflow: hidden; }
      .suggest-shops-lists .items .info .desc {
        color: #aaa;
        line-height: 140%;
        font-size: 0.85rem; }

.event-holder {
  height: 253px;
  position: relative;
  border: 1px solid #00d4c3;
  border-bottom: 4px solid #00d4c3; }
  .event-holder .image-holder, .event-holder .info {
    float: left; }
  .event-holder .image-holder {
    width: 365px; }
    .event-holder .image-holder img {
      width: 100%; }
  .event-holder .info {
    position: relative;
    width: 270px;
    height: 210px;
    margin-left: 10px;
    font-size: 1rem;
    line-height: 130%; }
    .event-holder .info h5 {
      font-size: 1.2rem;
      line-height: 150%;
      margin: 0 0 5px 0;
      padding: 0; }
    .event-holder .info .desc {
      height: 100px;
      overflow: hidden; }
  .event-holder .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    .event-holder .time .btn {
      float: right; }
    .event-holder .time .during {
      font-size: 1rem;
      float: left;
      width: 160px; }
      .event-holder .time .during span {
        font-size: 0.9rem;
        font-weight: bold;
        color: #00d4c3; }
      .event-holder .time .during a {
        margin-top: 8px; }
  .event-holder .event-info {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 253px;
    width: 100%;
    z-index: 5; }
  .event-holder .event-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5); }
    .event-holder .event-title h5 {
      float: left;
      margin: 0px;
      padding: 0 0 0 10px;
      color: #fff;
      font-size: 1.1rem; }
    .event-holder .event-title nav {
      float: right;
      margin: 0px;
      padding: 0 10px 0 0;
      color: #fff; }

.tour-holder {
  position: relative; }
  .tour-holder .tour-items .item-lists {
    margin: 0px;
    padding: 0 0 0 40px;
    width: 615px; }
  .tour-holder .tour-items .items {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 0;
    float: left;
    width: 100px; }
    .tour-holder .tour-items .items a:hover {
      text-decoration: none; }
    .tour-holder .tour-items .items h6 {
      margin: 0px;
      padding: 0px;
      font-size: 0.9rem;
      line-height: 150%;
      height: 40px;
      overflow: hidden; }
    .tour-holder .tour-items .items .hot {
      font-size: 0.9rem;
      color: #999; }
  .tour-holder .tour-items .items {
    margin-left: 0px; }
  .tour-holder .tour-items .items:first-child {
    margin-left: 0px; }
  .tour-holder .control-arr {
    position: absolute;
    font-size: 2rem;
    background-color: #01c0b1;
    height: 160px;
    width: 30px;
    text-align: center; }
    .tour-holder .control-arr.left {
      left: 0px;
      top: 0px; }
    .tour-holder .control-arr.right {
      right: 0px;
      top: 0px; }
    .tour-holder .control-arr i {
      margin-top: 60px; }
    .tour-holder .control-arr a {
      display: block;
      height: 160px;
      color: #fff; }

.map-wraper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00d4c3;
  border-bottom: 4px solid #00d4c3; }
  .map-wraper .map-title {
    background-color: #303030;
    color: #00d4c3;
    line-height: 160%;
    padding-left: 10px; }

.map-area {
  width: 100%;
  height: 500px; }

.shop-info-wrapper .featured, .shop-info-wrapper .info, .market-info-wrapper .featured, .market-info-wrapper .info {
  float: left; }
.shop-info-wrapper .featured, .market-info-wrapper .featured {
  position: relative;
  width: 330px;
  z-index: 5; }
  .shop-info-wrapper .featured img, .market-info-wrapper .featured img {
    width: 100%; }
  .shop-info-wrapper .featured .number, .market-info-wrapper .featured .number {
    position: absolute;
    bottom: -28px;
    right: 10px;
    z-index: 10;
    color: #fff;
    padding: 5px 14px 5px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6); }
  .shop-info-wrapper .featured .slider-toggler, .market-info-wrapper .featured .slider-toggler {
    display: block; }
  .shop-info-wrapper .featured .featured-sliders-play, .market-info-wrapper .featured .featured-sliders-play {
    color: #fff;
    width: 270px;
    text-align: center; }
    .shop-info-wrapper .featured .featured-sliders-play a, .market-info-wrapper .featured .featured-sliders-play a {
      display: block; }
.shop-info-wrapper .info, .market-info-wrapper .info {
  margin-left: 25px;
  width: 300px; }
  .shop-info-wrapper .info h4, .market-info-wrapper .info h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .shop-info-wrapper .info .desc, .market-info-wrapper .info .desc {
    font-size: 1rem;
    line-height: 150%; }
  .shop-info-wrapper .info .metas, .shop-info-wrapper .info .qr-code, .market-info-wrapper .info .metas, .market-info-wrapper .info .qr-code {
    float: left;
    margin-top: 5px; }
  .shop-info-wrapper .info .metas, .market-info-wrapper .info .metas {
    width: 60%; }
    .shop-info-wrapper .info .metas .items, .market-info-wrapper .info .metas .items {
      border-left: 2px solid #01c0b1;
      padding-left: 5px;
      font-size: 0.8rem;
      line-height: 140%;
      margin-bottom: 3px; }
    .shop-info-wrapper .info .metas.large, .market-info-wrapper .info .metas.large {
      width: 100%; }
  .shop-info-wrapper .info .qr-code, .market-info-wrapper .info .qr-code {
    width: 40%; }
  .shop-info-wrapper .info .logo img, .shop-info-wrapper .info .qr-code img, .market-info-wrapper .info .logo img, .market-info-wrapper .info .qr-code img {
    width: 100%; }
  .shop-info-wrapper .info .btn-holder, .market-info-wrapper .info .btn-holder {
    text-align: center;
    margin-top: 15px; }
  .shop-info-wrapper .info .btn-group .btn, .market-info-wrapper .info .btn-group .btn {
    margin: 5px;
    padding: 0px; }
    .shop-info-wrapper .info .btn-group .btn img, .market-info-wrapper .info .btn-group .btn img {
      height: 32px;
      width: auto; }
  .shop-info-wrapper .info .raty-wrapper, .market-info-wrapper .info .raty-wrapper {
    text-align: center;
    margin-top: 10px; }
  .shop-info-wrapper .info .view-desc, .market-info-wrapper .info .view-desc {
    line-height: 150%;
    font-size: 1rem;
    height: 220px;
    overflow: auto; }

.shoplists-sidebar {
  float: left;
  width: 185px; }

.index-container.shoplists {
  float: right;
  width: 760px; }
  .index-container.shoplists .suggest-shops-lists li {
    width: 180px;
    float: left;
    margin: 0 0 10px 12px; }
    .index-container.shoplists .suggest-shops-lists li a h6 {
      overflow: hidden; }
  .index-container.shoplists .suggest-shops-lists li:first-child {
    margin: 0 0 10px 0px; }

.shoplists .map-container .map-area, .shoplists .map-container .map-shopkind-filter-container {
  float: left; }
.shoplists .map-container .map-area {
  width: 650px;
  height: 430px; }
  .shoplists .map-container .map-area.large {
    width: 100%; }
.shoplists .map-container .map-shopkind-filter-container {
  width: 107px;
  height: 430px;
  background-color: #1F8463; }
  .shoplists .map-container .map-shopkind-filter-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #1F8463; }
    .shoplists .map-container .map-shopkind-filter-container ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      margin: 0;
      padding: 0px;
      background-color: #28A194;
      border: 1px solid #01c0b1;
      border-right: 0px;
      border-bottom: 0px; }
      .shoplists .map-container .map-shopkind-filter-container ul li:last-child {
        border-bottom: 1px solid #01c0b1; }
      .shoplists .map-container .map-shopkind-filter-container ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        padding: 0px;
        font-size: 1rem;
        line-height: 150%;
        display: block; }

.shoplists .header-ads .local-events, .shoplists .header-ads .local-ads {
  float: left; }
.shoplists .header-ads .local-ads {
  width: 320px;
  margin-left: 15px; }
  .shoplists .header-ads .local-ads .items {
    margin-bottom: 4px;
    text-align: right; }
.shoplists .header-ads .local-events {
  width: 425px; }
.shoplists .header-ads .image-holder, .shoplists .header-ads .event-lists {
  float: left; }
.shoplists .header-ads .image-holder {
  padding: 10px; }
.shoplists .header-ads .event-lists {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shoplists .header-ads .event-lists li {
    padding: 3px 0 3px 0;
    line-height: 100%;
    margin-top: 3px; }
    .shoplists .header-ads .event-lists li:first-child {
      margin-top: 10px; }
    .shoplists .header-ads .event-lists li a {
      display: block;
      border-left: 3px solid #00d4c3;
      padding-left: 5px; }

.localshops-block {
  margin-bottom: 20px; }
  .localshops-block:last-child {
    margin-bottom: 0; }
  .localshops-block .suggest-shops-lists .items .info {
    width: 100px; }
  .localshops-block .local-events .items {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #00d4c3; }
    .localshops-block .local-events .items .items-title {
      margin: 0;
      padding: 5px;
      background-color: #00d4c3;
      color: #fff; }
  .localshops-block .local-events .image-holder img {
    width: 100px; }
  .localshops-block .local-events .event-lists a {
    font-size: 1rem;
    line-height: 110%; }

.local-featured-container .featured-items .block {
  float: left; }
  .local-featured-container .featured-items .block a {
    display: block; }
    .local-featured-container .featured-items .block a img {
      opacity: 1; }
      .local-featured-container .featured-items .block a img:hover {
        opacity: 0.9; }
.local-featured-container .featured-items .block-h-1 {
  height: 190px; }
.local-featured-container .featured-items .block-h-2 {
  height: 380px; }
.local-featured-container .featured-items .block-w-1 {
  width: 190px; }
.local-featured-container .featured-items .block-w-2 {
  width: 380px; }

.shoplists-sidebar dl.group-kind {
  border-color: #FF2172; }
  .shoplists-sidebar dl.group-kind dt {
    color: #FF2172; }
  .shoplists-sidebar dl.group-kind dd {
    background-color: #FF2172; }
.shoplists-sidebar dl.group-market {
  border-color: #02CEBD; }
  .shoplists-sidebar dl.group-market dt {
    color: #02CEBD; }
  .shoplists-sidebar dl.group-market dd {
    background-color: #02CEBD; }
.shoplists-sidebar dl.group-area {
  border-color: #FF7E05; }
  .shoplists-sidebar dl.group-area dt {
    color: #FF7E05; }
  .shoplists-sidebar dl.group-area dd {
    background-color: #FF7E05; }
.shoplists-sidebar .taxonomy-groups {
  clear: both;
  border-width: 2px;
  border-style: solid;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .shoplists-sidebar .taxonomy-groups dt, .shoplists-sidebar .taxonomy-groups dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 5px; }
    .shoplists-sidebar .taxonomy-groups dt a, .shoplists-sidebar .taxonomy-groups dd a {
      color: #fff;
      font-size: 1rem;
      display: block;
      line-height: 120%; }
  .shoplists-sidebar .taxonomy-groups dt {
    background-color: #FFF;
    margin: 0;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: left;
    line-height: 120%;
    height: 38px; }
    .shoplists-sidebar .taxonomy-groups dt span {
      float: right;
      line-height: 24px; }
      .shoplists-sidebar .taxonomy-groups dt span img {
        height: 24px; }
  .shoplists-sidebar .taxonomy-groups dd {
    border: 1px solid #fff;
    border-top: 0px;
    border-left: 1px solid #fff; }
    .shoplists-sidebar .taxonomy-groups dd.row-half {
      float: left;
      width: 50%;
      margin: 0;
      text-align: center; }
      .shoplists-sidebar .taxonomy-groups dd.row-half:nth-child(2n+1) {
        border-left: 0px solid #fff; }
      .shoplists-sidebar .taxonomy-groups dd.row-half:nth-child(2n) {
        border-left: 1px solid #fff; }
    .shoplists-sidebar .taxonomy-groups dd.clearfix {
      height: 0px;
      clear: both;
      margin: 0;
      padding: 0;
      border-width: 0; }

.shoplists-container .shopinfo-items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%; }
.shoplists-container .items-wrapper {
  margin: 4px 4px 15px 4px;
  border: 2px solid transparent;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  background-color: #f5f5f5; }
  .shoplists-container .items-wrapper:hover {
    background-color: #F3FCCF; }
    .shoplists-container .items-wrapper:hover h5 a {
      color: #009999; }
  .shoplists-container .items-wrapper h5 {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 180%;
    overflow: hidden; }
  .shoplists-container .items-wrapper .raty-wrapper {
    text-align: left; }
  .shoplists-container .items-wrapper .btn-holder {
    text-align: center; }
    .shoplists-container .items-wrapper .btn-holder a.btn {
      display: inline-block;
      padding: 0px; }
  .shoplists-container .items-wrapper .btn-group {
    padding-top: 8px; }
    .shoplists-container .items-wrapper .btn-group .btn img {
      width: 60px;
      height: auto; }
  .shoplists-container .items-wrapper .image-holder, .shoplists-container .items-wrapper .shop-info {
    float: left; }
  .shoplists-container .items-wrapper .image-holder {
    width: 120px; }
    .shoplists-container .items-wrapper .image-holder a img {
      border: 1px solid #fff;
      margin: 3px;
      width: 110px;
      height: 110px; }
    .shoplists-container .items-wrapper .image-holder .btn-holder a img {
      height: auto; }
  .shoplists-container .items-wrapper .shop-info {
    width: 244px;
    margin-left: 4px; }
    .shoplists-container .items-wrapper .shop-info .metas {
      font-size: 0.9rem;
      line-height: 150%;
      overflow: hidden; }

.market-info-wraper .featured {
  width: 305px; }
.market-info-wraper .info {
  width: 320px; }

.hostel-main, .hostel-ads-block {
  margin-top: 20px; }

.hostel-main .tabs-wrapper, .hostel-main .hot-shops {
  float: left; }
.hostel-main .tabs-wrapper {
  margin-right: 20px; }
.hostel-main .tabs-list {
  width: 655px;
  height: 304px; }
  .hostel-main .tabs-list a {
    display: block; }
  .hostel-main .tabs-list ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 215px;
    height: 304px;
    float: left; }
    .hostel-main .tabs-list ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 1px solid transparent;
      border-left: 4px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 4px 4px 4px 10px;
      background-color: #efefef;
      height: 25%; }
      .hostel-main .tabs-list ul li a {
        color: #bbb;
        text-decoration: none; }
        .hostel-main .tabs-list ul li a h6 {
          color: #999; }
      .hostel-main .tabs-list ul li.active, .hostel-main .tabs-list ul li:hover {
        border-left: 4px solid #7AA9F5;
        background-color: transparent;
        text-decoration: none; }
        .hostel-main .tabs-list ul li.active a, .hostel-main .tabs-list ul li:hover a {
          color: #999; }
        .hostel-main .tabs-list ul li.active h6, .hostel-main .tabs-list ul li:hover h6 {
          color: #01c0b1; }
    .hostel-main .tabs-list ul li:first-child {
      border-top: 1px solid #ccc; }
    .hostel-main .tabs-list ul .desc {
      font-size: 0.8rem;
      line-height: 140%;
      height: 40px;
      overflow: hidden; }
  .hostel-main .tabs-list .tabs-content {
    float: left;
    width: 440px; }
    .hostel-main .tabs-list .tabs-content a {
      display: block; }
    .hostel-main .tabs-list .tabs-content img {
      width: 440px;
      height: 304px; }
  .hostel-main .tabs-list h6 {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 150%; }
.hostel-main .hot-shops {
  width: 305px; }
.hostel-main .events-list {
  width: 655px;
  margin-top: 20px; }
  .hostel-main .events-list .event-item {
    float: left;
    width: 208px;
    margin-right: 15px; }
    .hostel-main .events-list .event-item h6 {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      line-height: 130%;
      height: 40px;
      overflow: hidden; }
    .hostel-main .events-list .event-item img {
      width: 100%; }
  .hostel-main .events-list .event-item:nth-child(4) {
    margin-right: 0px; }

.hostel-ads-block .hostel-ad, .hostel-ads-block .hostel-suggest, .hostel-ads-block .ad-suggest-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }
.hostel-ads-block .hostel-ad {
  width: 400px;
  margin-right: 20px; }
.hostel-ads-block .hostel-suggest {
  width: 560px; }
  .hostel-ads-block .hostel-suggest .ad-suggest-item {
    width: 275px; }
    .hostel-ads-block .hostel-suggest .ad-suggest-item h5 {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      line-height: 130%;
      height: 40px;
      overflow: hidden; }
    .hostel-ads-block .hostel-suggest .ad-suggest-item .metas {
      margin-top: 5px;
      margin-bottom: 5px; }
      .hostel-ads-block .hostel-suggest .ad-suggest-item .metas .items {
        border-left: 2px solid #01c0b1;
        padding-left: 5px;
        margin-bottom: 1px;
        color: #999;
        font-size: 0.8rem;
        line-height: 150%; }
    .hostel-ads-block .hostel-suggest .ad-suggest-item .btn-holder {
      text-align: center; }
    .hostel-ads-block .hostel-suggest .ad-suggest-item .image-shower img {
      width: 100%; }
  .hostel-ads-block .hostel-suggest .ad-suggest-item:nth-child(2) {
    margin-right: 10px; }

.market-main, .market-sidebar {
  float: left; }

.market-main {
  width: 655px;
  margin-right: 20px; }
  .market-main .events-list {
    width: 655px;
    margin-top: 10px; }
    .market-main .events-list .event-item {
      float: left;
      width: 208px;
      margin-right: 15px; }
      .market-main .events-list .event-item h6 {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 130%;
        height: 40px;
        overflow: hidden; }
      .market-main .events-list .event-item img {
        width: 100%; }
    .market-main .events-list .event-item:nth-child(4) {
      margin-right: 0px; }
  .market-main .market-container, .market-main .shop-suggest {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .market-main .market-container {
    width: 49%;
    margin-right: 2%; }
    .market-main .market-container .image-shower {
      width: 100%; }
      .market-main .market-container .image-shower img {
        width: 100%; }
    .market-main .market-container h5 {
      margin: 0;
      padding: 0;
      border-bottom: 2px solid #00d4c3;
      font-size: 1.2rem;
      line-height: 140%; }
    .market-main .market-container .desc {
      font-size: 1rem;
      line-height: 150%;
      margin-top: 4px; }
    .market-main .market-container .more {
      float: right;
      text-transform: uppercase;
      font-size: 0.8rem; }
      .market-main .market-container .more i {
        margin-left: 5px; }
  .market-main .market-shop {
    margin-top: 20px; }
  .market-main .shop-suggest {
    width: 49%; }
    .market-main .shop-suggest .shop-item {
      float: left;
      width: 48%;
      margin-right: 2%; }
      .market-main .shop-suggest .shop-item h5 {
        margin: 0;
        padding: 0;
        height: 40px;
        overflow: hidden;
        font-size: 0.95rem;
        line-height: 130%; }
      .market-main .shop-suggest .shop-item .metas {
        margin-top: 5px;
        margin-bottom: 5px; }
        .market-main .shop-suggest .shop-item .metas .items {
          border-left: 2px solid #01c0b1;
          padding-left: 5px;
          margin-bottom: 1px;
          color: #999;
          font-size: 0.8rem;
          line-height: 150%; }
      .market-main .shop-suggest .shop-item .btn-holder {
        text-align: center; }
      .market-main .shop-suggest .shop-item .btn-group {
        padding-top: 10px; }
        .market-main .shop-suggest .shop-item .btn-group .btn {
          padding: 0; }
          .market-main .shop-suggest .shop-item .btn-group .btn img {
            width: 40px;
            height: auto; }
      .market-main .shop-suggest .shop-item .image-shower img {
        width: 100%; }
      .market-main .shop-suggest .shop-item:nth-child(2) {
        float: right;
        margin-right: 0; }
  .market-main .views-list {
    margin-top: 20px; }
  .market-main .views-group .view-large, .market-main .views-group .view-small, .market-main .views-group .view-item {
    float: left;
    width: 49%; }
    .market-main .views-group .view-large img, .market-main .views-group .view-small img, .market-main .views-group .view-item img {
      width: 100%; }
  .market-main .views-group .view-large {
    margin-right: 2%; }
  .market-main .views-group .view-item {
    margin-right: 1%; }

.market-sidebar {
  width: 305px; }
  .market-sidebar h5 {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 150%;
    text-transform: uppercase;
    border-bottom: 2px solid #00d4c3; }
    .market-sidebar h5 span {
      color: #ff267d;
      padding-right: 5px; }
  .market-sidebar h5:first-child {
    margin: 0px 0 10px 0; }

.events-main .events-ads {
  background-image: url("/packages/maskdog/lifeline/assets/images/baner_left_line.jpg");
  background-repeat: repeat-y;
  padding-left: 34px; }
  .events-main .events-ads .image-shower {
    position: relative;
    padding: 0;
    margin: 0; }
    .events-main .events-ads .image-shower img {
      z-index: 5; }
    .events-main .events-ads .image-shower .image-title {
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 10;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      line-height: 200%;
      color: #fff; }
  .events-main .events-ads .ad-large, .events-main .events-ads .ad-small {
    float: left; }
    .events-main .events-ads .ad-large img, .events-main .events-ads .ad-small img {
      width: 100%; }
  .events-main .events-ads .ad-large {
    width: 630px;
    height: 437px;
    margin-right: 3px;
    overflow: hidden; }
    .events-main .events-ads .ad-large a {
      display: block;
      height: 437px;
      overflow: hidden; }
    .events-main .events-ads .ad-large .image-title {
      font-size: 1.2rem;
      line-height: 220%; }
  .events-main .events-ads .ad-small {
    width: 313px; }
    .events-main .events-ads .ad-small .ad-item {
      padding: 0;
      margin: 3px 0 0 0;
      height: 217px;
      overflow: hidden; }
      .events-main .events-ads .ad-small .ad-item a {
        display: block;
        margin: 0;
        padding: 0;
        height: 217px;
        overflow: hidden; }
      .events-main .events-ads .ad-small .ad-item:first-child {
        margin-top: 0px; }
.events-main .events-searchform-container {
  width: 980px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 40px 0 0 0;
  background-color: #fdfdfd;
  z-index: 20; }
  .events-main .events-searchform-container hr {
    border: 10px solid #fdfdfd;
    border-left: 0;
    border-right: 0;
    height: 1px;
    background-color: #00d4c3; }
  .events-main .events-searchform-container .event-pagination {
    position: relative;
    width: 980px; }
  .events-main .events-searchform-container .search-field input[type="text"] {
    width: 250px; }
  .events-main .events-searchform-container .search-field span {
    margin-left: 20px;
    color: #999; }
  .events-main .events-searchform-container .search-field a {
    margin-right: 5px; }
  .events-main .events-searchform-container .data-sort {
    padding: 20px 0 20px 0; }
    .events-main .events-searchform-container .data-sort span {
      color: #00d4c3;
      margin-right: 10px; }
.events-main .event-pagination {
  margin-bottom: 20px; }
.events-main .events-list {
  position: relative;
  z-index: 5; }
  .events-main .events-list .event-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .events-main .events-list .event-item .image-shower img {
      width: 100%; }
    .events-main .events-list .event-item:nth-child(3n) {
      margin-right: 0; }
    .events-main .events-list .event-item h5 {
      margin: 0 0 5px 0;
      padding: 0 10px 0 10px;
      font-size: 1.1rem;
      line-height: 130%;
      height: 46px;
      overflow: hidden; }
    .events-main .events-list .event-item .info {
      border-bottom: 10px solid transparent; }
      .events-main .events-list .event-item .info .metas {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        float: left;
        width: 53%; }
        .events-main .events-list .event-item .info .metas .items {
          line-height: 120%;
          font-size: 1rem;
          padding-left: 24px;
          margin-bottom: 5px; }
          .events-main .events-list .event-item .info .metas .items.location {
            background-image: url("/packages/maskdog/lifeline/assets/images/area_icon.png");
            background-repeat: no-repeat; }
          .events-main .events-list .event-item .info .metas .items.time {
            background-image: url("/packages/maskdog/lifeline/assets/images/time_icon.png");
            background-repeat: no-repeat; }
      .events-main .events-list .event-item .info .btn-holder {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 47%;
        text-align: center;
        padding-top: 20px; }
    .events-main .events-list .event-item:hover {
      border-bottom: 1px solid #00d4c3; }
      .events-main .events-list .event-item:hover .info {
        border-bottom: 10px solid #01c0b1; }

.home-content {
  margin-top: 20px; }
  .home-content .home-left, .home-content .home-main, .home-content .home-right {
    float: left; }
  .home-content .home-main {
    width: 540px;
    margin-right: 20px;
    margin-left: 20px; }
    .home-content .home-main .news-container {
      margin-bottom: 15px; }
    .home-content .home-main .ad-item img {
      width: 100%; }
    .home-content .home-main .suggest-events {
      margin-top: 20px; }
      .home-content .home-main .suggest-events .events-item {
        float: left;
        width: 49%;
        margin-left: 2%; }
        .home-content .home-main .suggest-events .events-item img {
          width: 100%; }
        .home-content .home-main .suggest-events .events-item:first-child {
          margin-left: 0px; }
        .home-content .home-main .suggest-events .events-item a {
          overflow: hidden;
          padding: 0;
          margin: 0;
          display: block; }
        .home-content .home-main .suggest-events .events-item .image-shower {
          position: relative;
          padding: 0;
          margin: 0; }
          .home-content .home-main .suggest-events .events-item .image-shower img {
            z-index: 5; }
          .home-content .home-main .suggest-events .events-item .image-shower .image-title {
            position: absolute;
            padding: 0;
            margin: 0;
            bottom: 4px;
            left: 0px;
            z-index: 10;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            width: 100%;
            line-height: 200%;
            color: #fff; }
        .home-content .home-main .suggest-events .events-item .info .metas {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px;
          float: left;
          width: 53%; }
          .home-content .home-main .suggest-events .events-item .info .metas .items {
            line-height: 120%;
            font-size: 0.9rem;
            padding-left: 24px;
            margin-bottom: 5px; }
            .home-content .home-main .suggest-events .events-item .info .metas .items.location {
              background-image: url("/packages/maskdog/lifeline/assets/images/area_icon.png");
              background-repeat: no-repeat; }
            .home-content .home-main .suggest-events .events-item .info .metas .items.time {
              background-image: url("/packages/maskdog/lifeline/assets/images/time_icon.png");
              background-repeat: no-repeat; }
        .home-content .home-main .suggest-events .events-item .info .btn-holder {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          float: right;
          width: 45%;
          text-align: center;
          padding-top: 20px; }
          .home-content .home-main .suggest-events .events-item .info .btn-holder a {
            display: block;
            line-height: 200%; }
  .home-content .home-right {
    width: 240px; }
    .home-content .home-right .suggest-shops {
      margin-top: 20px; }
  .home-content .home-left {
    width: 160px;
    text-align: center; }
    .home-content .home-left .home-suggest-hostels {
      margin-top: 20px; }
    .home-content .home-left .shops-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .home-content .home-left .shops-wrapper .items {
        margin-bottom: 15px; }
        .home-content .home-left .shops-wrapper .items a {
          color: #999; }
        .home-content .home-left .shops-wrapper .items .market {
          text-align: center;
          margin: 5px auto; }
          .home-content .home-left .shops-wrapper .items .market i {
            color: #FE2B89;
            margin-right: 5px; }
    .home-content .home-left .home-suggest-hostels .shops-wrapper {
      border: 2px solid #01c0b1;
      padding: 10px 5px 10px 5px; }
    .home-content .home-left .home-suggest-shops .shops-wrapper, .home-content .home-left .home-suggest-hostels .shops-wrapper {
      border: 2px solid #00d4c3;
      padding: 10px 5px 10px 5px; }
      .home-content .home-left .home-suggest-shops .shops-wrapper .items img.img-thumb, .home-content .home-left .home-suggest-hostels .shops-wrapper .items img.img-thumb {
        width: 110px; }
  .home-content .home-right .suggest-shops-lists li {
    margin: 0 auto;
    width: 98%;
    margin-bottom: 10px; }
  .home-content .home-right .suggest-shops-lists a {
    height: 80px; }
  .home-content .home-right .suggest-shops-lists .items .info {
    width: 150px; }
  .home-content .home-right .suggest-shops-lists .items h6 {
    font-size: 1rem;
    line-height: 200%; }
  .home-content .home-right .suggest-shops-lists .items .logo img {
    width: 80px;
    height: 80px; }

.tabs-controll {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 30px;
  line-height: 200%; }
  .tabs-controll li {
    float: left;
    width: 33%;
    border-top: 4px solid transparent;
    border-bottom: 1px solid #ccc; }
    .tabs-controll li a {
      color: #ccc;
      display: block; }
    .tabs-controll li.active, .tabs-controll li:hover {
      border-top: 4px solid #FE2B89;
      border-bottom: 1px solid transparent;
      background-color: #FFF; }
      .tabs-controll li.active a, .tabs-controll li:hover a {
        color: #00d4c3; }

.tabs-content {
  width: 540px; }
  .tabs-content .tab-item {
    height: 200px;
    display: none; }
    .tabs-content .tab-item.tab-item.active {
      display: block; }
    .tabs-content .tab-item .item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding: 5px; }
      .tabs-content .tab-item .item a {
        display: block; }
      .tabs-content .tab-item .item .event-hot {
        font-size: 0.8rem;
        color: #999;
        height: 39px;
        line-height: 250%; }
      .tabs-content .tab-item .item h6 {
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
        height: 30px;
        overflow: hidden;
        margin-bottom: 5px; }
      .tabs-content .tab-item .item img {
        width: 100%; }
      .tabs-content .tab-item .item .more {
        float: right;
        text-transform: uppercase;
        font-size: 0.8rem; }
        .tabs-content .tab-item .item .more a {
          color: #FE2B89; }
        .tabs-content .tab-item .item .more i {
          margin-left: 5px; }

.tour-top-ads-container {
  margin-bottom: 20px; }
  .tour-top-ads-container .banner-large, .tour-top-ads-container .tour-suggest {
    float: left; }
    .tour-top-ads-container .banner-large img, .tour-top-ads-container .tour-suggest img {
      width: 100%; }
  .tour-top-ads-container .banner-large {
    width: 610px;
    height: 350px;
    overflow: hidden;
    margin-right: 20px; }
  .tour-top-ads-container .tour-suggest {
    width: 350px; }
    .tour-top-ads-container .tour-suggest .tours-intro {
      float: left;
      overflow: hidden;
      width: 230px;
      height: 230px; }
    .tour-top-ads-container .tour-suggest .tours-shop {
      float: left;
      overflow: hidden;
      width: 110px;
      height: 110px;
      margin: 0 0 10px 10px; }
      .tour-top-ads-container .tour-suggest .tours-shop:nth-child(4), .tour-top-ads-container .tour-suggest .tours-shop:nth-child(5) {
        margin: 0 10px 0 0; }
      .tour-top-ads-container .tour-suggest .tours-shop:nth-child(6) {
        margin: 0; }

.tour-main, .tour-sidebar {
  float: left; }
  .tour-main h5, .tour-sidebar h5 {
    margin: 0;
    padding: 0; }

.tour-main {
  width: 610px; }
  .tour-main .tour-ads {
    margin-top: 20px;
    width: 610px; }
    .tour-main .tour-ads img {
      width: 100%; }
  .tour-main .tour-taxonomy h4 {
    background-color: #01bd79;
    color: #fff;
    font-size: 1.4rem;
    line-height: 200%;
    padding-left: 10px;
    margin: 0; }
  .tour-main .tour-taxonomy .tour-info {
    float: right; }
    .tour-main .tour-taxonomy .tour-info ul {
      margin: 0;
      padding: 10px;
      list-style: none;
      overflow: hidden; }
    .tour-main .tour-taxonomy .tour-info li {
      line-height: 150%; }
    .tour-main .tour-taxonomy .tour-info h5 {
      line-height: 150%;
      padding-left: 5px;
      width: 60px;
      margin: 20px auto 5px auto; }
      .tour-main .tour-taxonomy .tour-info h5 a {
        font-size: 1.2rem; }
    .tour-main .tour-taxonomy .tour-info a {
      display: block;
      font-size: 0.9rem; }
  .tour-main .tour-taxonomy .tour-subject h5 {
    color: #00d4c3;
    border-left: 4px solid #00d4c3; }
  .tour-main .tour-taxonomy .tour-subject .img-featured {
    float: left; }
  .tour-main .tour-taxonomy .tour-subject .tour-info {
    width: 155px;
    background-color: #222;
    height: 200px; }
  .tour-main .tour-taxonomy .tour-other-item {
    float: left;
    width: 304px;
    background-color: #E7E2D6;
    margin: 0;
    margin-right: 2px;
    margin-bottom: 2px; }
    .tour-main .tour-taxonomy .tour-other-item:nth-child(2n) {
      margin-right: 0px; }
    .tour-main .tour-taxonomy .tour-other-item a {
      color: #01c0b1; }
    .tour-main .tour-taxonomy .tour-other-item .tour-logo {
      float: left;
      margin: 15px 0 0 15px; }
      .tour-main .tour-taxonomy .tour-other-item .tour-logo img {
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        -o-border-radius: 130px;
        border-radius: 130px; }
    .tour-main .tour-taxonomy .tour-other-item .tour-info {
      float: right; }
    .tour-main .tour-taxonomy .tour-other-item .tour-food h5 {
      border-left: 4px solid #ff8a00; }
      .tour-main .tour-taxonomy .tour-other-item .tour-food h5 a {
        color: #ff8a00; }
    .tour-main .tour-taxonomy .tour-other-item .tour-life h5 {
      border-left: 4px solid #00ca30; }
      .tour-main .tour-taxonomy .tour-other-item .tour-life h5 a {
        color: #00ca30; }
    .tour-main .tour-taxonomy .tour-other-item .tour-market h5 {
      border-left: 4px solid #F81982; }
      .tour-main .tour-taxonomy .tour-other-item .tour-market h5 a {
        color: #F81982; }
    .tour-main .tour-taxonomy .tour-other-item .tour-culture h5 {
      border-left: 4px solid #d57f00; }
      .tour-main .tour-taxonomy .tour-other-item .tour-culture h5 a {
        color: #d57f00; }
  .tour-main .tour-suggest {
    margin-top: 20px; }
  .tour-main .tour-news {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left; }
    .tour-main .tour-news h5 {
      margin: 0 0 4px 0;
      padding: 0 10px;
      font-size: 1.3rem;
      line-height: 200%; }
      .tour-main .tour-news h5 span {
        color: #666;
        float: right;
        font-size: 0.8rem;
        text-transform: uppercase; }
        .tour-main .tour-news h5 span i {
          margin: 0 4px 0 4px; }
      .tour-main .tour-news h5.tour-title-suggest {
        color: #00ca30;
        border-left: 4px solid #00ca30; }
      .tour-main .tour-news h5.tour-title-play {
        color: #01c0b1;
        border-left: 4px solid #01c0b1; }
    .tour-main .tour-news ul.tour-suggest {
      margin: 0;
      padding: 0;
      list-style: none; }
      .tour-main .tour-news ul.tour-suggest a {
        display: block; }
      .tour-main .tour-news ul.tour-suggest .tour-items {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 120px;
        margin-bottom: 10px;
        border: 2px solid #00ca30; }
        .tour-main .tour-news ul.tour-suggest .tour-items:hover {
          border: 2px solid #00E837; }
          .tour-main .tour-news ul.tour-suggest .tour-items:hover .hit {
            background-color: #00E837; }
        .tour-main .tour-news ul.tour-suggest .tour-items .hit {
          float: left;
          width: 12%;
          background-color: #00ca30;
          text-align: center;
          height: 116px;
          line-height: 114px;
          font-size: 1.2rem;
          color: #fff; }
        .tour-main .tour-news ul.tour-suggest .tour-items .info {
          float: left;
          width: 86%;
          margin-left: 2%; }
          .tour-main .tour-news ul.tour-suggest .tour-items .info h6 {
            margin: 0;
            padding: 0;
            font-size: 1.1rem;
            line-height: 150%; }
          .tour-main .tour-news ul.tour-suggest .tour-items .info img {
            width: 80px;
            margin-right: 1px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px; }
    .tour-main .tour-news ul.tour-play-news {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      list-style: none; }
      .tour-main .tour-news ul.tour-play-news a {
        display: block; }
      .tour-main .tour-news ul.tour-play-news li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 5px; }
      .tour-main .tour-news ul.tour-play-news hr {
        border: 0;
        border-bottom: 1px dotted #999; }
      .tour-main .tour-news ul.tour-play-news .items h6 {
        padding: 0 0 0 10px;
        margin: 0;
        font-size: 1rem;
        line-height: 130%;
        height: 40px;
        overflow: hidden; }
      .tour-main .tour-news ul.tour-play-news .items .image-shower, .tour-main .tour-news ul.tour-play-news .items .info {
        float: left; }
      .tour-main .tour-news ul.tour-play-news .items .image-shower {
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 0;
        overflow: hidden; }
        .tour-main .tour-news ul.tour-play-news .items .image-shower img {
          width: 60px; }
      .tour-main .tour-news ul.tour-play-news .items .info {
        position: relative;
        width: 226px;
        height: 60px; }
        .tour-main .tour-news ul.tour-play-news .items .info .date {
          position: absolute;
          bottom: 0;
          right: 0;
          color: #999;
          font-size: 0.9rem; }
  .tour-main .views-container {
    margin-top: 20px; }
    .tour-main .views-container h5 {
      padding-right: 10px; }
    .tour-main .views-container .suggest-views-lists .items {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 200px;
      margin-right: 5px; }
      .tour-main .views-container .suggest-views-lists .items .image-shower img {
        width: 100%; }
      .tour-main .views-container .suggest-views-lists .items:nth-child(3) {
        margin-right: 0; }

.tour-sidebar {
  width: 348px;
  margin-right: 22px; }
  .tour-sidebar .tour-suggest {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    background-color: #F5F5F5; }
    .tour-sidebar .tour-suggest h5 {
      margin: 0 0 10px 0;
      padding: 0;
      border-bottom: 1px solid #ccc;
      font-size: 1.3rem;
      line-height: 200%; }
      .tour-sidebar .tour-suggest h5 span {
        color: #666;
        float: right;
        font-size: 0.8rem;
        text-transform: uppercase; }
        .tour-sidebar .tour-suggest h5 span i {
          margin: 0 4px 0 4px; }
    .tour-sidebar .tour-suggest .tour-lists {
      margin: 0;
      padding: 0;
      list-style: none; }
    .tour-sidebar .tour-suggest .tour-items {
      margin-bottom: 15px;
      padding-bottom: 10px;
      background-color: #F5F2E9;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .tour-sidebar .tour-suggest .tour-items:hover h6.tour-title {
        color: #00d4c3; }
      .tour-sidebar .tour-suggest .tour-items h6.tour-title {
        margin: 0;
        padding: 7px;
        font-size: 1.1rem;
        line-height: 140%;
        color: #01c0b1; }
      .tour-sidebar .tour-suggest .tour-items .tour-photos {
        text-align: center; }
        .tour-sidebar .tour-suggest .tour-items .tour-photos img {
          padding: 0;
          width: 31%;
          margin: 0; }
      .tour-sidebar .tour-suggest .tour-items .tour-detail {
        color: #666;
        font-size: 0.9rem;
        line-height: 140%;
        padding: 0 7px 7px 7px; }
        .tour-sidebar .tour-suggest .tour-items .tour-detail .tour-route::after {
          content: "►";
          font-size: 0.8rem;
          padding-left: 3px; }
        .tour-sidebar .tour-suggest .tour-items .tour-detail .tour-route:last-child::after {
          content: ""; }
  .tour-sidebar .tour-oneday {
    border: 2px solid #ff8a00;
    margin-bottom: 20px; }
    .tour-sidebar .tour-oneday h5 {
      color: #ff8a00; }
  .tour-sidebar .tour-twoday {
    border: 2px solid #F81982; }
    .tour-sidebar .tour-twoday h5 {
      color: #F81982; }

.tourlists-top-ads {
  width: 980px;
  margin-bottom: 20px; }

.taxonomy-groups.group-tour-search {
  border: 2px solid #00d4c3; }
  .taxonomy-groups.group-tour-search dt {
    background-color: #00d4c3;
    color: #fff; }

.tour-taxonomy-search-form form {
  padding: 0; }
  .tour-taxonomy-search-form form .form-row {
    margin: 0px 0 10px 0;
    text-align: center; }
    .tour-taxonomy-search-form form .form-row input, .tour-taxonomy-search-form form .form-row select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 90%; }
    .tour-taxonomy-search-form form .form-row label {
      display: block;
      width: 90%;
      text-align: left;
      font-size: 0.8rem;
      line-height: 200%;
      margin: 0 auto; }
  .tour-taxonomy-search-form form select {
    font-size: 1rem; }
  .tour-taxonomy-search-form form .btn-holder {
    text-align: center; }
  .tour-taxonomy-search-form form .btn-primary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 90%; }

.index-container.tourlists {
  width: 775px;
  float: left;
  margin-left: 20px; }
  .index-container.tourlists .tourlists-container .tour-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #01c0b1;
    margin: 5px 0 15px 0; }
    .index-container.tourlists .tourlists-container .tour-item:first-child {
      margin: 0 0 15px 0; }
    .index-container.tourlists .tourlists-container .tour-item h5 {
      margin: 0;
      font-size: 1.2rem;
      background-color: #01c0b1;
      padding: 5px 10px 5px 10px; }
      .index-container.tourlists .tourlists-container .tour-item h5 a {
        color: #fff; }
      .index-container.tourlists .tourlists-container .tour-item h5 span.more {
        float: right;
        text-transform: uppercase; }
        .index-container.tourlists .tourlists-container .tour-item h5 span.more a {
          color: #fff;
          font-size: 0.8rem; }
          .index-container.tourlists .tourlists-container .tour-item h5 span.more a i {
            margin-left: 3px; }
    .index-container.tourlists .tourlists-container .tour-item .item-content .tour-route ul {
      margin: 0;
      padding: 10px;
      list-style: none; }
      .index-container.tourlists .tourlists-container .tour-item .item-content .tour-route ul li {
        display: inline-block;
        line-height: 150%; }
        .index-container.tourlists .tourlists-container .tour-item .item-content .tour-route ul li:last-child {
          font-size: 1.2rem; }
        .index-container.tourlists .tourlists-container .tour-item .item-content .tour-route ul li::after {
          content: "►";
          margin: 0 5px 0 5px; }
        .index-container.tourlists .tourlists-container .tour-item .item-content .tour-route ul li:last-child::after {
          content: ""; }
    .index-container.tourlists .tourlists-container .tour-item .item-content .tour-views {
      padding-bottom: 10px; }
      .index-container.tourlists .tourlists-container .tour-item .item-content .tour-views img {
        width: 110px;
        margin-left: 12px; }
        .index-container.tourlists .tourlists-container .tour-item .item-content .tour-views img:first-child {
          margin-left: 14px; }

.tour-info-container .info {
  margin: 0 0 20px 0;
  width: 100%; }
  .tour-info-container .info h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.1rem; }
.tour-info-container .detail {
  line-height: 150%;
  font-size: 0.9rem;
  max-height: 280px;
  overflow: auto; }

.shop-content .tour-container .tour-holder .tour-items .items img {
  width: 100px;
  height: 100px; }

.sidebar-tours .image-holder {
  text-align: center; }
  .sidebar-tours .image-holder img {
    width: 90px;
    margin: 0;
    padding: 0; }
.sidebar-tours .items {
  margin-bottom: 15px;
  background-color: #fefefe; }
  .sidebar-tours .items h5 {
    font-size: 1.1rem;
    padding: 10px; }
  .sidebar-tours .items .routes {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666;
    font-size: 0.9rem;
    line-height: 140%;
    padding: 0 7px 7px 7px; }
    .sidebar-tours .items .routes .tour-route {
      font-size: 0.8rem;
      display: inline; }
      .sidebar-tours .items .routes .tour-route::after {
        content: "►";
        font-size: 0.8rem;
        padding-left: 3px; }
      .sidebar-tours .items .routes .tour-route:last-child::after {
        content: ""; }

.event-info-container .event-detail {
  padding: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 150%; }
  .event-info-container .event-detail h5 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #00d4c3;
    line-height: 150%; }
  .event-info-container .event-detail .btn-holder {
    text-align: right;
    padding: 10px 0 10px 0; }
.event-info-container .image-holder img {
  width: 655px;
  margin: 0;
  padding: 0;
  display: inline; }

.search-not-found {
  text-align: center;
  font-size: 1.3rem; }

.shop-3dview {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #eee;
  border-radius: 6px; }

.gmap-dialog {
  position: relative;
  width: 300px;
  height: 140px;
  overflow: hidden; }
  .gmap-dialog .qrcode_holder img {
    width: 100px;
    height: 100px; }
  .gmap-dialog .line-info {
    float: left;
    text-align: center;
    width: 120px; }
  .gmap-dialog .desc {
    float: right;
    width: 170px; }
    .gmap-dialog .desc h4 {
      font-weight: 500;
      line-height: 150%;
      margin: 0px 0px 10px 0px; }
  .gmap-dialog .btn-holder {
    position: absolute;
    bottom: 0px; }

.advertise-container {
  float: left;
  width: 675px; }

.advertise-tab {
  padding: 20px;
  text-align: center;
  margin-bottom: 40px; }
  .advertise-tab .tab {
    text-align: left;
    display: none; }
    .advertise-tab .tab .content {
      padding-top: 20px; }
    .advertise-tab .tab img {
      width: 100%;
      margin: 0px auto 20px auto; }
  .advertise-tab #ctrl-1 ~ #ctp-1, .advertise-tab #ctrl-2 ~ #ctp-2, .advertise-tab #ctrl-3 ~ #ctp-3, .advertise-tab #ctrl-4 ~ #ctp-4, .advertise-tab #ctrl-5 ~ #ctp-5,
  .advertise-tab #ctrl-adform ~ #ctp-adform, .advertise-tab #ctrl-freeform ~ #ctp-freeform {
    border: 1px solid #00d4c3; }
  .advertise-tab #ctrl-1:checked ~ #ctp-1, .advertise-tab #ctrl-2:checked ~ #ctp-2, .advertise-tab #ctrl-3:checked ~ #ctp-3, .advertise-tab #ctrl-4:checked ~ #ctp-4,
  .advertise-tab #ctrl-5:checked ~ #ctp-5, .advertise-tab #ctrl-adform:checked ~ #ctp-adform, .advertise-tab #ctrl-freeform:checked ~ #ctp-freeform {
    border: 1px solid #C2FFFA;
    background-color: #00d4c3;
    color: #fff; }
  .advertise-tab #ctrl-1:checked ~ .tab-1, .advertise-tab #ctrl-2:checked ~ .tab-2, .advertise-tab #ctrl-3:checked ~ .tab-3, .advertise-tab #ctrl-4:checked ~ .tab-4,
  .advertise-tab #ctrl-5:checked ~ .tab-5, .advertise-tab #ctrl-adform:checked ~ .tab-adform, .advertise-tab #ctrl-freeform:checked ~ .tab-freeform {
    display: block; }
  .advertise-tab #ctrl-1, .advertise-tab #ctrl-2, .advertise-tab #ctrl-3, .advertise-tab #ctrl-4, .advertise-tab #ctrl-5, .advertise-tab #ctrl-adform, .advertise-tab #ctrl-freeform {
    display: none; }
  .advertise-tab label {
    cursor: pointer;
    border-radius: 3px;
    padding: 10px;
    display: inline-block; }

.random-objects-container {
  text-align: center; }
  .random-objects-container a {
    display: inline-block; }
  .random-objects-container img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%; }
  .random-objects-container h4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #00d4c3;
    color: #fff;
    font-weight: normal; }
  .random-objects-container .hero, .random-objects-container .item {
    opacity: 1; }
  .random-objects-container .hero:hover, .random-objects-container .item:hover {
    opacity: 0.9; }
  .random-objects-container .hero {
    float: left;
    width: 48%;
    margin: 1%; }
  .random-objects-container .items .item {
    float: left;
    width: 23%;
    margin: 1%; }

.form-fields {
  margin-top: 20px;
  border: 1px solid #00d4c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .form-fields span {
    color: red;
    font-size: 1rem;
    font-weight: bold; }
  .form-fields .note {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #01c0b1;
    text-align: center;
    border: 2px dotted red;
    padding: 10px;
    margin-bottom: 10px; }
  .form-fields .row {
    margin-bottom: 10px;
    width: 100%; }
    .form-fields .row label, .form-fields .row div {
      float: left; }
    .form-fields .row label {
      display: inline-block;
      line-height: 180%;
      width: 25%;
      text-align: right;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .form-fields .row div {
      width: 75%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px; }
      .form-fields .row div input[type=text], .form-fields .row div input[type=email], .form-fields .row div input[type=url], .form-fields .row div textarea {
        width: 100%; }
      .form-fields .row div textarea {
        height: 80px; }
    .form-fields .row div.clearfix {
      float: none;
      width: 100%;
      padding: 0; }
  .form-fields .message {
    font-size: 1.2rem;
    padding: 20px; }

.featured-sliders {
  display: none; }
  .featured-sliders:first-child {
    display: block; }
