a {
    text-decoration: none;
}

a:active,
a:visited,
a:-webkit-any-link {
    color: inherit;
}

a:hover {
    color: #FF3366;
}
*:focus{
    outline: none;
}
#ad1:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
#ad2:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
#ad3:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
#ad4:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
#ad5:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
#ad6:target::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    position: relative;
    margin: 0;
    padding: 35px 0 0 0;
    background: #ffffff;
    background-position: center 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

body .page-wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    body .page-wrapper {
        width: 64.58333%;
    }
}

@media screen and (min-width: 1200px) {
    body {}
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #d2d3d7;
    background-color: white;
}

header .menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}

header .menu img {
    width: 24px;
}

header .logo {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 60%;
    margin: auto;
    background-image: url("../images/logo-computer.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
    header {
        position: absolute;
    }

    header .menu {
        display: none;
    }
}

footer {
    background-color: #fff;
    margin: 0 auto;
    padding: 2rem 0 1rem 0;
    text-align: center;
}

footer #footer_new {
    margin: 0 0 20px 0;
}

footer #footer_new p {
    font-size: 13px;
    margin: 0 auto;
}

@media (max-width: 544px) {
    footer #footer_new p {
        font-size: 12px;
        padding: 0 1rem;
    }
}

footer #footer_new p.style6666 {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
}

footer #footer_new p a {
    font-size: 13px;
    color: #1574D5;
    text-decoration: none;
    line-height: 20px;
}

@media (max-width: 544px) {
    footer #footer_new p a {
        font-size: 12px;
    }
}

footer #footer_new p a:hover {
    color: #1574D5;
    text-decoration: underline;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* line 662, ../sass/event-20190922.scss */
div.fixedmenubar {
    overflow: hidden;
    min-width: auto;
    max-width: 200px;
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
}

/* line 670, ../sass/event-20190922.scss */
div.fixedmenubar * {
    transition: all .25s;
}

/* line 675, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup::after {
    transition: all .25s;
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 1999px;
    content: ' ';
    background: white;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    box-shadow: 8px 0px 20px grey;
}

/* line 689, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul {
    width: 200px;
    position: fixed;
    top: 67.2px;
    right: -100%;
    pointer-events: none;
    opacity: 0;
}

/* line 696, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul a {
    color: #444041;
    text-decoration: none;
}

/* line 700, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul li {
    font-weight: 500px;
    text-align: right;
    font-size: 2.3vmin;
    padding: 10px;
    white-space: nowrap;
}

/* line 706, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul li:hover {
    background: #fdd100;
}

/* line 713, ../sass/event-20190922.scss */
div.fixedmenubar label {
    width: 100%;
    text-align: right;
    padding: 10px;
    margin: 0 auto;
}

/* line 718, ../sass/event-20190922.scss */
div.fixedmenubar label img {
    transition: none;
    max-width: 50px;
}

/* line 721, ../sass/event-20190922.scss */
div.fixedmenubar label img:nth-child(1) {
    position: relative;
    opacity: 1;
}

/* line 725, ../sass/event-20190922.scss */
div.fixedmenubar label img:nth-child(2) {
    position: absolute;
    transform: rotate(0deg);
    opacity: 0;
}

/* line 732, ../sass/event-20190922.scss */
div.fixedmenubar input {
    display: none;
}

/* line 735, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup {
    height: 10000px;
}

/* line 737, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup ul {
    pointer-events: all;
    opacity: 1;
    right: 0;
}

/* line 742, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup::after {
    right: 0;
    opacity: .7;
}

/* line 748, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div label img:nth-child(1) {
    position: absolute;
    opacity: 0;
}

/* line 752, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div label img:nth-child(2) {
    position: relative;
    transform: rotate(-360deg);
    opacity: 1;
}

/* line 762, ../sass/event-20190922.scss */
div.fixedrightmenu {
    position: fixed;
    width: 137px;
    top: 130px;
    right: -32px;
    z-index: 99999;
    padding: 20px 28px 20px 30px;
    font-weight: 100;
}

/* line 769, ../sass/event-20190922.scss */
div.fixedrightmenu img {
    max-width: 100% !important;
}

/* line 772, ../sass/event-20190922.scss */
div.fixedrightmenu:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: ' ';
    height: 100%;
    width: 100%;
    background: white;
    z-index: -1;
    pointer-events: none;
    border-radius: 30px;
    opacity: .8;
    box-shadow: -5px 5px 0px rgba(128, 128, 128, 0.5);
}

/* line 787, ../sass/event-20190922.scss */
div.fixedrightmenu a {
    display: list-item;
    font-weight: bolder;
    color: #444041;
    text-decoration: none;
    position: relative;
}

/* line 793, ../sass/event-20190922.scss */
div.fixedrightmenu a li {
    padding: 10px 0px;
}

/* line 796, ../sass/event-20190922.scss */
div.fixedrightmenu a i {
    opacity: 0;
    font-size: 8px;
    position: absolute;
    left: -15px;
    top: 16px;
}

/* line 803, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type {
    position: relative;
    font-size: 30px;
}

/* line 806, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type li {
    padding-bottom: 0px;
    text-align: center;
}

/* line 809, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type:after {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border: solid 5px;
    border-color: transparent transparent #444041 transparent;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* line 821, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover {
    color: #FF3366;
}

/* line 823, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover i {
    opacity: 1;
}

/* line 827, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover:last-of-type:after {
    border-color: transparent transparent #FF3366 transparent;
}

/* line 834, ../sass/event-20190922.scss */
div.fixedrightmenu ul {
    max-width: 120px;
}

/* line 838, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1),
div.fixedrightmenu ul a:nth-of-type(2),
div.fixedrightmenu ul a:nth-of-type(3),
div.fixedrightmenu ul a:nth-of-type(4),
div.fixedrightmenu ul a:nth-of-type(5) {
    position: relative;
}

/* line 844, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1):after,
div.fixedrightmenu ul a:nth-of-type(2):after,
div.fixedrightmenu ul a:nth-of-type(3):after,
div.fixedrightmenu ul a:nth-of-type(4):after,
div.fixedrightmenu ul a:nth-of-type(5):after {
    content: ' ';
    background: grey;
    height: 1px;
    width: 115px;
    position: absolute;
    bottom: 0px;
}

/* line 852, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1):hover:after,
div.fixedrightmenu ul a:nth-of-type(2):hover:after,
div.fixedrightmenu ul a:nth-of-type(3):hover:after,
div.fixedrightmenu ul a:nth-of-type(4):hover:after,
div.fixedrightmenu ul a:nth-of-type(5):hover:after {
    height: 2px;
    background: rgba(128, 128, 128, 0.4);
}


/*main_area*/
.main-container {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.topbanner {
    min-width: 1160px;
    height: 800px;
    background: url(../images/bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 20px;
}

.toparea {
    width: 1050px;
    margin: 0px auto;
}

.maintitle {
    width: 670px;
    float: left;
    position: relative;
    top: 50px;
}

.maintitle img {
    width: 100%;
}

.slide_area {
    width: 380px;
    height: 745px;
    position: relative;
    top: 0px;
    background: url(../images/phoneframe.png);
    background-repeat: no-repeat;
    float: right;
}

.slide_area ul li {
    position: relative;
    height: 534px;
}

.phonescreen {
    width: 310px;
    height: 534px;
    position: absolute;
    z-index: 88;
    background: #ffffff;
    top: 107px;
    left: 38px;
    overflow: hidden;
}

.controlbg {
    background: #54B7BC;
    height: 70px;
    position: absolute;
    z-index: 89;
    top: 464px;
    left: 0;
    right: 0;
}


#topcontrol {
    position: relative;
}

#topcontrol button {
    background: transparent;
    border: none;
    text-align: center;
}

#topcontrol .slidePrev {
    width: 64px;
    height: 64px;
    left: 77px;
    top: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../images/noicon_h.png);
    background-position: center center;
}

#topcontrol .slideNext {
    width: 75px;
    height: 75px;
    right: 87px;
    position: absolute;
    top: -8px;
    background: #000;
    cursor: pointer;
    background: url(../images/goodicon.png);
    background-position: center center;
    animation: crescendo 0.3s alternate infinite ease-in;
}


@keyframes crescendo {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


.slidergirl img {
    width: auto;
}

.slidertext {
   padding: 15px;
}

.slidertext h4 {
    padding: 0px 0px;
}





.slidertext .good p {
    font-size: 25px;
    color: #000000;
    padding: 10px 0px;
}

.slidertext.couple {
    position: absolute;
    bottom: 70px;
    padding: 40px 10px;
    background-size: 40%;
}

.slidertext.couple .label {
    position: absolute;
    top: -35px;
    padding: 8px 15px;
    left: 5px;
    border-radius: 10px;
    z-index: 5;
    white-space: nowrap;
}

.slidertext.couple .label.girl {
    background: #ff4a8d;
}

.slidertext.couple .label p,
.slidertext.shop .label p {
    font-size: 35px;
    color: #ffffff;
    position: relative;
    z-index: 9
}

.slidertext.couple .label:after,
.slidertext.shop .label:after {
    position: absolute;
    z-index: 4;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ff4a8c transparent transparent transparent;
    content: '';
}

.labelprice {
    color: #ff4a8d;
}

.slidertext.couple h2 {
    font-size: 38px;
    line-height: 38px;
    font-style: italic;
}

.slidertext.couple span {
    color: #f00;
}

.slidertext h4 {
    font-size: 1.6em
}




.categoryarea {
    float: left;
    position: relative;
    left: 50%;
}

.category-container {
    float: left;
    position: relative;
    left: -50%;
}

.categoryarea ul li {
    float: left;
    margin: 0 30px;
    position: relative;
    transition: 
}
/* Float Shadow */
ul li a.floatup {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
ul li a.floatup:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
ul li a.floatup:hover, ul li a.floatup:focus, ul li a.floatup:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  /* move the element up by 8px */
}
ul li a.floatup:hover:before, ul li a.floatup:focus:before, ul li a.floatup:active:before {
  opacity: 1;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  /* move the element down by 8px (it will stay in place because it's attached to the element that also moves up 8px) */
}
.cate-text {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #FF3366;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    left: -50px;

}

.cate-text:after {
    position: absolute;
    right: -8px;
    bottom: 12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 35px;
    border-color: transparent transparent transparent #ff3366;
}

.center-ele {
    margin: 0;
    z-index: 99;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.hotspotarea {
    margin: 20px 0px;
    float: left;
}

.hotspot-ad {
    margin: -1px;
}

section.hotspotarea tr td {
    position: relative;
}

.hotspotarea .hotspotlist {
    margin: 0px 0px 20px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
table.hotspottable {
    width: 1158px;
}
.hotspot_container {
    
    vertical-align: bottom;
    padding-left: 15px;
}
.hotspot-mainad{
    position: relative;margin-top: 25px;
}
.adsection1{
    margin-bottom: 30px;
}
.adsection2{
    margin-bottom: 35px;
}
.mainad-photo{
   display: inline-block;margin-right: 20px;
}
.photoarea{
    width: 350px;border:  2px solid #C1CED1;position: relative;background: #ffffff;
    z-index: 6
}
.mainad-photo img{
    position: relative;z-index: 5
}
.photobg{
    background: url(../images/yellowbg.png);width: 350px;height: 280px;position: absolute;top: 0;z-index: 2;
    left: 15px;top: 15px;
}
.photo-title{
    line-height: 40px;background: #FF3366;color: #ffffff;text-align: center;font-size: 1.6em;
    position: relative;z-index: 5

}
.mainad-text{
       width:760px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0px 10px 0px;
    color: #221814;
    height: 220px;
    position: relative;
    margin-left: 20px;
}
.mainad-text h1{font-size: 2em;border-bottom: 2px solid #302E2E;display: inline-block;padding-bottom: 12px;
    margin-bottom: 10px;

}
.mainad-text h2{
    font-size: 1.5em;margin-bottom: 10px

}
.mainad-text p{
    font-size: 1.3em;line-height: 1.5em;
}
.mainad-text p{
}
.bottomarea{
    position: absolute;bottom: 0;
    width: 100%;
}
.mainad-tag{
    display: inline;color: #717071;font-size: 20px;
}
.mainad-btn{
    display: inline;right: 0px;position: absolute;
    font-size: 24px;color: #FF3366
}
.mainad-btn a{
    background: #FF3366;color: #ffffff;padding: 3px 20px;font-size: 28px;text-align: right;
}


.videoarea{
    width: 500px;z-index: 99;position: relative;
}
.videobg{
    background: url(../images/yellowbg.png);width: 500px;height: 280px;position: absolute;top: 0;z-index: 2;
    left: 15px;top: 15px;
}
.mainad-video{
    position: relative;display: inline-block;margin-right: 20px;height: 300px;vertical-align: middle;
    width: 520px;
}
.mainad-gallery{
    position: relative;display: inline-block;padding: 0px 0px;vertical-align: middle;
    width: 615px;
}
.mainad-gallery.full{
    width: 1160px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 5vw);
    grid-gap: 10px;
}
.mainad-gallery.full .gallery{
    width: 1160px;
     grid-template-columns: repeat(3, 1fr);
}
.soldout{

}
.gallery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.gallery-item-1{
        grid-column-start: 1;
    grid-column-end: 3;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-2{
        grid-column-start: 3;
    grid-column-end: 4;
        grid-row-start: 1;
    grid-row-end: 3;
}
.gallery-item-3{
       grid-column-start: 3;
    grid-column-end: 4;
        grid-row-start: 3;
    grid-row-end: 5;
}
.gallery-item-5{
       grid-column-start: 1;
    grid-column-end: 3;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-6{
       grid-column-start: 3;
    grid-column-end: 5;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-7{
       grid-column-start: 1;
    grid-column-end: 4;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-8{
       grid-column-start: 4;
    grid-column-end: 5;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-9{
       grid-column-start: 1;
    grid-column-end: 2;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-10{
       grid-column-start: 2;
    grid-column-end: 3;
        grid-row-start: 1;
    grid-row-end: 5;
}
.gallery-item-11{
       grid-column-start: 3;
    grid-column-end: 4;
        grid-row-start: 1;
    grid-row-end: 5;
}
.hotspot {
    bottom: 13px;
    width: 280px;
}
.hotslider{
    width: 990px;margin: 0px auto;
}
.hotspotimg {
   position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.hotspottext{
    position: relative;z-index: 5;
}
.hotspot-date {
    text-align: right;
    position: absolute;
    right: 0px;
    color: #FF3366
}

.hotspot_container .hotspot h3 {
    font-size: 25px;
    word-break: break-all;
    margin-bottom: 10px;
    line-height: 30px;
}

.hotspot_container .hotspot h4 {
    color: #888;
    font-size: 17px;
}

.normalspot_container {
    position: relative;
}

.normalspot {
    vertical-align: top;
    font-size: 18px;
    word-break: break-all;
    line-height: 22px;
    padding-left: 10px;
    height: 80px;
    width: 160px;
}

.normalspot h3 {
    font-size: 17px;
}

.normalspot_tag {
    color: #888;
    font-size: 15px;
    padding-left: 10px;

}

/*shoplist*/
section.shoparea {
    margin: 0px 0px;
    float: left;
}

.shoparea .shoplist {
    margin: 0px 0px 20px 0px;
    border: 1px solid #C6C6C6;
}

.shoplist_container {
    margin: 20px auto;
}

.shoplist_container tr td {
    width: 250px;
}

.shoparea-ad {
    margin: -1px;
}

.shoptable {
    margin: 0px auto;
    width: 1157px;
}

table.goodlayout {
    margin: 15px;
    transition: 0.1s;
}
table.goodlayout:hover{
    transform:scale(1.05);
}
.goodname {
    padding: 7px 5px;
    height: 35px;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
}

.goodprice {
    padding: 0px 5px
}

.gooddollar {
    color: #FF3366;
}

.goodprice-size {
    color: #FF3366;
    font-size: 25px;
}

.btnarea {
    text-align: center;
    margin: 30px 0px 20px 0px;
}

.shopbtn {
    border: 1px solid #C6C6C6;
    padding: 7px 70px;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    transition: 0.3s;
}

.shopbtn:hover {
    background: #D8D8D8;
}

/*shopslide*/

.shopslide {
    margin: 20px 0px;
}

.shopslide_title {
    border-bottom: 2px solid #C6C6C6;
    padding-bottom: 10px;
}
.shopslide_title img{
    width: 165px;height: auto;
}
.shopslide_container {
    width: 1060px;
    margin: 25px auto;
    position: relative;
}
.shopslide_container h1{
    font-size: 2.2em;text-align: center;letter-spacing: 2px;
    font-weight: 500;margin: 30px 0px;
}
.shopslide_container h1 .pinktitle{
    color: #FF3366
}
.slider-list {}

.slider-content img {
    width: 100%
}

.slider-text {
    font-size: 15px;
    padding: 10px 0px;
    line-height: 20px;
    text-align: left;

}
.slider-title{
    line-height: 40px;
        background: #FF3366;
        color: #ffffff;
        text-align: center;
        font-size: 1.6em;
        position: relative;
        z-index: 5;
}
.sale-text {
    font-size: 20px;
    padding: 10px 15px;
    line-height: 24px;
    text-align: left;

}
.sale-note{
    position: relative;height: 30px;
}
.sale-tag{
    position: absolute;left: 15px;color: #717071
}
.sale-count{
    position: absolute;right: 15px;color: #FF3366;font-size: 18px;
}
.mytopad li.item{
    box-shadow: inset 0 0 3px #C1CED1;position: relative;
}
.soldout{
    background: rgba(0,0,0,.6);margin: 0;
    padding: 0;
    height: 100%;width: 100%;position: absolute;z-index: 99;
}
.centertext{
      position: absolute;color: #ffffff;font-size: 2em;
      letter-spacing: 2px;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #404040;
}

.owl-theme .owl-dots .owl-dot span {
    background: #C0C0C0;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 36px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}
.owl-carousel .nav-btn2 {
    height: 55px;
    position: absolute;
    width: 28px;
    cursor: pointer;
    top: 140px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}
.owl-carousel .prev-slide2 {
    background: url(../images/toparrow.png) no-repeat scroll 0 0;
    left: -50px;
}

.owl-carousel .next-slide2 {
    background: url(../images/toparrow.png) no-repeat scroll -26px 0px;
    right: -50px;
}


/*  .owl-carousel .prev-slide:hover{
     background-position: 0px 36px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }*/

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.bannerarea-ad {
    width: 1160px;
}

.half {
    margin: 15px 0px 15px 0px;
}

.half img {}
#hot1108,#hot1109,#hot1110,#hot1111,#hot1112,#hot1113{
    display: none;
}
.hotspot-mainad.dateactive{
    display: block!important;
}