﻿/* Slick Carousel*/
html,
body,
.page {
    height: 100%;
    margin: 0;
}

html,
body,
.wrapper,
.carousel,
.slick-slide {
    padding: 0;
    margin: 0;
    height: auto;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

    .page .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
@media(max-width:344px){
    .navbar-toggle {
        padding: 9px 4px;
    }
}

body {
    background-color: #f9f9f9;
    margin-top: 57px;
    margin-bottom: 120px;
}

.wrapper {
    width: 100%;
}

.carousel {
    width: 100%;
}

.slick-slide {
    margin: 0;
}

    .slick-slide img {
        width: 100%;
        border: 0;
    }

.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -60px;
}

.slick-next:before {
    right: -60px;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f7f6f6 url(/assets/img/slick/next.png) no-repeat center/12px;
    font-size: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

/* Product Information */
.price {
    font-size: 1.11em;
    font-weight: bold;
    color: darkolivegreen;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: "";
        display: inline-block;
        height: 20%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Navbar */
.nav-flex {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
.navbar {
    /*-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
    background-color: white;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    margin:0;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-top {
    /*-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.navbar-nav-top {
    width: 100%;
    text-align: center;
}

    .navbar-nav-top > li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

.navbar-bottom {
    /*-webkit-box-shadow: -1px -7px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: -1px -7px 5px 0px rgba(0, 0, 0, 0.16);*/
    background-color: white; /*#f9f9f9;*/
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.navbar-nav-bottom {
    width: 100%;
    text-align: center;
}

    .navbar-nav-bottom > li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
.navbar-default .navbar-nav > li > a {
    padding: 5px;
    padding-top:10px;
    text-align:center;
}

/* UPDATE PANEL */

.updateProgress {
    z-index: 1000;
    text-align: center;
    background-color: whitesmoke;
    filter: alpha(opacity=80);
    opacity: 0.90;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

    .updateProgress img {
        position: relative;
        top: 40%;
    }

.searchtextbox_sm {
    border: 1px solid #ddd;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    /* color: #9DBFAF; */
}
.searchbutton_sm {
    width: 40px;
    height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*.searchtextbox_sm:focus {
    color: forestgreen;
}*/

@media only screen and (max-width : 480px) {
    .mt-30 {
        margin-top: 30px !important;
    }
}
/*@media only screen and (min-width : 768px) {
    .mt-30 {
        margin-top: 30px !important;
    }
}*/

.text-white{
    color:white
}

.testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d5a80;
    /*color: #3d5a80;*/
}
.testimonial-quote {
    content: open-quote !important;
    font-size: 20px !important;
    font-style: normal !important;
    color: whitesmoke;
    font-family: 'FontAwesome';
    position: relative;
    top: 35px;
    width: 60px;
    height: 60px;
    background: #7e9750;
    z-index: 99;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonial-slider .slick-track{
    top: -30px !important
}

.quote {
    text-align: -webkit-center;
}

.quoteicon {
    padding-right: 6px;
}
.testimonial-slide {
    padding: 2px;
}
.testimonial_box {
    border-top: 7px solid #7e9750;
    background-color: #ffff !important;
    padding: 40px 10px 15px 10px !important;
    /*height: 350px !important;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.testimonial_box-inner {
    padding: 5px !important;
    border-radius: 25px !important;
    display: flex !important;
    /*justify-content: center !important;*/
    flex-direction: column !important;
    box-shadow: 2px rgba(152, 193, 217, 0.493) !important;
    height: 205px !important;
    position: relative;
}

.testimonial_box-text {
    padding: 10px 0;
    text-align: center !important;
    align-items: center !important;
}

    .testimonial_box-text p {
        /*color: #a16a3e;*/
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }


.testimonial_box-name {
    padding-top: 5px;
    /*font-size: 20px;*/
    line-height: 25px;
    margin-bottom: 0;
    text-align: center !important;
    /*position:absolute;
    bottom:0;
    justify-content:center;*/
}


.testimonial_box-location  {
    /*color: #549727;*/
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center !important;
}

/*.testimonial_box-inner::before, .testimonial_box-inner::after {
    font-family: 'FontAwesome' !important;
    content: open-quote !important;
    position: absolute !important;
    font-size: 80px !important;
    font-style: normal !important;
    color: #a16a3e !important
}
.testimonial_box-inner::before {
    top: -22px !important;
    left: 0px !important;
}
.testimonial_box-inner::after {
    content: close-quote !important;
    right: 0px !important;
    bottom: -55px !important;
}*/
.testimonial_box-star-rating {
    /*margin: 17px 0 10px;*/
    font-size: 1.6em;
    text-align: center;
}
.testimonial_box-star-rating-gold{
    color: #ffca11;
}
.testimonial_box-star-rating-grey {
    color:darkgrey;
}
.bottom {
    position: absolute;
    bottom: 30px;
    width:100%
}

.topnav-badge {
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
    padding: 0px 5px;
    border-radius: 10%;
    background: #337ab7;
    color: white;
    white-space: nowrap;
    font-size: 70%;
}

/* July 2024 - Search Btn changes*/
#SearchXsTxt{
    height:25px;
}
#SearchXsBtn {
    height: 25px;
    padding-top: 3px;
}

.btn-notify {
    display: inline-block;
}