html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.inlinediv{
    display: inline-block;
    vertical-align: top;
}

.phone-img{
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

.color-green{
    color: #56ab2f !important;
}

.color-orange{
    color: #FFA500 !important;
}

.title-product{
    color:#FFFFFF;
    font-size: 43px;
    padding: 20px;
    background: #56ab2f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #56ab2f , #a8e063); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #56ab2f , #a8e063); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.div-offer-scf{
    color:#56ab2f;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 27px;"
}

#top-header-mks{
    height: 330px;
    width: 100%;
    margin-bottom: 20px;
}

#top-header-mks .images-div{
    margin-top: 10px;
}

.top-motto{
    padding-top: 10px;
    color: #56ab2f !important;
    font-size: 16px !important;
    font-weight: bold;
}

.top-description{
    margin-top:10px;
}

.top-description h1{
    color: #000000 !important;
    margin-bottom: 10px;
    font-size: 30px !important;
}

.top-description span{
    font-size: 16px !important;
    padding-bottom:0px !important;
}

.top-address{
    font-size: 15px !important;
}

.top-address h5{
    font-size: 16px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.separator-div{
    width: 100% !important;
    border-bottom:2px solid #56ab2f !important;
    margin-top: 10px;
    margin-bottom: 15px;
}

.order-now{
    font-size: 18px;margin-bottom: 10px;color:#56ab2f
}

.area-image {
    overflow: hidden;
}

.area-image img {
    width: 100%;
    /*transition: all 2s ease-in-out 0s;*/
    /*-webkit-transition: all 2s ease-in-out 0s;*/
    /*-moz-transition: all 2s ease-in-out 0s;*/
    /*-o-transition: all 2s ease-in-out 0s;*/
}
.area-image img:hover {
    /*transform: scale(1.3);*/
    /*-webkit-transform: scale(1.3);*/
    /*-moz-transform: scale(1.3);*/
    /*-ms-transform: scale(1.3);*/
}
.area-info {
    padding:15px 20px;
    background-color: #FFFAFA;
    padding: 0 20px;
    position: relative;
}

.area-info img{
    /*width:100%;*/
    max-width:500px;
}

.area-info h4 {
    color: #56ab2f;
}

.offer-info h4 {
    color: #56ab2f;
}

.offer p {
  color:#000000;
}

.area-info p {
    color: #000000;
}

.news-info h4 {
    color: #56ab2f;
}

.rslides .caption h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    margin: 100px 0 40px 0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #FFA500;
    padding-top: 20px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFA500;
    font-family: 'Montserrat';
    font-size: 18px !important;
    font-weight: bold;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FFA500;
    font-weight: bold !important;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

.footer {
    background: #56ab2f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #56ab2f , #a8e063); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #56ab2f , #a8e063); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.details h3 {
    color: #FFA500;
}

/*#navmenu{*/
    /*background: #FFA500; !* fallback for old browsers *!*/
    /*background: -webkit-linear-gradient(to left, #FFA500 , #64f38c); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to left, #FFA500 , #64f38c); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
/*}*/

#navmenu{
   /* background: #56ab2f; 
    background: -webkit-linear-gradient(to left, #56ab2f , #a8e063);  Chrome 10-25, Safari 5.1-6 
    background: linear-gradient(to left, #56ab2f , #a8e063);*/ 

}

body{
    background: #FFFAFA;
}


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    /*background-color: #FFA500;*/
    background-color: #5bac38;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
}

@media screen and (max-width:736px) {
    div#bs-example-navbar-collapse-1 {
        float: right;
        width: 100%;
        /*background-color: transparent;*/
        background: #56ab2f; 
        background: -webkit-linear-gradient(to left, #56ab2f , #a8e063); 
        background: linear-gradient(to left, #56ab2f , #a8e063);
        border: none;
    }

    .offer-info h4 {
        padding-left: 45px !important;
    }

    .offer-info p {
        padding-left: 45px !important;
    }

}

.orange{
    /*color:#FFA500 !important;*/
    color:#a8e063 !important;
}

.details {
    padding: 30px 0;
}

.scf-p-noborder{
    width: 100% !important; text-align: justify !important;line-height: 150%; border-bottom: none !important;font-size: 16px !important;
}

.scf-p-border{
    width: 100% !important; text-align: justify !important;line-height: 150%;border-bottom: 3px solid #395B74;font-size: 16px !important;
}

.scfinput{
    background: #ffffff !important;
}

.offer1 {
    margin-bottom: 30px;
}

.offer-info h4 {
    padding-left: 30px !important;
}

.offer-info p {
    padding-left: 30px !important;
}

@media screen and (max-width:736px) {

    .offer-info h4 {
        margin-left: 50px !important;
    }

    .offer-info p {
        margin-left: 50px !important;
    }

}

.offer-icon{
    cursor: pointer !important;
}

.productlist{
    cursor: pointer !important;
}

.btn-product{
    font-weight: bold !important;
    color:#FFFFFF;
    background: #56ab2f;
    background: -webkit-linear-gradient(to left, #56ab2f , #a8e063);
    background: linear-gradient(to left, #56ab2f , #a8e063);
    border: none;
}

#modal-detail-title{
    font-weight: bold !important;
    color:#FFA500 !important;
    padding-bottom: 20px;
    text-align: left;
}

#modal-detail-desc{
    padding-top: 20px;
}

.form-order input{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.footer-info li {
    font-weight: bold;
}

@media screen and (min-width:737px) and (max-width:1440px) {
    .navbar {
        width: 90%;
    }
    .navbar-nav>li {
        width: 14.27%;
    }
}

@media screen and (min-width:1px) and (max-width:319px) {
    #top-header-mks{
        height: 960px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:320px) and (max-width:370px) {
    #top-header-mks{
        height: 810px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:371px) and (max-width:413px) {
    #top-header-mks{
        height: 760px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:414px) and (max-width:499px) {
    #top-header-mks{
        height: 700px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    #top-header-mks{
        height: 610px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:601px) and (max-width:720px) {
    #top-header-mks{
        height: 610px;
        width: 100%;
        margin-bottom: 20px;
    }
}


@media screen and (min-width:721px) and (max-width:767px) {
    #top-header-mks{
        height: 580px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #top-header-mks{
        height: 440px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    #top-header-mks{
        height: 340px;
        width: 100%;
        margin-bottom: 20px;
    }
}


@media screen and (min-width:1441px) and (max-width:1680px) {
    .navbar {
        width: 84%;
    }
    .navbar-nav>li {
        width: 14.27%;
    }
}

@media screen and (min-width:1681px) and (max-width:1920px) {
    .navbar {
        width: 79.95%;
    }
    .navbar-nav>li {
        width: 14.27%;
    }
}

.modal-header .close {
    margin-top: -15px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 52px; //change this to your desired size
line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
