
.logomain{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.42);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.42);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.42);
}

.bannerbg{
    width: 100%;
    height: 419px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



.logopic {
    width: 110px;
    height: 106px;
    margin-bottom: -17px;
    margin-top: 15px;
}

#header {
    min-height: 96px;
    background-color: #8c263b;
    color: #fff;
}

.logo_company {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.34);
}

.logo_slogan {
    font-size: 22px;
    text-align: center;
    margin-bottom: 8px;
}

.callnow {
    font-size: 21px;
    border: 1px solid #ffffff;
    margin-top: 25px;
    padding: 4px 10px;
}

/* Menu */
.sky-mega-menu li {
    line-height: 33px;
    font-size: 16px;
    border-color: rgb(139, 39, 59);
    padding: 1px 7px;
}

.sky-mega-menu li a {
    color: #8b273b;
}

.sky-mega-menu-megaContainer{
    box-shadow: none;
    margin-top: 12px;
    margin-bottom: 12px;
}

.sky-mega-menu li:hover > a, .sky-mega-menu li.current > a {
    background: rgb(139, 39, 59);
    color: #fff;
}

.sky-mega-menu li li {
    line-height: 11px;
}

#mainFooter {
    min-height: 53px;
    background-color: #8c263b;
    color: #fff;
}

#bottomFooter {
    min-height: 281px;
    background-color: #393636;
    color: #fff;
}

#main {
    min-height: 780px;
    background-color: #ffffff;
    color: #333;
}

#bottomFooter .mainContent p {
    font-size: 14px;
}
#bottomFooter .mainContent ul {
    padding-left: 0;
    margin-left: 18px;
}

#bottomFooter .mainContent li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#bottomFooter .mainContent li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.mainLeft, .mainRight {
    padding-top: 13px;
}

.mainRight a{
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#bottomFooter .title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}

#banners {
    border: 3px solid #8c263b;
    min-height: 419px;
}

#banners_shadow {
    background-image: url('../images/banner_shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 29px;
}


.subscribeBtn {
    color: rgb(255, 255, 255);
    /*    font-size: 20px;*/
    padding: 0 20px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    /*
    background: rgb(189, 88, 191);
    background: -moz-linear-gradient(90deg, rgb(189, 88, 191) 30%, rgb(169, 87, 186) 100%);
    background: -webkit-linear-gradient(90deg, rgb(189, 88, 191) 30%, rgb(169, 87, 186) 100%);
    background: -o-linear-gradient(90deg, rgb(189, 88, 191) 30%, rgb(169, 87, 186) 100%);
    background: -ms-linear-gradient(90deg, rgb(189, 88, 191) 30%, rgb(169, 87, 186) 100%);
    background: linear-gradient(0deg, rgb(189, 88, 191) 30%, rgb(169, 87, 186) 100%);
*/
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0);
    box-shadow: 0px 2px 1px rgba(50, 50, 50, 0);
    border: 0;
    border-radius: 0;

    /*
    color: rgb(230, 230, 230);
    font-size: 20px;
    padding: 20px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
*/
    background: rgb(139, 39, 59);
    /*background: -moz-linear-gradient(90deg, rgb(139, 39, 59) 30%, rgb(139, 39, 59) 70%);
    background: -webkit-linear-gradient(90deg, rgb(172, 113, 173) 30%, rgb(199, 140, 200) 70%);
    background: -o-linear-gradient(90deg, rgb(172, 113, 173) 30%, rgb(199, 140, 200) 70%);
    background: -ms-linear-gradient(90deg, rgb(172, 113, 173) 30%, rgb(199, 140, 200) 70%);
    background: linear-gradient(0deg, rgb(172, 113, 173) 30%, rgb(199, 140, 200) 70%);*/
    /*
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
*/
}

.subscribeInput {
    background-color: #ffffff;
    color: #8b273b !important;
    border: 0!important;
    padding: 6px 20px !important;
    border-radius: 0 !important;
}

.socialbtn {
    border: 4px solid #45609dc4;
    display: block;
    border-radius: 8px;
    /* background-color: #45609d; */
}

.pageTitle{
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #8b273b;
    margin-bottom: 7px;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);
}

.pageContent{
    padding-right: 20px;
}

#myProducts{
    padding-bottom: 20px;
}

#myProducts .panel-thumbnail img{
    width: 100%;
    height: 100%;
/*    background-color: black;*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#myProducts .panel-thumbnail{
    border: 1px solid rgb(139, 39, 59);
    padding: 10px;
}

#myProducts .panel-thumbnail-title{
    background-color: rgb(139, 39, 59);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.pageSectionMain div.section:last-child{
    padding-left: 40px;
    text-align: justify;
}

.pageSectionMain div.section:first-child{
    border-right: 1px solid rgb(139, 39, 59);
/*    padding-right: 40px;*/
}
.pageSectionMain div.section{
    padding-right: 15px !important;
}


a .updateItem:last-child{
/*    border-bottom: 0 !important;*/
}

.pageContent a.updateRecord{
    
}

a .updateItem{
    line-height: normal;
    text-decoration: none;
}
a .updateItem, a .updateItem .item-desc{
    color: #333;
    text-decoration: none;
}

.updateItem:hover{
/*    background-color: #f7d5dd;*/
/*
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.42);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.42);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.42);
*/
}

.updateItem{
    border-bottom: 1px dotted #333 !important;
    display: block;
    min-height: 96px;
    margin-bottom: 9px;
    margin-top: 9px;
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 12px;
}

.updateItem .item-thumbnail {
    width: 76px;
    height: 76px;
/*    background-color: #000;*/
    background-position: center;
    background-size: 90%; /*e.g cover*/
    background-repeat: no-repeat;

    border-radius: 8px; text-align: center; margin-right:15px;
    font-size: 38px;
    padding-top: 14px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(47, 45, 45, 0.5);
}

.updateItem .item-title {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 0;
    line-height: 30px;
}
.updateItem .item-desc {
    font-size: 14px;
    color: #403d3d;
    line-height: normal;
}

#myProducts>.carousel-control-prev, 
#myProducts>.carousel-control-next,
#myProducts .owl-nav .owl-prev, 
#myProducts .owl-nav .owl-next{
    top: -46px;
    background-color: rgb(139, 39, 59);
    width: 32px;
    height: 34px;
    opacity: 1;
    background: rgb(139, 39, 59);
    background: -moz-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -webkit-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -o-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -ms-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: linear-gradient(40deg, rgb(139, 39, 59) 49%, rgb(209, 55, 86) 52%);
    color: #fff;
    border-radius: 4px;
}

#myProducts .owl-nav .owl-prev, #myProducts .owl-nav .owl-next {
    /*width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: inline-block;*/
    margin-left: 5px;
    margin-right: 5px;
}

#myProducts>.carousel-control-prev, #myProducts .owl-nav .owl-prev {
    left: 15px;
}
#myProducts>.carousel-control-next, #myProducts .owl-nav .owl-next {
    right: 14px;
}

#banners .carousel-indicators {
    right: 280px;
}

/****** Recipe ******/

.feedbackForm {
    padding-left: 15px;
    padding-right: 15px;
}

#btn-form-contact {
    background: rgb(139, 39, 59);
    background: -moz-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -webkit-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -o-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: -ms-linear-gradient(310deg, rgb(139, 39, 59) 48%, rgb(209, 55, 86) 52%);
    background: linear-gradient(40deg, rgb(139, 39, 59) 49%, rgb(209, 55, 86) 52%);
    padding: 7px 22px;
    border: 2px solid #bfb6bf;
    color: #fff;
    font-weight: bold;
}

#btn-form-contact-reset {
    background-color: #f5f5f5;
    padding: 7px 22px;
    border: 2px solid #bfb6bf;
    color: #989898;
    font-weight: bold;
}

.documenttbl td {
    border-bottom: 1px dotted #CCCCCC; padding-bottom: 3px;
}


.feedbackform input,
.feedbackform select,
.feedbackform textarea {
    /*    letter-spacing: 1px;*/
    margin: 0 0 20px;
    max-width: 100%;
    padding: 8px 15px;
    resize: none;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, .13)!important;
    /*    font-size: 13px*/
}

.feedbackform input[type=button],
.feedbackform input[type=text],
.feedbackform input[type=email],
.feedbackform input[type=search],
.feedbackform input[type=password],
.feedbackform input[type=submit],
.feedbackform select,
.feedbackform textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 8px 24px
}

.feedbackform input:focus,
.feedbackform textarea:focus {
    border: 1px solid #989898;
    outline: 0
}

.feedbackform input[type=submit] {
    width: auto
}

.feedbackform select {
    color: #272727;
    outline: 0
}

.feedbackform select::-ms-expand {
    display: none
}

.feedbackform .select-wrapper {
    background: url(../img/icon-select-arrow.png) 97% 50% no-repeat #fff;
    box-shadow: none;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}

.feedbackform .select-wrapper select {
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    margin-bottom: 0
}

.feedbackform form .error {
    border-color: #c00!important
}

.feedbackform form label.error {
    display: none!important
}

.menuContainerSection{
    padding-left: 130px;
}

/* Extra Small devices (mobile, 767px and lower) */

@media (max-width: 767px) {
    .menuContainerSection{
        padding-left: 0;
    }
    .sky-mega-menu li a {
        padding: 0 4px;
    }
    .dhome_icon, .dwebmail_icon{
        /*display: none;*/
    }
    .dhome_icon_text,.dwebmail_icon_text{
        display: none !important;
    }
    #bottomFooter .col-md-4, #bottomFooter .col-md-2 {
        border-bottom: 1px dotted #ccc;
    }
    #bottomFooter .col-md-4:last-child {
        border-bottom: none;
        padding-bottom: 30px;
    }
    
    .pageSectionMain div.section:last-child {
        padding-left: 20px;
    }
    
    /*.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo {
        width: 100%;
    }
    .menume {
        padding-top: 0;
    }
    .TopMenu {
        text-align: center;
    }
    .TopMenu ul {
        padding-left: 0;
    }
    .TopMenu li {
        display: inline-block;
        width: inherit;
        padding-left: 10px;
        padding-right: 10px;

    }
    .TopMenu li.notifytext {
        background: none;
        display: none;
    }
    .TopMenu li:last-child {
        display: none;
    }
    .carousel-max-height {
        height: 313px;
        border-radius: 0 0 7px 7px;
    }

    .BottomFooterMain div:first-child {
        text-align: center;
    }
    .BottomFooterMain div:last-child {
        text-align: center;
    }*/
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 969px) {
    .menuContainerSection{
        padding-left: 0;
        display: inline-block;
    }
    .sky-mega-menu li a {
        padding: 0 6px;
    }
    .dhome_icon, .dwebmail_icon{
        /*display: none;*/
    }
    .dhome_icon_text,.dwebmail_icon_text{
        display: none !important;
    }
    .sky-mega-menu-megaContainer{
        margin-left: auto;
        margin-right: auto;
    }
    /*.container-fluid {
        padding-left: 6px;
        padding-right: 6px;
    }
    .logo {
        width: 90%;
    }
    .menume {
        padding-top: 0;
    }
    .TopMenu {
        text-align: center;
    }
    .TopMenu ul {
        padding-left: 0;
    }
    .TopMenu li {
        display: inline-block;
        width: inherit;
        padding-left: 10px;
        padding-right: 10px;

    }
    .TopMenu li.notifytext {
        background: none;
        display: none;
    }
    .carousel-max-height {
        height: 313px;
        border-radius: 0 0 7px 7px;
    }
    .BottomFooterMain div:first-child {
        text-align: center;
    }
    .BottomFooterMain div:last-child {
        text-align: center;
    }*/
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 970px) and (max-width: 1169px) {
    .menuContainerSection{
        padding-left: 0;
    }
    .sky-mega-menu li a {
        padding: 0 13px;
    }
    .dhome_icon, .dwebmail_icon{
        display: none !important;
    }
    .dhome_icon_text,.dwebmail_icon_text{
        /*display: none;*/
    }
    .sky-mega-menu-megaContainer{
        float: right;
    }

    /*.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo {
        width: inherit;
    }
    .TopMenu {
        text-align: right;
    }
    .menu-float {
        float: right;
    }
    .carousel-max-height {
        height: 313px;
        border-radius: 0 0 7px 7px;
    }
    .sky-mega-menu li a {
        padding: 0 13px;
    }*/
}

/* Medium devices (desktops, 1200px and up) */

@media (min-width: 1170px) {
    .container-fluid {
        max-width: 1250px;
    }
    .dhome_icon, .dwebmail_icon{
        display: none !important;
    }
    .dhome_icon_text,.dwebmail_icon_text{
        /*display: none;*/
    }
    .sky-mega-menu-megaContainer{
        float: right;
    }
    
    /*.container-fluid {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 1430px;
    }
    .logo {
        width: inherit;
        margin-top: -19px
    }
    .TopMenu {
        text-align: right;
    }
    .menu-float {
        float: right;
    }

    .carousel-max-height {
        height: 413px;
        border-radius: 0 0 7px 7px;
    }
    .sky-mega-menu li a {
        padding: 0 16px;
    }*/
}