.form-ajax-message{
    position: absolute;
    width: 84%;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}
.font-green{
    color: #1a6a00 !important;
}
.mt-18{
    margin: 18px 0 0 0 !important;
}
body{
    background-color : #ebeff2 !important;
}
.heading-fixed {
    position: fixed;
    top: 124px;
    z-index: 899;
    height: 80px;
    background: #ebeff2;
}
.wrapper-for-fixed{
    margin-top: 210px ;
}
.card-box-modified.table-responsive table tr td{text-align: center}
@media (min-width:768px) and (max-width:991px){
    .col-sm-12.heading-fixed{top: 55px; width: 750px}
    .wrapper-for-fixed {margin-top: 130px;}
}
.card-box-modified.table-responsive table tr td.main-heading {
    text-align: center;
    font-size: 36px;
    font-family: 'Eraser';
    color: peru;
}
.card-box-modified.table-responsive table tr td.tright {
    text-align: right;
    background: none;
}
.card-box-modified.table-responsive table tr td.tleft {
    text-align: left;
    background: none;
}
.card-box-modified.table-responsive table tr td.on-hover {
    cursor: pointer;
}
.card-box-modified.table-responsive table tr td.thight {
    height: 90px !important;
}
.mn-color{
    vertical-align: middle !important;
}
.mn-color span {
    display: block;
    border: 1px solid #000;
}
.card-box-modified .table-bordered > thead > tr > th,
.card-box-modified .table-bordered > tbody > tr > th,
.card-box-modified .table-bordered > tfoot > tr > th,
.card-box-modified .table-bordered > thead > tr > td,
.card-box-modified .table-bordered > tbody > tr > td,
.card-box-modified .table-bordered > tfoot > tr > td,
.card-box-modified .table-bordered > tbody > tr > td > table > tbody > tr > td {
    border: 0;
    background: url("../images/board.png") no-repeat center;
    background-size: 100% 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: 94px !important;
    padding-top: 0;
    padding-bottom: 0;
}
.card-box-modified{background: url("../images/board-bg.png") #000 no-repeat center center; background-size: cover}
.falavours-dots{position: relative; padding: 0 0px}
.falavours-dots:before{position: absolute; content:''; height: 25px; width: 25px; left: 10px; top: 10px; background: url("../images/nails.png") no-repeat center; background-size: contain}
.falavours-dots:after{position: absolute; content:'';  height: 25px; width: 25px; right:10px; top: 10px; background: url("../images/nails.png") no-repeat center; background-size: contain}
td{position: relative}
td .on-hover:hover:before{
    content: '';
    position: absolute;
    border-style: solid ;
    border-color: #cccccc transparent;
    border-width: 20px 20px 0;
    bottom: 85%;
}
td .on-hover:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 100%;
    white-space: nowrap;
    z-index: 20;
    width: 100%;
    font-size: 18px;
    -moz-border-radius: 5px;
    word-break: break-all;
    white-space: normal;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #eee;
}
@media (max-width: 991px){
    #navigation{display: block}
    .wrapper {margin-top: 130px;}
    #topnav .navigation-menu > li{float: left}

}
@media (max-width: 991px){.heading-fixed{top: 110px}}
@media (max-width: 767px){
    #navigation{display: none}
    .wrapper {margin-top: 72px;}
    #topnav .navigation-menu > li{float: none}
}
/*td .td-content{
    display: none;
}

td .on-hover:hover .td-content{
   display: block;
}*/

/*Main Menu - Navigation bar  - SAifullah Kaka -  3:11 PM 2016-08-16 */

ul.level-1{
    text-align: center;
        /* position: relative; */
        /* margin: 20px 0 5px 0; */
        /* background-color: rgba(204, 204, 204, 0.1); */
        /* border-bottom: 4px double #ddd; */
        /* border-top: 4px double #ddd; */
        float: left;
        /* line-height: 1; */
        width: 100%;
        padding: 12px 0 0 0;
}

.menu ul li a span{
    color: #ea4128;
        font-size: 30px;
    padding-left:10px;
    top: 4px;
    position: relative;
}
#menu ul ul, #menu ul ul ul {
-webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
-moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
}
#menu li.last a {border-bottom:0px}
#menu li.last li a {border-bottom:1px solid #333}
#menu li.last li.last a {border-bottom:0;}

.del-message{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #ff0000;
    font-weight: bold;
}
 .menu > ul > li{
    text-align: left;
    }
@media(min-width:768px){
    .menu > ul > li{
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 8px;

    }
    .menu ul a:hover {
        color: #ea4128;
        text-decoration: none;
    }
    .menu ul li a{
        padding: 8px 0px 8px 15px;
        font-family: 'KelmscottRomanRegular', Arial, sans-serif;
        color: #181818;
        font-size: 24px;
        font-weight: normal;
        text-decoration: none;
        display: block;
        position: relative;
    }
}