/* Minification failed. Returning unminified contents.
(3,1): run-time error CSS1019: Unexpected token, found '}'
(3,4): run-time error CSS1031: Expected selector, found '/'
(3,4): run-time error CSS1025: Expected comma or open brace, found '/'
(802,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(803,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
 */
/* body {
    background: #ddc3de;*/
} */

.banner-logo {
    background: url(/Component/images/AWWA-min.png) top left no-repeat,linear-gradient(135deg, #fff , transparent 20% 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
    .carousel-caption {
        bottom: 90px;
    }
    .banner-buttons {
        position: absolute;
        bottom: 6px;
        right: 174px;
    }
    /* .dropdown-menu {
    background-image: url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);
    
} */
    .dropdown-menu span {
        font-weight: 600;
    }

    .btn-primary-outline {
        background: linear-gradient(135deg, #ff9a9e, transparent);
        border-color: #fc878c;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:active, btn-outline-info, .btn-primary:visited {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
        /*border-color: #ff9a9e;*/
        border-color: #f9f5f5;
        color: #000000;
    }

    .warm-flame-gradient {
        background-image: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
    }

    .lady-lips-gradient {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
    }

    #home-events {
        /*background-image: /*url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);*/
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #bababa, transparent);
        background-size: cover;
        margin-right: 18px;
    }

        #home-events h3 {
            font-weight: 600;
            color: #343233;
            background-image: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
            padding: 5px 0 5px 18px;
            font-size: 1.4em;
            margin-bottom: 0px;
        }

        #home-events .list-group-item {
            background-image: linear-gradient(45deg,#bababa 0,transparent 100%);
            font-size: 1.11em;
            padding: 5px 0 5px 18px;
        }

        #home-events .active {
            font-weight: 600;
            color: #343233;
            background: linear-gradient(45deg,purple 0,purple 99%,purple 100%);
            padding: 5px 0 5px 18px;
            font-size: 1.4em;
            margin-bottom: 0px;
        }

    #help-awwa {
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg,purple 0,purple 99%,purple 100%);
        background-size: cover;
        margin-right: 18px;
        opacity: 0.8;

    }

        #help-awwa h3 {
            font-weight: 600;
            color: #fff;
            /*background-color: #4fbcc3;*/
            background-color: purple;
            padding: 5px 0 5px 0;
            font-size: 1.4em;
            text-transform: uppercase;
            margin-bottom: 0px;
            text-align: center;
        }

    #home-content {
        /*background-image: /*url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);*/
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #e8bcbb, transparent);
        background-size: cover;
    }

    #footer-nav {
        border: 2px solid #fecfef;
        background: linear-gradient(135deg, #e8bcbb, transparent);
        background-size: cover;
    }

    #president .img-thumbnail {
        padding: .45rem;
        background-color: #808080 !important;
        margin: 5px;
        width: 90%;
        height: 80%;
    }


    .box > .icon {
        text-align: center;
        position: relative;
        height: 160px;
    }

        .box > .icon > .image {
            position: relative;
            z-index: 2;
            /*margin: auto;*/
            width: 100px;
            height: 100px;
            border: 8px solid #808080;
            line-height: 88px;
            border-radius: 50%;
            background: #63B76C;
            vertical-align: middle;
        }

        .box > .icon:hover > .image {
            background: #333;
        }

        .box > .icon > .image > img {
            font-size: 36px !important;
            color: #fff !important;
            vertical-align: initial;
        }

        .box > .icon:hover > .image > img {
            color: white !important;
            vertical-align: initial;
        }

        .box > .icon > .info {
            margin: -80px 10px 0px 58px;
        }

        .box > .icon:hover > .info {
            background: rgba(0, 0, 0, 0.04);
            border-color: #e0e0e0;
            color: white;
            text-align: center;
        }

        .box > .icon > .info > h3.title {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            padding: 0.33em 0 0.33em 1.99em;
            text-align: center;
            border-radius: 30px;
            border: 1px solid #e0e0e0;
            background-color: #808080;
        }

        .box > .icon > .info > p {
            font-size: 13px;
            color: #666;
            line-height: 1.5em;
            margin: 20px;
        }

        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
            color: #50bbc3;
        }

    .box .space {
        height: 54px;
    }

    #ico-area {
        /*background-color: #4fbcc3 !important;*/
        /*border: 2px solid #fecfef;*/
        background: linear-gradient(135deg, #fff, transparent);
        background-size: cover;
        /* margin-right: 18px;*/
    }

    .glyphicon {
        margin-right: 4px !important; /*override*/
    }

    .pagination .glyphicon {
        margin-right: 0px !important; /*override*/
    }

    .pagination a {
        color: #555;
    }

    .panel ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .news-item {
        padding: 4px 4px;
        margin: 0px;
        border-bottom: 1px dotted #555;
    }

    #news-container ul li a {
        color: #222 !important;
    }

    #flash-container ul li a {
        color: #222 !important;
    }

    #module {
        font-size: 1rem;
        line-height: 1.5;
    }

        #module a.collapsed::after {
            content: 'Read More...';
        }

        #module a:not(.collapsed)::after {
            content: 'Read Less';
        }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    .dropup:hover > .dropdown-menu {
        display: block;
        /*background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #ff9a9e, transparent);
    background-size: cover;*/
    }

    .dropup > .dropdown-toggle:active {
        pointer-events: none;
    }

    .navbar-custom {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
        border: 1px solid #f9f5f5;
        border-radius: 10px;
    }

        .navbar-custom .navbar-brand,
        .navbar-custom .navbar-text {
            color: #000000;
        }

        .navbar-custom .navbar-nav .nav-link {
            color: rgba(255,255,255,.5);
        }

        .navbar-custom .nav-item.active .nav-link,
        .navbar-custom .nav-item:hover .nav-link {
            color: #ffffff;
        }
    /*Inner header*/
    .in-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        min-height: 230px;
        color: #fff;
        background: #ff9a9e;
        overflow: hidden;
        position: relative;
    }

    .in-header-logo {
        padding: 20px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .in-header-title {
        margin-top: auto;
        font-weight: 600;
        font-size: 4.444em;
        text-shadow: 2px 2px #ff9a9e;
        text-transform: uppercase;
        font-style: oblique;
    }

    .in-header-subline {
        /*opacity: .39;*/
        background: linear-gradient(135deg, #353535, transparent);
        font-weight: 600;
        margin-bottom: auto;
        font-size: 2.22em;
        color: #fff;
        padding: 0 20px 10px;
    }

    .in-subheader {
        min-height: 60px;
        display: flex;
        padding: 20px;
        font-weight: 600;
        background-color: #E7E7E7;
        align-items: center;
        justify-content: center;
        color: #4f4f4f;
    }

        .in-subheader a {
            text-decoration: underline;
            color: #fff;
        }

        .in-subheader i {
            margin-right: 20px;
            font-size: 23px;
        }

        .in-subheader a {
            color: #4f4f4f;
        }

            .in-subheader a:focus, .in-subheader a:hover, .in-subheader a:active {
                color: #484848;
            }

    .inner-logo-lt {
        background: url(../image/logo.png) top left no-repeat,linear-gradient(135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 50%;
        z-index: 10;
        pointer-events: none;

    }
@media (max-width: 767px) {
    .inner-logo-lt {
        background: url(../image/logo.png) top left no-repeat,linear-gradient(135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 50%;
        z-index: 10;
        pointer-events: none;
    }
}
@media (max-width: 767px) {
    .banner-buttons {
        top: 6px;
        right: 14px;
        z-index:10;
    }
}

    .inner-logo-rt {
        background: url(../image/ashaa.png) top right no-repeat,linear-gradient(-135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        height: 50%;
        z-index: 10;

    }

    .breadcrumb {
        background: url(/Component/images/gradient-pink.jpg) top right no-repeat;
        /*color:#fff;*/
    }
    /*Circle Images*/
    .card-wrapper {
        margin: 1% 0;
    }
    /* You can adjust the image size by increasing/decreasing the width, height */
    .custom-circle-image {
        /*  width: 10vw; 
    height: 10vw;*/
        border: 5px solid #c556a0;
    }

        .custom-circle-image img {
            object-fit: cover;
        }

    @media (min-width: 768px) and (max-width: 979px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }

    @media (max-width: 767px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }

    @media (max-width: 480px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }
    /*.card-title {
    font-size: 1.333em !important;
    background-color: #c556a0;
    color:#fff;
    margin-bottom:0px;
}
    .card-title span {
        font-size: .999em;
        margin-top: -10px;
    }

.card-text {
    font-size: .999em;
    line-height: initial;
}*/
    /*Image Zoom*/
    .img-hover img {
        -webkit-transition: all .3s ease; /* Safari and Chrome */
        -moz-transition: all .3s ease; /* Firefox */
        -o-transition: all .3s ease; /* IE 9 */
        -ms-transition: all .3s ease; /* Opera */
        transition: all .3s ease;
        position: relative;
    }

        .img-hover img:hover {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0) scale(1.20); /* Safari and Chrome */
            -moz-transform: scale(1.20); /* Firefox */
            -ms-transform: scale(1.20); /* IE 9 */
            -o-transform: translatZ(0) scale(1.20); /* Opera */
            transform: translatZ(0) scale(1.20);
        }

    .img-hover:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        border: 1px solid #ff9a9e;
    }

    .list-group-item.active {
        font-weight: 600;
        color: #343233;
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
        padding: 5px 0 5px 18px;
        font-size: 1.4em;
        margin-bottom: 0px;
    }

    .breadcrumb-item {
        color: white;
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px; /* Margin bottom by footer height */
    }

    .footer {
        position: absolute;
        margin: 0;
        bottom: 0;
        width: 100%;
        height: 60px; /* Set the fixed height of the footer here */
        line-height: 60px; /* Vertically center the text there */
        background-color: #f5f5f5;
    }

    .bg-pink {
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100);
    }

    .bg-primary {
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100);
    }

    .photo-gallery {
        width: 100%;
        float: left;
        border: 4px double #ddd;
        height: 200px
    }

    .heading3 {
        height: 48px;
        overflow: hidden
    }

    .photo_heading {
        margin: 6px 0 0;
        font-size: 101%;
        padding: 10px;
        background: #e8e8e8;
        line-height: 20px;
        float: left;
        width: 100%;
        min-height: 76px;
        border-bottom: 2px solid #f99426
    }

    .heading1 {
        margin: 0;
        font-size: 100%;
        float: left;
        padding-bottom: 10px
    }

    .share ul {
        padding: 0
    }

    .share span {
        font-size: 95%;
        padding-top: 6px;
        padding-left: 9px
    }

    .download_text {
        font-size: 95%;
        padding-top: 3px;
        float: right;
        padding-left: 10px
    }

    .btn-responsive {
        white-space: normal !important;
        word-wrap: break-word;
    }

    /*Modal Class*/
    .modal-dialog.modal-notify.modal-danger .modal-header {
        background-color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .fas, .modal-dialog.modal-notify.modal-danger .fab, .modal-dialog.modal-notify.modal-danger .far {
        color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .badge {
        background-color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .btn .fas, .modal-dialog.modal-notify.modal-danger .btn .fab, .modal-dialog.modal-notify.modal-danger .btn .far {
        color: #fff
    }

    .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
        color: #ff3547
    }
    /*Our supporters*/
    .slick-slide {
        margin: 0px 20px;
    }

        .slick-slide img {
            width: 100%;
        }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }
    /*Read more*/
    .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        margin-left: 5px;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }

    .ui-widget-header {
        border: 1px solid #f7a49c;
        background: url(/Component/images/gradient-pink.jpg) top right no-repeat;
    }

    .floatcart {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #710680;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 101;
    }

        .floatcart:hover {
            background-color: #3a0542;
            color: #FFF;
        }

    .float-qty {
        position: fixed;
        background-color: #bb0000;
        width: 30px;
        height: 20px;
        bottom: 43px;
        right: 55px;
        color: #FFF;
        border-radius: 10px;
        text-align: center;
        font-size: 0.777em;
    }

    .my-cart {
        margin-top: 18px;
    }

    .floathome {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 40px;
        background-color: #fe8287;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 1.444em;
        z-index: 101;
    }

        .floathome:hover {
            background-color: #ff3547;
            color: #FFF;
        }

        .floathome span {
            position: fixed;
            width: 50px;
            height: 20px;
            bottom: 125px;
            right: 45px;
            color: #FFF;
            text-align: center;
            font-size: 0.333em;
        }

    .alerts-border {
        border: 4px #ff0000 dotted;
        animation: blink 1s;
        animation-iteration-count: infinite;
        line-height: 0.8;
    }

    @keyframes blink {
        50% {
            border-color: #000;
        }
    }

/*ARTRAC Page Styles*/

.artrac-pg h1{
    padding-top: 35px;
    font-size: 2em;
    color: #ff0000;
    font-family: Monotype Corsiva;
    font-weight: bold;
}
.artrac-pg p {
    color: #385723;
    font-family: 'Monotype Corsiva';
    font-size: 1.444em;
    font-weight: bold;
    text-align: justify;
}
@media (max-width: 767px) {
    .artrac-pg h1 {
        padding-top: 10px;
        font-size: 1.33em;
        color: #ff0000;
        font-family: Monotype Corsiva;
        font-weight: bold;
        max-width:85%;
    }

    .artrac-pg p {
        color: #385723;
        font-family: 'Monotype Corsiva';
        font-size: 1.33em;
        font-weight: bold;
        text-align: justify;
    }
}
.artrac-caption h5 {
    color: #c00000;
    font-weight: bold;
    font-size: 1.11em;
    font-weight: bold;
}
.artrac-caption p {
    color: #c00000;
    font-weight: bold;
    font-size: 1.222em;
    font-weight: bold;
}
.artrac-photofig {
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 14px;
}
.figure-caption {
    color: #c00000;
    font-weight: bold;
    font-size: 10pt;
    font-family: Lucida Calligraphy;
    text-align: center;
}
#atracheader {
    visibility:hidden;
    margin-top: -100px;
}
@media (max-width: 767px) {
    #atracl1 {
        visibility: hidden;
        width: 0px;
    }

    #atracl2 {
        visibility: hidden;
        width: 0px;
    }

    #atracl3 {
        visibility: hidden;
        width: 0px;
    }
    #artrachd {
        visibility: hidden;
        width: 0px;
        height:1px;
    }
    #imgartracpres {
        margin-top: -80px;
    }
    #atracheader {
        visibility: visible;
        margin-top: 0px;
    }
}
/*For Jquery Datatable*/
th.dpass, td.dpass {
    display: none;
}
@media only screen and (min-width: 768px) {
    #dvcontact {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #dvcontacttop {
        display: none;
    }
}


.text {
  color: yellow;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Algerian;
  background: linear-gradient(135deg, black, transparent);
}
