html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size:16px;
    line-height: 24px;
}


body,input,select,textarea {
	font-family: Helvetica,Arial,sans-serif;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


a{
	color: #000;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:none;
}

p,ul,li{
	margin:0;
	padding:0;
}

ul{
    list-style-type: none;
}

img{
	vertical-align: top;
	display:inline-block;
    max-width: 100%;
    height: auto;
}



.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.inner{
	width:98%;
	margin:0 auto;
}

#mainContent{
    padding: 0 12px;
}

.header,
.header_bg{
    width: 100%;
}

.h_helper{
    position:relative;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}

.g_right,
.g_left{
    position:absolute;
    display:none;
    width: 50px;
    height: 100%;
    background-color: red;
    top:0;
    bottom:0;
    background: rgb(255,255,255);
    
}
.g_right{
    right: 0; 
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.g_left{
    left:0;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}

.msg-info{
    border: 1px solid #ff9100;
    color: #ff9100;
    background-color: #ffd7a2;
}

.nav{
    margin: 30px 0;
}

.navbtn{
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 23%;
    margin: 0 1%;
    background-color: #fff200;
    font-weight: bold;
}

.mbtn{
	position:relative;
    margin: 10px auto;
    width: 32px;
    height: 32px;
	background-color: #fff200;
	color:#936231;	
	display:none;
    border-radius: 4px; 
    border: 1px solid #000;
}

.mbtn .line { 
    position: absolute; 
    left: 3px;
    width: 24px;
    height: 4px;
    background: #fff; 
    display: block; 
    top: 6px;
 }

 .mbtn .line2{
    top: 13px;
 }

 .mbtn .line3{
    top: 20px;
}

.navbtn:hover,
.mbtn:hover{
    background-color: #ffff80;
}

.btn{
    padding: 0px 10px;
    background-color: #0000ff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #0000ff;
    cursor: pointer;
    color: #fff;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    text-align: center;
 }

.btn:hover{
    background-color: #3c4c52;
}

.btn-success{
    background-color: #218838;
    border: 1px solid #218838;
}

.btn-danger{
    background-color: red;
    border: 1px solid red;
}

.btn-inactive{
    background-color: #ededed;
    border: 1px solid #ededed;
}

.btn-logout{
    position: absolute;
    top: 5px;
    right: 5px;
}

.loginfrm,
.searchfrm{
    width: 330px;
    max-width: 100%;
    border: 4px solid #fff200;
    margin: 50px auto 0;
    padding: 10px;
    background-color: #fff;
}

.frmfield{
    margin-bottom: 10px;
    position: relative;
    line-height: 18px;
}

input, select,textarea{
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    padding: 3px;
    margin: 0px;
    border-radius: 2px;
    resize: none;
    border: 0;
    color: #000;
}

input[type="password"]{
    font-size: 12px;
}

option{
    line-height: 30px;
    padding: 0;
}


.frmfield select,
.frmfield input,
.frmfield textarea {
    width: 100%;
    height: 45px;
    border: 2px solid #3c4c52; 
    background: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 6px 1px; 
    outline: 0;
    border-radius: 4px;
}

.frmfield textarea{
    min-height: 300px;
}

.frmfield label {
    transition: 
      all 0.2s;

    position: absolute;
    color: #3c4c52;
    padding: 12px 6px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hascontent input,
.hascontent select,
.hascontent textarea,
.frmfield input:focus,
.frmfield select:focus,
.frmfield textarea:focus{
    padding: 19px 6px 2px; 
}


.hascontent label,
.frmfield textarea:focus + label,
.frmfield input:focus + label{
    height: 18px;
    font-size: 14px;
    bottom: auto;
    background-color: #3c4c52;
    color:#fff;
    padding: 0 5px;
    border-radius: 4px 4px 0 0;
}

.frmfield.haserr input,
.frmfield.haserr select,
.frmfield.haserr textarea{
    border-color: red;
}

label.cblabel{
    padding: 0 0 0 35px;
    min-width: 28px;
    min-height: 28px;
    position:relative;
    display: table;
    line-height: 28px;
}


label.cblabel input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left:0;
    bottom:0;
}

label.cblabel .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border: 2px solid #3c4c52;
    border-radius: 4px;
}

label.cblabel.cbsel .checkmark:after{
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3c4c52;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#fw_csubj{
    display:none;
}

.islider{
    width: 100%;
    min-width: 300px;
    padding-top: 100%;
    position: relative;
    border: 1px solid #ededed;
}

.islider.islidermax{
    position:fixed;
    width: 100%;
    padding-top: 0;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1111;
    background-color: rgba(255, 255, 255, 0.95);
}

.islider .isliderim,
.islider .isliderth{
    position: absolute;
    width: 100%;
    left:0;
}

.islider .inav{
    position:absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff200;
    opacity: 0.7;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 28px;
    font-family: 'icomoon' !important;
}

.islider .inav:hover{
    opacity: 1;
}

.islider .inavlnxt,
.islider .inavnxt{
    top: 40%;
    right: 2px;
    padding-left: 8px;

}

.islider .inavlprv,
.islider .inavprv{
    top: 40%;
    left: 2px;
    padding-left: 6px;
}

.islider .inavlnxt,
.islider .inavlprv{
    top: auto;
    bottom: 5%;
}

.islider .inavcl{
    display: none;
    top:2px;
    right: 2px;
}

.islider.islidermax .inavcl{
    display: block;
}


.islider .isliderim{
    top:0;
    height: 80%;
}


.islider .isliderim img{
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.islider .isliderth{
    bottom: 0;
    overflow: hidden;
    height: 20%;
    width: 80%;
    left: 10%;
}


.islider .isliderth ul,
.islider .isliderth li,
.islider .isliderth a{
    height: 100%;
    display:inline-block;

} 

.islider .isliderth ul {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.islider .isliderth li {
    width: 25%;
    margin: 0 1px;
}

.islider .isliderth a{
    position:relative;
    text-align: center;
    opacity: 0.7;
}

.islider .isliderth a:hover,
.islider .isliderth a.active{
    opacity: 1;
}

.islider .isliderth a img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.drgover {
  border-style: dashed;
  opacity: 0.5;
}

.bc{
    size: 18px;
    font-weight: bold;

}

.catHolder{
    width: 33.33%;
    float:left;
    min-width: 340px;
}

.catbtn{
    margin: 30px auto;
    display: block;
    width: 300px;
    height: 350px;
    position:relative;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.catbtn:hover{
    box-shadow: 0 10px 32px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.catbtn span{
    position:absolute;
    bottom: 10px;
    left: 0;
    display:block;
    width: 100%;
    size: 24px;
    line-height: 30px;
    text-align:center;
    font-weight: bold;
    background-color: #fff;
}

.madd{
    width: 98%;
    min-height: 240px;
    margin: 0 auto;
    border: 2px solid #fff200;
    position:relative;
    display: flex;
}

.elminactive,
.madd.maddinactive{
    background-color: #ffcccc;
}

.madd .maddimg{
    width: 360px;
    min-width: 300px;
    margin: 10px;
    display: inline-block;
}

.madd .mcontent{
    margin: 10px;
    display: inline-block;
    width: 100%;
}

.madd .mcontent .mttl{
    font-weight: bold;
    margin: 10px 0;
}

.madd .mprice{
    position:absolute;
    bottom: 5px;
    right: 10px;
    font-weight: bold;
}

.madd .madmbtns{
    position: absolute;
    top:2px;
    right:2px;
}

.madd .ctbtn{
    position: absolute;
    bottom: 5px;
    right: 100px;
}
.spacerf{
    width: 100%;
    height: 60px;
}

.footer{
    background-color:#fff200;
	width: 100%;
	height: 40px;
	position:absolute;
	bottom:0px;
	font-size: 14px;
	text-align:center;
	line-height: 40px;
	font-weight: bold;
}

.w33{
    width: 33.3%;
    min-width: 300px; 
    max-width: 95%;
}

.w300px{
    width: 300px;
}

.w150px{
    width: 150px;
}

.listelm{
    border-bottom:1px solid #3d3d3d;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.startp img{
    padding: 2%;
    width: 100%;
    margin: 0px;
    transition: transform .2s; 
}

.startp img:hover {
transform: scale(1.1); 
}

.tinycontent{
    min-height: 100px;
    border: 1px solid red;
}

.selImg{
    width: 150px;
    height: 150px;
    display:inline-block;
    border: 1px solid #4d4d4d;
    text-align: center;
    position: relative;
    margin: 2px;
}

.selImg img{
    max-width: 146px;
    max-height: 110px;
    margin: 2px auto;
}

.selImg .btns{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 30px;
}

#lbw,
#lbw #lbc{
    left: 0;
    right: 0;
}

#lbw{
    display:none;
    position:fixed;
    background-color:#fff;
    top: 2%;
    bottom: 2%;
    border: 1px solid #ededed;
    border-radius: 4px;
    width:98%;
	margin:0 auto;
    max-width: 1200px;
}

#lbw .lbcl{
    position: absolute;
    top: 0px;
    right: 0px;
}

#lbw #lbc{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    padding: 5px;
    overflow-y: auto;
}

@media (min-width: 1220px) {
    .inner{
        width: 1200px
    }

    .g_right,
    .g_left{
        display:block;

    }

}


@media (max-width: 1000px) {

    .header{
        margin-bottom: 20px;
    }

    .mbtn{
        display:block;
    }

    .nav{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        height: 100%;
        width: 200px;
        margin:0;
        background-color:#fff200;
        display: none;
        z-index: 500;
    }

    .nav .navbtn{
        width: 100%;
        display:block;
        margin: 0;
    }

    .startp .w33{
        width: 50%;
    }

}

@media (max-width: 700px) {
    .madd,
    .madd .maddimg,
    .madd .mcontent{
        display:block;
        width: 100%;
        margin: 0;
    }

    .madd .maddimg,
    .madd .mcontent{
        padding: 5px 5px 35px 5px;
    }

    .startp .w33{
        width: 100%;
        text-align: center;
    }

    .startp img{
        width: auto;
    }

}

#bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:#421700;
	opacity: 0.2;
	top:0px;
	left:0px;
	right:0px;
	left:0px;
	display:none;
}

.txtr{
    text-align: right;
}

.dip{
    display: inline-block;
}

.fl{
    float:left;
}
.fr{
    float:right;
}

.clear{
	clear:both;
}

@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/fonts/icomoon.eot?2kobsm');
    src:  url('icomoon/fonts/icomoon.eot?2kobsm#iefix') format('embedded-opentype'),
        url('icomoon/fonts/icomoon.ttf?2kobsm') format('truetype'),
        url('icomoon/fonts/icomoon.woff?2kobsm') format('woff'),
        url('icomoon/fonts/icomoon.svg?2kobsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-pencil:before {
  content: "\e905";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-phone:before {
  content: "\e942";
}
.icon-search:before {
  content: "\e986";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-move-down:before {
  content: "\ea47";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-chevron-right:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-images:before {
  content: "\e90e";
}

.imgc{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:0}
.imgc canvas{display:none}
.imgc svg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}
.imgc svg path{fill:rgba(0,0,0,0.8)}
.imgc-handles{position:absolute;top:50%;left:50%;cursor:move;border:1px dotted rgba(255,255,255,0.4);box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.1)}
.imgc-handles-circular{border-radius:50%;border:0;outline:1px dotted rgba(255,255,255,0.2)}
.imgc-handles-el{position:absolute;display:inline-block;z-index:1;background:transparent}
.imgc-handles-el[class*='imgc-handles-el-0-']{width:8px;height:8px;z-index:2;border:1px solid rgba(255,255,255,0.4);background:rgba(255,255,255,0.4);border-radius:3px}
.imgc-handles-el[class*='imgc-handles-el-0-']:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}
.imgc-handles-el-0-0{top:-6px;left:-6px;cursor:nw-resize}
.imgc-handles-el-0-1{top:-6px;right:-6px;cursor:ne-resize}
.imgc-handles-el-0-2{bottom:-6px;right:-6px;cursor:se-resize}
.imgc-handles-el-0-3{bottom:-6px;left:-6px;cursor:sw-resize}
.imgc-handles-el-1-0,.imgc-handles-el-1-2{height:8px;width:100%;left:0;right:0}
.imgc-handles-el-1-1,.imgc-handles-el-1-3{height:100%;width:8px;top:0;bottom:0}
.imgc-handles-el-1-0{top:-8px;cursor:n-resize}
.imgc-handles-el-1-1{right:-8px;cursor:e-resize}
.imgc-handles-el-1-2{bottom:-8px;cursor:s-resize}
.imgc-handles-el-1-3{left:-8px;cursor:w-resize}