/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,400italic,800);
@import url(https://fonts.googleapis.com/css?family=Merienda);

@import url(fonts/abrahamlincoln/stylesheet.css);
@import url( responsive.css);

body{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    padding:0px;
    margin:0px;
    overflow-x: hidden;
  
}

a{
    color:#555;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}


.loading-overlay{
    position: fixed;
    background-color:darkorange;
    width:100%;
    height:100%;
    z-index: 9500;
    top:0px;
    left:0px;
}
.loading-overlay img{
    position: absolute;
    top:48%;
    right:10%;
    color:#fff;
    max-width:300px;
    width:100%;

}
h1, h2, h3, h4, h5, h6{
    font-family: 'abraham_lincoln', serif;
    letter-spacing: 2px;
}

h3{
    font-size:160%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1{

    text-align: center;
    text-transform: uppercase;
    color:darkorange;
    letter-spacing: 3px;
    border-bottom:solid 1px darkorange;
    width:80%;
    font-size:280%;
    margin:0 auto;
    padding-bottom:15px;
    margin-bottom:15px;
}

header{
    margin:0px;
    padding:0px;
    overflow: hidden;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.container{
    width:100%;
    padding:25px 0px;
    display:block;
}

.header-poster{
    width:100vw;
    height:100vh;
    position: relative;
    background-size:cover;
    background-position:bottom;
    display:block;
}

.top-header{
    width:80%;
    margin:0px auto;
    color:#fff;
    height:100px;
    padding:50px;
}

.clear{
    clear:both;
}

.clear-more{
    clear:both;
    height:40px;
}

.logo-placeholder{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    width:20%;
    height:60px;
    padding:10px 10px 30px 30px;
    float:left;
}

.logo-placeholder img{
    width:70%;
    height:auto;
}

.header-divider{
    width:50%;
}

.top-col-left{
    float:left;
    border-bottom:1px solid #fff;
    width:60%;
    height:50px;
    float:left;
}


.top-col-right{
    float:left;
    border-bottom:1px solid #fff;
    width:10%;
    height:50px;
    text-align: center;
    float:left;
}

.pub-head{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    padding:8px 20px;
    font-size:150%;
    letter-spacing: 3px;
}
.pub-head img{
    height:20px;
    width:auto;
}

.pub-head a{
    color:#fff;
    text-decoration: none;
}

.pub-head a:hover{
    color:darkorange;
    text-decoration: none;
}

.bottom-col-left{
    float:left;
    border-right:1px solid #fff;
    width:15%;
    height:50px;
}


.bottom-col-mid{
    float:left;
    border-right:1px solid #fff;
    width:43%;
    height:50px;

}


.bottom-col-right{
    float:left;
    border-right:1px solid #fff;
    width:11.8%;
    height:50px;
    text-align: center;
}

.pastIssueLink{
    text-align: center;
    display: block;
    width:100%;
}

.scroll-down{
    position: absolute;
    bottom:0px;
    width:100%;
    text-align: center;
    margin-bottom:5px;
}

.scroll-down a{
    color:#fff;
    display:inline;
    border:1px solid #fff;
    padding:15px 25px;
    font-weight:700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-down a:hover{
    background-color:#fff;
    color:darkorange;
}

.main-menu{
    background-color:darkorange;
    z-index:9000;
    width:100%;
}

.menu-cont{
    margin:0px auto;
    width:100%;
    display:none;
}

@keyframes growDk {
    from { height: 0px; }
    to   { height: 100px; }
}  

/* Firefox < 16 */
@-moz-keyframes growDk {
    from { height: 0px; }
    to   { height: 100px; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes growDk {
    from { height: 0px; }
    to   { height: 100px; }
}

/* Internet Explorer */
@-ms-keyframes growDk {
    from { height: 0px; }
    to   { height: 100px; }
}

/* Opera < 12.1 */
@-o-keyframes growDk {
    from { height: 0px; }
    to   { height: 100px; }
}

.menu-pull-dk{

    -webkit-animation: growDk 1s!important; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: growDk 1s!important; /* Firefox < 16 */
    -ms-animation: growDk 1s!important; /* Internet Explorer */
    -o-animation: growDk 1s!important; /* Opera < 12.1 */
    animation: growDk 1s!important;
    height: 100px!important;
}


.issue-title{
    width:68%;
    padding:10px;
    float:left;
    color:#fff;
    text-transform: uppercase;
    font-size:110%;
}

.title2{

    float:left;
}
.title{
    font-family: 'abraham_lincoln', serif;
    letter-spacing: 3px;
    float:left;
    line-height:30px;
    margin:0% 5px;
}

.menu-icon{
    width:25%;
    margin:0px;
    float:right;
    text-align: right;
}

.menu-toggle{
    width:30px;
    height:48px;
    background-color: orangered;
    padding:16px 15px 0px;
    cursor: pointer;
    float:right;
    position: relative;
}

.menu-line{
    background-color:#fff;
    height:2px;
    width:100%;
    margin-bottom:11px;
}

.menu-dl{
    background-color:#fff;
    height:2px;
    width:50%;

    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top:30px;
    margin-left:4px;
}


.menu-dr{
    background-color:#fff;
    height:2px;
    width:50%;

    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:30px;
    margin-left:4px;
}

.menu{
    width:100%;
    color:#fff;
    text-align: center;
    padding:15px 0px;
    overflow: hidden;
    height:15px;
    display:block;
    margin:0 auto;
}
#on{
    display:none;
}

.menu ul{
    padding: 10px 0px;
    /*    border-top:solid 1px #fff;*/
    display:inline;
    margin:0 auto;
    text-align: center;
    width:100%;

}

.menu h1{
    color:#fff;
    padding:5px 0px;
    font-size:180%;
}

.menu ul li{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight:700;
    display:inline-block;
}

.menu ul li::before{
    content: ' ' ;
    padding:0px 20px;
}
.menu ul li::after{
    content: ' ' ;
    padding:0px 20px;
}
.menu ul li:first-child::before{
    content: ' ' ;
    padding:0px 0px;
}
.menu ul li:last-child::after{
    content: ' ' ;
    padding:0px 0px;
}

.menu ul li a{
    color:#fff;
    font-size:120%;
    text-decoration: none;
}

.menu ul li a:hover{
    border-bottom:1px solid #fff;
}

/* End of header Style */

/* page style */


.page-header{
    width:85%;
    margin:0 auto;
}

.page-header h1{
    text-align: center;
    font-size:280%;
    text-transform: uppercase;
    letter-spacing: 3px;
    color:darkorange;
    margin:10px 0px;
}

.page-divider{
    width:80%;
    margin:0 auto;
}

.page-body{
    width:100%;
    min-height:60vh;
    margin:0 auto;
    max-width:1400px;
    padding-bottom:50px;
     
    position: relative;
}


.page-body h2{
    text-align: center;
    font-size:200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    color:#555;
    margin:20px 0px;
}


.col-whole{
    display:block;
    width:98%;
    float:left;
    margin:1%;
}

.col-half{
    width:48%;
    float:left;
    margin:1%;
}

.col-quart{
    width:23%;
    float:left;
    margin:1%;
    display:block;
}

.col-third{
    width:72%;
    float:left;
    margin:1%;
    display:block;
}

.col-sixth{
    width:64%;
    float:left;
    margin:1%;
    display:block;
}

.col-fourth{
    width:33%;
    float:left;
    margin:1%;
    display:block;
}



.col-three{
    width:32%;
    float:left;
    margin:1%;
    display:block;
}


.nested-col{

    margin:1% 3px;
}


.double-line-divider{
    border-bottom:5px double darkorange;
    width:30%;
    margin:15px auto;
}

.formstyle input{
    width:35%;
    margin:10px;
    padding:10px;
    float:left;
}


.formstyle label{
    float:left;
    margin:10px;
    font-size:80%;
}

.req{
    color:darkorange;
}


.formstyle input[type=email]{
    width:80%;
}
.cust-cb{
    display: none;
}


.cust-cb + label{
    width:100%;
    min-height:18px;
    border:none;
    text-align: left;
    background-color:transparent;
    background-image:url(../images/checbox.png);
    background-repeat: no-repeat;
    padding:0px;
    padding-left:20px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

}
.cust-cb:checked + label{
    /*    background-color:darkorange;*/

    background-image:url(../images/checbox-checked.png);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
} 

#submitBtn{
    color:#fff;
    background-color:transparent;
    background:url(../images/sauce button_web.jpg);
    font-family: 'Merienda', cursive;
    font-size:300%;
    transition: all .2s ease-in-out;
    width:200px;
    height:auto;
    display:inline;
    border-radius:50%;
    border:0px;
    margin:0px auto;
    letter-spacing: 3px;
    float:none;
}
.formstyle input[type=submit]{
    display:inline;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:8px 8px;
    border:solid 1px darkorange;
    background-color:#fff;
}

.formstyle input[type=submit]:hover{
    background-color:orange;
}

.overlay-iframe{
    position: fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    background-color:rgba(255,255,255, 0.5);
    z-index: 9999;
    display:none;
}

.mix-ani{
    border:0px;

    background-color:#fff;
    width:500px;
    height:auto;
    position: absolute;
    top:50%;
    margin-top:-207px;
    left:50%;
    margin-top:-250px;
}

.mix-ani img{
    width:100%;
    height:auto;
}


iframe{
    border:0px;
    box-shadow: 0 0 50px #000;
    background-color:#fff;
    width:60vw;
    height:80vh;
    position: absolute;
    top:50%;
    margin-top:-40vh;
    left:50%;
    margin-left:-30vw;
}


.youtubeFrame{
    border:0px;
    box-shadow: 0 0 50px #000;
    background-color:#fff;
    width:60vw;
    height:80vh;
    position: absolute;
    top:50%;
    margin-top:-40vh;
    left:50%;
    margin-left:-30vw;
}

.yt-ol{
    background-color:rgba(0,0,0,0.8);
}
.cross{
    position: fixed;
    top:3%;
    right:3%;
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color:#ccc;
    font-size:150%;
    font-weight: 100;
    padding:5px 5px;
    z-index: 9999;
    cursor: pointer;
}


.cross-dl{
    background-color:#333;
    height:2px;
    width:50%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top:20px;
    margin-left:3px;
}


.cross-dr{
    background-color:#333;
    height:2px;
    width:50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:20px;
    margin-left:3px;
}


.errMsg{
    color:red;
    text-align: left;
    font-size: 80%;
    padding:1%;
}
/* End of Page style */


/* home Style */

.cs-prev h1{
    text-align: left;
    text-transform: uppercase;
    color:darkorange;
    letter-spacing: 3px;
    width:100%;
    margin-top:25px;
}

.cs-prev h3{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color:#fff;
    width:100%;
    text-align: center;
    font-size:250%;
    padding-top:30%;
}

.nb-prev{
    padding-top:200px;
}

.nb-prev h1{
    width:100%;
    margin-top:25px;
    text-align: left;
    text-transform: uppercase;
    color:darkorange;
    letter-spacing: 3px;
}

.nb-prev img{
    width:100%;
    height:auto;
}


.nb-prev h4{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size:100%;
    width:100%;
}

.nb-single{
    border-bottom:solid 1px darkorange;
}


.cover-story{
    position: relative;

}
.cover-story img{
    width:100%;
    height:auto;
}

.orange{
    color:darkorange;
}

.overlay-link{
    background-color:rgba(0,0,0, 0.5);
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    display:none;
}

.linkToggle:hover .overlay-link{
    display:block;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.article-prev {
    float:right;
    text-align: left;
    padding-bottom:25px;
}

.article-prev img{
    width:100%;
    height:auto;
    border:0px;
}
.article-prev a{

    border:0px;
}


.article-prev h4{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size:100%;
    width:100%;

}

.video-prev{
    margin-bottom:25px!important;
}
.video-prev a  {
    margin:0px;
    padding:0px;
    float:left;
    position: relative;
    width:100%;
    cursor: pointer;

}

.video-prev img{
    width:100%;
    height:auto;

}


.playBtn{
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0px;
    width:100%;
    height:100%;
    text-align: center;
    opacity: 0;
}

.playBtn img{
    width:10%;
    height:auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-10%;
    margin-left:-10%;
    border:solid 2px #fff;  
    padding:3% 5%;
    border-radius: 15%;
}


.video-prev a:hover .playBtn {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    opacity: 1;
}

.recipe-prev{
    height:80vh;
    width:100%;
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
}

.recipe-prev h4{
    color:#fff;
    text-align: center;
    font-size:200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom:solid 1px #fff;
    width:20%;
    padding-bottom:10px;
    max-width:400px;
    margin:0 auto;
    margin-top:20%;

}

.recipe-prev .overlay-text{

}

.recipe-prev h1{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size:280%;
    text-align: center;
    color:#fff;
    width:50%;
    max-width:500px;
    margin:0 auto;
    border:0;
}

.awards-prev {
    padding:50px 0px;

}

.awards-prev h1{
    text-align: center;
    text-transform: uppercase;
    color:darkorange;
    letter-spacing: 3px;
    border-bottom:solid 1px darkorange;
    width:80%;
    margin:0 auto;
    padding-bottom:15px;
    margin-bottom:15px;
}

.awards-single{
    text-align: center;
}


.awards-single:hover{
    /*    border:solid 1px #444;*/


    border-radius:15px;
}

.awards-single a img{
    border:0px;
   
}


.btnStyle{
    display: block;
    margin:10px 5px;
    text-align: center;
    border:solid 1px darkorange;

}

.btnStyle:hover{
    background-color:darkorange;
    color: #fff;
}

/* end of Home style */


/* Editors Note */

.editorNote{
    padding:50px 0px;
}

/*
#editors-note h1{

text-align: center;
text-transform: uppercase;
color:darkorange;
letter-spacing: 3px;
border-bottom:solid 1px darkorange;
width:80%;
margin:0 auto;
padding-bottom:15px;
margin-bottom:15px;
}
*/


.editor-by{
    width:30%;
    max-width:350px;
    margin:15px auto;

}

.editor-txt{
    width:60%;
    max-width:800px;
    margin:25px auto;
    font-size:110%;
}

/* End of Editor Notees */



/* cover Story */

.cs1{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width:100%;
    min-height:90vh;
    padding:50px 0px;
    text-align: center;
    color:#fff;
    padding-bottom:200px;
}

.cs1 p{
    padding:0px 15%;
    font-size:110%!important;
    text-align:left!important;
}




.cs2{
    background-image:url(../images/coverStory2-img.jpg);
    background-color:#000;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    width:100%;
    min-height:100vh;
    padding:50px 0px;
    text-align: left;
    color:#fff;
    padding-bottom:200px;
    clear: both;
}
.cs2 p{

    font-size:110%!important;
}



.condi-portion{
    width:50%;
    margin:0 auto;
}


.quote img{
    width:100%;
    height:auto;
}

.quote-text{
    text-align: left!important;
    color:darkorange!important;
    text-transform: none;
}

.byline{
    text-align: right;
}

.cs3{
    background-color:darkorange;
    margin-top:-15px;

    position: relative;

}


.cs-condis{
    padding: 0px;
    width:46%;
    float:left;
}

.og-cir{
    width:24px;
    height:24px;
    padding:1px 0px;
    margin-right:5px;
    text-align: center;
    float:left;
    background-color:darkorange;
    color:#fff;
    border-radius: 50%;
}


.cs-condis li{
    list-style: none;
    display:inline-block;
    width:100%;
    vertical-align: top;
    padding:5px 0px;
}
.cs-condis img{
    width:100%;
    height:auto;
}


.cs-col{
    width:33.33%;
    float:left;
}



.cs-col img{
    width:100%;
    height:auto;
}

.ingred-label{
    display:inline;
    background-color:rgba(255,255,255, 0.5);
    color:#333;
    padding:5px;
    position: absolute;
}

#livePrawns1{
    top:56%;
    left:10px;
}


#scallops{
    top:63%;
    left:100px;
}

#taupok1{
    top:63%;
    left:190px;
}

#laksaNoodle{
    top:42%;
    left:200px;
}

#chilliOil{
    top:50.5%;
    right:45px;
}

#chilliPadi{
    top:65%;
    right:40px;
}


#livePrawns2{
    top:40%;
    left:190px;
}

#instantNoodle{
    top:36%;
    left:40px;
}


#marinatedPork{
    top:63%;
    left:40px;
}

#friedBeancurdStrips{
    top:61%;
    left:185px;
}

#hardBoiledEggs{
    top:49%;
    right:30px;
}


#taupok2{
    top:57%;
    right:30px;
}

#cheesePorkBalls{
    top:64%;
    left:0px;
}

#yongTauFoo{
    top:63%;
    left:120px;
}

#friedBeancurdStrips2{
    top:63%;
    right:30px;
}

#steamedRice{
    top:49.5%;
    left:110px;
}

#leafLettuce{
    top:44%;
    right:160px;
}

.hss{
    position: absolute;
    top:0px;
    left:50%;
    margin-left:-400px;
    z-index: 1000;
    width:100%;
    max-width:800px;
}

.hss img{
    width:100%; 
    height:auto;
}

/* end of Cover story */


/* Articles */

.article{
    min-height: 100vh;
    padding:50px 0px 200px;
    background-position: bottom right;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
}

.article h3{
    text-align: center;
}


.article-cont img{
    width:100%;
    height:auto;
}

.caption{
    text-align: center;
      margin-top:0px; 
     font-size:130%;
    color:darkorange;
     font-family: 'abraham_lincoln', serif;
}

.quote-article{
    position: absolute;
    width:300px;
    height:300px;
    right:10%;
    top:10%;
    font-size:180%;
    font-family: 'abraham_lincoln', serif;
    letter-spacing: 2px;
    text-align: center;
    color:#fff!important;
    padding:45px;
    border-radius: 50%;
    background-color:darkorange;
}
.quote-article .byline{
    text-align: right!important;
    width:100%;
    font-size:100%!important;
}

/* end of Article */


/* News bite */


.newsBite{
    padding-top:50px;
}

.newsBite-single{
    width:80%;
    margin:0 auto;
    border-bottom: dotted 2px #999;
}

.nb-img{
    margin:1% 5px;
    text-align: center;

}
.nb-img h4{
    font-size:130%;
    color:darkorange;
}


.nb-img img{
    width:100%;
    height:auto;
}


.newSite {
    position: relative;
    width:100%;

}




.newSite a{
    width:50%;
    height:100%;
    color:#fff;
    font-size:180%;
    position: absolute;
    background-color:rgba(0,0,0,0.8);
    float:left;
    opacity: 0;
}


.bkt{
    top:0px;
    left:0px;
    text-align: left;
}

.bkt div{
    display:block;

    margin:45% 10%;
}

.bkt:hover{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    opacity: 1;
    text-decoration: none;
}

.chl div{
    margin:45% 10%;
}

.chl{
    top:0px;
    right:0px;
    text-align: right;

}

.chl:hover{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    opacity: 1;
    text-decoration: none;
}
.nb-img2{
    width:49%;
    float:left;
    margin:10px 5px;
    text-align: center;

    padding:30px 0px;
}

.nb-img2 img{
    width:100%;
    height:auto;
}

.nb-img2 h4{
    font-size:130%;
    color:darkorange;
}
/* end of News bite */

/* recipe */

.recipe{
    padding-top:50px;
    background-image:url(../images/tile-web.jpg);
    color:#fff;
    position: relative;
}

.recipe h2{
    text-align: center;
    margin-bottom:30px;
}

.recipe-cont{
    text-align: center;
    position: relative;
    max-width:600px;
    width:100%;
    margin:0 auto;

}
.recipe-cont img{
    width:100%;
    height:auto
}


.recipe-text{
    position: absolute;
    top:0px;
    left:0px;
    padding:55px 100px 80px;
    color:#333;
    text-align: left;

}

.recipe-text ol{
    margin-left:-2em;
}
.recipe-text li{
    list-style-type:decimal;
    padding:5px 0px;
}

.recipe-footer-img{
    max-width:1000px;
    width:80vw;

    position: absolute;
    bottom:0px;
}


/* end of Recipe */

/* Awards */

.aw-bg{
    background-image:url(../images/awds-bg.jpg);
    background-size:cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.awards{
    padding-top:50px;

}

.award-single{
    border-bottom:dashed 1px #333;

    clear: both;
    width:80%;
    margin:25px auto;
}

.cert1{
    max-width:400px;
    width:100%;
    height:auto;
    float:right;
}

.cert2{
    max-width:200px;
    width:100%;
    height:auto;
    margin:0px 0px;
    padding:0px;

}

.cert3{
    text-align: center;
}
.cert3 img{
    width:100%;
    height:auto;
}
/* End of Awards */


/* Condiments */

@-moz-keyframes spin { 100% { -moz-transform: rotate(-60deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-60deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(-60deg); } }

#condiments h1{
    border:0px;
    margin:25px auto 0px;
}

.instruct{
    color:darkorange;
    text-align: center;
}
.condiments-side{
    border-right:1px solid #555;

}


.mycustcursor{
    background-image:url(../images/hand-cursor-01.svg);
    cursor: none;
    width:30px;
    height:38px;
    background-repeat: no-repeat;
    position:absolute;
    display:block;
    top:0px;
    left: 0px;
    z-index: 100000;
}

.condis ul li img:hover{

    -webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    -moz-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
}



.condis h5{
    font-size:100%;
    width:100%;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 1px;
    color:#555;
    font-family: 'Open Sans Condensed', sans-serif!important;
}

.cond-added{
    text-align: center;
}

.cond-added h1{

    font-family: 'Merienda', cursive;
    font-size:150%;
    text-transform: none;
}

.cond-added h5{
    font-size:100%;

    text-align: left;
    letter-spacing: 1px;
    color:#555;
}

.condiments-cont h2{

}

.mix-area{
    text-align: center;
    position: relative;
    width:100%;
    height:30vh;
    max-height:320px;

}
.mixing-bowl{
    width:auto;
    height:25vh;
    max-height:400px;
    min-height:200px;
    margin:0px auto;

}

#mix-content{
    display:inline-block;
    text-align: center;
    z-index: 1000;
    height:auto;
    max-height:400px;
    min-height:100px;
    margin:0px;
}

.condis{
    overflow-y: auto;
    width:100%;
    position:relative;

}



.condis ul{
    padding:0px;
    width:100%;
}
.condis ul li{
    list-style: none;
    display:inline-block;
    width:10%;
    margin:-5px 0px;
    padding:0px 5px;
    vertical-align: top;

}

.condis ul li img{
    width:100%;
    height:auto;
    cursor: url(../images/hand-cursor.png),pointer;
    -webkit-cursor: url(../images/hand-cursor.png),pointer;
    -moz-cursor: url(../images/hand-cursor.png),pointer;
    padding-bottom:0px;

}

.condimg:active{

    cursor: url(../images/grabbing.png),pointer;
    -webkit-cursor: url(../images/grabbing.png),pointer;
    -moz-cursor: url(../images/grabbing.png),pointer;

}

.condimg:hover{
    /*
    -webkit-animation:spin 900ms linear ;
    -moz-animation:spin 900ms linear ;
    animation:spin 900ms linear ;
    */
    transform: rotate(-15deg)
}

.ani-spoon{
    position: absolute;
    top:0%;
    left:50%;
    width:800px;
    height:auto;
    margin-left:-400px;
    margin-top:-13%;
    display: none;

}
.ani-spoon img{
    width:100%;
    height:auto;

}
.activeDrop{
    background-color:transparent;
    box-shadow: inset 0 0  50px #ccc;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    display:none;
}

#no-empty{
    position: absolute;
    display:none;
    top:0px;
    left:50%;

}

.added-cond{
    font-weight:700;
    font-size:100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-height:55vh;
    text-align: center;
}

.added-cond ul{
    padding:0px;

}
.added-cond ul li{
    list-style: none;
    padding:4px 35px;
    padding-left:10px;
    margin:5px 10px;
    border-bottom:1px dashed #333;
    text-transform: capitalize;
    z-index: 2000;
    position: relative;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
}

.liner{
    font-size:80%;
    text-align: center;
}

.addedText{
    font-family: 'Merienda', cursive;
    color:#fff;
    color:darkorange;
    font-size:150%;
    display:inline;
    font-weight: 700;
    letter-spacing: 2px;

    width:300px;
    top:35%;
    left:65%;
    text-align: left;
    position:absolute;
    z-index:3000;
    display:none;
}


.minus-btn{
    display:inline;
    border-radius: 50%;
    background-color:darkorange;
    width:15px;
    height:15px;
    color:#fff;
    text-decoration: none;
    padding:4px 0px;
    line-height:12px;
    padding-left:9px;
    padding-right:0px;
    font-size:110%;
    position: absolute;
    right:0px;
    top:0px;   
}


.minus-btn:hover{
    background-color:#ccc;
    color:#fff;
}



.conc-cont{
    text-align: center;
    margin:0 auto;
    width:75%;
}
.conc-img{
    border-left:1px #333 solid;
}

.conc-img img{

    max-width:450px;
    width:100%;
    height:auto;
}


.conc-list{
    padding:0px;

}

.conc-list li{
    display:block;
    border-bottom:1px dashed #333;
    text-align: right;
    list-style: none;
    padding:8px 15px;
    font-size:100%;
    letter-spacing: 2px;
}


.shareConc h3{
    padding:10px 0px;
    text-align: center;
    border-bottom:1px solid #555;
}

/* end of Condiments style */

/* Promotion Style */

.promotion-cont{
    width:100%;
    overflow: hidden;
    position: relative;
}




.promo-single {
    float:left;
    cursor:pointer;
}



.promo-single h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:120%;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
}



.naviBtn{
    border-radius: 50%;
    background-color:darkorange;
    padding:12px 12px;
    line-height: 10px;
    width:10px;
    height:10px;
    color:#fff;
    font-weight:900;
    cursor: pointer;
    opacity: 0;
}

.promotion-cont:hover .naviBtn{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    opacity: 1;
}

.naviBtn:hover{
    background-color:orange;  
}
.prevBtn{
    position: absolute;
    top:40%;
    left:5px;
}

.nextBtn{
    position: absolute;
    top:40%;
    right:5px;
}

.overlay-promo{
    background-color:rgba(0,0,0,0.8);
    width:100vw;
    height:100vw;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 9000;
    text-align: center;
display:none;
}

.promo-cont{
    height:80vh;
    width:auto;
    display:inline-block;
    border-radius: 15px;
    border:solid 10px #fff;
    box-shadow: 0px 0px 50px #555;
    margin:10vh auto;
    display:none;
}
 
.promo-cont img{
    height:100%;
    width:auto;
}

/* End of Promotion Style */



/* Rewards Style */

.rewards{
    padding-top:50px;
    text-align: center;
}
.rewards h1{
    margin-bottom:25px;

}

.rewards h1 img{
    width:40%;
    max-width:200px;

}

.rewards h4{
    font-size:250%;
    color:darkorange;
    text-transform: uppercase;
}

.rewards-content{
    width:80%;

}

.arrDown{
    position: fixed;
    border:2px solid darkorange;
    background-color:#fff;
    font-size:150%;
    padding:10px 15px;
    text-align: center;
    top:10%;
    right:0%;
    width:50px;

    cursor: pointer;
}

.arrDown:hover{
    background-color:darkorange;
    color:#fff;
}

/* End of Rewards */



/* Footer Style */

footer{

    padding:25px 0px;
    width:100%;
    background-color:darkorange;
}
.footer-cont{
    width:85%;
    margin:0px auto;
    color:#fff;
}

.footer-cont ul{
    padding:0px;
    margin:0px;
}

.footer-cont ul li{
    list-style: none;
    margin:0px;
    padding:2px 0px;
}

.footer-cont ul li a{
    color:#fff;
    text-decoration: none;
}

.footer-cont ul li a:hover{
    border-bottom:1px solid #fff;
}
.footer-cont h1{
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom:1px solid #fff;
    color:#fff;
    text-align: left;
    width:100%;
}

.fb{
    float:left;
    margin-bottom:20px!important;
}

.social-icon{
    width:25px;
    height:auto;
    float:left;
    margin-right:25px;  
}

.address{
    float:left;
    margin-bottom:20px!important;   
}

.copy{
    text-align: center;
    letter-spacing: 3px;
}

.copy a{
    color:#fff;
    text-decoration:none;
}

.copy a:hover{
    border-bottom:1px solid #fff;
}