#notice-msg{
    font-size: 20px;
    position: fixed;
    z-index: 9999;
    color: #fff;
    padding: 10px;
    background: #ff3600;
    top: 20px;
    left: 20px;
	border: 4px solid #fff;
}
#notice-overlay{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#drop_down_nav li {
  list-style: none;
  width: 100%;
  padding: 0 10px 5px 0;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

#drop_down_nav {
  position: fixed;
  z-index: 100;
  margin: 0 0 0 0%;
  width: auto;
  white-space: nowrap;
  padding: 0% 0 0 0;
  display: none;
  top: 70px;
}

.logo-wrap:hover #drop_down_nav {
  display: block;
  padding-top: 20px;
}

.navbar-brand {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#drop_down_nav li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1%;
  color: #fff;
  font-size: 2em;
  text-shadow: 2px 2px #ff0000;
  font-family: 'UntitledTTF';
}

#drop_down_nav li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0%;
}

#navbar-img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.navbar-tri {
  position: absolute;
  top: 49px;
  left: 164px;
}

#navbar-span {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 2px 2px #ff0000;
  font-family: 'UntitledTTF';
}

.carousel-inner .colInfo {
  background: rgba(255, 255, 255, 0.8);
}

.hotnews {
  height: 100%;
}

.hotnews .colInfo {
  height: 50%;
  overflow: hidden;
  width: 51%;
  margin: 0 auto;
}

.partner-img-indiv {
  width: 100%;
}

.partner-img-indiv img {
  display: inline-block;
}

.partner-img-outdiv {
  width: 100%;
  text-align: center;
}

#intro-overlay {
  background: url("../images/gp_hongkong.jpg") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#intro-overlay img {
  max-width: 300px;
  display: block;
  margin: 0 auto 2%;
}

#intro-overlay span {
  font-size: 4em;
  display: block;
}

#intro-overlay .ele.active {
  animation: fadeout 3s forwards;
  -webkit-animation: fadeout 3s forwards;
}

.block_title {
  background: #F57E16;
  margin-left: 11px;
  display: block;
  left: 0;
  width: 100px;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: left;
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 5px;
  font-size: 18px;
  font-family: 'Helvetica W02 Bold';
  color: #ffffff;
  height: auto;
  margin-bottom: 30px;
  min-height: 40px;
}

.block_title a {
  color: #fff;
}

@keyframes fadeout {
  0 {
    opacity: 0.8;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.2, 0.2);
    /* IE 9 */
    -webkit-transform: scale(0.2, 0.2);
    /* Safari */
    transform: scale(0.2, 0.2);
  }
}

#choice-wrap .moveleft {
  animation: movetoleft 2s forwards;
  -webkit-animation: movetoleft 2s forwards;
}

#choice-wrap .movetobottom {
  animation: movetobottom 2s forwards;
  -webkit-animation: movetobottom 2s forwards;
}

.btn-aw {
  color: #fff;
  background-color: #ca094a;
  border-color: #ca094a;
}

@keyframes movetoleft {
  0 {
    left: 50%;
    top: 0%;
  }
  100% {
    left: 0;
    top: -20%;
  }
}

@keyframes movetobottom {
  0 {
    top: 0%;
  }
  100% {
    top: 20%;
  }
}

#gogogo span {
  opacity: 0;
  font-size: 10em;
  color: #fff;
  text-shadow: 5px 5px #fa704b;
  right: 95%;
  position: fixed;
  top: 50%;
  white-space: nowrap;
}

#gogogo .gogogo {
  animation: gogogo 2s forwards;
  -webkit-animation: gogogo 2s forwards;
}

#gogogo .gogogo2 {
  animation: gogogo2 2s forwards;
  -webkit-animation: gogogo2 2s forwards;
}

#gogogo .gogogo3 {
  animation: gogogo3 2s forwards;
  -webkit-animation: gogogo3 2s forwards;
}

@keyframes gogogo {
  0 {
    opacity: 0;
    right: 95%;
    top: 50%;
  }
  30% {
    opacity: 1;
    right: 95%;
    top: 10%;
  }
  50% {
    opacity: 1;
    right: 80%;
    top: 35%;
  }
  100% {
    opacity: 1;
    right: 45%;
    top: 65%;
  }
}

@keyframes gogogo2 {
  0 {
    opacity: 0;
    right: 95%;
    top: 50%;
  }
  30% {
    opacity: 1;
    right: 95%;
    top: 10%;
  }
  50% {
    opacity: 1;
    right: 80%;
    top: 35%;
  }
  100% {
    opacity: 1;
    right: 20%;
    top: 10%;
  }
}

@keyframes gogogo3 {
  0 {
    opacity: 0;
    right: 95%;
    top: 50%;
  }
  30% {
    opacity: 1;
    right: 95%;
    top: 10%;
  }
  50% {
    opacity: 1;
    right: 70%;
    top: 35%;
  }
  100% {
    opacity: 1;
    right: 30%;
    top: 35%;
  }
}

.form-logo {
  width: 160px;
  height: auto;
  margin: 0 30px 0 0;
}

.form-download {
  padding-left: 10%;
}

#rimil-overlay {
  cursor: pointer;
  background: none;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
}

#rimil-overlay img {
  max-width: 250px;
  display: block;
  margin: 0 auto 2%;
}

#rimil-overlay span {
  font-size: 4em;
  display: block;
  color: #fff;
}

#rimil-overlay.active {
  width: 100%;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
}

#riahk-overlay {
  cursor: pointer;
  background: none;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 100;
}

#riahk-overlay img {
  max-width: 250px;
  display: block;
  margin: 0 auto 2%;
}

#riahk-overlay span {
  font-size: 4em;
  display: block;
}

#choice-wrap {
  background: url("../images/gp_hongkong.jpg") no-repeat center center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.navbar-header:hover .navbar-brand {
  /*  -webkit-animation: rotation 3s linear;
  -moz-animation: rotation 3s linear;
  -ms-animation: rotation 3s linear;
  -o-animation: rotation 3s linear;
  animation: rotation 3s linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 3;
   Safari 4.0 - 8.0
  animation-iteration-count: 3;*/
}

@keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(359deg);
    -moz-transform: rotateY(359deg);
    -ms-transform: rotateY(359deg);
    -o-transform: rotateY(359deg);
    transform: rotateY(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(359deg);
    -moz-transform: rotateY(359deg);
    -ms-transform: rotateY(359deg);
    -o-transform: rotateY(359deg);
    transform: rotateY(359deg);
  }
}

#form_btn {
  background: #FC0;
  padding: 10px 30px;
  border-radius: 25px;
  color: #000;
  cursor: pointer;
  border: 0;
}

#contact-form {}

#contact-img {
  width: 80%;
  border-radius: 100px;
  background: url(../images/chinese-customer-service.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 50px;
}

.articleTitle {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  font-family: 'cwTeXKai', serif;
}

.articleTitle2 a {
  text-align: left;
  font-size: 22px;
  color: #7b49a7;
  font-weight: bold;
}

.articleTitle2 {
  text-align: center;
  font-size: 22px;
  color: #30F;
  font-weight: 900;
}

.articleTitle3 a {
  /*width: 450px;*/
  text-align: left;
  font-size: 18px;
  color: #7b49a7;
  font-weight: bold;
}

.articleTitle3 {
  /*width: 450px;*/
  text-align: center;
  font-size: 18px;
  color: #30F;
  font-weight: 900;
}

#gallery1 {
  margin: 0 auto;
}

#gallery2 {
  margin: 0 auto;
}

.navbar-header {
  position: absolute;
  top: -26px;
  left: 0;
}

#nino-navbar .nino-menuItem {
  width: 100%;
  font-size: 22px;
  margin-right: -33px;
}

table.rimil-tel {
  max-width: 300px;
  margin-left: 5%;
}

table.rimil-tel td {
  padding: 0 2%;
}

table.riahk-tel {
  max-width: 300px;
  margin-left: 5%;
}

table.riahk-tel td {
  padding: 0 2%;
}

label.error {
  color: #ff1800;
}

#six-term {
  background: url(../images/gp_hongkong2.jpg) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#six-term div {
  margin-top: 8%;
}

#six-term div span {
  display: none;
  vertical-align: top;
  font-size: 10em;
  color: #FFF;
  font-family: 'UntitledTTF';
  text-align: center;
}

.articleThumb {
  border-radius: 130px;
  overflow: hidden;
  display: block;
  height: 163px;
  width: 130px;
  margin: 0 2%;
}

.articleThumb img {
  max-width: none;
}

#hotnews-modal .modal-content {
  background-color: #FFC00E;
}

.listArticles li {
  padding-bottom: 10px;
}

.listArticles li.noborder {
  border: 0;
}

.rimil-tel {
  font-size: 1.5em
}

.riahk-tel {
  font-size: 1.5em
}

#details-travel-a img {
  width: 150px;
  height: 200px;
}

section {
  opacity: 1;
}

header {
  opacity: 1;
}

#travel-axa-news {
  width: 120px;
  height: 120px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.fsr {
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.info {
  display: inline-block;
  width: 74%;
  text-align: left;
}

.info-div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 463px;
}

.hot-news-div {
  background: rgba(255, 255, 255, 0.6);
  width: 35%;
  margin: 0 auto;
}

.discount {
  display: inline-block;
  vertical-align: top;
}

.discount-top {
  margin-left: 4%;
  padding-bottom: 8px;
}

.bounce {
  -webkit-animation: bounce 1.2s ease-out;
  -moz-animation: bounce 800ms ease-out;
  -o-animation: bounce 800ms ease-out;
  animation: bounce 1.2s ease-out;
}

/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(-100%);
  }
  15% {
    -webkit-transform: translateY(0);
    padding: 4px auto;
  }
  20% {
    -webkit-transform: translateY(-80%);
  }
  25% {
    -webkit-transform: translateY(0%);
    padding: 4px auto;
  }
  30% {
    -webkit-transform: translateY(-70%);
  }
  35% {
    -webkit-transform: translateY(0%);
    padding: 5px auto;
  }
  40% {
    -webkit-transform: translateY(-60%);
  }
  45% {
    -webkit-transform: translateY(0%);
    padding: 5px auto;
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  55% {
    -webkit-transform: translateY(0%);
    padding: 6px auto;
  }
  60% {
    -webkit-transform: translateY(-30%);
  }
  65% {
    -webkit-transform: translateY(0%);
    padding: 6px auto;
  }
  70% {
    -webkit-transform: translateY(-15%);
  }
  75% {
    -webkit-transform: translateY(0);
    padding: 8px auto;
  }
  80% {
    -webkit-transform: translateY(-10%);
  }
  85% {
    -webkit-transform: translateY(0);
    padding: 8px auto;
  }
  90% {
    -webkit-transform: translateY(-5%);
  }
  95% {
    -webkit-transform: translateY(0);
    padding: 10px;
  }
  100% {
    -webkit-transform: translateY(0);
    padding: 10px;
    font-size: 20px;
  }
}

/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -moz-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -moz-transform: translateY(-50%);
  }
  40% {
    -moz-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -moz-transform: translateY(-30%);
  }
  70% {
    -moz-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -moz-transform: translateY(-15%);
  }
  90% {
    -moz-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -moz-transform: translateY(-10%);
  }
  97% {
    -moz-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -moz-transform: translateY(-5%);
  }
  100% {
    -moz-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */

@-o-keyframes bounce {
  0% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -o-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -o-transform: translateY(-50%);
  }
  40% {
    -o-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -o-transform: translateY(-30%);
  }
  70% {
    -o-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -o-transform: translateY(-15%);
  }
  90% {
    -o-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -o-transform: translateY(-10%);
  }
  97% {
    -o-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -o-transform: translateY(-5%);
  }
  100% {
    -o-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    transform: translateY(-50%);
  }
  40% {
    transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    transform: translateY(-30%);
  }
  70% {
    transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}

#gogogo span.go1 {
  font-size: 100px;
}

#gogogo span.go2 {
  font-size: 200px;
}

#gogogo span.go3 {
  font-size: 180px;
}

.six-term-li {
  font-size: 26px;
  text-align: center;
  color: #000;
}

.claims-pt {
  border-radius: 130px;
}

.claims-a {
  margin-left: 24%;
}

.claims-a img {
  margin-right: 16px;
}

.claims-div {
  height: 600px;
}

.regency2 {
  text-align: justify !important;
  display: block;
  max-width: 100%;
  font-size: 18px;
}

.articleTitle a {
  color: #00F;
  font-size: 25px;
  font-weight: bold;
}

.regency3 {
  font-size: 15px;
}

.tel-span {
  display: inline-block;
  width: 20%;
}

.tel-span2 {
  display: inline-block;
}

.tel-out-span {
  display: block;
}

.tooltip-travel {
  position: relatlive;
  display: inline-block;
  height: 300px;
}

.tooltip-travel .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #FC0;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 74px;
}

.tooltip-travel:hover .tooltiptext {
  visibility: visible;
}

#discount-span {
  font-size: 25px;
  color: #F60;
  font-weight: bold;
}

#nino-portfolio .nino-portfolioItems li {
  display: inline-block;
}

@media screen and (max-width: 1912px) {
  .hot-news-div {
    width: 65%;
  }
}

@media screen and (max-width: 1316px) {
  #nino-navbar .nino-menuItem {
    width: 84%;
  }
  .hot-news-div {
    width: 80%;
  }
}

@media screen and (max-width: 1192px) {
  #nino-navbar .nino-menuItem {
    width: 81%;
  }
  .claims-a {
    margin-left: 0%;
  }
  .hot-news-div {
    width: 85%;
  }
  .info {
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  .hot-news-div {
    width: 98%;
  }
  .info {
    width: 80%;
  }
}

@media screen and (max-width: 801px) {
  #travel-axa-news {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }
  .info {
    width: 80%;
  }
  .hot-news-div {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  #contact-img {
    width: 100%;
    margin-top: 30px;
  }
  #contact-form {
    width: 100%;
  }
  #navbar-img {
    width: 60px;
  }
  .navbar-header {
    height: auto;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  #nino-navbar .nino-menuItem {
    width: auto;
  }
  #rimil-overlay img {
    max-width: 100px;
  }
  #riahk-overlay img {
    max-width: 100px;
  }
  #six-term div span {
    font-size: 30px;
  }
  #.articleThumb fsr {
    width: 80px;
    height: ;
    80px
  }
  .claims-a {
    margin-left: 0;
  }
  .articleTitle2 {
    font-size: 20px;
  }
  .articleTitle3 {
    font-size: 16px;
  }
  .articleTitle {
    font-size: 30px;
    margin-top: 0;
  }
  .verticalCenter {
    align-items: normal;
  }
  .hotnews .colInfo {
    overflow: auto;
  }
  .block_title {
    width: 80px;
    font-size: 16px;
    min-height: 30px;
  }
  .articleThumb {
    height: 220px;
  }
  #travel-axa-news {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }
  #discount-span {
    font-size: 18px;
  }
  .info-div {
    width: 260px;
  }
  .info {
    width: 70%;
  }
  .hot-news-div {
    width: 98%;
  }
}

@media screen and (max-width: 733px) {
  .hot-news-div {
    width: 98%;
  }
}

@media screen and (max-width: 614px) {
  .articleTitle2 {
    font-size: 16px;
  }
  .articleTitle3 {
    font-size: 12px;
  }
  .articleTitle {
    font-size: 30px;
    margin-top: 0;
  }
  #six-term div span {
    font-size: 30px;
  }
  .verticalCenter {
    align-items: normal;
  }
  .hotnews .colInfo {
    overflow: auto;
  }
  .block_title {
    width: 80px;
    font-size: 14px;
    min-height: 25px;
  }
  .articleThumb {
    height: 220px;
    text-align: left;
    width: 96px;
  }
  #travel-axa-news {
    width: 120px;
    height: 120px;
    padding-top: 0;
    margin-left: 10px;
  }
  #discount-span {
    font-size: 16px;
  }
  .hotnews .colInfo {
    width: 86%;
  }
  .discount {
    margin-left: 23%;
  }
  .fsr {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 73px;
  }
  .info {
    width: 50%;
  }
  .art-title-span {
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .info-div {
    width: 100%;
  }
  .discount {
    margin-left: 13%;
  }
  #travel-axa-news {
    width: 120px;
    height: 120px;
  }
}


/* Advertisment Popup*/

#leaflet3{
	overflow:auto;
    transition: all linear 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    height: 100%; 
    background: rgba(0,0,0,0.5);
}

#leaflet3 .leaflet-content{
    position: relative;
    max-width: 600px;
    margin:0 auto;
}

#leaflet3 .img-responsive{
	cursor:pointer;
    width:100%;
    margin: 50px auto;
}

#leaflet3 .leaflet-close{
    position: absolute;
    top: -34px;
    right: 0;
}
#leaflet3.small{
    background: rgba(0,0,0,0);
}

.leaflet-hide{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 20px;
	text-decoration:none;
	width:20px;
}

#leaflet3.small{  	
    position: fixed;
    width: 90px; 
    height: 128px; 
    bottom: 50px; 
    left: 20px;
    margin-right:0;
    animation: float 6s ease-in-out infinite;
}

#leaflet3.small .leaflet-close{
    display: none;
    display: none;
}

#leaflet3.small .img-responsive{
    margin:0 auto;
}

#leaflet2{
	overflow:auto;
    transition: all linear 0.5s;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    height: 100%; 
    background: rgba(0,0,0,0.5);
	
}

.bringtofront{
	z-index:51 !important;
}

#leaflet2 .leaflet-content{
    position: relative;
    max-width: 600px;
    margin:0 auto;
}

#leaflet2 .img-responsive{
	cursor:pointer;
    margin: 50px auto;
}

#leaflet2 .leaflet-close{
    position: absolute;
    top: -34px;
    right: 0;
}
#leaflet2.small{
    background: rgba(0,0,0,0);
}

#leaflet2.small{  	
    position: fixed;
    width: 90px; 
    height: 130px; 
    bottom: 50px; 
    right: 20px;
    margin-right:0;
    animation: float 6s ease-in-out infinite;
	overflow-y: hidden;
	overflow-x: hidden;
}

#leaflet2.small .leaflet-close{
    display: none;
}

#leaflet2.small .img-responsive{
    margin:0 auto;
}

#leaflet{
    transition: all linear 0.5s;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0; 
    top: auto;
    left: auto;
    padding-right:0 !important;
}
#leaflet .modal-dialog{    
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
}
#leaflet.small{    
     width: 200px; 
     height: 282px; 
     right: 20px; 
     bottom: 150px;
     animation: float 6s ease-in-out infinite;
}


#leaflet.small .modal-dialog{ 
    margin: 0;
}

#leaflet .leaflet-close{
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 0;
    right: -65px;
}
    

@media screen and (max-width: 768px) {
	.leaflet-hide{
		top: -5px;
		right:2px;
	}
	
    #leaflet .leaflet-close{
        right:0;
        top: -40px;
    }
    
    #leaflet .modal-dialog{ 
        margin:50px auto;
    }
    
    #leaflet2.small{  
        width: 80px;
        height:114px;
		bottom:250px;
    }
	
    #leaflet3.small{  
        width: 80px;
        height:114px;
		right:20px;
		left:auto;
		bottom:80px;
    }
	
	#leaflet3{
		right:0;
		left:auto;
	}
	
}

/*Promotion Scroller*/
#scroller{
    overflow: hidden;
    padding:200px 0 100px;
}
#scroller li{
    display: block;
    width:500px;
    float: left;
    overflow: hidden;    
}

#scroller li img{
    width:100%;
    height:auto;
}

/*Flip Card*/
#flip-wrap{
    padding:50px 0;
}
#flip-wrap .swiper-slide{
    width: 500px;
    height: 260px;    
}
#flip-wrap .swiper-slide img{
    width:100%;
    height:auto;
}

@media screen and (max-width: 767px) {
    #flip-wrap .swiper-slide{
        width: 300px;
        height: 156px;    
    }
    #drop_down_nav{
        top: 62px;
        left: 10px;
        padding: 10px 0 0;
    }
    .navbar-tri{
        top: 35px;
    }
}


#circle-slider{
	text-align:center;
	width:100%;
}

.stamp{
	display:inline-block;
	width:200px;
	height:200px;
	border-radius:50%;
	background-size:cover;
}

#circle-slider .swiper-slide{
	width:auto;
}



/* 
The css styles shown below are for the poster links.
*/


/* desktop */
#leaflet2 .innertext{
	position:absolute;
	bottom:330px;
	left:6px;

}

#leaflet2 .innertext .button-style{
	
	/*background: Cornsilk;
	border: 4px solid DarkGray;*/

	padding: 17px 280px;
	margin-right: 4.5px;
	border-radius: 50px;

}
	

/* Surface Duo */
@media screen and (max-width: 540px)  {
    #leaflet2 .innertext{
		bottom:297px;
		left:4px;
	}
	
	#leaflet2 .innertext .button-style{
	
		padding: 13px 250px;

	}
}


/* Galaxy A51/71, iPhone XR, iPhone 12 Pro, Pixel 5*/
@media screen and (max-width: 414px)  {
    #leaflet2 .innertext{
		bottom:223px;
		left:4px;
	}
	
	#leaflet2 .innertext .button-style{
	
		padding: 4px 190px;

	}
}


/* iPhone SE , Samsung Galaxy S8*/
@media screen and (max-width: 375px)  {
    #leaflet2 .innertext{
		bottom:200px;
		left:4px;
	}
	
	#leaflet2 .innertext .button-style{
	
		padding: 5px 170px;

	}
}

/* Galaxy Fold */
@media screen and (max-width: 280px)  {
    #leaflet2 .innertext{
		bottom:147px;
		left:4px;
	}
	
	#leaflet2 .innertext .button-style{
	
		padding: 0px 128px;

	}
}
