/*GENERAL*/

body {
    font-family: "Microsoft JhengHei", "新細明體","apple LiGothic Medium","Noto Sans",Arial,sans-serif;
    position: relative;
    background-color: #e6e6e6;
}

h1 { font-size: 1.95em;margin: 0;}
h2 { font-size: 1.55em;margin: 0;}
h3 { font-size: 1.35em;margin: 0;}
p {margin: 10px 0;line-height: 1.5;color: #333; letter-spacing: 1px;}
a {
    text-decoration: none;
    color: #512706;
}
img {display: block;max-width: 100%;margin: auto;}

button:focus, :focus {
    outline: 0;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noScroll {overflow: hidden;position:relative; height: 100%;}
.left{float: left;}
.right{float: right;}
.hidden {display: none;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?ee7fk8');
    src:    url('../fonts/icomoon.eot?ee7fk8#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?ee7fk8') format('truetype'),
        url('../fonts/icomoon.woff?ee7fk8') format('woff'),
        url('../fonts/icomoon.svg?ee7fk8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {content: "\e900";}
.icon-facebook:before {content: "\ea90";}
.icon-twitter:before {content: "\ea96";}

.maxWidthHolder {
    width: 93%;
    max-width: 950px;
    margin: auto;
}

[class*="block-grid-"] > li {
    padding: 0 0.3rem 0.6rem;
}


.grayPsuedoDiv {
  width: 100%;
  height: 25px;
  background: #e6e6e6;
}
.zigzag, .zigzagFooter {
    position: relative;
    width: 100%;
    height: 20px;
    background: #fff;    
}
.zigzag:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background:
    linear-gradient(
      35deg, transparent 31.333%,
      #fff 31.333%, #fff 66.667%,
      transparent 68.667%
    ),
    linear-gradient(
      -35deg, transparent 31.333%,
      #fff 31.333%, #fff 66.667%,
      transparent 68.667%
    );
  background-size: 20px 40px;
}
.zigzagFooter {margin-bottom: 30px;}
.zigzagFooter:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 20px;
    background: linear-gradient( 35deg, #fff 31.333%, transparent 31.333%, transparent 66.667%, #fff 68.667% ), linear-gradient( -35deg, #fff 31.333%, transparent 31.333%, transparent 66.667%, #fff 68.667% );
    background-size: 20px 45px;
}
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none!important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}
.lity.lity-opened{opacity:1}
.lity.lity-closed{opacity:0}
.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}
.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}
.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}
.lity-loading .lity-loader{opacity:1}
.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}
.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease}
.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}
.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}
.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:0;outline:0;-webkit-box-shadow:none;box-shadow:none}
.lity-close::-moz-focus-inner{border:0;padding:0}
.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:0;outline:0;-webkit-box-shadow:none;box-shadow:none}
.lity-close:active{top:1px}
.lity-image img{max-width:100%;display:block;line-height:0;border:0}
.lity-iframe .lity-container{width:100%;max-width:964px}
.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}
.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
.lity-hide{display:none}
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-dots {text-align: center; margin-top: 15px;} 
.slick-dots li {display: inline-block; vertical-align: top;} 
.slick-dots li button {background: #ccc; border: none;  padding: 0; width: 20px; height: 3px; margin: 0 2px;} 
.slick-dots li.slick-active button {background:#4e3b2d;}

.mainContentHolder {
    width: 100%;
    background-color: #fff;
}
.innerContainer {
    width: 93%;
    margin: auto;
}


/*HEADER*/
#header {
    width: 100%;
    color: #4e3b2e;
    font-size: .75em;
    font-weight: 600;
    line-height: 1.9;
    margin-top: 15px; padding-top: 15px;
}
#header .zigzag , #header .grayPsuedoDiv { display: none; }

#menuContainer {}
#menuContainer .innerContainer:first-child {
    border-bottom: 5px solid #ffd300;
    position: relative; margin-bottom: 10px;
}
    #menuContainer .orLogoGroup {
        display: inline-block; vertical-align: bottom;
        vertical-align: top;
        border-right: 2px solid #ffd300;
        padding: 10px 20px 10px 0;
        position: relative;
    }
        
    #menuContainer .dropboxMenu {
        position: absolute;
        width: 100%;
        background-color: #4e3a2f;
        top: 69px;
        z-index: 1;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .navOpened #menuContainer .dropboxMenu {
        max-height: 1600px;
    }
    
        #menuContainer .dropboxMenu .siteNavWrap {background-color: #4e3b2d;display: none;}
            #menuContainer .dropboxMenu .siteNavWrap > div {padding: 10px; border-bottom: 1px solid #ffd300;}
            #menuContainer .dropboxMenu .siteNavWrap .navTitle {background-color: #ffd300; text-align: center; font-size: 19px; font-weight: 700;}
            #menuContainer .dropboxMenu .siteNavWrap .nav {cursor: pointer; width: 100%;}
                #menuContainer .dropboxMenu .siteNavWrap .nav1 span {background: url(../img/menu-campaign-m.png) no-repeat center center; width: 120px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav2 span {background: url(../img/menu-article-m.png) no-repeat center center; width: 125px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav3 span {background: url(../img/menu-tips-m.png) no-repeat center center; width: 130px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav4 span {background: url(../img/menu-booking-m.png) no-repeat center center; width: 140px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav5 span {background: url(../img/menu-voucher-m.png) no-repeat center center; width: 110px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav span {display: block; margin: auto; background-size: contain;}
        #menuContainer .dropboxMenu .menuTopicWrap {background-color: #4d4d4d; padding: 20px 10px 15px;}
            #menuContainer .dropboxMenu .menuTopicWrap .dropmenu-othersTitle {background: url(../img/menu-others-m.png) no-repeat center center; background-size: contain; width: 100%; max-width: 215px; height: 25px; margin: 0 auto; }
            #menuContainer .dropboxMenu .menuTopicWrap .menuTopicHolder {
                width: 100%; padding: 0; position: relative;
            }
                .menuTopicHolder .slick-prev, .menuTopicHolder .slick-next {
                    position: absolute;z-index: 1;top: 36%; border: none;
                    background: url(../img/sbt.png) no-repeat; font-size: 0;
                    width: 50px;height: 50px;cursor: pointer; 
                }
                .menuTopicHolder .slick-prev {left: 0px;background-position: left center;}
                .menuTopicHolder .slick-next {right: 0px;background-position: right center;}
                #menuContainer .dropboxMenu a.menuTopic {
                    display: inline-block;
                    vertical-align: top;
                    width: 24%;
                    overflow: hidden;
                    opacity: 0.5;
                    margin: .5%;
                }
                #menuContainer .dropboxMenu a.menuTopic:hover {opacity: 1;}
                #menuContainer .dropboxMenu a.menuTopic.active {opacity: 1;}
                    #menuContainer .dropboxMenu a.menuTopic > img {width: 100%;}
        #menuContainer .dropboxMenu .dropmenu-share {background-color: #000; text-align: center;padding: 15px 15px 20px;}
            #menuContainer .dropboxMenu .dropmenu-share > p {color: #b3b3b3; font-size: 14px; margin: 0 10px 0 0; display: inline-block; vertical-align: text-top; line-height: 1;}
            #menuContainer .dropboxMenu .dropmenu-share a {
                color: #fff;font-size: 16px;padding: 7px;
                border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
                margin: 0 3px;
            }
      
    #menuContainer .siteDate {
        display: inline-block; vertical-align: bottom; padding: 0 0 7px 15px;
    }
    #menuContainer .burgerNav {
        position: absolute;
        top: 15px;right: 0;
        width: 40px; height: 40px;
        cursor: pointer;
        
    }
    #menuContainer.isFirstTopicSite .burgerNav {display: none;}
        .nav-trigger {
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
            width: 40px;
            height: 40px;
            font-size: 0;
            cursor: pointer;
            -webkit-transition: background .3s;
            transition: background .3s;
            float: right;
            background-color: #ffd300;
        }
            .trigger-icon {  
                -webkit-transition: background 0s .3s;
                transition: background 0s .3s;
                display: block;
                position: absolute;
                top: 0;left: 0;right: 0;bottom: 0;
                margin: auto;
                height: 3px;
                width: 60%;
                background: #fff;
            }
                .trigger-icon:before, .trigger-icon:after {  
                    -webkit-transition-duration: .3s,.3s;
                    transition-duration: .3s,.3s;
                    -webkit-transition-delay: .3s,0s;
                    transition-delay: .3s,0s;
                    position: absolute;
                    display: block;
                    left: 0; right: 0;
                    margin: auto;
                    width: 100%;
                    height: 3px;
                    background-color: #fff;
                    content: "";
                    display: block;
                }
                .trigger-icon:before { 
                    top: -8px;
                    -webkit-transition-property: top,-webkit-transform;
                    transition-property: top,transform;
                }
                .trigger-icon:after {  
                    bottom: -8px;
                    -webkit-transition-property: bottom,-webkit-transform;
                    transition-property: bottom,transform;
                }
                .navOpened .nav-trigger { 
                    background-color: #46382d;
                }
                .navOpened .trigger-icon:before, .navOpened .trigger-icon:after  { 
                    -webkit-transition-delay: 0s,.3s;
                    transition-delay: 0s,.3s;
                }
                .navOpened .trigger-icon {  background: 0 0;}
                .navOpened .trigger-icon:before { 
                    top: 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                .navOpened .trigger-icon:after { 
                    bottom: 0;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

    #menuContainer .siteTitleRow {
        background-color: #ffd300;
        padding: 15px 40px 15px 20px;
        margin: 0 0 10px;
    }
        #menuContainer .siteTitleRow img:first-child {float: left;max-width: 60%;margin-top:1%;}
        #menuContainer .siteTitleRow img:last-child {float: right;border-left: 2px solid #4e3b2e;padding-left: 4%;max-width: 15%;margin-top:1%;}


/*CONTENT*/
.content-wrapper {
    background-color: #fff;
}

#KV {padding-bottom: 60%; background: url(../img/KV.jpg) no-repeat center center; background-size: cover; position: relative;}
    #KV .KV-title {
        background: url(../img/KV-title.png) no-repeat center center; background-size: contain; width: 250px; height: 290px;
        position: absolute; top: 10px; right: 5px;
    }

#navbar-dt {background-color: #000; padding: 15px 0; font-size: 0; position: relative;}    
#navbar-dt:after {content: ''; display: block; position: absolute; left: 0; bottom: -10px; width: 100%; height: 10px;background: url(../img/line.png) repeat-x; z-index: 1;}    
    #navbar-dt .nav-dt {display: inline-block; vertical-align: middle; width: 20%; position: relative; cursor: pointer;}    
    #navbar-dt .nav-dt:not(:last-child) {border-right: 1px dotted #646464;}    
    #navbar-dt .nav-dt span {
        display: block; background: url(../img/menu-desktop.png) no-repeat; 
        background-size: 600px; width: 95%; height: 27px; margin: 5px auto;
        -webkit-transition:background-position .1s ease-in;  
        -moz-transition:background-position .1s ease-in;  
        -o-transition:background-position .1s ease-in;  
        transition:background-position .1s ease-in; 
    }    
    #navbar-dt .nav1 span {background-position: -0px -2px; max-width: 105px;}    
    #navbar-dt .nav2 span {background-position: -112px -2px; max-width: 113px;}    
    #navbar-dt .nav3 span {background-position: -231px -0px; max-width: 130px;height: 28px;}    
    #navbar-dt .nav4 span {background-position: -369px -2px; max-width: 123px;}    
    #navbar-dt .nav5 span {background-position: -503px -2px; max-width: 98px;}

    #navbar-dt .nav-dt.nav1:hover span {background-position: -0px -31px; }    
    #navbar-dt .nav-dt.nav2:hover span {background-position: -112px -31px; }    
    #navbar-dt .nav-dt.nav3:hover span {background-position: -231px -29px; }    
    #navbar-dt .nav-dt.nav4:hover span {background-position: -369px -31px; }    
    #navbar-dt .nav-dt.nav5:hover span {background-position: -503px -31px; }    

#intro {background-color: #000; padding: 40px 30px 60px; position: relative;}
#intro:after {content: ''; display: block; width: 100%; height: 21px; position: absolute; bottom: -10px; left: 0; background: url(../img/black-border-down.png) repeat-x; z-index: 1;}
    #intro .introTitle {color: #C85245; font-weight: 900; font-size: 1.85em; text-align: center; margin-bottom: 20px}
    #intro > p {color: #b4b4b4; text-align: center;}
    #intro > a.linkBtn {
        background-color: #fff; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
        display: block; width: 200px; text-align: center; padding: 10px; margin: 45px auto 70px; font-weight: 700;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(255,255,255,.5);
        -moz-box-shadow: 5px 5px 0px 0px rgba(255,255,255,.5);
        box-shadow: 5px 5px 0px 0px rgba(255,255,255,.5);
    }
    #intro > #howTo {cursor: pointer;}

#booking > a.linkBtn {
        color: #fff; background-color: #e64e27; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
        display: block; width: 200px; text-align: center; padding: 10px; margin: 45px auto 70px; font-weight: 700;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
        -moz-box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
        box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
    }
     a.popuplinkBtn {
        color: #fff; background-color: #e64e27; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
        display: block; width: 200px; text-align: center; padding: 10px; margin: 45px auto 70px; font-weight: 700;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
        -moz-box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
        box-shadow: 5px 5px 0px 0px rgba(230,78,39,.5);
    }
     a.popuplinkBtn2{
        color: #fff; background-color: #429b4b; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
        display: block; width: 200px; text-align: center; padding: 10px; margin: 45px auto 70px; font-weight: 700;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(66,155,75,.5);
        -moz-box-shadow: 5px 5px 0px 0px rgba(66,155,75,.5);
        box-shadow: 5px 5px 0px 0px rgba(66,155,75,.5);
    }


#FBBTN > a.linkBtn {
        color: #e5ced4; width: 250px; text-align: center;  margin: 15px auto 15px; 

    }
#FBBTN .fb-like{
    display: initial; top: 5px;position: relative;
}

#fullsizeVideo{ width: 100%; height: 300px; position: relative;overflow: hidden;}
video {min-width: 100%;width:auto;min-height: 300px;}
.btnPlay{ 
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;  
    background: url(../img/icons.png) no-repeat center top; width: 90px; height: 90px;
}

#articles {background: url(../img/pattern.jpg); padding: 20px 0 40px;}
    .article {padding: 50px 0; position: relative;}
    #articles > .article:nth-last-child(n+3):after {
        content: ''; display: block; position: absolute; left: 0; bottom: -10px; width: 100%; height: 10px;background: url(../img/line.png) repeat-x; z-index: 1;
    }
        .article .article-title > img {max-width: 290px;}
        .article .article-content { margin-top: 30px; font-size: 0;}
            .article .article-content > div { display: inline-block;vertical-align: top; font-size: 1rem; padding: 0 10px;}
            .article .imgCol {width: 60%;}
            .article .txtCol {width: 40%;}
                .article .txtCol .vertTxt {-webkit-writing-mode: tb-rl;-ms-writing-mode: tb-rl;writing-mode: tb-rl; max-height: 400px; text-orientation: upright}
                    .article .txtCol .vertTxt h3 {color: #4e3b2d; margin-left: 20px; }
                    .article-1 .txtCol .vertTxt h3 span { border-left: 6px solid #e4c781; }
                    .article-2 .txtCol .vertTxt h3 span { border-left: 6px solid #f9aea9; }
                    .article .txtCol .vertTxt p {line-height: 2; margin: 0;}
                .article .txtCol a.article-linkBtn {
                    color: #666; border: 1px solid #b4b4b4; background-color: #fff;
                    display: block; text-align: center; width: 120px; padding: 5px; margin-top: 20px;
                    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
                }
    #articles .extraNote {color: #dc7262; border: 1px solid #dc7262; padding: 10px; margin: 40px 0 20px; text-align: center;}

#booking, #voucher { padding: 40px 0; position: relative;}
#booking:before { content: ''; display: block; position: absolute; left: 0; top: -10px; width: 100%; height: 22px;background: url(../img/white-border-up.png) repeat-x; z-index: 10;}
#booking:after , #voucher:after {content: ''; display: block; position: absolute; left: 0; bottom: -10px; width: 100%; height: 10px;background: url(../img/line.png) repeat-x; z-index: 1;}    
    .bookingTitle {background: url(../img/bookin-title.png) no-repeat center center; background-size: contain;width: 200px; height: 40px;}
    .voucherTitle {background: url(../img/voucher-title.png) no-repeat center center; background-size: contain;width: 200px; height: 40px;}
    #booking-slider, #voucher-slider {font-size: 0; margin-top: 15px;}


.prevBtn, .nextBtn {position: absolute; z-index: 1; top: 250px; background: url(../img/sbt.png) no-repeat; width: 50px; height: 50px; cursor: pointer;}
.prevBtn {left:-25px; background-position: left center;}
.nextBtn {right:-25px; background-position: right center;}
.item {display: inline-block; vertical-align: top; width: 32.9%; margin: .5% .2%; border: 1px solid #ccc; position: relative; padding-bottom: 60px;}
    .item .item-top {padding-bottom: 65%; position: relative;}
        .item .item-top .bookmark-btn {position: absolute;z-index: 1;top: 10px; right: 10px; width: 40px; height: 40px; background: url(../img/icons.png) no-repeat; background-size: 65px; cursor: pointer;}
        #booking .item .item-top .bookmark-btn {background-position: center -265px; }
        #voucher .item .item-top .bookmark-btn {background-position: center -350px; }
        #booking .item .item-top .bookmark-btn.bookmarked {background-position: center -308px; }
        #voucher .item .item-top .bookmark-btn.bookmarked {background-position: center -392px; }
        .item .offerTag {color: #fff;font-size: 16px; font-weight: 700; padding: 5px 20px; text-align: center;}
        #booking .item .item-top .offerTag {background-color: #e64e27; position: absolute; left: 0; bottom: 0; }
        #booking .item .item-top .offerTag:after {
            content: ''; display: block; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 10px solid #e64e27; position: absolute; right: -10px; top: 0; bottom: 0 ;margin: auto;
        }
    .item .item-btm { padding: 15px;}  
        #voucher .item .item-btm > div {display: inline-block; vertical-align: bottom; font-weight: 700; line-height: 1; margin-bottom: 15px;}  
        #voucher .item .item-btm .offerTag {background-color: #429b4b; padding: 6px 10px 6px 15px; max-width: 45%; position: relative; } 
        #voucher .item .item-btm .offerTag:before {
            content: ''; display: block; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 8px solid #fff; position: absolute; left: 0px; top: 0; bottom: 0 ;margin: auto;
        } 
        #voucher .item .item-btm .discount-price {color: #429b4b; font-size: 25px; text-align: center; margin: 0 3% 15px; max-width: 30%;}  
        #voucher .item .item-btm .original-price {color: #e64e27;font-size: 16px; max-width: 20%; text-decoration: line-through;}  
        .item .item-btm .item-title {font-size: 18px; line-height: 1.4; font-weight: 700; margin: 0; }        
        #booking .item .item-btm .item-title {color: #e64e27;}        
        #voucher .item .item-btm .item-title {color: #429b4b;}        
        .item .item-btm small {font-size: 13px;}        
        .item .item-btm a.button {position: absolute; bottom: 15px; left: 0; right: 0; color: #fff; display: block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 16px; padding: 6px; text-align: center; width: 85%; width: calc(100% - 40px); margin: auto; }        
        #booking .item .item-btm a.button { background-color: #e64e27; }
        #voucher .item .item-btm a.button { background-color: #429b4b; }

#tips {position: relative; overflow: hidden;background-color: #B53636;}
    #tipsMenubox {
        position: absolute; left: -300px; top: 0; background-color: #000;z-index: 9; height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s ease-in-out;-moz-transition: left .3s ease-in-out;-o-transition: left .3s ease-in-out;-ms-transition: left .3s ease-in-out;transition: left .3s ease-in-out; 
    }        
    #tipsMenubox.open {left: 0;}        
        #tipsMenubox .tipsMenuInner {overflow-y: scroll; height: 100%; width: 106%; padding: 40px;}        
            #tipsMenubox .closeTipsMenu {max-width: 200px; margin: 0 auto 30px; padding: 0 30px;position: relative;cursor: pointer;}        
            #tipsMenubox .closeTipsMenu:after {content: ''; display: block; background: url(../img/arrowRight.png) no-repeat center center; background-size: contain; width: 20px; height: 34px; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; }        
                #tipsMenubox .closeTipsMenu img {}        
            #tipsMenubox .tipsMenuList {}        
                #tipsMenubox .tipsMenuList .tipsMenu {color: #fff;text-align: center; position: relative;  height: 150px; cursor: pointer; margin-bottom: 15px;}        
                #tipsMenubox .tipsMenuList .tipsMenu:after {
                    content: '';display: block;position: absolute;top: 0;left: 0;
                    width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);z-index: 0;
                }        
                #tipsMenubox .tipsMenuList .tipsMenu.area-1 {background: url(../img/submenu-meat1.jpg) no-repeat center center; background-size: cover;}        
                #tipsMenubox .tipsMenuList .tipsMenu.area-2 {background: url(../img/submenu-meat2.jpg) no-repeat center center; background-size: cover;}        
                #tipsMenubox .tipsMenuList .tipsMenu.area-3 {background: url(../img/submenu-meat3.jpg) no-repeat center center; background-size: cover;}    
                #tipsMenubox .tipsMenuList .tipsMenu.area-4 {background: url(../img/submenu-meat4.jpg) no-repeat center center; background-size: cover;}    
                #tipsMenubox .tipsMenuList .tipsMenu.area-5 {background: url(../img/submenu-meat5.jpg) no-repeat center center; background-size: cover;}    
                #tipsMenubox .tipsMenuList .tipsMenu.area-6 {background: url(../img/submenu-meat6.jpg) no-repeat center center; background-size: cover;}    
                #tipsMenubox .tipsMenuList .tipsMenu.area-7 {background: url(../img/submenu-meat7.jpg) no-repeat center center; background-size: cover;}    
                #tipsMenubox .tipsMenuList .tipsMenu h3 {position: absolute; z-index: 1; display: block; text-align: center; padding: 15px; display: table; width: 100%; height: 100%; box-sizing: border-box;}  
                #tipsMenubox .tipsMenuList .tipsMenu h3 span {display: table-cell; vertical-align: middle;}
    #tips-content {position: relative; font-size: 0; }              
    #tips-content.area-1 {background: url(../img/meat1.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-2 {background: url(../img/meat2.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-3 {background: url(../img/meat3.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-4 {background: url(../img/meat4.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-5 {background: url(../img/meat5.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-6 {background: url(../img/meat6.jpg) no-repeat center center; background-size: cover;}              
    #tips-content.area-7 {background: url(../img/meat7.jpg) no-repeat center center; background-size: cover;}              
        #tips-content .inner {
            padding-bottom: 95%; position: relative; overflow: hidden;
            background: rgba(0,0,0,0);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.71)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        }   
        #tips-content .inner:before, #tips-content .inner:after {content: ''; display: block; background-color: #B53636; width: 100%; padding-bottom: 40%;position: absolute; z-index: 0;-webkit-transform:skewY(-9deg);-moz-transform:skewY(-9deg);transform:skewY(-9deg);}
        #tips-content .inner:before {top: -25%;}
        #tips-content .inner:after {bottom: -20%;}
        #tips-content .tips-title {background: url(../img/tips-title.png) no-repeat center center; background-size: contain; width: 51%; padding-bottom: 20%; position: absolute; top: 7%; left: 30px;z-index: 1;}   
        #tips-content .tipsBtm {position: absolute; width: 100%; bottom: 0; left: 0; padding: 0 30px 30px;z-index: 1;}
            #tips-content .ImgArea, #tips-content .infoBox {display: inline-block; vertical-align: bottom; width: 50%; font-size: 1rem;}
            #tips-content .ImgArea {}              
                #tips-content .ImgArea .otherPart-btn {cursor: pointer; max-width: 170px;}              
                #tips-content .ImgArea .cowImg {width: 100%; padding-bottom: 72%; background: url(../img/cow.png) no-repeat; background-size: 100%; margin-top: -15px; position: relative;}              
                /*#tips-content.area-1 .ImgArea .cowImg {background-position: center 0%;}              
                #tips-content.area-2 .ImgArea .cowImg {background-position: center 15.4%;}              
                #tips-content.area-3 .ImgArea .cowImg {background-position: center 30.8%;}              
                #tips-content.area-4 .ImgArea .cowImg {background-position: center 46.2%;}              
                #tips-content.area-5 .ImgArea .cowImg {background-position: center 61.5%;}              
                #tips-content.area-6 .ImgArea .cowImg {background-position: center 76.9%;}              
                #tips-content.area-7 .ImgArea .cowImg {background-position: center 92.2%;}  */     
                     
                #tips-content .bodyPart.part-1 {background-image: url(../img/cow-1.png); top: 54.5%; left: 17%; width: 17.6%; padding-bottom: 8%;}      
                #tips-content .bodyPart.part-2 {background-image: url(../img/cow-2.png); top: 43%; left: 36.3%; width: 12.45%; padding-bottom: 10%;}      
                #tips-content .bodyPart.part-3 {background-image: url(../img/cow-3.png); top: 57%; left: 34.5%; width: 14%; padding-bottom: 7%;}      
                #tips-content .bodyPart.part-4 {background-image: url(../img/cow-4.png); top: 16%; left: 49.5%; width: 11%; padding-bottom: 15.5%;}      
                #tips-content .bodyPart.part-5 {background-image: url(../img/cow-5.png); top: 13.5%; left: 68%; width: 15%; padding-bottom: 24%;}      
                #tips-content .bodyPart.part-6 {background-image: url(../img/cow-6.png); top: 18%; left: 24.5%; width: 24%; padding-bottom: 17%;}      
                #tips-content .bodyPart.part-7 {background-image: url(../img/cow-7.png); top: 1.1%; left: 75.6%; width: 24.5%; padding-bottom: 27%;}      
                #tips-content .bodyPart {position: absolute;background-size: contain; background-repeat: no-repeat; background-position: left top; opacity: 0; -webkit-transition: opacity .3s;transition: opacity .3s; cursor: pointer;}   
                #tips-content .bodyPart:hover ,#tips-content.area-1 .bodyPart.part-1 ,#tips-content.area-2 .bodyPart.part-2 ,#tips-content.area-3 .bodyPart.part-3 ,#tips-content.area-4 .bodyPart.part-4 ,#tips-content.area-5 .bodyPart.part-5 ,#tips-content.area-6 .bodyPart.part-6 ,#tips-content.area-7 .bodyPart.part-7  {opacity: 1;}   
            #tips-content .infoBox {padding: 10px 20px 30px 40px;}              
                #tips-content .infoBox .areaInfo {}              
                    #tips-content .infoBox .areaInfo .infographic {padding-bottom: 50%; margin-bottom: 30px;}              
                    #tips-content.area-1 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic1.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-2 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic2.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-3 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic3.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-4 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic4.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-5 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic5.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-6 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic6.png) no-repeat center center; background-size: contain;}              
                    #tips-content.area-7 .infoBox .areaInfo .infographic {background: url(../img/tips-infographic7.png) no-repeat center center; background-size: contain;}              
                    #tips-content .infoBox .areaInfo h1 {color: #fff; font-weight: 400; font-size: 2.3em;}              
                    #tips-content .infoBox .areaInfo p {color: #fff;}              

.previousSection {padding: 50px 0;}
.previousSection .prevTitleImg {
    display: block; background: url(../img/others-title.png) no-repeat center center; background-size: contain;
    max-width: 310px; height: 35px; margin-bottom: 25px; 
}
.previousSection ul {padding:0; list-style: none;font-size: 0;}
.previousSection li, .previousSection .innerPhoto, .previousSection .textArea {display:inline-block;vertical-align: top;}
.previousSection li {width:calc(50% - 2px); font-size: 0;padding:0 2px 0 0; margin-bottom: 20px;}
.previousSection .innerPhoto {width:100%; height:auto;}
.previousSection h3 {font-size:23px; padding: 10px 0 0 10px;color: #543117;}
.previousSection p {font-size:18px; margin:0; padding:5px 10px 0; color: #666;}



#backtop-btn {
    width: 50px;
    height: 50px;
    background: #b59b78 url('//static4.orstatic.com/images/award2016/arrow-up.png') no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    #backtop-btn.show {
        visibility: visible;
        opacity: 1;
    }
.sponsor img{ display: inline; padding-right: 10px;}
/*FOOTER*/
footer {margin-top:20px;}
footer .innerContainer {
    border-top: 2px solid #ffd300;
}
    .copyright-container {
        font-size: 0;
        color: #000;
        padding: 8px 2px;
        line-height: 16px;
        position: relative;
        border-bottom: 10px solid #000;
    }
        .copyright-container > div {display: inline-block;vertical-align: top;font-size: .7rem;position: relative;}
        .copyright-container > div.footer-copyright {width: 80%; width: calc(100% - 165px); padding-left: 35px;}
        .copyright-container > div.footer-share {width: 20%; width: calc(165px);text-align: right; }
            .copyright-container > div > span {
                display: inline-block;
                vertical-align: middle;
            }
            .copyright-container #OR_FOOT_logo { position: absolute; top: 0; left: 0; width: 25px; height: 25px; background: url(../img/icons.png) no-repeat center bottom; background-size: 36px;}
            .copyright-container .copyright-text {}
            .copyright-container .footer-share a {
                color: #fff; background-color: #8a8a8a; font-size: 12px; display: block; padding: 5px;
                border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; margin-left: 5px;
            }
            



/*Lightbox*/
.lightboxOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
    z-index: 8010;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lightboxOverlay.showned {
    visibility: visible;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}
    .lightboxWrap {
        width: 90%;
        max-width: 800px;
        height: auto;
        margin: 50px auto;
    }
        .lightboxSkin {
            -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            padding: 40px;
            position: relative;
            background: #9c273a;
            color: #444;
            text-shadow: none;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            height: 100%;
        }
            .lightboxOuter {
                position: relative;
                height: 100%;
            }
                .lightboxInner {
                    overflow: auto;
                    width: 100%;
                    height: 100%;
                }
                .lightbox-close {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                    z-index: 8040;
                    background: url('../img/close-btn.png') no-repeat center center;
                    background-size: contain;
                }

                    .lightboxInner .prizeTitle1 {background: url(../img/prize-title1.png) no-repeat center center; background-size: contain;width: 100%; max-width: 500px; margin: 0 auto 20px; padding-bottom: 8%;}
                    .lightboxInner p {color: #e5ced4; text-align: center; line-height: 1.8;}
                    .lightboxInner .cLinkBtn {
                        background-color: #fff; color: #000;
                        border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
                        display: block;width: 200px;text-align: center;padding: 10px;margin: 40px auto 55px;font-weight: 700;
                        -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
                        -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
                        box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
                    }
                    .lightboxInner .prizeTitle2 {background: url(../img/prize-title2.png) no-repeat center center; background-size: contain;width: 100%; max-width: 160px; margin: 0 auto 20px;padding-bottom: 8%;}
                    .lightboxInner .prizeWrap {font-size: 1em;}
                    .lightboxInner .prizeWrap > div {
                        display: inline-block; vertical-align: top; width: 31.33%; margin: 0 .5% .5%; /* padding-bottom: 30%; */
                    }

                    .lightboxInner .prizeWrap div:nth-child(4)  {
                        /*margin-left: 31.33%;*/
                        width: 97%;
                    }

.bbqtnc{font-size: 1em; text-align: right; padding-right: 20px;}

/*MEDIA QUERIES*/
@media (min-width: 1500px) {

}

@media (max-width: 900px) {
    
    #menuContainer .burgerNav {display: block!important;}
    
}


@media (max-width: 768px) {
    #menuContainer .dropboxMenu a.menuTopic {width: 32.33%;}
    #navbar-dt .nav-dt span {background-size: 530px; height: 22px;}
    #navbar-dt .nav1 span {background-position: -0px -2px;max-width: 92px;}
    #navbar-dt .nav2 span {background-position: -99px -2px;max-width: 100px;}
    #navbar-dt .nav3 span {background-position: -205px -0px;max-width: 100px; height: 26px}
    #navbar-dt .nav4 span {background-position: -327px -2px;max-width: 108px;}
    #navbar-dt .nav5 span {background-position: -445px -2px;max-width: 90px;}
    .lightboxWrap {width:97%;}
    .lightboxSkin {padding: 40px 15px;}
    .lightbox-close {top:10px; right:20px;}
    
                    .lightboxInner .prizeWrap div:nth-child(4)  {
                        margin-left: 0%;
                    }

}

@media (min-width: 641px) {.mobile {display: none;}}
@media (max-width: 640px) {
.mobile {display: block;}
.maxWidthHolder {width: 100%;}   
.zigzag, .zigzagFooter {height: 10px;} .grayPsuedoDiv {height: 15px;}
.innerContainer {width: 100%;}
#header {padding: 0; margin: 0;}
#header .zigzag , #header .grayPsuedoDiv { display: block; }
#header.navOpened {
    position: fixed;top: 0;left: 0;
    background: #fff;z-index: 99999;
    overflow: scroll; -webkit-overflow-scrolling: touch;
    height: 100%;
}
    #menuContainer .innerContainer:first-child {width: 100%; margin: 0;}
    .navOpened #menuContainer .innerContainer:last-child {display: none;}
    #menuContainer .orLogoGroup {width: 120px; padding: 10px 15px 10px 15px;} 
    #menuContainer .siteDate { padding: 0 0 7px 10px;}
    #menuContainer .burgerNav {top: 5px;}
        .nav-trigger {background-color: transparent!important;}
        .trigger-icon, .trigger-icon:before, .trigger-icon:after {background: #ffd300;}
    #menuContainer .dropboxMenu {max-height: none!important; position: relative; top: 0; opacity: 0;visibility: hidden; height: 0;}
    .navOpened #menuContainer .dropboxMenu {opacity: 1;visibility: visible; height: auto;}
        #menuContainer .dropboxMenu .siteNavWrap {display: block;}
        #menuContainer .dropboxMenu .menuTopicWrap {}
        #menuContainer .dropboxMenu .menuTopicWrap .menuTopicHolder {padding: 10px 25px;}
            #menuContainer .dropboxMenu a.menuTopic {
                position: relative; width: 100%; margin: 0 0 7px;
            }
           
    #menuContainer .siteTitleRow {padding: 15px;margin: 10px 0 0;}
    #menuContainer .siteTitleRow img:last-child {max-width:16%; }
#KV {padding-bottom: 100%;}
#KV .KV-title {width: 90%; max-width: 180px; height: 210px; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
#navbar-dt {display: none;}
#intro .introTitle {font-size: 1.6em;}
#intro p{ text-align: left; }
#fullsizeVideo{height: 300px; background: url(../img/video-preview.jpg) no-repeat; background-size: cover;}
video {display:none;}

.bookingTitle, .voucherTitle {margin: auto;}
.article .article-content{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.article .article-content > div {
    padding: 0 20px;width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.article .txtCol {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
}
.article .imgCol {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
.article .txtCol .vertTxt {max-height: none;writing-mode: initial;-webkit-writing-mode: initial;-ms-writing-mode: initial; margin-top: 20px;}
.article .txtCol .vertTxt h3 {margin: 0 auto 20px; line-height: 1.5;}
.article .txtCol .vertTxt h3 span {border-bottom: 6px solid #e4c781; border-left: none;}
.article .txtCol .vertTxt p {line-height: 1.7;}
.article .txtCol a.article-linkBtn { margin: 20px auto 0; }
#articles .extraNote {margin: 20px;}

#tipsMenubox {position: fixed; z-index: 11;}
#tips-content {background-size: 180%!important;background-position: center 10%!important;}
#tips-content .inner {
    padding-bottom: 260%;
/*	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
*/
}
#tips-content .inner:before {top: -6%;}
#tips-content .inner:after {bottom: -6%; padding-bottom: 150%;}
#tips-content .tips-title {top: 4%; left: 0; right: 0; margin: auto; width: 80%; padding-bottom: 30%;}
#tips-content .tipsBtm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 40px 30px;
}
#tips-content .ImgArea, #tips-content .infoBox {
    display: block; width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#tips-content .ImgArea {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
}
#tips-content .infoBox {
    padding: 0; margin-bottom: 20px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
#tips-content .ImgArea .otherPart-btn {margin: auto;}
#tips-content .ImgArea .cowImg {margin-top: 0;}

.sponsor_logo{padding: 15px 0 0 15px;}
.prevBtn, .nextBtn {display: none!important;}
.item .item-btm {padding: 10px;}
.item .item-btm .item-title {font-size: 16px;}
.item .item-btm small {font-size: 12px;}

    .previousSection {margin-bottom:20px; padding: 50px 15px;}
    .previousSection li {width:100%; border-bottom:1px solid #cccccc; padding:15px 0;}
    .previousSection a:first-child li {padding-top:0;}
    .previousSection a:last-child li {border:0;}
    .previousSection .innerPhoto {width:40%}
    .previousSection .textArea {width:60%;}
    .previousSection .textArea {padding-left:15px;} 
    .previousSection h3 {padding:0;}

.lightboxInner .prizeWrap > div {width: 100%; margin: 0 auto 10px; /* padding-bottom: 80%; */}    
    
    footer:before {
        content: ''; display: block;
        width: 100%; height: 10px;
        background-color: #e1e2e4;
        -webkit-box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3);
        box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3);
    }
        footer .innerContainer {border-top: none;width: 97%;}            
            .copyright-container {padding: 6px 20px 8px 10px;}
            .copyright-container > div {display: block; width: 100%!important;}
            .copyright-container > div.footer-share {text-align: center; margin: 10px;}    
                .copyright-container .footer-share a {padding: 7px; font-size: 18px;}
}

@media (max-width: 480px) {


}


@media (max-width: 340px) {

   
}