<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.separator {
  color: #cccccc;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-10 {
  margin: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clr1 {
  color: #010326;
}

.clor2 {
  color: #5c9df2;
}

.clor3 {
  color: #aeccf2;
}

.clor4 {
  color: #0367a6;
}

.clor5 {
  color: #025e73;
}

html, body {
  /* background-image:url(../scss/images/bg_html1.jpg); */
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "Nanum Gothic", "gulim", "굴림", Arial, "Open Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

li {
  /*line-height: 24px;*/
}

body {
  position: relative;
  overflow-x: hidden;
}

img {
  border: 0;
}

.parklife {
  font-family: "park_liferegular";
}

h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  /*padding-bottom: 20px;*/
}

h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  /* color: #333333;*/
  margin: 5px 0;
  color: #163f5a;
}

.top2 {
  height: 100px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 {
    height: 85px;
  }
}
.top2 .rw {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw {
    flex-direction: column;
    height: 85px;
  }
}
.top2 .rw a, .top2 .rw a:visited, .top2 .rw a:hover {
  color: #fff;
  text-decoration: none;
}
.top2 .rw .top2-rightdiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /*#searchform {
      display: inline;
  }*/
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv {
    flex-direction: row;
    align-items: center;
  }
}
.top2 .rw .top2-rightdiv .logininfo {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv .logininfo {
    /*padding: 8px 0 0 15px;*/
    /*min-width: 80px;*/
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
}
.top2 .rw .top2-rightdiv .searchtext {
  width: 180px;
  height: 37px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  background: url(/Content/img/search_mag.png) no-repeat center right;
}
.top2 .rw .top2-rightdiv .searchtext::-ms-clear {
  display: none;
}
.top2 .rw .top2-rightdiv .searchbox {
  /*display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;*/
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv .searchbox {
    position: absolute;
    right: 10px;
    top: 10px;
    float: none;
    bottom: initial;
  }
  .top2 .rw .top2-rightdiv .searchbox .searchtext {
    font-size: 11px;
    height: 20px;
    width: 140px;
    background: url(/Content/img/search_mag_m.png) no-repeat center right;
    padding-left: 3px;
    padding-right: 40px;
  }
}

a, a:visited, a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #5c9df2;
}

.cmscontent a, .cmscontent a:visited, .cmscontent a:hover {
  color: #000;
  text-decoration: underline;
}

.cmscontent a:hover {
  color: #5c9df2;
}

.button {
  background-color: #5c9df2;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  cursor: pointer;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  /*width: 100%;*/
}

.link-button {
  background-color: #5c9df2;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  height: 35px;
  padding: 10px 20px;
}
.link-button:visited, .link-button:hover, .link-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.bbbutton {
  width: 95px;
}

.deletebutton {
  background-color: #cc6d62;
}

.cancelbutton {
  background-color: #bbb;
}

.rw {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 0 auto;
  padding: 0;
}

/* rw top1*/
.rw.top1 {
  height: 55px;
}

.top1 .mobilemenubutton {
  display: none;
}

.profilthumbephoto {
  height: 24px;
  vertical-align: middle;
  padding-right: 5px;
}

.social {
  margin-top: 10px;
  float: right;
}

.social a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 7px 0 0;
}

.social a.facebook {
  background-image: url(../scss/img/social_icon_30_facebook.png);
}

.social a.twitter {
  background-image: url(../scss/img/social_icon_30_twitter.png);
}

.social a.instagram {
  background-image: url(../scss/img/social_icon_30_instagram.png);
}

.social a.pinterest {
  background-image: url(../scss/img/social_icon_30_pinterest.png);
}

.social a.googleplus {
  background-image: url(../scss/img/social_icon_30_googleplus.png);
}

.social_m {
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  display: none;
}

.social_m a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 12px 0 0;
}

.social_m a.facebook {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_facebook.png);
  background-size: 20px 20px;
}

.social_m a.twitter {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_twitter.png);
  background-size: 20px 20px;
}

.social_m a.instagram {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_instagram.png);
  background-size: 20px 20px;
}

.social_m a.pinterest {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_pinterest.png);
  background-size: 20px 20px;
}

.social_m a.googleplus {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_googleplus.png);
  background-size: 20px 20px;
}

.cfix {
  clear: both;
  line-height: 1px;
}

.header {
  background-color: #163f5a;
  background-image: url(/Content/img/heading_bg.jpg);
  /*background-repeat:no-repeat;*/
  background-position-x: center;
}

.logodiv {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.searchblock {
  float: right;
}

.bbsearchtext {
  width: 180px;
  height: 37px;
  border: 1px solid #aaa;
  background-color: #000;
  color: #000;
  padding-left: 10px;
  padding-right: 40px;
  background: url(/Content/img/search_mag.png) no-repeat center right;
}

.bbsearchtext::-ms-clear {
  display: none;
}

/*.cntr .top4 */
.top4 {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #878787;
}

.top4 .rw {
  height: 35px;
}

ul.mainmenu {
  color: #fff;
  font-weight: bold;
  /*display: inline-block;*/
  width: 100%;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.mainmenu {
    padding-top: 0px;
    padding-left: 15px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu {
    background-color: #336699;
    /*display: block;*/
    /*width: 100%;*/
    display: flex;
  }
}
ul.mainmenu li {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu li {
    /*
    width: 14.2%;
    float: left;
    border-right: 1px solid #163f5a;
    */
  }
  ul.mainmenu li:last-child {
    border-right: none;
  }
}
ul.mainmenu a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  /*background: #336699;*/
  background-color: rgba(51, 102, 153, 0.8);
  height: 35px;
  line-height: 35px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.mainmenu a {
    min-width: 70px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu a {
    min-width: initial;
    margin-right: 0px;
    font-size: 11px;
  }
}
ul.mainmenu a:hover, ul.mainmenu a.activemenu {
  color: #163f5a;
}
ul.mainmenu li.activemenu a {
  color: #5c9df2;
}

/* .ctnr .top3 */
.top3 {
  height: 31px;
  border-bottom: 1px solid #ccc;
  /*background: url(../scss/img/bg_breadcrumb_31.png) repeat-x;*/
  line-height: 31px;
  font-size: 12px;
  color: #878787;
  /* text-align: center; */
}

.breadc {
  padding-left: 15px;
}
.breadc ul li {
  display: inline;
}
.breadc ul li .arrow {
  display: inline-block;
  background: url(/Content/img/breadcrumb_arrow.png) no-repeat;
  width: 15px;
  height: 12px;
  vertical-align: middle;
}

/* .cntr .topadminmenu */
/* .ctnr .tail1*/
.tail1 {
  font-size: 12px;
  line-height: 51px;
  color: #fff;
  height: 51px;
  background-color: #163f5a;
  background-image: url(/Content/img/heading_bg.jpg);
  background-position-x: center;
}

.tail1 a {
  color: #fff;
  text-decoration: underline;
}

.tail1 .copyright {
  float: left;
  padding-left: 15px;
}

.tailspace {
  display: inline-block;
  width: 75px;
}

.worldparkscongress {
  float: right;
}

.tail3 {
  background-color: #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 25px;
  background-color: #000;
  display: none;
}

.tail3 a {
  color: #fff;
  text-decoration: underline;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

.pagebox {
  clear: both;
  margin: 3px 10px;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -51px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 51px;
}

.box {
  border: 1px solid #c0c0c0;
  margin: 20px 0 8px 0;
}

.box.noborder {
  border: none;
}

.col {
  float: left;
}

.col9 {
  width: 70%;
}

.col3 {
  width: 30%;
}

.section {
  margin: 20px 20px;
}

/* kij
  .section a {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
  }
  */
/*
  .section h2 {
    float: left;
  }
    */
.section .right {
  float: right;
}

.section .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rightimage {
  float: right;
}

.sharebox {
  height: 45px;
  margin: 0 0 0 0;
}

.addthis {
  padding-top: 5px;
  /*float: right;*/
}

.errmsg {
  color: Red;
  /*font-weight: bold;*/
  /*margin-top: 12px;*/
  clear: both;
  float: left;
  text-shadow: 1px 1px #ccc;
  font-size: 12px;
}

.errmsg2 {
  color: Red;
  font-size: 12px;
  text-shadow: 1px 1px #ccc;
}

.errmsg3 {
  color: Red;
  font-size: 12px;
  text-shadow: 1px 1px #ccc;
}

.styledRadio, .styledCheckbox {
  display: inline-block;
}

.checklabel, .radiolabel {
  line-height: 25px;
  vertical-align: top;
  padding-left: 0px;
}

.lh40 {
  line-height: 40px;
}

.lh20 {
  line-height: 20px;
}

/*
.thumb .img {
  width: 213px;
  height: 213px;
}
  */
.cfix.d {
  display: none;
}

/* .top5  */
.mobilemenu {
  display: none;
}

/* sharebox */
.sharebox .addThis {
  width: 260px;
}

.sharebox .addthis_toolbox {
  width: 250px;
}

.mobileleftarrow, .mobilerightarrow {
  width: 30px;
  height: 40px;
}

/* info button */
span.info {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  display: inline-block;
  background: url(/Content/img/info.png) no-repeat center center;
}

/* reply start */
.replyarticlediv .articlediv {
  width: calc(100% - 100px);
  padding-right: 20px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .articlediv {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .rightdiv {
    padding-bottom: 10px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .rightdiv .votediv {
    display: inline;
  }
}

.rightdiv {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
}

.reply {
  display: block;
  clear: both;
  position: relative;
  min-height: 60px;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #eee;
}

.rere {
  display: block;
  clear: both;
  position: relative;
  min-height: 60px;
  padding: 0px 0px 0px 30px;
  border-bottom: 1px solid #eee;
}

.rere {
  padding-top: 10px;
}

.wnameline {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* reply end */
/* bbs write start */
.replywritediv, .rerewritediv {
  margin-top: 10px;
  /*padding: 10px 0 10px 0;*/
  /*background-color: #eee;*/
}
.replywritediv textarea, .rerewritediv textarea {
  height: 60px;
}

.rerewritediv {
  margin-top: 0;
}

.replywritediv .username, .rerewritediv .username {
  text-align: center;
  display: block;
  float: left;
  width: 150px;
  height: 75px;
  font-weight: bold;
  line-height: 75px;
  padding: 0 10px 0 10px;
}

.rerewritediv .username {
  width: 110px;
}

.replywritediv .username span, .rerewritediv .username span {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}

ul.rerediv li:first-child {
  border-top: 1px solid #eee;
}

ul.rerediv li:last-child {
  border-bottom: initial;
}

/* bbs write end */
/* rere start */
/* rere end */
.img-responsive {
  display: inline-block;
}

.filebutton {
  width: 110px;
  font-size: 14px;
  background: #ccc;
  color: #000;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border: 1px solid #000;
}

.fbtn {
  display: inline-block;
}

.homerightblock {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

/* exchange rate box start */
.erate {
  width: 100%;
  text-align: center;
}

.erate tbody:hover {
  background-color: #acddf2;
}

.erate td:nth-child(1), .erate td:nth-child(2) {
  text-align: right;
}

.erate td:nth-child(2) {
  font-size: 1.1em;
}

.erate td {
  height: 26px;
}

.erateinfo {
  font-size: 11px;
  color: #999;
  float: right;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* exchange rate box end */
a.more, a.m {
  font-weight: bold;
  font-size: 12px;
  color: #5c9df2;
}

.shopinhome {
  float: left;
  display: block;
  width: 150px;
  margin-right: 6px;
}

.maponmap {
  width: 100%;
  height: 500px;
}

.leftad {
  margin-top: 20px;
}

.bottomad {
  margin-top: 20px;
}

/*
ul.newslist li, ul.bloglist li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  */
ul.newslist li, ul.bloglist li, ul.articlelist li, ul.shoplist li {
  position: relative;
}
ul.newslist li a, ul.bloglist li a, ul.articlelist li a, ul.shoplist li a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 3px 0 3px 0;
}

/*ul.newslist li a, ul.bloglist li a, ul.articlelist li a, ul.shoplist li a {
}*/
ul.shoplist li a {
  padding-right: 0;
}

ul.newslist li a, ul.bloglist li a, ul.articlelist li a {
  width: 100%;
}
ul.newslist li a.has-date, ul.bloglist li a.has-date, ul.articlelist li a.has-date {
  width: calc(100% - 40px);
}
ul.newslist li .date, ul.bloglist li .date, ul.articlelist li .date {
  color: #999;
  font-size: smaller;
  text-align: right;
  position: absolute;
  width: 40px;
  right: 0;
  bottom: 0;
  padding: 3px 0;
}

.mapbox {
  border: 1px solid #c0c0c0;
  margin: 10px 0 8px 0;
}

.mapbox ul.city li {
  float: left;
  margin-right: 5px;
  color: #163f5a;
}

.mapbox ul.city li.selected {
  float: left;
  margin-right: 5px;
  color: #163f5a;
  font-weight: bold;
}

/* home page photo block */
ul.homephoto li {
  float: left;
  padding-right: 2px;
  padding-bottom: 2px;
}

ul.homephoto a {
  display: block;
  max-width: 70px;
  max-height: 70px;
}

ul.homephoto a img {
  width: 100%;
}

/* home page photo block end*/
/* side block start */
.sideblock {
  font-size: 12px;
  margin-top: 20px;
}
.sideblock h5 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.sideblock .articlelist li a {
  width: 100%;
}
.sideblock .articlelist li a.has-date {
  width: calc(100% - 35px);
}
.sideblock .articlelist li .date {
  width: 35px;
}

/* side block end*/
/* main menu start */
.desc {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 20px;
  /*display:none;*/
}

.articlebox {
  min-height: 280px;
}

/* main menu end*/
/* search start */
.noresult {
  color: #ccc;
  font-size: 12px;
}

.searchresultblock {
  margin-top: 20px;
}

.searchword {
  font-size: 24px;
}

/* search end*/
.youtubeframe {
  min-height: 510px;
}

.shopblock .right {
  position: absolute;
  margin-bottom: 5px;
  right: 0;
  bottom: 0;
  /*width:200px;*/
}

.homeblock.shopblock .more {
  position: initial;
}

/* news */
.newspage .listul, .blogpage .listul {
  max-width: 660px;
  width: 100%;
}

.newspage .listul .title, .blogpage .listul .title {
  font-size: 16px;
  padding: 8px 0 5px 0;
}

.newspage .listul .desc, .blogpage .listul .desc {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.newspage .listul .copy, .blogpage .listul .copy {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
  color: #aaa;
}

.newspage .loadmore, .blogpage .loadmore {
  text-align: center;
  line-height: 40px;
}

/* bb list table*/
.bblist {
  border-collapse: collapse;
  border-spacing: 1;
  width: 100%;
}

.bblist td, .bblist th {
  padding: 8px 5px;
}

.bbcontextmenu {
  padding: 5px 0;
}

/* maplistmenu begin */
ul.maplistmenu {
  display: inline-block;
  /*&amp;:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }*/
}
ul.maplistmenu li {
  white-space: nowrap;
  overflow: hidden;
}
ul.maplistmenu li {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #000;
  border-right: none;
}
ul.maplistmenu li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.maplistmenu li:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.maplistmenu img {
  display: inline;
  height: 16px;
  margin: 0px 3px 3px 3px;
}
ul.maplistmenu li.selected {
  background-color: rgba(174, 204, 242, 0.2);
}

/* maplistmenu end */
.subsearchdiv {
  padding: 5px 0;
  display: inline-block;
  float: right;
}

.subsearchdiv .bbsearchtext {
  width: 200px;
  height: 31px;
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
}

/* popup begin */
.popupusermenu, .popupsendmessage, .popupuserinfo, .downpopup {
  border-radius: 3px;
  box-shadow: #163f5a 2px 2px 10px;
}

.closebtn {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 10px;
  display: block;
}

.popupusermenu {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
}

.popupsendmessage {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
  z-index: 30;
}

.popupsendmessage input {
  margin-top: 2px;
  margin-bottom: 2px;
}

.popupuserinfo {
  display: none;
  position: absolute;
  width: 300px;
  height: 350px;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
  z-index: 20;
}

.popupuserinfo .username, .popupuserinfo .regdate, .popupuserinfo .score {
  /*font-weight:bold;*/
}

.popupuserinfo .lbl {
  color: #999;
}

.popupuserinfo .bioline {
  padding-top: 5px;
  padding-bottom: 5px;
}

.popupuserinfo .bio {
  height: 220px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
  font-size: 11px;
}

/* popup end */
/* view list begin */
.halfbox {
  width: 50%;
}

.form-label {
  padding-top: 5px;
  padding-bottom: 3px;
}

.loadrecipientbutton {
  width: 200px;
  margin-bottom: 5px;
}

/* prev next */
ul.prevnextarticle {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

ul.prevnextarticle li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eee;
}

ul.prevnextarticle li a {
  display: block;
  line-height: 40px;
}

ul.prevnextarticle li:first-child {
  border-top: 1px solid #eee;
}

.downpopup {
  position: absolute;
  display: none;
  background: #eee;
  border: 1px solid black;
  padding: 5px;
  z-index: 100;
}

ul.bannerlist li {
  padding-bottom: 5px;
}

/* view list end */
.bspace {
  height: 40px;
}

.mainrw {
  position: relative;
}

.sidebaradcontainer {
  display: none;
  right: -130px;
  /*top:100px;*/
  top: 5px;
  position: absolute;
  /*background-color:blue;*/
  width: 125px;
  /*height:450px;*/
}

@media screen and (min-width: 1240px) {
  .sidebaradcontainer {
    display: block;
  }
}
.sidebarad {
  width: 125px;
  height: 125px;
  /*background-color:red;*/
  margin-bottom: 5px;
}

.infoicon {
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}

.desc {
  /*display: none;*/
}

.bbtitle h1 {
  display: inline-block;
}

.rsicon {
  height: 22px;
}

.announce {
  margin-top: 20px;
  margin-bottom: 100px;
  color: #f28080;
}

.maindirectory {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    /*-webkit-text-size-adjust: none;
    -webkit-appearance: none;*/
  }
  input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
  }
  .searchtext {
    padding-right: 30px;
  }
  .cfix.d {
    display: block;
  }
  .logodiv .logo img {
    height: 70px;
  }
  .cfix.d {
    display: block;
  }
  .logodiv {
    padding-left: 15px;
    padding-right: 0px;
  }
  /*.menulinediv {
    padding-top: 10px;
    display:inline-block;
    padding-top: 0;
  }*/
  .tail2 .copyright {
    padding-left: 15px;
  }
  .tailspace {
    width: 15px;
  }
  .worldparkscongress {
    margin-right: 15px;
  }
  /* info button */
  span.info {
    margin-left: 0;
  }
  .leftad {
    display: none;
  }
  .bottomad {
    display: none;
  }
  .bb .ct.writer {
    width: auto;
  }
  .replywritediv .articlectrl, .rerewritediv .articlectrl {
    width: 330px;
    height: 75px;
  }
  .youtubeframe {
    min-height: 410px;
  }
  /* exchange rate box start */
  .erate {
    width: 100%;
    margin: 0;
  }
  .erateinfo {
    padding-right: 0;
  }
  /* exchange rate box end */
  .sidebaradcontainer {
    display: none;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  body {
    /*-webkit-text-size-adjust: none;*/
  }
  input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
  }
  .pagebox {
    margin: 5px 0;
  }
  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -51px;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 51px;
  }
  .top1 {
    height: 32px;
  }
  .top1 .mobilemenubutton {
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
  }
  .top1 .social {
    display: none;
  }
  .profilthumbephoto {
    height: 22px;
    padding-right: 2px;
  }
  .cfix.d {
    display: none;
  }
  .articlebox {
    min-height: inherit;
  }
  .articlebox .desc {
    display: none;
  }
  /* header */
  .logodiv {
    /*float: left;*/
    /*margin-top:0;*/
    float: none;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .logodiv .logo img {
    height: 40px;
  }
  .tail1 {
    height: 51px;
    line-height: 18px;
  }
  .nswparklogo {
    height: 30px;
  }
  .iucnlogo {
    height: 30px;
  }
  /* footer */
  /* .ctnr .tail2*/
  .fmenu {
    display: block;
  }
  .fmenu .tailspace {
    display: none;
    width: 0;
  }
  .fmenu a {
    display: inline-block;
    height: auto;
    line-height: none;
  }
  .tail2 .copyright {
    padding-left: 15px;
  }
  .social_m {
    display: block;
  }
  .tail3 {
    display: block;
  }
  /* .ctnr .top3 */
  .top3 {
    text-align: left;
    display: none;
  }
  /* .cntr .top4 */
  .mobilemenu {
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobilemenu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sharebox {
    padding-top: 6px;
  }
  /* info button */
  span.info {
    margin-left: 0;
  }
  .shopinhome {
    margin-right: 0;
  }
  .leftad {
    display: none;
  }
  .bottomad {
    display: none;
  }
  .maponmap {
    height: 250px;
  }
  .copyright {
    padding-top: 5px;
    padding-left: 10px;
  }
  .shopline li {
    width: 100%;
  }
  .replywritediv {
    padding-top: 0;
    padding-bottom: 0;
  }
  .replywritediv .articlectrl, .rerewritediv .articlectrl {
    width: 100%;
    height: 75px;
  }
  .replywritediv .username, .rerewritediv .username {
    line-height: 22px;
    height: inherit;
    text-align: left;
  }
  .replywritediv .username span, .rerewritediv .username span {
    line-height: inherit;
  }
  .youtubeframe {
    min-height: 260px;
  }
  /* exchange rate box start */
  .erate {
    width: 100%;
    margin: 0;
    max-width: 420px;
  }
  .erateinfo {
    padding-right: 0;
  }
  /* exchange rate box end */
  /* bb list table */
  .bblist td {
    padding: 10px 0;
  }
  .bblist tr td:nth-child(1),
  .bblist tr th:nth-child(1) {
    display: none;
  }
  .bblist tr td:nth-child(3),
  .bblist tr th:nth-child(3) {
    display: none;
  }
  .bblist tr td:nth-child(4),
  .bblist tr th:nth-child(4) {
    display: none;
  }
  .bblist tr td:nth-child(5),
  .bblist tr th:nth-child(5) {
    display: none;
  }
  .bblist tr td:nth-child(6),
  .bblist tr th:nth-child(6) {
    display: none;
  }
  .bblist td a {
    display: block;
  }
  /*
  .bblistheader h1 {
    display: none;
  }
  */
  .bblistheader .desc {
    display: none;
  }
  /* bb list table end*/
  ul.newslist li a, ul.bloglist li a, ul.articlelist li a, ul.shoplist li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ul.newslist .date, ul.bloglist .date, ul.articlelist .date {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bb h1 {
    display: none;
  }
  .reply {
    padding: 5px 0;
  }
  .replyarticlediv {
    padding-bottom: 0;
  }
  .replyarticlediv .article {
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*padding-bottom: 10px;*/
  }
  .rightdiv {
    position: relative;
    clear: both;
    width: 100%;
    top: auto;
  }
  .rightdiv .updiv {
    display: inline-block;
  }
  .rightdiv .writediv {
    float: right;
  }
}
@media (min-width: 50px) and (max-width: 767px) and (min-width: 50px) and (max-width: 767px) {
  .rightdiv .writediv {
    margin-left: 5px;
    float: none;
    display: inline;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .wnameline {
    padding-bottom: 5px;
  }
  .rere {
    padding-left: 20px;
  }
  .subsearchdiv .bbsearchtext {
    width: 100px;
  }
  .maindirectory &gt; div:first-child ul.col li:last-child {
    border-bottom: none;
  }
  ul.col li:last-child {
    border-bottom: none;
  }
  .titleline {
    padding: 5px 0;
    font-size: 18px;
  }
  .titleline .lbl {
    display: none;
  }
  .bodydiv {
    padding: 5px 0;
  }
  .bbcontextmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /*background-color:aquamarine; */
    padding-left: 5px;
    padding-right: 5px;
  }
  .bbcontextmenu span {
    /*display: none;*/
  }
  .sidebaradcontainer {
    display: none;
  }
}
/* from List.cshtml*/
/* 
.h {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

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

.cnt {
    font-size: 10px;
}

.form-control.search {
    padding: 3px 5px;
    height: 26px;
    margin: 2px 0 5px 0;
    line-height: 16px;
    font-size: 14px;
}
*/
/* outline button */
/* Green */
.btn-success-border {
  background-color: white;
  border-color: #04AA6D;
  color: green;
}

.btn-success-border:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.btn-info-border {
  background-color: white;
  border-color: #2196F3;
  color: dodgerblue;
}

.btn-info-border:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.btn-warning-border {
  background-color: white;
  border-color: #ff9800;
  color: orange;
}

.btn-warning-border:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.btn-danger-border {
  background-color: white;
  border-color: #f44336;
  color: red;
}

.btn-danger-border:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.btn-default-border {
  background-color: white;
  border-color: #e7e7e7;
  color: black;
}

.btn-default-border:hover {
  background: #e7e7e7;
}

.recent-shop-div .recent-shop-item {
  display: flex;
  justify-content: space-between;
}
.recent-shop-div .recent-shop-item .title {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: block;*/
  padding: 3px 10px 3px 0;
}
.recent-shop-div .recent-shop-item .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
}
.recent-shop-div .recent-shop-item .category {
  flex-basis: initial;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 3px 0;
}

ul.home-articlelist li {
  display: flex;
  align-items: center;
}
ul.home-articlelist li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.home-articlelist li a .has-date {
  width: calc(100% - 40px);
}
ul.home-articlelist li .date {
  color: #999;
  font-size: smaller;
  text-align: right;
  width: 40px;
  padding: 3px 0;
}

.flex {
  display: flex;
}

.flex-wide-spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* about page */
.tabcontentbox {
  position: relative;
  min-height: 550px;
}

.aboutbox .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.aboutbox .section {
  margin-top: 0px;
  margin-left: 20px;
}

ul.tab {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 100;
}

.tab li {
  font-size: 18px;
  font-weight: bold;
  /*width: 237px;*/
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-bottom: none;
  cursor: pointer;
  float: left;
  position: relative;
}

.tab li.active, .tab li:hover {
  background-color: #000;
  color: #fff;
}

ul.tab li ul {
  padding-left: 0;
  position: absolute;
  /*width: 237px;*/
  width: 100%;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-top: none;
  display: none;
  top: 49px;
  left: 0px;
}

ul.tab li ul li {
  border: none;
  color: #000;
  height: 45px;
  line-height: 45px;
  /*width: 235px;*/
  width: 100%;
}

ul.tab li ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

ul.tab li ul li a:hover, ul.tab li ul li:hover {
  color: #fff;
}

/*.outc {
  position: relative;
  position:absolute;
}

.inc {
  width:100%;
  position: absolute;
  top: 50%;
  height: 10em;
  margin-top: -5em;
}*/
.outc {
  display: table;
  width: 100px; /* width of parent */
  height: 100px; /* height of parent */
  overflow: hidden;
}

.outc .inc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.leftcol {
  width: initial;
  margin-right: 250px;
  float: left;
}

.rightimage {
  position: absolute;
  top: 0;
  right: 0;
}

.enternowsmallbutton {
  display: none;
}

.youtubevideo {
  float: left;
  width: 100%;
  /*padding-top:10px;
  padding-bottom:20px;*/
  /*padding-right: 228px;*/
}

.youtubevideo iframe {
  display: block;
  width: 100%;
  height: 415px;
}

.youtubevideoc {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  /*padding-right: 228px;*/
}

.youtubevideoc iframe {
  display: block;
  width: 100%;
  height: 415px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab li {
    font-size: 15px;
  }
  .youtubevideo iframe {
    height: 315px;
  }
  .youtubevideoc iframe {
    height: 315px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .contentbox {
    min-height: initial;
  }
  .tab li {
    font-size: 12px;
    width: 33.33333%;
  }
  ul.tab li ul li a {
    font-size: 11px;
    line-height: initial;
  }
  .rightimage {
    display: none;
  }
  .leftcol {
    margin-right: 0;
  }
  .enternowsmallbutton {
    display: block;
    margin: 15px;
  }
  .youtubevideo iframe {
    height: 215px;
  }
  .youtubevideoc iframe {
    height: 215px;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
ul.submenu {
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  ul.submenu:after {
    clear: both;
  }
}
ul.submenu li {
  display: block;
  height: 30px;
  font-size: 13px;
  text-align: left;
  padding-left: 5px;
  border-top: 1px solid #eee;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu li {
    float: left;
    border: none;
    padding-left: 0px;
    padding-right: 10px;
  }
}
ul.submenu li:last-child {
  border-bottom: 1px solid #eee;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu li:last-child {
    border-bottom: none;
  }
}

ul.submenu li.activesubmenu a, ul.submenu li.activesubmenu a:hover, ul.submenu li.activesubmenu a:visited {
  color: #5c9df2;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* contact us */
.contactusbox {
  /*background: url(../scss/img/bg_contactus.png) no-repeat 0px 20px;
  background-position: right 0px top 0px;*/
}
.contactusbox .contactusbox .title {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contactusbox .contentbox {
  padding-left: 125px;
  padding-right: 135px;
}
.contactusbox .col-6 {
  width: 50%;
}
.contactusbox .submitbutton {
  width: 110px;
  float: right;
}
@media (min-width: 50px) and (max-width: 767px) {
  .contactusbox .box {
    margin-left: 7px;
    margin-right: 7px;
  }
  .contactusbox .col-6 {
    width: 100%;
  }
  .contactusbox .contentbox {
    padding-left: 7px;
    padding-right: 7px;
  }
  .contactusbox .addthis {
    margin-left: 7px;
  }
}

/*@import "_enternow.scss";*/
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.confirmbox {
  width: 490px;
  height: 450px;
  border: 1px solid #c0c0c0;
  margin: 23px auto 23px auto;
  background: url(../scss/img/bg_enternowconfirm.png) no-repeat bottom left;
  position: relative;
}

.confirmbox .confirmcontent {
  width: 430px;
  margin: 27px auto;
}

.confirmbox p {
  padding-top: 0;
  padding-bottom: 20px;
}

/*
.logincontent input {
  width: 98%;
}
  */
.shareyourentry {
  display: inline;
}

@media (min-width: 50px) and (max-width: 767px) {
  .confirmbox {
    width: initial;
    margin-left: 7px;
    margin-right: 7px;
    background-size: 120px;
    background-position: left bottom;
    height: 400px;
  }
  .confirmbox .confirmcontent {
    width: initial;
    margin: 5px auto;
  }
  .form-group {
    margin-left: 7px;
    margin-right: 7px;
  }
  .confirmbox p {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 12px;
  }
  .shareyourentry {
    margin-left: 7px;
    font-size: 14px;
  }
  .addthis {
    margin-left: 7px;
    float: initial;
  }
  .buttonbox {
    right: 7px;
    bottom: 7px;
  }
}
/*@import "_gallery_featured.scss";*/
/* faqs */
.faqs .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.faqs .section h2 {
  margin-bottom: 0px;
  float: none;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.homediv {
  /* home */
  /*.cover {
    display: none;
  }*/
  /* weather start */
  /* weather end */
}
.homediv .home {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homediv .home .line1 {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 135px;
}
.homediv .home .leftcol {
  float: left;
  margin-left: 15px;
  margin-right: 310px;
  margin-bottom: 15px;
}
.homediv .home .rightimage {
  position: absolute;
  right: 0;
}
.homediv .home h1 {
  font-size: 21px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}
.homediv .rightimage {
  padding-top: 15px;
}
.homediv .herobox {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  width: 100%;
  /*width:910px;*/
  padding-top: 15px;
  clear: both;
  position: relative;
}
.homediv .hero {
  display: block;
  margin: 0 auto 20px auto;
}
.homediv .youtubesidebox {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  width: 100%;
  padding-top: 0px;
  clear: both;
  position: relative;
}
.homediv .youtubesidebox .sidebar {
  position: absolute;
  right: 0;
  width: 213px;
  /*float: right; */
}
.homediv .youtubesidebox .sidebar img {
  display: block;
  margin-bottom: 20px;
}
.homediv .home .sidebar .sidethumb {
  position: relative;
  width: 213px;
  height: 125px;
  margin-bottom: 20px;
}
.homediv .home .sidebar .sidethumb .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 213px;
  height: 50px;
  color: #fff;
}
.homediv .home .sidebar .sidethumb .cover .a {
  margin-left: 20px;
  margin-top: 20px;
}
.homediv .home .sidebar .sidethumb .cover .parklife {
  font-size: 39px;
  line-height: 25px;
}
.homediv #slider1_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 910px;
  height: 303px;
}
.homediv #slider1_container #slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 910px;
  height: 303px;
  overflow: hidden;
}
.homediv .youtubevideo {
  float: left;
  width: 100%;
  padding-right: 228px;
}
.homediv .youtubevideo iframe {
  display: block;
  width: 100%;
  height: 415px;
}
.homediv .weathercitylist .city {
  font-size: 12px;
  display: inline-block;
  width: 9%;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.homediv .weatherforecast {
  padding-top: 10px;
}
.homediv .weatherforecast .day {
  float: left;
  width: 20%;
  font-size: 12px;
  border-right: 1px solid #ddd;
}
.homediv .weatherforecast .day:last-child {
  border-right: none;
}
.homediv .weatherforecast .forecast {
  text-align: center;
}
.homediv .weatherforecast .day .date {
  font-size: 16px;
}
.homediv .weatherforecast .icon {
  width: 60%;
}
.homediv .weather .degree {
  font-size: 40px;
  font-weight: bold;
  float: right;
  padding-top: 4px;
  padding-right: 10px;
  color: #0367a6;
}
.homediv .weather span.desc, .homediv .sunrisesunset span.d {
  color: #999;
  font-size: 11px;
}
.homediv .weatherinfo {
  font-size: 11px;
  color: #999;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.homediv .sunrisesunset {
  padding-top: 5px;
  line-height: 24px;
  clear: both;
}
.homediv .sunrisesunset .d {
  padding-left: 2px;
}
.homediv .sunrisesunset span.t {
  font-size: larger;
  padding-right: 5px;
}
.homediv .deg {
  font-size: 10px;
}
.homediv .deghigh {
  font-size: 13px;
}
.homediv .hr {
  border-top: 1px solid #D1E4FB;
  margin-left: -15px;
  margin-right: -15px;
}
.homediv .weathercitydiv {
  display: none;
}
.homediv .weathercitylist {
  font-size: 11px;
}
.homediv .showweather.selected {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homediv .rightimage {
    display: none;
  }
  .homediv .home .leftcol {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
    /*width: 100%;*/
  }
  .homediv .home h1 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .homediv .weathercitylist .city {
    font-size: 11px;
    width: 8%;
  }
  .homediv .sunrisesunset .d {
    padding-left: 0px;
  }
  .homediv .sunrisesunset span.t {
    font-size: 11px;
    padding-right: 0px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homediv .rightimage {
    display: none;
  }
  .homediv .home .leftcol {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
    /*width: 100%;*/
  }
  .homediv .home h1 {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .homediv .home p {
    font-size: 12px;
  }
  .homediv .herobox {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 7px;
    padding-right: 7px;
    width: initial;
  }
  .homediv .youtubevideo {
    float: initial;
    padding-right: 0;
    margin-left: 7px;
    margin-right: 7px;
    display: block;
    width: initial;
  }
  .homediv .youtubevideo iframe {
    display: block;
    width: 100%;
    height: 215px;
  }
  .homediv .youtubesidebox .sidebar {
    width: initial;
    position: initial;
    right: initial;
    margin: 5px;
  }
  .homediv .youtubesidebox .sidebar .sidethumb {
    width: 33.3333%;
    float: left;
  }
  .homediv .youtubesidebox .sidebar a {
    display: block;
  }
  .homediv .youtubesidebox .sidebar .sidethumb a img {
    width: 100%;
  }
  .homediv .home .sidebar .sidethumb .cover {
    width: 100%;
    height: 25px;
  }
  .homediv .thumbinner {
    margin: 2px;
    position: relative;
  }
  .homediv .home .sidebar .sidethumb .cover .parklife {
    font-size: 18px;
    line-height: 14px;
  }
  .homediv .home .sidebar .sidethumb .cover .a {
    margin-top: 8px;
    margin-left: 10px;
  }
}

.recentshop_home {
  margin-top: 15px;
  margin-bottom: 10px;
  /*.slick-slide {
      width: 200px;
  }*/
}
.recentshop_home h3 {
  text-align: center;
}
.recentshop_home h3 a, .recentshop_home h3 a:visited, .recentshop_home h3 a:hover, .recentshop_home h3 a:active {
  color: #163f5a;
}
.recentshop_home .shopcarousel .shopcard {
  width: 200px;
  /*height: 150px;*/
  height: 120px;
}
.recentshop_home .shopcarousel .shopcard &gt; a {
  display: block;
  margin: 5px;
  /*width: 100%;*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(100% - 15px);
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}
.recentshop_home .slick-prev {
  z-index: 10;
  left: 0;
}
.recentshop_home .slick-next {
  z-index: 10;
  right: 0;
}

.shopad {
  height: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}

.homeadblock {
  width: 100%;
  height: 250px;
}
.homeadblock .homead {
  min-width: 200px;
  max-width: 310px;
  width: 100%;
  height: 250px;
}

.feedlist li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 3px 0px 3px 0;
}

.homeblock {
  /*height: 285px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
}
.homeblock.gallery {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  padding-bottom: 0;
}
.homeblock .title {
  position: relative;
}
.homeblock .title h3 {
  display: inline-block;
}
.homeblock .more {
  position: absolute;
  margin-right: 5px;
  margin-bottom: 5px;
  right: 0;
  bottom: 0;
}
.homeblock.bizad {
  margin-top: 15px;
}
.homeblock.bizad .articlelist li a {
  padding-bottom: 1px;
}

/*.homeblockcol {
    height: 290px;
}*/
.homerightcol {
  background-color: #f0f5fc;
  border: 1px solid #D1E4FB;
  margin-top: 15px;
}

.homeaddiv {
  margin-top: 35px;
  margin-left: -6px;
  margin-right: -6px;
  width: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
  /*.item {
      width: 300px;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .homeaddiv {
    width: 230px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homeaddiv {
    width: initial;
    max-width: 414px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.homeaddiv.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.homeaddiv .slick-dots {
  bottom: 0;
  /*background-color: rgba(255,255,255,0.3);*/
}
.homeaddiv .slick-dots li button:before {
  color: white;
  /*opacity: 0.25;*/
}
.homeaddiv .slick-dots li .slick-active button:before {
  color: white;
  opacity: 0.75;
}
.homeaddiv a {
  outline: 0;
}

.googlead {
  width: 320px;
  margin: 5px auto;
}

.googlead-home {
  width: 728px;
  text-align: center;
  margin: 15px auto 10px auto;
}

.googlead-content-horizontal-690x90 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.googlead-responsive {
  margin-top: 5px;
  margin-bottom: 5px;
}

.googlead-home-728x90 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.homegallerydiv {
  margin-top: 5px;
  margin-left: -6px;
  margin-right: -6px;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homegallerydiv {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homegallerydiv {
    width: initial;
    /*max-width: 414px;*/
    margin-left: -15px;
    margin-right: -15px;
  }
}
.homegallerydiv .photo {
  /*background-color: rgba(189,189,189,0.1);*/
  /*#f0f5fc;*/
  /*background-size: contain;*/
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homegallerydiv .photo {
    height: 230px;
  }
}
.homegallerydiv .slick-arrow.slick-prev {
  left: 5px;
  z-index: 1;
}
.homegallerydiv .slick-arrow.slick-next {
  right: 5px;
  z-index: 1;
}
.homegallerydiv a {
  outline: 0;
}

.articlelist {
  margin-left: 0px;
  margin-right: 10px;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* login */
.loginbox {
  width: 490px;
  border: 1px solid #c0c0c0;
  margin: 23px auto 23px auto;
}
.loginbox .logincontent {
  width: 330px;
  margin: 27px auto;
}
.loginbox .buttonbox a {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
.loginbox .link {
  margin-top: 10px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .loginbox .sociallogindiv {
    margin: 7px;
  }
}
.loginbox .social-div {
  margin-top: 10px;
}

/*
.logincontent input {
  width: 98%;
}
  */
.loginlink {
  display: none;
}

.retrievebutton {
  display: none;
}

@media (min-width: 50px) and (max-width: 767px) {
  .loginbox {
    width: initial;
    margin-left: 7px;
    margin-right: 7px;
    background-size: 85%;
    background-position: center center;
    height: initial;
  }
  .loginbox .logincontent {
    width: initial;
    margin: 5px auto;
  }
  .form-group {
    margin-left: 7px;
    margin-right: 7px;
  }
  /*.buttonbox {
      display: block;
      float: initial;
      width: initial;
  }*/
  /*.buttonbox .form-group {
      width: 150px;
      float: right;
  }*/
  /*.link {
      float: left;
      text-align: left;
      padding-left: 7px;
  }*/
  .errmsg {
    display: block;
    width: 100%;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.photobox {
  position: relative;
}

.photobox .photo {
  float: left;
  width: 516px; /* square, landscape */
  padding: 16px;
}

.photobox.portrait .photo {
  width: 400px; /* portrait */
}

.photobox.portrait .photo img.photoimg {
  width: 400px; /* portrait */
}

.photobox.landscape .photo {
  width: 516px; /* square, landscape */
}

.photobox.landscape .photo img.photoimg {
  width: 486px; /* square, landscape */
}

.right {
  float: right;
  width: 370px; /* square, landscape */
  margin-right: 30px;
  padding-top: 30px;
}

.photobox.portrait .right {
  width: 440px; /* portrait */
}

.photobox.landscape .right {
  width: 370px; /* square, landscape */
}

.photobox .likeline {
  text-align: center;
  margin-top: 10px;
}

.photobox .likeline img {
  vertical-align: middle;
}

.photobox .likeline .count {
  line-height: 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.photobox h1, .photobox h2 {
  font-family: "park_liferegular";
  font-size: 40px;
  padding-bottom: 0;
}

.photobox h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.photobox h5 {
  font-weight: normal;
  font-size: 14px;
}

.photobox h6 {
  font-size: 14px;
  font-weight: bold;
}

.photobox .userthumb {
  float: right;
}

.photobox .userline {
  width: 70%;
  float: left;
}

.photobox hr {
  width: 100%;
  border: 1px dotted #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photobox p {
  width: 90%;
}

.tags {
  margin-bottom: 50px;
}

.tags span {
  font-weight: bold;
}

.leftarrow, .rightarrow {
  position: absolute;
  cursor: pointer;
}

.leftarrow {
  left: -30px;
  top: 200px;
}

.rightarrow {
  right: -30px;
  top: 200px;
}

ul.tag {
  display: inline;
  padding-left: 0;
}

ul.tag li {
  display: inline;
  list-style: none;
}

ul.tag li:after {
  content: ", ";
  color: #aaa;
}

ul.tag li:last-child:after {
  content: "";
}

.mobileleftarrow, .mobilerightarrow {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box {
    border: none;
  }
  .photobox {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
  }
  .photobox .photo {
    padding: 0;
    float: none;
    float: initial;
  }
  .photobox.landscape .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.portrait .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.landscape .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox.landscape .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox .likeline {
    margin-top: 5px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .box {
    border: none;
  }
  .photobox .photo {
    padding: 0;
    float: none;
    float: initial;
  }
  .photobox.landscape .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.portrait .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.landscape .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .photo img.photoimg {
    width: 100%;
  }
  .leftarrow {
    display: none;
  }
  .rightarrow {
    display: none;
  }
  .photobox.portrait .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox.landscape .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox h1, .photobox h2 {
    font-size: 25px;
  }
  .photobox h5 {
    font-size: 12px;
  }
  .photobox h6 {
    font-size: 12px;
  }
  .box p {
    font-size: 12px;
  }
  .sharebox .addthis_toolbox {
    width: 250px;
  }
  .photobox .likeline {
    margin-top: 0;
  }
  .mobileleftarrow {
    float: left;
    display: block;
  }
  .mobilerightarrow {
    float: right;
    display: block;
  }
  .likebox {
    display: inline-block;
    margin-top: 10px;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.registerdiv .box {
  margin-bottom: 0;
}
.registerdiv .register .title {
  margin-left: 20px;
  margin-top: 25px;
}
.registerdiv .register .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.registerdiv .col1 {
  width: 180px;
  float: left;
}
.registerdiv .col2 {
  width: 445px;
  float: left;
}
.registerdiv .col2 .form-label {
  float: left;
  width: 25%;
  height: 40px;
  margin-bottom: 10px;
}
.registerdiv .col2 .form-group {
  float: left;
  width: 70%;
  margin-bottom: 10px;
}
.registerdiv .form-control.usernamectrl {
  width: 90%;
  display: inline-block;
}
.registerdiv .col3 {
  width: 310px;
  float: left;
}
.registerdiv .col5 {
  width: 640px;
  float: left;
}
.registerdiv .col6 {
  width: 35%;
  float: left;
}
.registerdiv .col7 {
  width: 65%;
  float: left;
}
.registerdiv .col8 {
  width: 80%;
  float: left;
}
.registerdiv .col9 {
  padding-top: 20px;
  width: 20%;
  float: left;
}
.registerdiv .register h3, .registerdiv .register h6 {
  margin-left: 20px;
}
.registerdiv .filebutton {
  width: 140px;
}
.registerdiv .tnc {
  text-align: right;
  padding-bottom: 20px;
}
.registerdiv .tnc a {
  text-decoration: underline;
  font-size: 12px;
}
.registerdiv textarea.form-control {
  height: 120px;
}
.registerdiv .imageholder img {
  width: 140px;
}
.registerdiv #usernameinfo {
  /*height:33px;*/
  vertical-align: middle;
}
.registerdiv .cfix.e {
  display: none;
}
.registerdiv .instagramhandle {
  padding-left: 25px;
  background: url(../scss/img/at.png) no-repeat left center;
}
.registerdiv .viewgallery {
  width: 640px;
  float: left;
  font-weight: bold;
}
.registerdiv .viewgallery a {
  color: #163f5a;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .registerdiv .box {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .register {
    background-position: top 40px center;
    background-size: 80%;
  }
  .registerdiv h1 {
    padding-bottom: 10px;
  }
  .registerdiv .register .title {
    margin-top: 7px;
    margin-left: 7px;
  }
  .registerdiv .register h3, .registerdiv .register h6 {
    margin-left: 7px;
  }
  .registerdiv .col5 {
    width: initial;
    float: initial;
  }
  .registerdiv .col1 {
    float: initial;
  }
  .registerdiv .col2 {
    width: 100%;
  }
  .registerdiv .col2 .form-label {
    float: initial;
    width: initial;
    height: initial;
    margin-bottom: 0;
    margin-left: 7px;
  }
  .registerdiv .form-control.usernamectrl {
    width: 95%;
    display: inline-block;
  }
  .registerdiv .lh40 {
    height: initial;
    line-height: initial;
  }
  .registerdiv .h40 {
    height: initial;
  }
  .registerdiv .form-control {
    width: 100%;
  }
  .registerdiv .col2 .form-group, .registerdiv .col7 .form-group {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .col3 {
    width: initial;
    float: initial;
  }
  .registerdiv .imageholder {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .imageholder img {
    width: 100%;
  }
  .registerdiv .filebutton {
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .dimension {
    margin-left: 7px;
  }
  .registerdiv .textarea {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv textarea.form-control {
    width: 100%;
  }
  .registerdiv .col6 {
    margin-left: 7px;
    width: initial;
  }
  .registerdiv .col8 {
    float: initial;
    width: initial;
  }
  .registerdiv .col8 .form-group {
    margin-bottom: 5px;
  }
  .registerdiv .styledCheckbox {
    margin-left: 7px;
  }
  .registerdiv .styledCheckbox {
    float: left;
  }
  .registerdiv .youthlabel {
    float: left;
    display: block;
    width: 80%;
  }
  .registerdiv .col9 {
    width: initial;
    float: initial;
  }
  .registerdiv .button {
    display: block;
  }
  .registerdiv .savebutton {
    width: initial;
    display: block;
    width: 100%;
  }
  .registerdiv .cfix.e {
    display: block;
  }
  .registerdiv .tnc {
    margin-right: 15px;
  }
  .registerdiv .col6, .registerdiv .col7 {
    width: initial;
    float: none;
  }
  .registerdiv .viewgallery {
    width: initial;
    float: initial;
    margin-left: 7px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .registerdiv .box {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .register {
    background-position: top 40px center;
    background-size: 80%;
  }
  .registerdiv h1 {
    padding-bottom: 10px;
  }
  .registerdiv .register .title {
    margin-top: 7px;
    margin-left: 7px;
  }
  .registerdiv .register h3, .registerdiv .register h6 {
    margin-left: 7px;
  }
  .registerdiv .col5 {
    width: initial;
    float: initial;
  }
  .registerdiv .col1 {
    float: initial;
  }
  .registerdiv .col2 {
    width: 100%;
  }
  .registerdiv .col2 .form-label {
    float: initial;
    width: initial;
    height: initial;
    margin-bottom: 0;
    margin-left: 7px;
  }
  .registerdiv .lh40 {
    height: initial;
    line-height: initial;
  }
  .registerdiv .h40 {
    height: initial;
  }
  .registerdiv .form-control {
    width: 100%;
  }
  .registerdiv .col2 .form-group, .registerdiv .col7 .form-group {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .col3 {
    width: initial;
    float: initial;
  }
  .registerdiv .imageholder {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .imageholder img {
    width: 100%;
  }
  .registerdiv .filebutton {
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .dimension {
    margin-left: 7px;
  }
  .registerdiv .textarea {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv textarea.form-control {
    width: 100%;
  }
  .registerdiv .col6 {
    margin-left: 7px;
    width: initial;
  }
  .registerdiv .col8 {
    float: initial;
    width: initial;
  }
  .registerdiv .col8 .form-group {
    margin-bottom: 5px;
  }
  .registerdiv .styledCheckbox {
    margin-left: 7px;
  }
  .registerdiv .styledCheckbox {
    float: left;
  }
  .registerdiv .youthlabel {
    float: left;
    display: block;
    width: 80%;
  }
  .registerdiv .col9 {
    width: initial;
    float: initial;
  }
  .registerdiv .button {
    display: block;
  }
  .registerdiv .savebutton {
    width: initial;
    display: block;
    width: 100%;
  }
  .registerdiv .cfix.e {
    display: block;
  }
  .registerdiv .tnc {
    margin-right: 15px;
  }
  .registerdiv .col6, .registerdiv .col7 {
    width: initial;
    float: none;
  }
  .registerdiv .viewgallery {
    width: initial;
    float: initial;
    margin-left: 7px;
  }
}

@media (min-width: 50px) and (max-width: 767px) {
  .register .register-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.register .savebuttondiv {
  text-align: right;
  margin-left: 15px;
  margin-right: 60px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .register .savebuttondiv {
    text-align: left;
    margin-right: 10px;
  }
}
.register .form-group {
  margin-bottom: 5px;
}
.register .control-label {
  display: block;
  text-align: left;
}
@media (min-width: 50px) and (max-width: 767px) {
  .register .register-form-label {
    padding-left: 0;
    padding-right: 0;
  }
}

/* terms and conditions */
.tncbox .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.tncbox .title h2 {
  float: left;
}

.bodydiv {
  padding: 20px 5px 20px 5px;
}
.bodydiv img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.replydiv {
  border-top: 1px solid #eee;
}
.replydiv .article.deleted {
  font-style: italic;
  color: #ccc;
}

.homeblock.directory .articlelist {
  margin-right: 0;
}
.homeblock.directory .articlelist li {
  display: flex;
  justify-content: space-between;
}
.homeblock.directory .articlelist li a {
  padding-right: 5px;
}
.homeblock.directory .articlelist li .category {
  min-width: 60px;
  text-align: right;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
ul.attachedphotos {
  border-top: 1px solid #eee;
}
ul.attachedphotos:after {
  content: "";
  display: table;
  clear: both;
}
ul.attachedphotos li {
  float: left;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
}
ul.attachedphotos li:after {
  content: "";
  display: table;
  clear: both;
}
ul.attachedphotos li a {
  display: block;
  border: 1px solid gray;
  width: 102px;
  height: 102px;
  margin: 5px 5px 5px 0;
}
ul.attachedphotos li a &gt; img {
  max-height: 100px;
  max-width: 100px;
  margin: 0;
}

.bodydiv:after {
  content: "";
  display: table;
  clear: both;
}
.bodydiv .votediv {
  /*border-bottom: 1px solid #eee;*/
  height: 45px;
  line-height: 45px;
  /*margin-top: 0px;*/
  text-align: center;
  margin-top: 30px;
}
.bodydiv a {
  text-decoration: underline;
}
.bodydiv .articlebody {
  padding-top: 10px;
}

.shopline {
  /*li:first-child {
      width: 100%;
  }*/
}
.shopline li {
  /*width: 50%;*/
  /*display:inline-block;*/
  /*float: left;*/
  line-height: 25px;
}

.titleline {
  /*background-color: #eee;*/
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 7px 0 7px 5px;
  border-collapse: separate;
  font-size: 20px;
}

.sourceline {
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  padding: 7px 0 7px 5px;
  border-collapse: separate;
  font-size: 12px;
}

.shopline, .shareline, .saleline {
  border-bottom: 1px solid #eee;
  padding: 0px 0;
  border-collapse: separate;
  margin: 0 0 0 0;
}

.writerline {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

/*.writerline li {
    float: left;
}*/
ul.shareline li {
  display: block;
}

.bb .lbl {
  display: inline-block;
  width: 75px;
  text-align: center;
}

.shopview .bodydiv {
  border-top: none;
}
.shopview .titleline {
  border-top: 1px solid #eee;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.shopview .shopline a {
  text-decoration: none;
}

.shopimage {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  /*background-image: none !important;*/
}
.shopimage .shop-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 140% 140%;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(5px) opacity(0.7);
}
.shopimage .shop-inner-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(0px);
  -webkit-filter: blur(0);
}

.col-sm-4 .shopimage {
  height: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-4 .shopimage {
    height: 100px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .col-sm-4 .shopimage {
    height: 200px;
  }
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.directory li {
  line-height: 20px;
}

.shopdirectorydiv {
  /*.maindirectory ul.col li,.maindirectory ul.col li:last-child {
    border-top: 5px #ffffff;
    border-bottom: 3px #ffffff;
  }*/
  /*ul.mainshopcategory li {
      display: inline-block;
      font-size: 14px;
  }

  ul.mainshopcategory li a::after {
      content: ' ';
  }*/
  /*ul.shopcategory li a::after {
      content: ' ';
  }*/
  /*ul.emptyshopcategory li {
      display: inline-block;
      font-size: 12px;
  }*/
}
.shopdirectorydiv .maindirectory {
  clear: both;
}
.shopdirectorydiv .maindirectory &gt; div:first-child ul.col li:last-child {
  border-bottom: none;
}
.shopdirectorydiv ul.col li {
  border-top: 1px dotted #D1E4FB;
  background-color: #ffffff;
}
.shopdirectorydiv ul.col li:last-child {
  border-bottom: 1px dotted #D1E4FB;
}
.shopdirectorydiv ul.col li .title, .shopdirectorydiv ul.col ul.col li .contact {
  background-color: #ffffff;
}
.shopdirectorydiv ul.col.imageonly li {
  border-top: none;
  margin-bottom: 10px;
}
.shopdirectorydiv ul.col.imageonly li .shopitem {
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}
.shopdirectorydiv ul.col.imageonly li:last-child {
  border-bottom: none;
}
.shopdirectorydiv ul.shopcategory {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.shopdirectorydiv ul.shopcategory li {
  /*text-align:justify;*/
  /*float: left;*/
  text-align: center;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 5px;
  line-height: 24px;
}
.shopdirectorydiv ul.shopcategory li.maincategory {
  font-size: 20px;
}
.shopdirectorydiv .bannerlist img {
  padding-bottom: 5px;
}
.shopdirectorydiv .directory.col {
  width: 100%;
}
.shopdirectorydiv .shopitem {
  width: 100%;
}
.shopdirectorydiv .shopitem .sline {
  min-height: 24px;
  font-size: 12px;
  position: relative;
}
.shopdirectorydiv .shopitem .sline .title {
  /*float: left;*/
  /*position: absolute;*/
  /*z-index: 0;*/
  width: 100%;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  max-height: 24px;
  font-size: 12px;
}
.shopdirectorydiv .shopitem .sline .title img {
  height: 14px;
  display: inline;
  line-height: initial;
  padding: 0px 1px 0px 0px;
  margin-top: 3px;
  /*margin-right: 0px;*/
  /*margin-left: 2px;*/
  float: left;
}
.shopdirectorydiv .shopitem .sline .contact {
  background-color: #ffffff;
  /*background-color: rgb(243, 243, 243);*/
  /*z-index: 1;*/
  /*right: 0;*/
  /*float: right;*/
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}
.shopdirectorydiv .shopitem .img {
  display: block;
  width: 100%;
  /*height:154px;*/
  height: 168px;
}
.shopdirectorydiv .shopitem .img img {
  display: block;
  margin: 0 auto;
  /*max-height:150px;*/
  max-height: 165px;
}

.shopincategory h3 a {
  text-decoration: none;
}
.shopincategory .shoplistdiv {
  max-height: 600px;
  overflow-y: auto;
}
.shopincategory .shoplistdiv .shopitem .title {
  font-size: 12px;
  text-decoration: none;
}
.shopincategory .shoplistdiv .shopitem .title.current {
  color: #337ab7;
  font-weight: bold;
}
.shopincategory .shoplistdiv .shopitem .icon {
  height: 14px;
}

.event-notice-section {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px 0;
}
.event-notice-section h5 {
  margin-top: 5px;
}
.event-notice-section.with-title {
  padding: 15px;
}
.event-notice-section.with-title h5 {
  color: #dc3545;
  margin-bottom: 10px;
  font-weight: bold;
}
.event-notice-section.with-title ul {
  margin: 0;
  padding-left: 10px;
}
.event-notice-section.without-title {
  padding: 5px;
}
.event-notice-section.without-title ul {
  margin: 0;
  padding-left: 5px;
}
.event-notice-section li a {
  font-weight: bold;
  color: #337ab7;
  text-decoration: none;
}
.event-notice-section li a:hover {
  text-decoration: underline;
}
.event-notice-section li .date-info {
  color: #6c757d;
  font-size: 12px;
  margin-left: 10px;
}
</pre></body></html>