.clear-padding {
    padding: 0px;
}
.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}
.navbar-default {
    background: #0b2b0c;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    min-height: 40px;
}
.navbar-header {
    z-index: 99;
    position: relative;
}
.navbar-brand {
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 30px;
    margin: 0;
    letter-spacing: 2.5px;
    z-index: 99999;
}
.lgimg,
.lgtxt {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.navbar-brand .lgimg {
    width: 190px;
    display: inline-block;
}
.navbar-brand .lgtxt {
    display: inline-block;
    color: #c6ff00;
    font-weight: 600;
    text-shadow: 0px 0px 5px #fff;
    font-size: 50px;
    margin-left: 10px;
}
.affix .navbar-brand .lgimg {
    width: 140px;
}
.affix .navbar-brand .lgtxt {
    font-size: 30px;
    margin-left: 10px;
}
.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 20px 10px;
    text-align: center;
}
.navbar-nav > li > a:hover {
    color: #1c5e1f;
}
.navbar-collapse {
    position: relative;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #1c5e1f;
}
#subNav {
    padding-top: 103px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #1c5e1f;
    text-decoration: none;
}
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
h1.page-title {
    color: #fff;
}
h3.title {
    margin-bottom: 20px;
}
h3.text-grey {
    color: #787878;
}
.form-control {
    height: 50px;
    font-size: 18px;
}
#recipecreate .btn-group>.btn.dropdown-toggle.btn-default {
    height: 50px;
}
#recipecreate .btn-add,
#recipecreate .btn-remove {
    font-size: 25px;
}
.font-red {
    color: #1c5e1f !important;
}
p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px;
    word-break: break-word;
}
.logo-text {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding-top: 15px;
}
.navbar.navbar-default.navbar-custom.affix {
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.affix .navbar-brand {
    padding: 5px 15px;
}
.custom-nav {
    display: table;
    float: none;
    margin: 0 auto;
}
.custom-nav-header {
    background-color: #fff;
}
#custom .btn {
    line-height: 2.8;
    border-radius: 0px;
    border: none;
    background-color: #1c5e1f;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
#custom .form-control {
    line-height: 3.5;
    border-radius: 0px;
    height: 51px;
}
#custom .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.inputGroupContainer .control-label {
    padding: 0px !important;
    text-align: left;
}
.contact-box {
    height: 260px;
}
.nopadding {
    padding: 0px !important;
}
.nomargin {
    margin: 0px !important;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
input[type=radio],
input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: inline-block;
}
input[type=file] {
    height: auto;
    background: none;
    border: none;
}
#refinesearch {
    box-shadow: 0px 0px 10px 0px #b4b4b4;
    border: 1px solid #999;
    margin-bottom: 20px;
}
.refine_search {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.padding-10 {
    padding: 10px !important;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-right-5 {
    padding-right: 5px;
}
.listing {
    margin-top: 20px;
}
.box {
    border: 1px solid #999;
}
.scroll {
    overflow-y: scroll;
    height: 554px;
}
.scroll.box {
    background: #F3F3F3;
}
.scroll.box hr {
    border-top: 1px solid #DDD;
    margin-right: 10%;
}
.circle {
    width: 30px;
    height: 30px;
    border-radius: 15px !important;
    background-color: #1c5e1f;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 10px;
}
.box hr {
    margin-bottom: 5px;
    margin-top: 5px;
}
.box ul li {
    list-style: none;
}
ul.list-link {
    position: absolute;
    top: 0px;
    right: 10px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    margin-top: 5px;
    font-size: 14px;
}
ul.list-link li span {
    color: #1c5e1f;
    text-decoration: none;
}
.heading-top {
    background-color: #1c5e1f;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    right: 0;
    left: 0;
}
#box .img-responsive {
    width: 100%;
    height: auto;
}
.box-shadow {
    box-shadow: 0px 0px 10px 0px #b4b4b4;
}
.tshare > img {
    border: none;
}
.advertise img,
.ownrecipe {
    width: 100%;
    display: block;
}
.relatedproducts .rbox .product-box {
    min-height: 120px;
}
.relatedproducts p {
    line-height: 1 !important;
    font-size: 12px !important;
    margin: 5px 0px !important;
    text-align: center;
}
.relatedproducts .product-name {
    margin: 0px;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-align: center;
    min-height: 32px;
}
.relatedproducts img.suitbox {
    border: none !important;
    width: 90%;
    padding: 3px;
}
#product-box .product-box {
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 15px;
}
#product-box .product-box img,
.double_px_border {
    border: 2px solid #999;
    margin: 0px auto;
}
.enlarge {
    cursor: zoom-in;
}
#product-box h3 {
    margin-top: 5px;
}
#product-box .product-box p {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
}
#product-box .product-box p .marquee {
    width: 90%;
    line-height: 1;
}
#searchModal #refinesearch {
    margin-bottom:0px;
}
#faq .detail_btn,
#recipe .detail_btn,
#product-box .detail_btn,
#refinesearch .detail_btn {
    background-color: #1c5e1f;
    color: #fff;
    font-size: 18px;
    border-radius: 4px !important;
}
#faq .btn:hover,
#recipe .btn:hover,
#product-box .btn:hover,
#refinesearch .btn:hover {
    color: #fff;
    background-color: #1c5e1f;
}
#refine-btn .btn {
    width: 100%;
    background-color: #fff;
    color: #1c5e1f;
}
.tlink a {
    color: #1c5e1f;
}
.submit_btn {
    background-color: #1c5e1f;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 4px !important;
}
#contact .btn:hover {
    color: #fff;
    background-color: #1c5e1f;
}
#contact h3 {
    margin-top: 0px;
}
#contact p {
    line-height: 1.5;
    font-size: 15px;
}
#promo-page p {
    line-height: 1.6;
    font-size: 16px;
}
#promo-page .btn:hover {
    color: #fff;
    background-color: #1c5e1f;
}
#promo-page li {
    line-height: 1.5;
    font-size: 15px;
}
#faq a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
#faq a:hover {
    color: #1c5e1f;
    cursor: pointer;
}
#faq .panel-title a {
    font-weight: 300;
}
#faq .title-faq {
    background-color: #b3b3b3;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px !important;
}
#faq .list-group-item {
    padding: 0px !important;
}
#faq .list-group-item a {
    color: #000;
    background-color: #ffffff;
}
#faq .list-group-item.active a {
    background-color: #1c5e1f;
    color: #fff;
}
#event .btn:hover {
    color: #fff;
    background-color: #1c5e1f;
}
#event .btn {
    padding: 13px 20px;
    background-color: #1c5e1f;
    font-size: 16px;
    border-radius: 4px !important;
    border: none;
}
#event .btnmap {
    padding: 5px;
    background-color: #1c5e1f;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px !important;
    border: none;
}
.banner-section {
    padding: 12px 0;
    background: #1c5e1f;
    color: #fff;
}
.banner-section h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    line-height: 40px;
}
.banner-section h2.banner-title {
    display: inline-block;
    text-align: center;
}
.bt {
    background-color: #c6ff00;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 45px !important;
    cursor: pointer;
}
.bt:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    top: 18%;
    left: 42%;
    height: 0;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: inline;
}
.bt:after {
    content: "";
    position: absolute;
    border: 12px solid #000;
    top: 18%;
    left: 42%;
    height: 0;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.bt.active:before {
    border: 3px solid #000;
    top: 9px;
    left: 9px;
    height: 20px;
}
.bt.active:after {
    content: "";
    position: absolute;
    border: 3px solid #000;
    top: 9px;
    left: 22px;
    height: 20px;
}
ul.soical {
    list-style: none;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;
}
ul.soical li {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.weblink {
    border: 1px solid #999;
}
.weblinkhead {
    position: relative;
    background-color: #4e4e4e;
    padding: 20px 10px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.weblinkhead::after {
    z-index: 10;
    position: absolute;
    top: 28%;
    right: -4%;
    margin-left: 0px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #4e4e4e;
}
.weblinkhead.double::after {
    top: 34%;
}
.weblinkcontent {
    font-size: 18px;
    padding: 20px 30px;
}
.weblinkcontent a {
    display: block;
    word-break: break-word;
}
#recipe .box {
    border: 1px solid #999;
    padding: 10px;
}
#recipe p {
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}
#recipe p.postedby .marquee {
    width: 75%;
    line-height: 1;
}
#event .marquee {
    width: 70%;
    line-height: 1;
}
#recipe p.catrecipe {
    min-height: 63px;
}
#recipe .list-group-item {
    font-size: 16px;
    line-height: 1.5;
    border: none;
}
#recipe .list-group-item a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.recipes_cats img {
    border: 3px solid #fff
}
.foo-img {
    position: relative;
}
.foo-social {
    position: absolute;
    bottom: 0px;
    left: -120px;
}
footer {
    background: #1c5e1f;
    padding: 0px 0px 15px 0px;
    color: #fff;
}
footer .contact-info h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0px 15px;
    color: #000;
}
footer .contact-info h2 i {
    margin-right: 12px;
}
footer .contact-info p {
    color: #000;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 0;
}
footer .copy-font {
    color: #000;
    margin-top: 35px;
}
footer .logo {
    margin-top: 30px;
}
footer ul.menu {
    list-style: none;
    margin: 5px 0px 0px 0px;
    float: left;
}
footer ul.menu li {
    text-align: center;
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #fff;
}
footer ul.menu li:first-child {
    border-left: 0px !important;
}
footer ul.menu li a {
    color: #fff;
}
ul.list-items {
    line-height: 2.0;
    font-size: 16px;
    color: #000;
}
#full_screen {
    display: block;
}
#mobile_screen {
    display: none;
}
` .main-box {
    padding: 15px;
}
.main-box-border {
    border: 1px solid #999;
    border-radius: 10px !important;
}
.margin-top-main {
    margin-top: 15px;
}
.main-box {
    margin: 20px auto;
    padding: 15px;
}
.manage-992 {
    padding-right: 15px;
}
.tbpbox {
    padding-top: 10px;
    padding-bottom: 10px;
}
.simple-border {
    border: 1px solid #999;
}
@media (min-width: 991px) {
    .weblinkhead.double {
        padding: 33px 10px;
    }
    .main-box {
        margin: 20px auto;
        width: 992px;
        padding: 15px;
    }
}
.frame-responsive {
    width: 100%;
    height: 440px;
}
@media (max-width: 991px) {
    .foo-img {
        position: relative;
    }
    .foo-social {
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    #subNav {
        padding-top: 55px;
    }
    .top-line ul.info-list {
        text-align: center;
        margin-bottom: 5px;
    }
    .top-line ul.social-icons {
        text-align: center;
    }
    .navbar-brand {
        padding: 10px 0px;
    }
    .affix .navbar-brand {
        padding: 5px 0px;
    }
    .navbar-brand .lgimg {
        width: 90px;
    }
    .navbar-brand .lgtxt {
        font-size: 20px;
        margin-left: 10px;
    }
    .affix .navbar-brand .lgimg {
        width: 90px;
    }
    .affix .navbar-brand .lgtxt {
        font-size: 20px;
        margin-left: 10px;
    }
    .navbar-nav > li > a {
        padding: 15px 5px;
    }
    .banner-section a {
        margin-top: 5px;
    }
    .weblinkhead::after {
        display: none;
    }
    .manage-992 {
        padding-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-nav > li > a {
        padding: 5px 15px;
    }
    ul.drop-down {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: inherit;
        left: inherit;
        width: 100%;
        border-top: none;
        padding: 5px 0;
    }
    ul.drop-down li a {
        padding: 5px 20px;
    }
    .banner-section a {
        margin-left: 3px;
    }
    .banner-section h2 {
        text-align: center;
    }
    .banner-section h2 a {
        float: none;
        padding: 6px 15px;
    }
    #custom .margin-top {
        margin-top: 10px;
    }
    #recipe .margin-top {
        margin-top: 10px;
    }
    .margintop {
        margin-top: 20px;
    }
    .inputGroupContainer {
        margin-top: 10px;
    }
    .main-box {
        margin: 15px;
    }
    footer ul.menu {
        margin: 5px 0px;
        padding: 0px;
        float: none;
    }
    footer ul.menu li {
        border: none;
        display: block;
    }
}
@media (max-width: 567px) {
    #subNav {
        padding-top: 55px;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-brand {
        padding: 10px 0px;
    }
    .affix .navbar-brand {
        padding: 5px 0px;
    }
    .navbar-brand .lgimg {
        width: 70px;
    }
    .navbar-brand .lgtxt {
        font-size: 15px;
        margin-left: 5px;
    }
    .affix .navbar-brand .lgimg {
        width: 70px;
    }
    .affix .navbar-brand .lgtxt {
        font-size: 15px;
        margin-left: 5px;
    }
    .frame-responsive {
        height: 250px;
    }
    .top-line {
        display: none;
    }
    .logo-text {
        display: none;
    }
    #custom .margin-top {
        margin-top: 10px;
    }
    #recipe .margin-top {
        margin-top: 10px;
    }
    #full_screen {
        display: none;
    }
    #mobile_screen {
        display: block;
    }
    .margintop {
        margin-top: 20px;
    }
    .relatedproducts .product-name {
        margin: 5px 0px;
        text-align: center;
        font-size: 18px !important;
    }
    .relatedproducts p {
        text-align: center;
        padding: 3px 0px;
        font-size: 14px !important;
    }
    .nopaddingbox {
        padding: 0px;
    }
    .relatedproducts .rbox {
        padding: 0px;
    }
    .relatedproducts .suitimg  {
        width: 49%;
        margin: 0 auto;
    }
    .weblinkcontent {
        padding: 10px;
    }
    .list-group {
        margin-bottom: 0px;
    }
    .comtext {
        font-size: 14px;
        float: none !important;
        text-align: right;
        margin: 10px 0px !important;
    }
    h1.page-title {
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .contact-box {
        height: auto;
    }
}
@media (max-width: 320px) {
    #subNav {
        padding-top: 49px;
    }
    .navbar-brand {
        padding: 10px 0px;
    }
    .affix .navbar-brand {
        padding: 5px 0px;
    }
    .navbar-brand .lgimg {
        width: 65px;
    }
    .navbar-brand .lgtxt {
        font-size: 13px;
        margin-left: 10px;
    }
    .affix .navbar-brand .lgimg {
        width: 65px;
    }
    .affix .navbar-brand .lgtxt {
        font-size: 13px;
        margin-left: 10px;
    }
}
.range {
    display: table;
    position: relative;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}
.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}
.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}
.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: #1c5e1f;
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #1c5e1f;
}
.range.range-danger output {
    background-color: #1c5e1f;
}
.range.range-danger input[type="range"] {
    outline-color: #1c5e1f;
}
.views {
    margin: 5px 0px 0px 0px;
    float: right;
    text-align: right;
}
.developed {
    text-align: right;
}
.developed a {
    color: #c6ff00;
}
.developed a:hover {
    color: #fff;
}
.muslim {
    color: #c6ff00;
}
@media (max-width: 567px) { 
    .developed, .copyright {
        text-align: center;
    }
    .views {
        float: none;
        text-align: center;
    }
    .foo-social img { 
        width: 100px;
        height: auto;
    }
}
.wysiwyg-color-black {
  color: black;
}
.wysiwyg-color-silver {
  color: silver;
}
.wysiwyg-color-gray {
  color: gray;
}
.wysiwyg-color-white {
  color: white;
}
.wysiwyg-color-maroon {
  color: maroon;
}
.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-purple {
  color: purple;
}
.wysiwyg-color-fuchsia {
  color: fuchsia;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-lime {
  color: lime;
}
.wysiwyg-color-olive {
  color: olive;
}
.wysiwyg-color-yellow {
  color: yellow;
}
.wysiwyg-color-navy {
  color: navy;
}
.wysiwyg-color-blue {
  color: blue;
}
.wysiwyg-color-teal {
  color: teal;
}
.wysiwyg-color-aqua {
  color: aqua;
}
.wysiwyg-color-orange {
  color: orange;
}
.htmlcontent img {
    width: 100%;
}
.breadcrumb {
    font-size: 16px;
    font-weight: 600;
}
.relatedproducts .rbox .product-box {
    min-height: 132px;
}
/*Dipak css Start */


@media only screen and (max-width : 500px) {

    .company_search{
        width: 100%;
    }
    .company_search .search-panel{
        width: 100%;
        display: block;
    }
    .company_search .btn-default{
        width: 100%;
    }

}