/*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.45em;margin: 0;}
h3 { font-size: 1.25em;margin: 0;}
p {margin: 10px 0;line-height: 1.5;color: #666; 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; 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;
}

/*preloader*/
.preloader-wrapper { display: inline-block; position: relative; width: 60px; height: 60px; -webkit-animation: container-rotate 1568ms linear infinite; animation: container-rotate 1568ms linear infinite;}

@-webkit-keyframes container-rotate { to { -webkit-transform: rotate(360deg); }}

@keyframes container-rotate { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}

.spinner-layer { opacity: 1; -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; border-color: #ffcd34; position: absolute; width: 100%; height: 100%;}

@-webkit-keyframes fill-unfill-rotate { 12.5% { -webkit-transform: rotate(135deg); } 25% { -webkit-transform: rotate(270deg); } 37.5% { -webkit-transform: rotate(405deg); } 50% { -webkit-transform: rotate(540deg); } 62.5% { -webkit-transform: rotate(675deg); } 75% { -webkit-transform: rotate(810deg); } 87.5% { -webkit-transform: rotate(945deg); } to { -webkit-transform: rotate(1080deg); }}

@keyframes fill-unfill-rotate { 12.5% { -webkit-transform: rotate(135deg); transform: rotate(135deg); } 25% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } 37.5% { -webkit-transform: rotate(405deg); transform: rotate(405deg); } 50% { -webkit-transform: rotate(540deg); transform: rotate(540deg); } 62.5% { -webkit-transform: rotate(675deg); transform: rotate(675deg); } 75% { -webkit-transform: rotate(810deg); transform: rotate(810deg); } 87.5% { -webkit-transform: rotate(945deg); transform: rotate(945deg); } to { -webkit-transform: rotate(1080deg); transform: rotate(1080deg); }}

.circle-clipper { display: inline-block; position: relative; width: 50%; height: 100%; overflow: hidden; border-color: inherit;}

.circle-clipper.left { float: left !important; }

.circle { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}

.circle-clipper .circle { width: 200%; height: 100%; border-width: 3px; border-style: solid; border-color: inherit; border-bottom-color: transparent !important; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -webkit-animation: none; animation: none; position: absolute; top: 0; right: 0; bottom: 0;}

.circle-clipper.left .circle { -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; left: 0; border-right-color: transparent !important; -webkit-transform: rotate(129deg); transform: rotate(129deg);}

.gap-patch { position: absolute; top: 0; left: 45%; width: 10%; height: 100%; overflow: hidden; border-color: inherit;}

.gap-patch .circle { width: 1000%; left: -450%; }
.circle-clipper.right { float: right !important;}

.circle-clipper.right .circle { -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; left: -100%; border-left-color: transparent !important; -webkit-transform: rotate(-129deg); transform: rotate(-129deg); }

@-webkit-keyframes left-spin { from { -webkit-transform: rotate(130deg); } 50% { -webkit-transform: rotate(-5deg); } to { -webkit-transform: rotate(130deg); }}

@keyframes left-spin { from { -webkit-transform: rotate(130deg); transform: rotate(130deg); } 50% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } to { -webkit-transform: rotate(130deg); transform: rotate(130deg); }}

@-webkit-keyframes right-spin { from { -webkit-transform: rotate(-130deg); } 50% { -webkit-transform: rotate(5deg); } to { -webkit-transform: rotate(-130deg); }}

@keyframes right-spin { from { -webkit-transform: rotate(-130deg); transform: rotate(-130deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } to { -webkit-transform: rotate(-130deg); transform: rotate(-130deg); }}

.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;
}

.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;}
            #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.png) no-repeat -0px -27px; width: 90px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav2 span {background: url(../img/menu.png) no-repeat -125px -27px; width: 115px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav3 span {background: url(../img/menu.png) no-repeat -273px -27px; width: 93px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav4 span {background: url(../img/menu.png) no-repeat -400px -27px; width: 90px; height: 30px;}
                #menuContainer .dropboxMenu .siteNavWrap .nav span {display: block; margin: auto; background-size: 490px;}

        #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;
}


/*Intro-section*/
.intro-section {font-size: 0;}
    .intro-section .kvImg {
        width: 100%;
        padding-bottom: 56%;
        background: url('../img/kv.jpg') no-repeat center center;
        background-size: cover;
    }
    .intro-section .intro-text {
        font-size: 21px;
        color: #4e3b2e;
        border-left: 10px solid #aed7f3;
        margin: 20px 0 35px;
        padding: 0 260px 0 26px;
        position: relative;
    }
        .intro-section .intro-text p {margin: 0 auto 10px; line-height: 1.7em;}
        .intro-section .catQuote {
            position: absolute;
            right: 0; bottom: 0px;
            width: 240px;
            height: 290px;
            background: url('../img/catQuoteImg.png') no-repeat center center;
            background-size: contain;
        }
            .intro-section .catQuote img.catQuoteBtn {
                position: absolute;
                bottom: -10px;
            }
        
        

/*Campaign and Workshop section*/
.campaign-workshop-section {margin-top:50px;}
.campaign-workshop-section .innerContainer {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.campaign-workshop-section h3 {font-size: 1.2em;}
.campaign-workshop-section p {font-size: .95em;}
    .campaign-workshop-section .campaignBox {
        width: 56%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 10px 10px 10px 20px;
        position: relative;
        background-color: #019fe0;
        margin-right: .5%;
        cursor: pointer;
    }
        .campaign-workshop-section .txtWrap {
            overflow: hidden;
            width: 83%;
            padding-right: 10px;
        }
            .campaign-workshop-section .txtWrap p {
                color:#ffffff;
            }
            .campaign-workshop-section .campaignBox h3 {
                color: #ffd300;
            }
            .campaign-workshop-section .campaignBox p {}
        .campaign-workshop-section .campaignBox .imgWrap {
            width: 36%;
            margin-left: 2px;
        }
    .campaign-workshop-section .workshopBox {
        width: 43.5%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 10px 10px 10px 20px;
        position: relative;
        background-color: #ff96ac;
/*        cursor: pointer;*/
    }
            .campaign-workshop-section .workshopBox .txtWrap {
                width: 57%;
                padding-right: 10px;
            }
                .campaign-workshop-section .workshopBox h3 {
                    color: #db3290;
                }
                .campaign-workshop-section .workshopBox .workshopDate {
                    padding-left: 20px;
                    position: relative;
                    color: #ffffff;
                }
                    .workshopBox .workshopDate:before {
                        display: block; content: '';
                        width: 15px; height: 16px;
                        background: url('../img/icon-date.png') no-repeat center center;
                        position: absolute;
                        left: 0;
                        top: 4px;
                    }
            .campaign-workshop-section .workshopBox .imgWrap {
                width: 39.5%;
            }
            .campaign-workshop-section button {
                background-color: #019fe0;
                border: none;
                width: 8%;
                margin-left: 5px;
                border: 1px solid #ffffff;
            }
            .campaign-workshop-section .workshopBox button {
                background-color: #ff96ac;
                border: 1px solid #ffffff;
                width: 10%;
            }
            .campaign-workshop-section button i.arrowRight {
                position:relative;
                display:inline-block;
                height:25px;/*height should be double border*/
                margin-left: -11px;
            }
                i.arrowRight:before, i.arrowRight:after{
                    position:absolute;
                    display:block;
                    content:"";
                    border:13px solid transparent;/*adjust size*/
                }
                /*Change four 'top' values below to rotate (top/right/bottom/left)*/
                i.arrowRight:before{
                    left:0;
                    border-left-color:#ffffff;/*Chevron Color*/
                }
                .workshopBox i.arrowRight:before{
                    border-left-color:#ffffff;/*Chevron Color*/
                }
                i.arrowRight:after{
                    left:-5px;/*adjust thickness*/
                    border-left-color:#019fe0;/*Match background colour*/
                }
                .workshopBox i.arrowRight:after{
                    border-left-color:#ff96ac;/*Match background colour*/
                }
            
/*campaignBox-m and workshopBox-m section*/
.campaignBox-m, .workshopBox-m {display: none;}

/*campaign popSection*/
.campaign-popSection {
    background-color: #019fe0;
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.campaign-popSection.opened {
    height: auto;
    opacity: 1;
    overflow: visible;
}
.campaign-popSection:before {
    content: ''; display: block;
    position: absolute;
    top: -15px; left: 25%;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #019fe0;
}
    .campaign-popSection .innerContent {
        padding: 45px 30px;
    }
        .campaign-popSection .textCol {
            vertical-align: top;
            word-wrap: break-word;
        }
            .campaign-popSection h2 {color: #ffd300;font-size: 1.8em;border-bottom: 5px solid #ffd300;display: inline-block;margin-bottom: 5px;}
            .campaign-popSection .textCol p {color: #ffffff; font-size: 18px; line-height: 1.6em;}
            #cLinkBtn-m {display: none;}
            .campaign-popSection .textCol .cLinkBtn {
                display: inline-block;
                padding: 10px 10px 10px 20px;
/*                margin: 30px 0;*/
                font-size: 1.2em;
                font-weight: 700;
                background-color: #ffd300;
                color: #4e3b2e;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }
                .campaign-popSection .textCol .cLinkBtn i.arrowDwn {
                    position: relative;
                    display: inline-block;
                    height: 20px;
                    width: 20px;
                    margin-left: 20px;
                    vertical-align: sub;
                    border: 1px solid #4e3b2e;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }
                .cLinkBtn i.arrowDwn:before, .cLinkBtn i.arrowDwn:after{
                    position:absolute;
                    display:block;
                    content:"";
                    border:7px solid transparent;/*adjust size*/
                    left: 3px;
                }
                .cLinkBtn i.arrowDwn:before{
                    top:7px;
                    border-top-color:#4e3b2e;/*Chevron Color*/
                }
                .cLinkBtn i.arrowDwn:after{
                    top:4px;/*adjust thickness*/
                    border-top-color:#ffd300;/*Match background colour*/
                }
        .campaign-popSection .cImgCol { padding: 40px 0;}
            .campaign-popSection .cImgCol .cImgGroup { /*font-size: 0;*/ margin-top: 15px; }
            .campaign-popSection .cImgCol .cImgGroup .prizetit {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    margin-top: 15px;
    text-align: center;
}
                .campaign-popSection .cImgCol .cImgGroup img {
                    display: inline-block;
                    width: 100%;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                }
        .prize { display:inline-block; padding-right:5px; width:33%; vertical-align: top; margin: 0 0 20px;}
        .prize p, .prize ul {font-size: 15px; line-height: 1.5em; color:#ffffff;padding:0 5px;}
        .prize li {list-style: none;}

.prize-itle{
    color: #ffd300;
}


/*workshop popSection*/
.workshop-popSection {
    background-color: #ff96ac;
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.workshop-popSection.opened {
    height: auto;
    opacity: 1;
    overflow: visible;
}
.workshop-popSection:before {
    content: ''; display: block;
    position: absolute;
    top: -15px; right: 20%;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff96ac;
}
    .closeBtn {
        position: absolute;
        right: 10px;
        top: 7px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .closeBtn:before, .closeBtn:after {
        position: absolute;
        left: 9px;
        content: ' ';
        height: 20px;
        width: 3px;
        background-color: #fff;
    }
    .closeBtn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .closeBtn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .workshop-popSection .innerContent {
        font-size: 0;
        padding: 35px 30px;
    }
        .workshop-popSection .textCol {
            display: inline-block;
            font-size: 1rem;
            vertical-align: top;
            width: 65%;
            padding-right: 40px;
            word-wrap: break-word;
        }
            .workshop-popSection .textCol img {margin: 0;}
            .workshop-popSection .textCol h2 {color: #e6e6e6;margin-top: 20px;font-size: 1.8em;}
            .workshop-popSection .textCol p {color: #2f2f2f;}
            .workshop-popSection .textCol h3 {color: #db3290;border-bottom: 3px solid #ffd300;display: inline-block;}
            .workshop-popSection .textCol a {color: #999;text-decoration: underline;}
            .workshop-popSection .textCol .infoDetails {
                padding: 10px 0;
                margin: 30px 0;
                border-top: 2px dotted #ffffff;
                border-bottom: 2px dotted #ffffff;
            }
                .workshop-popSection .textCol .infoDetails p {color: #ffffff;font-size: 1em;}
                .workshop-popSection .textCol .infoDetails a {color: #ffffff;text-decoration: underline;}
        .workshop-popSection .gformCol {
            display: inline-block;
            font-size: 1rem;
            width: 35%;
            background-color: #fff;
            padding: 15px;
        }
             .workshop-popSection .gformCol iframe {border:none;height: 600px;}


/*article section*/
.article-section .innerContainer {
    padding: 50px 0;
    position: relative;
    margin-top: 20px;
}
.article-section .innerContainer:before {
    display: block; content: '';
    width: 100%; height: 8px;
    background: url('../img/dot.png') repeat-x center center;
    position: absolute;
    top: 0;
}
.article-section .innerContainer:after {
    display: block; content: '';
    width: 100%; height: 18px;
    padding: 20px 0;
    background: url('../img/dot.png') repeat-x center center;
    position: relative;
    margin-top: 20px;
    bottom: 0;
}
.article-section .contentBox {
    background-color: #019fe0;
    padding: 25px 0 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
    .article-section .colLeft {
        float: left;
        width: 40%;
        flex: 1 40%;
    }
        .article-section .ft-art-content {
            width: 100%;
            display: block;
            position: relative;
            padding: 10px 0px 30px 20px;
            border-bottom: 3px solid #fff;
        }
            .article-section .ft-art-content .ft-art-title {
                color: #ffd300;
                font-size: 2.2em;
            }
            .article-section .ft-art-content p {color: #ffffff;line-height: 1.8em;}
            .article-section .ft-art-content a {
                display: block;
                text-align: center;
                margin-top: 25px;
                padding: 5px;
                font-weight: 700;
                width: 100px;
                background-color: #ffd300; 
            }
                .article-section .ft-art-content i.arrowDown {
                    position:relative;
                    display:inline-block;
                    height:9px; width: 9px;
                    padding-left:4px;
                }
                .ft-art-content i.arrowDown:before, .ft-art-content i.arrowDown:after{
                    position:absolute;
                    display:block;
                    content:"";
                    border:6px solid transparent;/*adjust size*/
                }
                .ft-art-content i.arrowDown:before{
                    top:0;
                    border-top-color:#4e3b2e;/*Chevron Color*/
                }
                .ft-art-content i.arrowDown:after{
                    top:-2px;/*adjust thickness*/
                    border-top-color:#ffd300;/*Match background colour*/
                }
        .article-section .sideArticlesGroup {}
            .article-section .sidePastArticle {
                width: 100%;
                display: block;
                position: relative;
                border-bottom: 3px solid #fff;
                padding: 10px 0;
            }
                .article-section .sidePastArticle .holder {
                    padding-left: 60px;
                    position: relative;
                }
                .article-section .sidePastArticle .holder:before {
                    content: ''; display: block;
                    background: url('../img/paw.png') no-repeat center center;
                    width: 35px; height: 35px;
                    position: absolute;
                    left: 20px; top: 0;
                }
                .article-section .sidePastArticle.hasWritten .holder:before {
                    background: url('../img/paw-yellow.png') no-repeat center center;
                    background-size: contain;
                }
                    .article-section .sidePastArticle .holder .left {color: #999;width: 60%;}
                        .article-section .sidePastArticle .holder .left h1 {line-height: 1;}
                        .article-section .sidePastArticle.hasWritten .holder .left h1 {
                            line-height: 1.3em;
                            font-size: 1.3em;
                            color: #ffd300;
                        }
                        .article-section .sidePastArticle .holder .left small {}
                    .article-section .sidePastArticle .holder .right {width: 36%; margin-left: 4%;}
                        .article-section .sidePastArticle .holder .right .thumbImg {
                            overflow: hidden;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                            padding-bottom: 70%;
                        }

    .article-section .colRight {
        float: left;
        width: 60%;
        flex: 1 60%;
        margin: 0 10px 0 20px;
        position: relative;
    }
        .article-section .colRight .ft-art-img {
            height: 100%;
            overflow: hidden;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: absolute;
            width: 100%;
        }
    
/*card section*/
.card-section .innerContainer{
    padding: 0 0 40px 0;background-color: #f8d2de;
}
/*
@-moz-document url-prefix() { 
  .card-section .innerContent {
        display: block;
    }
}
*/
    .card-section .cardTitleBox {
/*          -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px; 
*/
            background:#f8d2de url('../img/card-title.png') no-repeat center center / 100% auto;
            width: 100%;
            height:200px;
        }
    .card-section .cardIntro {font-size:20px; margin:35px;}
    .card-wrapper {
         background-color:#f8d2de; 
            font-size: 0;
            margin:0 auto;
            width:600px;
            position: relative;
        }
        .card {width:250px; height:auto; display:inline-block; vertical-align: top; margin:0px 20px;}
            .card .innerPhoto { min-height:200px; background-position:center center; position: relative; z-index: 2; background-size: 100%; top: 20px;}
            .card .textArea h3 {font-size:15px;line-height:1.4em;letter-spacing:1px;}
            .card .textArea h2 {font-size:18px; line-height:1.3em;padding-top:0.1em;}
            .dish-name { padding: 30px 10px 0 15px; margin: 0px 10px;    
                border: 5px solid #e5aa6e;
                border-bottom: 5px solid #635459;
                border-top: 0;
                background-color:#db9b5b;
                height: 235px;
                position: relative;
            }
            .card:nth-child(5) .dish-name {height: 275px;}
            .card:nth-child(6) { position: absolute;bottom: 0;}

                .dish-name h3, .dish-name h2 {color:#ffffff;} 
                .restaurant-btn {text-align: center; position:absolute; margin:auto;left:0; right: 0; bottom:15px; width: 120px;}
                .restaurant-btn h3 {color:#635459; border:1px solid #635459;padding: 5px}
                .restaurant-btn h3:hover { background-color:#635459; color:#ffffff;}

.play-button {display:none;}
            .play-button {width:56px; height:56px; border-radius:100px;background-color:#ffffff; position:absolute;top:180px;right:20px;background-image:url(../img/play-button.png); background-repeat:no-repeat; background-position:center center;border:none;}
                .play-button:hover:after, .play-button:hover:before {opacity:1}
                .play-button:hover {background-image:url(../img/play-button-animated.gif);}
                .play-button:before, .play-button:after {
                    position:absolute;
                    opacity:0;
                    font-size:12px;
                    -webkit-transition:opacity 250ms ease-out;
                    -moz-transition:opacity 250ms ease-out;
                    -ms-transition:opacity 250ms ease-out;
                    -o-transition:opacity 250ms ease-out;
                    transition:opacity 250ms ease-out;
                }
                .play-button:after {
                    content:'Listen';
                    top:-2.7em; /* - top padding */
                    left:-9px;
                    display:inline-block;
                    padding:7px 20px;
                    color:#fff;
                    background:#000000;
                }
                .play-button:before {
                    content:' ';
                    top:9%;
                    left:19px;
                    width:0;
                    height:0;
                    margin-top:-8px; /* - border width */
                    border:8px solid transparent;
                    border-top-color:#000000;
                }

.card-section .card-link-btn {text-align: center;margin: 20px 0 30px;}
    .card-section .card-link-btn img {max-width: 85%;display: inline-block;}
.card-section small {width:93%; margin:10px auto;}
    .card-section small.src-p {font-size: 12px;display: block;margin-bottom: 10px auto;}
        .card-section small.src-p a {text-decoration: underline;}



.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 h2 {font-size:26px; padding:5px; border-bottom: 1px solid #cccccc;margin:50px 0 20px; color :#543117;}
.previousSection h3 {font-size:23px; padding: 10px 0 0 10px;}
.previousSection p {font-size:18px; margin:0; padding:5px 10px 0}


#backtop-btn {
    width: 50px;
    height: 50px;
    background: #b59b78 url('//static4.orstatic.com/images/award2016/arrow-up.png?7A287ED0') 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;
    }

/*FOOTER*/
footer {margin-top:10px;}
footer .innerContainer {
    border-top: 2px solid #ffd300;
}
    .site-desc {
        font-size: .7em;
        color: #000;
        padding: 8px 20px 0 37px;
    }
    footer .social-nav {display: none;}
    .copyright-container {
        font-size: .7em;
        color: #000;
        padding: 0 2px 8px 2px;
        line-height: 16px;
        position: relative;
        border-bottom: 10px solid #000;
    }

        .copyright-container #OR_FOOT_logo {
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -15px;
        }

        .copyright-container .copyright-text {
            display: inline-block;
            vertical-align: middle;
        }
        .copyright-container .tc-link {
            float: right;
            line-height: 1.6;
            color: #000;
        }
        .footer-share {float: right;margin: -3px 10px;}
        .footer-share span {display: inline-block; vertical-align: middle;font-size: 12px;}
        .footer-share span 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(239,239,239,0.96);
    -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: 15px;
            position: relative;
            background: #f9f9f9;
            color: #444;
            text-shadow: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            height: 100%;
        }
            .lightboxOuter {
                position: relative;
                height: 100%;
            }
                .lightboxInner {
                    overflow: auto;
                    width: 100%;
                    height: 100%;
                }
                .lightbox-close {
                    position: fixed;
                    top: 15px;
                    right: 30px;
                    width: 36px;
                    height: 36px;
                    cursor: pointer;
                    z-index: 8040;
                    background-image: url('../img/lightbox_sprite.png');
                }

@media (max-width: 768px) {
    .lightboxWrap {width:97%;}
    .lightboxSkin {padding:8px;}
    .lightbox-close {top:10px; right:20px;}
}



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

}

@media (max-width: 1000px) {
    .workshop-popSection .gformCol iframe {height: 760px;}
}


@media (max-width: 800px) {
    .article-section .sidePastArticle .holder .left h1 {font-size: 22px;}
}

@media (max-width: 768px) {
    .workshop-popSection .gformCol iframe {height: 800px;}
    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%;}
        footer .social-nav {display: block;text-align: center;padding: 20px 0;border-bottom: 1px solid #b3b3b3;}
            .social-nav .li .socials-icon {
                width: 45px; height: 45px;}
            .social-nav .socials-icon.fb-link {background: url('../img/social-icons-m.png') no-repeat 0px 1px;}
            .social-nav .socials-icon.twitter-link {background: url('../img/social-icons-m.png') no-repeat -52px 1px;}
            .social-nav .socials-icon.google-link {background: url('../img/social-icons-m.png') no-repeat -104px 1px;}
            .site-desc {padding: 8px 10px;border-bottom: 2px solid #000;}
            .copyright-container {padding: 6px 20px 8px 10px;}
                .copyright-container #OR_FOOT_logo {margin-top: 0;}
                .copyright-container .tc-link {
                    float: none;
                    display: block;
                    text-align: center;
                    padding: 0 0 9px;
                }
                .footer-share {float: none;display: block;text-align: center;margin: 4px 0px;}
}

@media (max-width: 640px) {
.maxWidthHolder {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%; }
    .intro-section .kvImg {
        padding-bottom: 85%;
        background: url('../img/kv-m.jpg') no-repeat center center;
        background-size: cover;
    }

    .intro-section .intro-text {padding: 0 15px;margin-bottom: 260px;}
    .intro-section .catQuote {
        background: url('../img/catQuoteImg-m.png') no-repeat center center;
        background-size: 90%;
        max-width: 320px; 
        width: 100%;
        height: 270px;
        bottom: -220px;
        left: -7px; right: 0; margin: auto;
    }
    .intro-section .catQuote img.catQuoteBtn {background-image: url(../img/catQuoteBtn@2x.png);left:0;right:0;}
    .campaign-workshop-section {display: none;}
    .campaignBox-m, .workshopBox-m {display: block;}
        .campaignBox-m .innerContainer {
            padding: 15px 10px;
            position: relative;
            background-color: #019fe0;
            margin-top: 30px;
        }
            .campaignBox-m h3 {
                font-size: 25px;
                color: #ffd300;
                padding-right: 30px;
            }
            .campaignBox-m p {color:#ffffff;}
            .campaignBox-m .contentBox {
                margin-top: 15px;
            }
                .campaignBox-m .contentBox .imgWrap {
                    width: 30%;
                    padding-top: 30%;
                }
                .campaignBox-m .contentBox p {
                    width: 67%;
                    margin-left: 3%;
                    margin-top: 0; 
                }
            .campaignBox-m button {
                background-color: #ffd300;
                border: none;
                width: 26px; height: 25px;
                position: absolute;
                top: 17px; right: 10px;
            }
            .campaignBox-m button i.arrowDwn {
                position:relative;
                display:inline-block;
                height:10px;/*height should be double border*/
                margin-left: -15px;
            }
                .campaignBox-m i.arrowDwn:before, .campaignBox-m i.arrowDwn:after{
                    position:absolute;
                    display:block;
                    content:"";
                    border:8px solid transparent;/*adjust size*/
                }
                /*Change four 'top' values below to rotate (top/right/bottom/left)*/
                .campaignBox-m i.arrowDwn:before{
                    top:0;
                    border-top-color:#019fe0;/*Chevron Color*/
                }
                .campaignBox-m i.arrowDwn:after{
                    top:-5px;/*adjust thickness*/
                    border-top-color:#ffd300;/*Match background colour*/
                }
            
        .workshopBox-m .innerContainer {
            padding: 10px;
            position: relative;
            background-color: #ff96ac;
            margin-top: 15px;
        }   
            .workshopBox-m .imgWrap {
                width: 30%;
                padding-top: 30%;
            }
            .workshopBox-m .txtWrap {
                width: 67%;
                margin-left: 3%;
            }
                .workshopBox-m h3 {
                    font-size: 25px;
                    color: #db3290;
                }
                .workshopBox-m p {color:#ffffff;}
                .workshopBox-m .workshopDate {
                    font-size:13px;
                    padding-left: 20px;
                    position: relative;
                    color: #fff;
                }
                    .workshopBox-m .workshopDate:before {
                        display: block; content: '';
                        width: 15px; height: 16px;
                        background: url('../img/icon-date.png') no-repeat center center;
                        position: absolute;
                        left: 0;
                        top: 2px;
                    }
                .workshopBox-m button {
                    border: none;
                    width: 26px; height: 25px;
                    margin-top: 8px;
                    background-color: #db3290;
                }
                    .workshopBox-m button i.arrowDwn {
                        position:relative;
                        display:inline-block;
                        height:10px;/*height should be double border*/
                        margin-left: -15px;
                    }
                        .workshopBox-m i.arrowDwn:before, .workshopBox-m i.arrowDwn:after{
                            position:absolute;
                            display:block;
                            content:"";
                            border:8px solid transparent;/*adjust size*/
                        }
                        /*Change four 'top' values below to rotate (top/right/bottom/left)*/
                        .workshopBox-m i.arrowDwn:before{
                            top:0;
                            border-top-color:#ff96ac;/*Chevron Color*/
                        }
                        .workshopBox-m i.arrowDwn:after{
                            top:-5px;/*adjust thickness*/
                            border-top-color:#db3290;/*Match background colour*/
                        }
    
    .campaign-popSection:before, .workshop-popSection:before {left: 0;right: 0; margin: auto;}
    .campaign-popSection .innerContent, .workshop-popSection .innerContent {margin-top: 15px;}
        .campaign-popSection .textCol, .workshop-popSection .textCol {width: 100%; padding-right: 0;}
            .campaign-popSection h2 span {display: inline-block; width:25px;}
            #cLinkBtn {display: none;}
            #cLinkBtn-m {display: block;}
            .campaign-popSection .textCol .cLinkBtn {
                text-align: center;
                width: 87%;
                margin: 15px auto;
                display: block;
            }
    .prize {width:100%;}
    .workshop-popSection .gformCol {width: 100%;}
        .workshop-popSection .gformCol iframe {height: 700px;}
    .article-section .innerContainer {
        padding: 0; margin-top: 40px; width: 100%;
    }
    .article-section .innerContainer:before , .article-section .innerContainer:after{
        background: none;
        background-color: #e1e2e4;
        height: 10px;
    }
    .article-section .innerContainer:before {
        -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);
    }
    .article-section .innerContainer:after {
    -webkit-box-shadow: inset 0px 3px 1px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 3px 1px -2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 3px 1px -2px rgba(0, 0, 0, 0.5);
    display: block;
    content: '';
    height: 7px;
    padding: 5px 0;
    position: relative;
    bottom: 0;
}
        .article-section .contentBox {
            display: block;
            padding: 10px 0;
        }
            .article-section .colLeft {
                float: none;
                width: 100%;
                margin-top: 250px;
            }
                .article-section .ft-art-content {
                    padding: 20px 0;
                    margin: auto;
                    width: 90%;
                }
                .article-section .ft-art-content .ft-art-title {font-size: 1.5em;}
                .article-section .sidePastArticle.hasWritten .holder .left h1 {font-size:1.2em;}
                .article-section .sideArticlesGroup {width: 90%; margin: 0 auto 10px;}
                    .article-section .sidePastArticle:last-child {border-bottom: none;}
                        .article-section .sidePastArticle .holder {padding-left: 37px;}
                        .article-section .sidePastArticle .holder:before {
                            left: 0;
                            width: 30px;
                            height: 30px;
                            background: url('../img/paw.png') no-repeat center center;
                            background-size: contain;
                        }
                            .article-section .sidePastArticle .holder .left h1 {font-size: 1.5em;}
                            .article-section .sidePastArticle .holder .left small {font-size: 1em; font-weight: 700;}
            .article-section .colRight {
                float: none;
                width: 100%;
                height: 250px;
                order: 1;
                margin: 0;
                position: absolute;
                top: 10px;
                left: 0;
            }
                .article-section .colRight .ft-art-img {
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
            }
    
            .card-section .innerContainer {width: 100%; padding:0;}
    
            .card-section .cardTitleBox {
                width: 100%;
                margin: auto;
                background: url('../img/card-title-m.png') no-repeat center center;
                background-size: 100% auto;
                border-radius: 0;
                height:300px;
            }

    .previousSection {margin-bottom:20px;}
    .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;}
    
    
    
    
}

@media (max-width: 480px) {
.intro-text p {
        font-size: 16px;
        line-height: 1.6em;
    }
    
    footer {
        margin-top: 10px;
    }
    
    .card-section .cardTitleBox {
        background: #f8d2de url('../img/card-title-m.png') no-repeat center center / 100% auto;
        ;
        height: 280px;
    }
    
    .card-section .cardIntro {
        margin: 25px;
    }
    
    .workshop-popSection .innerContent {
        padding: 35px 20px;
    }
    
    .workshop-popSection .gformCol iframe {
        height: 610px;
    }
    .card-wrapper {width:320px;}
    
/*
    class*=["block-grid-"] {
        margin: 0;
    }
    
*/
    .copyright-container .copyright-text {
        padding: 9px 0;
    }
    
    .copyright-container:last-child {
        padding: 0;
    }
    
    .copyright-container:last-child #OR_FOOT_logo {
        padding: 8px 0px 8px 20px;
    }
    
    .copyright-container:last-child .copyright-text {
        width: 80%;
    }
    .card { 
    width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    }
    .dish-name {
    padding: 30px 10px 0 15px;
    margin: 0px 10px;
    border: 5px solid #e5aa6e;
    border-bottom: 5px solid #635459;
    border-top: 0;
    background-color: #db9b5b;
    height: 220px;
    position: relative;
}
    .card:nth-child(5) .dish-name {height: 245px;}
    .card:nth-child(6) {
        position: relative;
    }
    
    .fat-cat {
        position: absolute;
        bottom: 0px;
    }
}

.sponsor .innerContainer{
    padding: 5px 0;
    color: #543117;
}
.sponsor .p{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.sponsor .logo{
    display: inline-block;
    vertical-align: top;
    width: 70px;
}

