/* Preloader */


@font-face {
    font-family: 'parchment_mfregular';
    src: url('../fonts/parchment_mf-webfont.eot');
    src: url('../fonts/parchment_mf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/parchment_mf-webfont.woff2') format('woff2'),
         url('../fonts/parchment_mf-webfont.woff') format('woff'),
         url('../fonts/parchment_mf-webfont.ttf') format('truetype'),
         url('../fonts/parchment_mf-webfont.svg#parchment_mfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
body{
    background: url(../img/bg.jpg);
    color: #0C4429;
    font-family: Arial;
    overflow-x: hidden;
}
.top-wrapper{
    /*background: green;*/
    /*padding: 10px;*/
    box-shadow: 0 0 6px #333;
}
header.header{
    margin-top: 10px;
    color: #fff;
    background: rgb(5,100,56); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to right,  rgba(5,100,56,1) 0%,rgba(8,71,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056438', endColorstr='#08472a',GradientType=1 ); /* IE6-9 */

}
#logo{
    padding: 15px;
    width: 298px;
}
.top1{
    padding: 10px;
    padding-bottom: 0;
}
ul.list-meta li{
    padding-right:0;
}
ul.list-meta li a{
    color: #fff;
}
.panel-top{
    margin: auto;
    text-align: center;
}
.panel{
    background-color: rgba(255,255,255,0.6);
}
.panel-top .panel-heading{
    padding: 5px;
    background: #fff;
}
.panel-top .panel-body{
    padding: 10px 0;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
ul.list-social li{
    list-style: none;
    padding-bottom: 7px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-nav2 li{
    background:#f1e3cc;
    border-radius: 10px 10px 0px 0px;
    box-shadow: inset 1px 1px 2px #545454;
    border: none;
}
.navbar-nav2 li:hover{
    background:#fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: none;
}
.navbar-nav>li>a{
    font-family: 'parchment_mfregular';
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #0a4529;
    font-weight: bold;
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}
.co-left{
    background: url(../img/hp_cookers.jpg) no-repeat  center;
    background-size: cover;
    height: 330px;
    position: relative;
}
.hp-recipe{
    position: absolute;
    bottom: -25px;
    left: -50px;
}
.co-right{
    background: #fff;
    padding: 20px;
    height: 330px;
    overflow: auto;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.top-content{
    border-bottom: 10px solid #056438;
}
.site-content{
    margin-top: 50px;
}
/*Panel-hp*/
.panel-hp{
    border-radius: 0;
    box-shadow: 0 0 6px #4C4B4B
}
.panel-hp .panel-heading{
    background: #fff;
    height: 36px;
    border-radius: 0;
}
.panel-title img{
    text-align: center;
    margin: auto;
}
.panel-hp .panel-body{
    background: #f3e6d3!important;
    padding: 0 10px;
}
.panel-hp .panel-body.p3{
    background: url(../img/hp_blackboard.jpg)!important;
    padding: 0 10px;
    color: #fff;
}
.panel-hp .panel-footer{
    background: #fff;
    height: 61px;
    border-radius: 0;
}
/*panel-hp ends*/
.gift-c{
    margin-right: 15px;
}
.giftc-content{
    padding-top: 35px;
}

/*Upcoming*/
.upcoming-classes {
  margin-top: 2px;
}
ul.upcoming-list{
    /*margin-bottom: 7px;*/
}
ul.upcoming-list li{
    list-style: none;
    color: #50381E;
    line-height: 1.3;
}
ul.upcoming-list li a{
    font-size: 12px;
}
ul.upcoming-list li.day{
    font-weight: bold;
}
ul.upcoming-list li.time{
    font-size: 12px;
}
.announcement{
    text-align: center;
    padding: 32px 15px;
    font-size: 16px;
    margin-top: 1px;
}
.rel{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.rel-img img{
    margin: auto;
}
.tomato{
    position: absolute;
    right: -50px;
    top: 100px;
    z-index: 400;
}
.carrot{
    position: absolute;
    left: 50px;
    top: 5px;
    z-index: 400;
}
.footer-content{
    text-align: center;
    color: #fff;
}
ul.bf-list li{
    color: #0C4429;
}
ul.bf-list li a{
    color: #0C4429;
}
/*Modals*/
.menu{
    text-align: center;
    border: 1px solid #0C4429;
    padding: 15px;
    font-size: 12px;
}
.menu .head{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
span.data-label{
    font-weight: bold;
    /*padding-right: 15px;*/
    width: 100px;
}
ul.desc li{
    font-size: 12px;
    vertical-align: middle;
    line-height: 2.5;
}
.modal-content{
    border-radius: 0;
    background: #F5F5F5;
    font-size: 12px;
}
.modal-footer{
    text-align: center;
}










