html{
    height:100%;
    width:100%;
}

body {
    background: url(../img/oragne_bg.jpg);
    margin: 0;
    padding: 0;
    color: #f9f4db;
    font-family: 'Source Sans Pro', Arial, Tahoma, Sans-Serif;
    font-weight: 400;
    position: relative;
    line-height: 1.3em;
    height: 100%;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.img-responsive {
    margin: 0 auto;
}

.main-container {
    margin-top: 50px;
}

.author {
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #8294b2;
}

#section-1 {
    background: url(../img/arrow_big.png) no-repeat 50% 0;
    text-align: center;
    padding-top: 70px
}

#section-1 h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#section-1 h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3em;
}

.walker-bg {
    background: url(../img/walker.png) no-repeat 50% 0;
    height: 141px;
    margin-bottom: 20px;
}

#section-2 .container {
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
    border: 2px solid #000;
    padding: 20px;
}

#section-2 h1 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

#section-2 img {
    width: 50px;
}

#section-3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
    padding: 30px 0;
    background: url(../img/paper_bg.jpg);
    color: #000;
}

#section-3 h2 {
    font-size: 18px;
    line-height: 1.2em;
}

#section-4 {
    background: url(../img/paper_bg.jpg);
    padding-bottom: 30px;
}

#section-4 img.book {
    margin-bottom: 10px;
}

#section-5 {
    text-align: center;
    color: #000;
    margin: 0 0 50px 0;
}

#section-5 h1 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0;
}

#section-5 h2 {
    margin-top: 0;
    font-size: 24px;
}

#section-5 .recipe-box {
    margin: 20px 0 10px 0;
    border: 2px solid #000;
    padding: 10px;
    height: 300px;
}

#section-5 .recipe-box:hover {
    border-color: #f3eddf;
    color: #f3eddf;
}

#section-5 .recipe-box h3 {
    font-size: 33px;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 20px 0 20px;
}

#section-5 .recipe-box span {
    font-size: 18px;
    text-decoration: underline;
    display: block;
    margin: 0;
    cursor: pointer;
}

#section-6 {
    color: #000;
    padding: 40px 0 10px 0;
    background: url(../img/paper_bg.jpg);
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}

#section-6 span {
    font-size: 24px;
    font-weight: 700;
}

.landscape-bg {
    background: url(../img/landscape.png) no-repeat 50% 0;
    height: 232px;
}

#section-7 {
    text-align: center;
    background: url(../img/paper_bg.jpg);
    color: #000;
    padding-bottom: 30px;
}

#section-7 blockquote {
    border: 0;
}

#section-7 blockquote p {
    font-family: Georgia, 'Noto Serif', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3em;
}

#section-7 blockquote footer {
    font-weight: 300;
    font-size: 13px;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '';
}

#section-8 {
    text-align: center;
    padding-top: 40px;
}

#section-8 .container {
    border-bottom: 2px solid #000;
}

#section-8 h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}

#section-8 h3 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0;
}

#footer {
    min-height: 150px;
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    text-align: center;
}

#footer img {
    float: none;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 768px) {

    #section-1 {
        padding-top: 100px
    }

    #section-1 h1 {
        font-size: 48px;
    }

    #section-1 h2 {
        font-size: 30px;
    }

    #section-2 .container {
        padding: 40px;
    }

    #section-2 h1 {
        font-size: 40px;
    }

    #section-2 img {
        width: auto;
    }

    #section-3 {
        font-size: 30px;
        padding: 60px 0;
    }

    #section-3 h2 {
        font-size: 40px;
    }

    #section-5 {
        margin: 0 0 110px 0;
    }

    #section-5 h1 {
        font-size: 48px;
    }

    #section-5 h2 {
        font-size: 33px;
    }

    #section-6 {
        padding: 70px 0;
        font-size: 22px;
    }

    #section-6 span {
        font-size: 48px;
        font-weight: 700;
    }

    #section-7 blockquote p {
        font-size: 22px;
    }

    #section-7 blockquote footer {
        font-size: 16px;
    }

    #section-8 {
        padding-top: 70px;
    }

    #section-8 h2 {
        font-size: 30px;
    }

    #section-8 h3 {
        font-size: 90px;
        margin: 80px 0;
    }

    #footer {
        min-height: 150px;
        font-size: 16px;
        color: #000;
        padding-top: 10px;
        text-align: left;
    }

    #footer img {
        float: right;
    }
}

@media screen and (min-width: 995px) {

    #section-1 {
        padding-top: 150px
    }

    #section-2 h1 {
        font-size: 48px;
    }

    #section-4 {
        padding-bottom: 50px;
    }

    #section-5 {
        padding-top: 80px;
    }
}

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


}

/* anoFlow Css */
.flow { position:absolute; margin-top:30px; width:300px; top:50%; left:50%; margin-left:-50px; z-index:1020; display:none; }
.flow div { position:relative; }
.flow .corner { width:10px; height:10px; position:absolute; top:0px; background:url(/files/images/anoflow/sprite.c.png) 0 0px no-repeat; }
.flow .top { height:10px; margin:0px 10px 0px 10px; background:url(/files/images/anoflow/sprite.y.png) 0 0 repeat-x; }
.flow .mid { background:url(/files/images/anoflow/sprite.x.png) 0 0 repeat-y;  }
.flow .mid > div { background:url(/files/images/anoflow/sprite.x.png) top right repeat-y;  padding:0px 10px 0px 10px; }
.flow .mid > div > div { position:relative; background:#161717 url(/files/images/anoflow/loader.gif) center center no-repeat; overflow:hidden;  color:#868686; line-height:16px; font-size:12px; }
.flow .mid > div > div img {  border: 0; -ms-interpolation-mode: bicubic; max-width: 100%;height: auto;width: auto; }
.flow .bot { height:10px; margin:0px 10px 0px 10px; background:url(/files/images/anoflow/sprite.y.png) 0 -10px repeat-x; }
.flow .bot .blc { left:0px; background-position:0px -10px; margin-left:-10px; }
.flow .bot .brc { left:100%;  background-position:-10px -10px; margin-right:-10px; }
.flow .top .tlc { left:0px; background-position:0px 0px; margin-left:-10px; }
.flow .top .trc { left:100%;  background-position:-10px 0px; margin-right:-10px; }
.flow .controls { position:absolute; bottom:0px; left:0px; width:100%; height:38px; z-index:9999;  }
.flow .ui-flow-close { display:block; width:78px; height:112px; position:absolute; top:50%; margin-top:-56px; z-index:9999; cursor:pointer; }
.flow .ui-flow-next, .flow .ui-flow-prev { display: none; }
.flow .ui-flow-close { background:url(/files/images/anoflow/close.png) 0 0 no-repeat; width:42px; height:37px; right:20px; top:0px;  margin:0px 0px 0px 0px; }

.modal-body {
    padding:0;
}

.modal-dialog {
    width: auto !important;
    max-width: 1200px;
}

.close { background:url(/files/images/anoflow/close.png) 0 0 no-repeat; width:42px; height:37px; right:20px; top:0px;  margin:0px 0px 0px 0px; position: absolute;
    z-index: 1000; opacity: 1; }
