html, body { height: 100%; margin: 0; padding: 0; cursor:default; }

body {
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin: 0px;
    min-height: 100%;
}

body.modal-open {
    overflow: auto;
    padding-right:0 !important;
}
.modal-footer { padding:0.5em 1em; }

@keyframes swell {
  0% {	 opacity: 0;   transform: scale(1);  }
  100% { opacity: 1;   transform: scale(1.15);    }
}
.swell { animation-name:swell; animation-fill-mode:forwards; animation-duration:0.5s; }
body {
    font-family: "lato-regular", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    background: #fff;
    color: #747474;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    color: #111;
    font-weight: bold;
    font-family: "familiarpro-bold",Arial,Helvetica,sans-serif;
}
h1 {
    font-size: 3em;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
h2 { font-size:1.5em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

a {
    color: #228888;
    transition: 300ms;
    text-decoration: none !important;
}
.btn {
  font-weight: 400;
  border: 0;
}
a:hover,
a:focus {
    color: #55AACC !important;
    text-decoration: underline !important;
    outline: none;
}
.btn, a.btn, .btn:hover, .btn:active {
    text-decoration: none !important;
}
body.asb-offcanvas {
    overflow: hidden;
}

p, ul, ol {
    margin-bottom: 1.5em;
    color: #848484;
    font-family: "lato-regular", Arial, serif;
}

figure {
    margin-bottom: 2em;
}

::selection {
    color: #fcfcfc;
    background: #6699d1;
}

.btn {
    padding: 15px 12px;
    width: 100%;
    float: initial !important;
    clear:left;
}

.container {
    position: absolute;
    top: 0px;
    bottom:0px;
    left: 0px;
    right: 0px;
    width:100%;
    xmax-width:1920px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow-y:scroll;
    overflow-x:hidden;
}
.product-preview {
    margin-top: 100px;
    margin-bottom: 20px;
    padding:0px;
    text-align:center;
}
.product-preview picture {
    width:100%;height:200px;perspective: 1000px;
}
    .product-preview img {
        transform: rotateY(-16deg);
        width: initial;
        height: 60vh;
        margin:0px auto;
    }
.product-info {
    clear:both;
    margin-top: 0px;
}

.item-panel,
.product-panel {
    width: 100%;
    border: 0px;
    background-color: rgba(190,220,240,0.9);
    color: #111;
    padding: 0px;
    box-shadow: 0.3em 0.3em 1.5em rgba(0,0,0,0.3);
    margin-bottom: 2em;
    border-radius: 0.3em;
}

    .item-panel h1, .item-panel h2, .item-panel p,
    .product-panel h1, .product-panel h2, .product-panel p {
        padding: 15px 20px;
        margin: 0px;
        color: #111;
    }
    .item-panel img,
    .product-panel img {
        float: left;
        padding: 5px 15px;
    }
    .item-panel-head,
    .product-panel-head {
        width: 100%;
        border-left: 0.5em solid rgba(100,200,200,0.8);
        background-color: rgba(100,200,200,0.2);
        padding: 0px;
    }
        .item-panel-head p,
        .product-panel-head p {
            margin-top: 0px;
            padding-top: 0px;
            font-size: 1.5em;
        }
    .item-panel-body
    .product-panel-body {
        width: 100%;
        border-left: 0.5em transparent;
        background-color: transparent;
        padding: 0px;
    }



.slide-bar {
    display:none;
    overflow:hidden;position:fixed;bottom:20px;height:80px;left:0px; right:7px;
    border-top:2px solid #5bc0de; 
    border-bottom:2px solid #5bc0de; 
    background-color:#eee;
    box-shadow: 0.3em 0.3em 1.5em rgba(0,0,0,0.4);
}
.slide-bar ul { width: 3000px; list-style:none; }
.nav-slide { width:120px;height:80px;float:left;background-color:#cce;
             border-right:1px solid #ccc;font-size:9px;position:relative;
             background-size:cover; text-align:center; }
.nav-slide a { position:absolute;top:0px;left:0px;right:0px;bottom:0px; }
.nav-slide img { width:50px; margin:0px auto;}

@media (min-width: 1920px) {
    .container {
        padding-left: 20%;
        padding-right: 20%;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 1.8em;
    }
    .btn {
        padding: 6px 12px;
        width: auto;
        float:initial;
    }
    .container {
        padding-left:80px;padding-right:80px;
    }
    .product-info {
        clear: none;
        margin-top: 220px;
        margin-bottom: 200px;
    }

    .product-preview {
        margin-top: 125px;
        margin-bottom: 20px;
        padding: 0px;
        text-align: center;
        float: right;
    }

        .product-preview picture {
            position: fixed;
            perspective: 1000px;
            right: 10%;
            width: initial;
            height: initial;
        }

        .product-preview img {
            transform: rotateY(-16deg);
            width: 30vw;
            height:initial;
        }

}

@media (min-width: 768px) {

    .slide-bar { right: 17px; }
}



.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "lato-regular", Arial, serif;
    font-size: 16px;
    transition: 0.5s;
}

    .btn.btn-sm {
        padding: 5px 20px !important;
    }

    .btn.btn-md {
        padding: 10px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #6699d1;
    color: #fff;
    border: 2px solid #6699d1;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #fb8b23 !important;
        border-color: #fb8b23 !important;
    }

    .btn-primary.btn-outline {
        background: #fff;
        color: #6699d1;
        border: 2px solid #6699d1;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #6699d1;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        box-shadow: none;
    }

.btn.with-arrow {
    position: relative;
    transition: 0.3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
        transition: 0.2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

/* Superfish Override Menu */
.sf-menu {
    margin: 0 !important;
}

.sf-menu {
    float: right;
}

    .sf-menu ul {
        padding: 0;
        position: fixed;
        top: 60px;
        left: unset;width:auto;
        right: 6%;
        list-style: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        border: transparent;
        background: rgba(255,255,255,0.9);
    }
    .sf-menu ul li {
        border-bottom:1px solid #eee;
    }
    .sf-menu a {
        color: rgba(255, 255, 255, 0.8);
        padding: 1.5em 0.9em 1em 0.9em !important;
        font-weight: normal;
        border-left: none;
        border-top: none;
        border-top: none;
        text-decoration: none;
        zoom: 1;
        font-size: 16px;
        border-bottom: none !important;
        font-weight: 300;
        text-transform: uppercase;
        font-family: "familiarpro-bold", Arial, sans-serif;
        letter-spacing: 1px;
        transition: background-color 250ms;
    }
    .sf-menu  a#nav_cart {
        padding: 1.5em 0.4em 1em 0.4em !important;
        width:80px;
    }
    .sf-menu ul li.hidden-xs {
        opacity: 0 !important;
        pointer-events: none !important;
    }

.asb-header-fixed ul.sf-menu > li > a,
.asb-admin-header ul.sf-menu > li > a {
    padding: 2.5em 2em !important;font-weight:normal;
}

.sf-menu a:hover, .sf-menu a:focus, .sf-menu > li.active > a {
    background-color: rgba(230,230,230,0.7);
    color: #000 !important;
    text-decoration: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
}

    .sf-menu ul li a,
    .sf-menu ul ul li a {
        text-transform: none;
        padding: 0.75em 1.5em !important;
        font-family: "lato-regular", Arial, sans-serif !important;
        letter-spacing: 1px;
    }

    .sf-menu li:hover a,
    .sf-menu li.sfHover a,
    .sf-menu ul li:hover a,
    .sf-menu ul li.sfHover a,
    .sf-menu > li.active > a {
        color: #000;
    }

    .sf-menu ul li:hover,
    .sf-menu ul li.sfHover {
        background: transparent;
    }

.sf-menu ul li {
    background: transparent;
}
#nav_cart span.fal { color:white; }

span#asb_cart_c {
    display: block;
    margin: 0px;
    width: 31px;
    height: 31px;
    border-radius: 20px;
    background-color: #080;
    position: relative;
    top: -8px;
    float: left;
    text-align: center;
    padding-top: 0px;
}
.hasItems span#asb_cart_c {
    background-color: #d00;color:#fff;
}
span#asb_cart_c > span {
    display:inline-block;
    text-align:center;
    position:relative;
}
span#asb_cart_d { top: 4px;  }

.asb-header-fixed ul.sf-menu > li > a, .asb-admin-header ul.sf-menu > li > a {
    padding-left: 0.9em !important;
    padding-right: 0.9em !important;
}



@media screen and (min-width: 768px) {
    .sf-menu a {
        padding: 2.2em 2.5vw !important;
    }

    .sf-menu ul {
        position: absolute;
        top:unset;
        left: 0px;
        right: unset;
    }
    .sf-menu a#nav_cart {
        width: auto;
        padding: 2.2em 2.5vw !important;
    }
        .sf-menu ul li.hidden-xs {
            opacity: 1 !important;
            pointer-events:initial !important;
        }
    span#asb_cart_c {
        display: inline-block;
        margin-right: 10px;
        width: 31px;
        height: 31px;
        position: relative;
        top: -5px;
        z-index: 0;
        text-align: center;
        padding-top: 0px;
    }

    span#asb_cart_c > span {
        display: inline-block;
        text-align: center;
        position: relative;
    }

    span#asb_cart_d {
        top: 4px; left:1px;
    }
}
@media screen and (min-width: 992px) {
    .asb-header-fixed ul.sf-menu > li > a, .asb-admin-header ul.sf-menu > li > a {
        padding-left: 0.9em !important;
        padding-right: 0.9em !important;
    }

    .sf-menu a {
        padding: 2.2em 3vw !important;
    }
}

.cart-item {
    clear:both;
    background-color:rgba(200,220,220,0.5);
    padding:0.3em;
    border-bottom:2px solid #eee;
    transition:all 250ms;
}
    .cart-item:hover {
        background-color: rgba(255,255,255,0.8);
    }
.cart-subtotal {
    clear: both;
    background-color: rgba(2,80,20,0.1);
    padding: 0.3em 0.5em;
    border-bottom: 2px solid #eee;
}
.cart-total {
    clear: both;
    background-color: rgba(2,80,20,0.7);
    color:white;
    padding: 0.3em 0.5em;
    border-bottom: 2px solid #eee;
    font-weight: bold;
    font-size:125%;
}
.cart-postage {
    clear: both;
    background-color: rgba(220,240,240,0.5);
    padding: 0.3em 0.5em;
    border-bottom: 2px solid #eee;
    transition: all 250ms;
}
    .cart-postage:hover {
        background-color: rgba(255,255,255,0.9);
    }
.cart-item .cart-del {
    float: left;
    font-size: 1.7em;
    padding: 0.2em 0.4em;
}
.cart-item .cart-nbr {
    float: left;margin-right:10px;
}
.cart-item .cart-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0px;
    float: left;
}
.cart-item .cart-img img {
    padding: 0px;
    border: 0;
    width: 60px;
}
.cart-item .cart-prc, .cart-item .cart-lbl {
    float: left;
    display: inline-block;
    padding: 0.2em 0.4em;
}
    .cart-item .cart-prc {
        float:right;
        font-weight:bold;
    }
.cart-clr { clear:both;height:0px;overflow:hidden; }

.postage-button { float:left; }
.postage-button > div { float: left; }
.postage-button img { padding:0 0.2em 0 0; }
.postage-button span { font-size:75%;letter-spacing:0;}

#paypal_button_container { padding:0px 1em 1em 1em; }
#paypal_button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 196, 57);
    background-size: auto;
    border-color: rgb(17, 17, 17);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-collapse: collapse;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(17, 17, 17);
    cursor: pointer;
    display: block;
    filter: none;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}
#paypal_button:hover {
    background-color: rgb(255, 216, 87);
}
#paypal {
    height:1px;
    opacity: 0;margin:0;
    width:100%;
    /* opatcity:0; position:absolute;pointer-events:none; visibility:hidden; */
}


.emailSuccessMessage {
    background-color: #efe;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    color: #060;
    text-align: center;
    position: relative;
    margin:1em;
    border:1px solid green;
}

    .emailSuccessMessage b {
        font-size: 27px;
    }

.emailErrorMessage {
    background-color: #fee;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    color: #C00;
    text-align: center;
    position: relative;
    margin: 1em;
    border: 1px solid #c00;
}

    .emailErrorMessage b {
        font-size: 27px;
    }

  
.sf-menu li ul li.active a {
    color:#087; background-color:rgba(200,255,255,0.8);
}

.sf-arrows .sf-with-ul {
    padding-right: 0em;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        display:none;
    }

@media screen and (min-width: 768px) {
    .sf-arrows .sf-with-ul {
        padding-right: 2.5em;
        *padding-right: 1em;
    }

        .sf-arrows .sf-with-ul:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1em;
            margin-top: -3px;
            height: 0;
            width: 0;
            border: 5px solid transparent;
            border-top-color: #ccc;
            display: inline-block;
        }
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}

#asb_header {
    position: relative;
    margin-bottom: 0;
    z-index: 90;
}
.asb-header-fixed #asb_header_section,
.asb-admin-header #asb_header_section {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 70px;
}
#header_logo img {
    width: 140px;
    height: 95px;
    padding-top: 10px;
    transition:all 500ms;
}
.asb-header-fixed #header_logo img,
.asb-admin-header #header_logo img {
    width: 110px;
    height: 65px;
    padding-top: 5px;
}

.asb-admin-header-spacer { height:100px; }


.asb-cover, .asb_home {
    position: relative;
    height: 800px;
}

@media screen and (max-width: 768px) {
    .asb-cover,
    .asb_home {
        height: 700px;
    }
}

.asb-cover.asb_home-2,
.asb_home.asb_home-2 {
    height: 600px;
}

    .asb-cover.asb_home-2 .asb-overlay,
    .asb_home.asb_home-2 .asb-overlay {
        position: absolute !important;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 7px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
    }

.asb-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 7px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
    .asb_home.asb_home-2 .asb-overlay,
    .asb-overlay {
        right: 17px;
    }
}



#nav_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 80px;
    z-index:10;
}
#nav_logo img {
    width:100%;
}

#nav_award {
    position: fixed;
    bottom: 4px;
    left: 0px;
    top: unset;
    right: unset;
    zoom: 0.45;
}

#asb_nav {
    position: absolute;
    top: 0px;
    right: 0px;
    width:80%;
}
#nav_phormulae, #nav-award {
    zoom: 0.4;
}
@media (min-width: 768px) {
    #nav_phormulae, #nav-award {
        zoom: 1;
    }

    #nav_award {
        top: 10px;
        right: 35px;
        bottom:unset;
        left:unset;
        zoom:1;
    }
    #asb_nav {
        right: 110px;
        width: 70%;
    }
}

#asb_page_contact .adjust-for-mobile { clear:none; }

@media screen and (min-width: 768px) {
    #nav_logo {
        width: 250px;
        height: 180px;
    }
    #asb_page_contact .adjust-for-mobile {
        clear: left;
    }
}
@media screen and (min-width: 1560px) {
    #nav_logo {
        width: 400px;
        height: 300px;
    }
}

.contact-us-form {
    margin: 1em;
    border: 1px #959999 solid;
    border-radius:0.3em;
    box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    background-color: #fffdcc;
    padding: 17px;
    background-image: url(/enlightened/lib/images/skin/email_panel_bkg.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.contact-us-form .form-group-addon {
    width: 1% !important;
}

section {
    display: none;
}
section.active {
    display: block;
}

#asb_header {
    background: linear-gradient(to bottom, rgba(31,149,169,1) 0%, rgba(31,149,169,0) 30% );
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
    transition: all 500ms;
}

.page-overlay {
    background: linear-gradient(to bottom, rgba(169,169,169,1) 0%, rgba(169,169,169,0) 30% );
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 7px;
    padding: 0;
    z-index: 2;
    transition: all 500ms;
    pointer-events: none;
}
#asb_page_home .page-overlay {
    background: linear-gradient(to bottom, rgba(62,139,211,1) 0%, rgba(62,139,211,0) 30% );
}
#asb_page_product_c4c .page-overlay { background: linear-gradient(to bottom, rgba(31,149,169,1) 0%, rgba(31,149,169,0) 30% ); }

@media (min-width: 768px) {
    .page-overlay {
        right: 17px;
    }
}

.page-set {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.page {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-attachment:fixed;
    background-size: cover;
    background-position: center center;
}

.page {
    display: none;
}

    .page.active, .page.animated {
        display: block;
    }

        .page.animated .container {
            overflow: hidden !important;
            padding-right: 17px !important;
        }

        .page.animated .page-overlay {
            right: 0px;
        }
    .page .page-bottom-margin {
        height: 150px;
    }

.btn-paging {
    display:none;
    position: fixed;
    z-index: 11;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.7);
    background-color: rgba(128,0,64,0.6);
    border-radius: 20%;
    color: rgba(255,255,255,0.8);
    padding: 0 20px;
    font-size: 3em;
    transition: all 250ms;
    cursor: pointer;
    line-height: 24px;
}
.btn-paging.hide { opacity:0; pointer-events:none; }
#btn_prev_page { top:45%; left:8px; }
#btn_prev_page span { position:relative; left:-2px; } 
#btn_next_page { top:45%; right:24px; }
#btn_next_page span { position:relative; left:3px; }

    #btn_prev_page:hover,
    #btn_next_page:hover {
        color: #fff!important;
        border-color: rgba(255,255,255,1);
        background-color: #388;
        border-radius: 50%;
    }

.clear {
    height: 5px;
    overflow: hidden;
    clear: both;
}

.container-page {
    padding-top: 6em;
}

    .container-page h1, .container-page h2 {
        text-align: center;
        margin-bottom: 0.8em;
    }


.video-player > div {
    background-color: rgba(200,200,200,0.8);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    padding: 8px 9px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-thumb a,
.video-thumb a:link,
.video-thumb a:visited,
.video-thumb a:hover { color:#444488;
}
.video-thumb {
    padding: 0.6em;
    background-color: rgba(255,255,255,0.8);
    margin: 0 0 0.3em 0;
    border: 1px solid #fff;
    border-left: 5px solid #ccc;
    border-bottom: 1px solid #eee;
    cursor:pointer;
}
.video-thumb:hover {
    background-color: rgba(255,255,255,0.95);
    border-left: 5px solid #fae;
}
.video-thumb-img {
    float: left;
    margin: 0 0.5em 0.5em 0;
    width: 120px;
    height: 66px;
    background-position: center center;
}
.video-play-icon {
    float: right;
    padding: 1em;
    background-color: #ddd;
    color: #000;
    border-radius: 5%;
}
.video-caption { font-size:0.9em; }

picture img {
    display: none;
}

.page.active picture img, .page.animated picture img {
    display: block;
}

.container::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

    .container::-webkit-scrollbar:horizontal {
        height: 7px;
    }

.container::-webkit-scrollbar-track {
    border: 1px #556666 solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #aabbbb inset;
}

.container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 1px solid #556666;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #aabbbb inset;
}

    .container::-webkit-scrollbar-thumb:hover {
        background-color: #bfffff;
        border: 1px solid #778888;
    }

    .container::-webkit-scrollbar-thumb:active {
        background-color: #a6ffff;
        border: 1px solid #778888;
    }
  

@media screen and (min-width: 768px) {
    .btn-paging { display:block; }
    .container::-webkit-scrollbar {
        width: 17px;
    }
    .container::-webkit-scrollbar:horizontal { height: 17px; }
    #asb_header_section {
        padding: 0 0 0.4em;
    }
    #navigation_toggle { display:none; }
    .page.animated .container {
        overflow: hidden;
        padding-right: 97px !important;
    }
}

#asb_header_section.admin {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 75%, rgba(245, 188, 140, 0.95) 100% ) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 98px;
}
.nav-header {
    position: relative;
    float: left;
    width: 100%;
}
.nav-header .fal {
    transform:scale(1.5);
    height:21px !important;overflow:visible;
}
#asb-logo {
    z-index: 2;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-bottom: 0;
    margin-top: 1.2em;
}

    #asb-logo a {
        color: rgba(0, 0, 0, 0.9);
    }

        #asb-logo a i {
            color: #6699d1;
            font-size: 30px;
            padding-right: 12px;
        }

        #asb-logo a:hover, #asb-logo a:focus {
            color: rgba(0, 0, 0, 0.9) !important;
        }

    #asb-logo span {
        padding: 0;
        margin: 0;
        font-weight: 100;
    }

@media screen and (max-width: 768px) {
    #asb-logo {
        width: 100%;
        float: none;
        margin-top: 0;
    }
}

#asb_menu_wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    display:none;
}

/*#asb_menu > li > ul > li.active > a {
    color: #6699d1 !important;
}*/

#asb_menu > li > .sf-with-ul:after {
    border: none !important;
    font-family: 'FontAwesomeLight';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size:0.6em;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;

    margin-right: 2px;
    top: 50%;
    margin-top: -1px;
    content: "\f0d7";
    color: rgba(0, 0, 0, 0.4);
}

#asb_menu > li > ul li {
    position: relative;
}

    #asb_menu > li > ul li > .sf-with-ul:after {
        border: none !important;
        font-family: 'FontAwesomeLight';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        float: right;
        margin-right: 10px;
        top: 20px;
        font-size: 16px;
        content: "\f054";
        color: rgba(0, 0, 0, 0.5);
    }

#asb_menu .asb-submenu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-family: "lato-regular", Arial, sans-serif;
    font-size: 1.5em;
}

    #asb_menu .asb-submenu > li > .asb-submenu {
        left: 100%;
    }

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

    .site-header.has-image #primary-menu .sub-menu:before {
        display: none;
    }

#asb_menu .asb-submenu a {
    letter-spacing: 0;
    padding: 1.5em 2em;
    font-size: 18px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#asb_menu .asb-submenu a:hover {
    color: #6699d1 !important;
    background: none !important;
}
#asb_menu .asb-submenu a div {
    font-size:0.8em;
    clear:left;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    border: 2px solid rgba(102, 153, 209, 0.8);
}

.btn.btn-primary {
    padding: 15px 30px !important;
}

.btn:hover, .btn:focus {
    color: #fff !important;
    border: 2px solid transparent !important;
    background: rgba(102, 153, 209, 0.8) !important;
}
.product-panel .btn { width:100%; padding:12px; font-size:0.8em;}



.asb-table,
.asb-table-cell,
.asb-parallax {
    height: 500px;
}


.asb-table {
    display: table;
}

.asb-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#asb_contact_us .contact-info {
    margin: 0;
    padding: 0;
}

    #asb_contact_us .contact-info li {
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        padding-left: 40px;
    }

        #asb_contact_us .contact-info li i {
            position: absolute;
            top: .3em;
            left: 0;
            font-size: 22px;
            color: rgba(0, 0, 0, 0.5);
        }

        #asb_contact_us .contact-info li a {
            font-weight: 400 !important;
            color: rgba(0, 0, 0, 0.3);
        }



#asb_contact_us input[type="text"], #asb_contact_us select {
    height: 50px;
}

.input-group {
    margin-bottom: 10px;
    width:100%;
}
.input-required:after {
    content: '*';
    color: #c00;
    position: absolute;
    z-index: 2;
    right: 0.5em;
    font-size: 2em;
    top: 0.3em;
}
.email-form {
    background-color:#ffd;
    padding:2em 2em 1em; 
    border-radius:1em;
    box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}

footer {
    font-size: 9px;
    color: white;
    position: fixed;
    bottom: 8px;
    width: 100%;
    left: 0px;
    right: 0px;
    pointer-events:none;
}
    footer div {
        padding-left:42px;
        padding-top: 1px;
        display: inline-block;
        float: left;
        pointer-events:none;
    }
    footer a {
        margin-right: 42px;
        display: inline-block;
        float: right;
    }
.btn-back { clear:both;padding-left:3em; margin-bottom:50px; }
.btn-next { padding-right: 3em; margin-bottom:50px;} 

#asb-wrapper {
    overflow-x: hidden;
    position: relative;
}

#asb-page {
    position: relative;
    transition: 0.5s;
    overflow:auto;
}

@media screen and (min-width: 768px) {
    footer {
        bottom: 6px;
        font-size: 12px;
        padding-top: 18px;
    }
    footer div {
        padding-left: 5px;padding-top:15px;
    }
    #asb_menu_wrap {
        display: block;
    }
}

.asb-nav-toggle { display:none; } 

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.asb-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 85;
    background: url(../images/loader.gif) center no-repeat #222222;
}

.al-l {
    text-align: left !important;
}
.al-cn { text-align:center !important; }
.al-r { text-align:right !important; }

input[type="text"], textarea {
    resize: none;
}
.btn.btn-primary.btn-outline i { font-size:1.4em; position:relative; top:1px; left:-6px;}
.footer-section  { text-align:center; }
.cursor-pointer { cursor:pointer; }
.contact-err { background-color:#fdd; }
#contact_us_msg { font-size: 1.5em; }

.clear-fix { clear:both; }

iframe.full-frame { border:0px; margin:0; padding:0; position:absolute; top:0px; left:0px; right: 0px; bottom:0px; width:100%; height:100%; }

#mc_embed_signup{width:100%;}
.fz-08em {
    font-size: 0.8em;
    line-height: 1.1em;
}

.tile-grid { display:flex; flex-direction:row;justify-content:space-evenly; flex-wrap:wrap;}
.tile {
    flex: 1 0 30%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.3) 100%);
    margin: 0.5em 0.8em;
    padding: 0.6em;
    border-radius: 15px;
    color: black;
    border: 2px solid rgba(208,228,228,0.6);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.article img,
.video-thumb-img,
.tile img {
    width: 180px;
    padding: 0px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    margin: 0 17px 7px 0 !important;
}
.item-panel-head img,
.product-panel img {
    margin: 8px 1.8em 1em 11px !important;
}
.tile:hover { background-color:white; }
.tile p { color:#233; }
.tile h2 {margin:0;padding:0;text-align:left;}
.tile.interactive { cursor:pointer; }
.tile.interactive:hover { border-color:#AFF; }

#asb_videos .tile { flex: 1 0 60%;}
.product-panel.tile {
    background: linear-gradient(to bottom, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.8) 100%);
    margin: 0 0 1.5em 0 !important;
}
.product-panel.tile p {
color: black;
}

.popover-title { padding: 8px 14px !important; }
.popover-content { padding: 9px 14px !important; }
#asb_page_home .heading h1 {
    font-style: italic;
    transform: rotate(-3deg) !important;
    position: absolute;
    z-index: 5;
    right: 15%;
    color: rgba(255,255,255,0.8);
}
#asb_page_home.animated h1 {
    padding-right: 16px;
}
@keyframes frameStartSequence {
    0% {
        opacity: 0;
        height: 0;
        border-top: 1em solid rgba(255,255,255,0.3);
        border-bottom: 1em solid rgba(255,255,255,0.4);
    }
    100% {
        opacity: 1;
        height: 28em;
        border-top: 7.5em solid rgba(255,255,255,0.3);
        border-bottom: 3em solid rgba(255,255,255,0.4);
    }
}
.hero-frame {
    height: 28em;
    margin: 0 -30em 0;
    transform: rotate(-3deg);
    border-top: 7.5em solid rgba(255,255,255,0.3);
    border-bottom: 3em solid rgba(255,255,255,0.4);
    box-shadow: 1em 0 5em rgba(0,0,0,0.5);
    background: linear-gradient(to bottom, rgba(255,255,215,0.7) 0%, rgba(0,255,215,0.5) 100%);
    color: #000;
    overflow: hidden;
    animation: frameStartSequence 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.heroslide {
    overflow: hidden;
    display: flex;
    padding: 1em 35em;
    animation: fadeIn 2s;
    animation-play-state:paused;
}
.heroslide.play {
    animation-play-state: initial;
}
@keyframes picSequence {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        height: 1em;overflow:visible;
    }

    5% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    95% {
        opacity: 1;
        transform: scale(1.4),  translate3d(0, 0, 0);
        height: 1em;
        overflow: visible;
    }
    100% {
        opacity: 0;
        transform: scale(1.4), translate3d(0, 100%, 0);
    }
}
.heroslide-pic-spacer {
    flex: 0 0 30%;
}
.heroslide-pic {
    width: 20%;
    opacity:0;
    animation: picSequence 22.5s;
    animation-delay:1s;
    animation-fill-mode:forwards;
    position:absolute;
    margin-left:-5em;
}
.heroslide-card {
    flex: 0 0 70%;
}
@keyframes cardSequence {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        height: 2em;
        overflow: visible;
    }
    20% {
        opacity: 0.8;
        transform: translate3d(0, 0, 0);
        height: 2em;
        overflow: visible;
    }
    60% {
        opacity: 1;
        transform: scale(1.2), translate3d(0, 0, 0);
        height: 2em;
        overflow: visible;
    }
    95% {
        opacity: 0.8;
        transform: translate3d(0, 0, 0);
        height: 2em;
        overflow: visible;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        height: 0;
        overflow:hidden;
    }
}
.heroslide-p {
    float: left;
    width: 80%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.8em;
    line-height: 115%;
    opacity: 0;
    animation: cardSequence 8s;
    animation-fill-mode: forwards;
}
.heroslide-b {
    font-weight: bold;
    font-family: "familiarpro-bold",Arial,Helvetica,sans-serif;
    font-size: 1.6em;
}
.heroslide-bb {
    font-weight: bold;
    font-family: "familiarpro-bold",Arial,Helvetica,sans-serif;
    font-size: 3em;
}
.heroslide-r {
    float: right;
}
.hs-1 {
    animation-delay: 2.25s;
}
.hs-2 {
    animation-delay: 5s;
}
.hs-3 {
    animation-delay: 7.5s;
}
.hs-4 {
    animation-delay: 10s;
}
.hs-5 {
    animation-delay: 12.5s;
}
.hs-6 {
    animation-delay: 15s;
    font-size:3em;
}
@media screen and (max-width: 1560px) {
    @keyframes frameStartSequence {
        0% {
            opacity: 0;
            height: 0;
            border-top: 1em solid rgba(255,255,255,0.3);
            border-bottom: 1em solid rgba(255,255,255,0.4);
        }

        100% {
            opacity: 1;
            height: 28em;
            border-top: 6.5em solid rgba(255,255,255,0.3);
            border-bottom: 3em solid rgba(255,255,255,0.4);
        }
    }
    .hero-frame {
        border-top: 6.5em solid rgba(255,255,255,0.3);
    }
    .heroslide { padding: 1em 30em 1em 35em; }
    .heroslide-p { font-size: 1.4em; }
    .heroslide-b { font-size: 1.5em; }
    .heroslide-bb { font-size: 2.8em; }
}
@media screen and (max-width: 1200px) {
    @keyframes frameStartSequence {
        0% {
            opacity: 0;
            height: 0;
            border-top: 1em solid rgba(255,255,255,0.3);
            border-bottom: 1em solid rgba(255,255,255,0.4);
        }
        100% {
            opacity: 1;
            height: 28em;
            border-top: 5.5em solid rgba(255,255,255,0.3);
            border-bottom: 3em solid rgba(255,255,255,0.4);
        }
    }
    .hero-frame {
        border-top: 5.5em solid rgba(255,255,255,0.3);
    }

    .heroslide { padding: 1em 25em 1em 35em; }
    .heroslide-p {
        font-size: 1.3em;
        width: 100%;
    }
    .heroslide-b {
        font-size: 1.4em;
    }
    .heroslide-bb {
        font-size: 2.4em;
    }
    .heroslide-pic-spacer {
        flex: 0 0 20%;
    }
    .heroslide-pic {
        width: 17%;
        margin-left: -7em;
    }
    .heroslide-card {
        flex: 0 1 75%;
    }
}
@media screen and (max-width: 996px) {
    .heading h1 { font-size:2.5em; left:0;right:0!important;text-align:center;}
    .tile { flex: 1 1 45%; }
    @keyframes frameStartSequence {
        0% {
            opacity: 0;
            height: 0;
            border-top: 1em solid rgba(255,255,255,0.3);
            border-bottom: 1em solid rgba(255,255,255,0.4);
        }

        100% {
            opacity: 1;
            height: 28em;
            border-top: 5.5em solid rgba(255,255,255,0.3);
            border-bottom: 3em solid rgba(255,255,255,0.4);
        }
    }
    .hero-frame {
        border-top: 5.5em solid rgba(255,255,255,0.3);
    }
    .heroslide { padding: 1em 25em 1em 35em; }
    .heroslide-p {
        font-size: 1.3em;
        width: 100%;
    }
    .heroslide-b {
        font-size: 1.4em;
    }
    .heroslide-bb {
        font-size: 2em;
    }
    .heroslide-pic-spacer {
        flex: 0 0 20%;
    }
    .heroslide-pic {
        width: 17%;
        margin-left: -6em;
    }
    .heroslide-card {
        flex: 0 0 75%;
    }
}
@media screen and (max-width: 768px) {
    .heading h1 { font-size:1.5em; left:0;right:0!important;text-align:center;}
    .tile { flex: 1 1 45%; }
    @keyframes frameStartSequence {
        0% {
            opacity: 0;
            height: 0;
            border-top: 1em solid rgba(255,255,255,0.3);
            border-bottom: 1em solid rgba(255,255,255,0.4);
        }

        100% {
            opacity: 1;
            height: 28em;
            border-top: 4em solid rgba(255,255,255,0.3);
            border-bottom: 2em solid rgba(255,255,255,0.4);
        }
    }
    .hero-frame {
        border-top: 3em solid rgba(255,255,255,0.3);
    }
    .heroslide { padding: 1em 30em 1em 30em; }
    .heroslide-p {
        font-size: 1em;
        width: 100%;
        margin-bottom:20px;
    }
    .heroslide-b {
        font-size: 0.9em;
    }
    .heroslide-bb {
        font-size: 1.1em;
    }
    .heroslide-pic-spacer {
        flex: 0 0 20%;
    }
    .heroslide-pic {
        position:absolute; top:65%;left:35%;
        width: 30%;
        margin-left: 0em;
    }
    .heroslide-card {
        flex: 0 0 95%;
        margin:0 0 0 -4em;
    }
#asb_frame a.btn-paging,
#asb_frame a.btn-paging.hide { display: none !important; opacity:0; pointer-events:none; }
.popover {text-align:center;  font-size:0.9em;}
h1 { font-size: 2.5em; }
.tile, .product-panel-head h2 { text-align:center !important; }
.product-info { margin:0 !important; padding:0 !important;}
.btn { letter-spacing:1px; }
.item-product { padding-left:0 !important;  padding-right:0 !important; }
}

.img-person {
    background-color: #cdd;
    border: 4px solid white;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: relative;
    top: -18px;
    left: -18px;
    box-shadow: 5px 5px 9px rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    pointer-events: none;
    overflow: hidden;
    float: left;
}
    .img-person img {
        height: 160px;
        position: relative;
        top: -15px;
        left: -30px;
    }
.testimonial a, .testimonial a:hover, .testimonial a:active {
    text-decoration: none !important;
}
#hlwav_article_upnext h2,
.testimonial h2 {
    margin-bottom: 0;
}
.testimonial p { font-style:italic; font-size:1.2em; }
.testimonial {
    background-color: rgb(240, 237, 190);
    border-radius: 1em;
    border:3px solid red;
    animation:borderfade 5s infinite; 
}
@keyframes borderfade {
    0% {
        border-color: red;
    }
    33% {
        border-color: green;
    }
    66% {
        border-color: blue;
    }
    100% {
        border-color: red;
    }
}
.testimonial .item-panel-head {
    position: relative;
}
.testimonial .item-panel-head p {
    color: rgba(255,255,255,0.4);z-index:0;
    position: absolute; top:0;left:0;right:0;bottom:0;overflow:hidden;
    z-index: 0;font-size:320%;text-align:right;padding:0.4em 0 0 0;
}